2018-12-28 |
Kyle Spiers | include/linux/gfp.h: fix typo |
tree | commitdiff |
2018-12-28 |
Dan Williams | mm/hmm: fix memremap.h, move dev_page_fault_t callback... |
tree | commitdiff |
2018-12-28 |
Wei Yang | include/linux/vmstat.h: remove unused page state adjust... |
tree | commitdiff |
2018-12-28 |
Benjamin Poirier | mm/page_alloc.c: allow error injection |
tree | commitdiff |
2018-12-28 |
Jan Kara | mm: migrate: drop unused argument of migrate_page_move_... |
tree | commitdiff |
2018-12-28 |
Jan Kara | mm: migrate: provide buffer_migrate_page_norefs() |
tree | commitdiff |
2018-12-28 |
Pingfan Liu | mm/pageblock: throw compile error if pageblock_bits... |
tree | commitdiff |
2018-12-28 |
Michal Hocko | mm, thp, proc: report THP eligibility for each vma |
tree | commitdiff |
2018-12-28 |
Wei Yang | include/linux/memory_hotplug.h: remove duplicate declar... |
tree | commitdiff |
2018-12-28 |
Jérôme Glisse | mm/mmu_notifier: use structure for invalidate_range_sta... |
tree | commitdiff |
2018-12-28 |
Jérôme Glisse | mm/mmu_notifier: use structure for invalidate_range_sta... |
tree | commitdiff |
2018-12-28 |
Will Deacon | lib/ioremap: ensure break-before-make is used for huge... |
tree | commitdiff |
2018-12-28 |
Anthony Yznaga | /proc/kpagecount: return 0 for special pages that are... |
tree | commitdiff |
2018-12-28 |
Wei Yang | mm, hotplug: move init_currently_empty_zone() under... |
tree | commitdiff |
2018-12-28 |
Wei Yang | mm, sparse: pass nid instead of pgdat to sparse_add_one... |
tree | commitdiff |
2018-12-28 |
Wei Yang | mm, sparse: drop pgdat_resize_lock in sparse_add/remove... |
tree | commitdiff |
2018-12-28 |
Yu Zhao | mm: remove pte_lock_deinit() |
tree | commitdiff |
2018-12-28 |
Qian Cai | mm/memblock.c: skip kmemleak for kasan_init() |
tree | commitdiff |
2018-12-28 |
Oscar Salvador | mm, memory_hotplug: add nid parameter to arch_remove_memory |
tree | commitdiff |
2018-12-28 |
Wei Yang | mm: check nr_initialised with PAGES_PER_SECTION directl... |
tree | commitdiff |
2018-12-28 |
Hugh Dickins | mm: put_and_wait_on_page_locked() while page is migrated |
tree | commitdiff |
2018-12-28 |
yuzhoujian | mm, oom: add oom victim's memcg to the oom context... |
tree | commitdiff |
2018-12-28 |
yuzhoujian | mm, oom: reorganize the oom report in dump_header |
tree | commitdiff |
2018-12-28 |
Alexey Dobriyan | mm: make free_reserved_area() return "const char *" |
tree | commitdiff |
2018-12-28 |
Alexey Dobriyan | mm/debug.c: make "migrate_reason_names[]" const char * |
tree | commitdiff |
2018-12-28 |
Alexey Dobriyan | mm/mmzone.c: make "migratetype_names" const char * |
tree | commitdiff |
2018-12-28 |
Mel Gorman | mm: reclaim small amounts of memory when an external... |
tree | commitdiff |
2018-12-28 |
Mel Gorman | mm: move zone watermark accesses behind an accessor |
tree | commitdiff |
2018-12-28 |
David Hildenbrand | mm/memory_hotplug: drop "online" parameter from add_mem... |
tree | commitdiff |
2018-12-28 |
Mike Rapoport | memblock: replace usage of __memblock_free_early()... |
tree | commitdiff |
2018-12-28 |
Dan Williams | mm, hmm: use devm semantics for hmm_devmem_{add, remove} |
tree | commitdiff |
2018-12-28 |
Dan Williams | mm, devm_memremap_pages: fix shutdown handling |
tree | commitdiff |
2018-12-28 |
Aaron Lu | mm/swap: use nr_node_ids for avail_lists in swap_info_s... |
tree | commitdiff |
2018-12-28 |
Wei Yang | vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim... |
tree | commitdiff |
2018-12-28 |
Arun KS | mm: remove managed_page_count_lock spinlock |
tree | commitdiff |
2018-12-28 |
Arun KS | mm: convert totalram_pages and totalhigh_pages variable... |
tree | commitdiff |
2018-12-28 |
Arun KS | mm: convert zone->managed_pages to atomic variable |
tree | commitdiff |
2018-12-28 |
Timofey Titovets | xxHash: create arch dependent 32/64-bit xxhash() |
tree | commitdiff |
2018-12-28 |
Michal Hocko | mm: only report isolation failures when offlining memory |
tree | commitdiff |
2018-12-28 |
Anders Roxell | writeback: don't decrement wb->refcnt if !wb->bdi |
tree | commitdiff |
2018-12-28 |
Sean Christopherson | mm/mmu_notifier.c: remove mmu_notifier_synchronize() |
tree | commitdiff |
2018-12-28 |
Vlastimil Babka | include/linux/slab.h: fix sparse warning in kmalloc_type() |
tree | commitdiff |
2018-12-28 |
Andrey Konovalov | kasan: add __must_check annotations to kasan hooks |
tree | commitdiff |
2018-12-28 |
Andrey Konovalov | kasan, mm, arm64: tag non slab memory allocated via... |
tree | commitdiff |
2018-12-28 |
Andrey Konovalov | kasan, arm64: add brk handler for inline instrumentation |
tree | commitdiff |
2018-12-28 |
Andrey Konovalov | mm: move obj_to_index to include/linux/slab_def.h |
tree | commitdiff |
2018-12-28 |
Andrey Konovalov | kasan: add tag related helper functions |
tree | commitdiff |
2018-12-28 |
Andrey Konovalov | kasan: initialize shadow to 0xff for tag-based mode |
tree | commitdiff |
2018-12-28 |
Andrey Konovalov | kasan: rename kasan_zero_page to kasan_early_shadow_page |
tree | commitdiff |
2018-12-28 |
Andrey Konovalov | kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS |
tree | commitdiff |
2018-12-28 |
Andrey Konovalov | kasan, mm: change hooks signatures |
tree | commitdiff |
2018-12-28 |
Aisheng Dong | clk: imx8qxp: make the name of clock ID generic |
tree | commitdiff |
2018-12-28 |
Dan Williams | Merge miscellaneous libnvdimm updates for 4.21 |
tree | commitdiff |
2018-12-28 |
Tejun Heo | Merge branch 'for-4.20-fixes' into for-4.21 |
tree | commitdiff |
2018-12-28 |
Vasily Averin | sunrpc: remove unused xpo_prep_reply_hdr callback |
tree | commitdiff |
2018-12-28 |
Vasily Averin | sunrpc: remove unused bc_up operation from rpc_xprt_ops |
tree | commitdiff |
2018-12-28 |
Vasily Averin | sunrpc: replace svc_serv->sv_bc_xprt by boolean flag |
tree | commitdiff |
2018-12-28 |
Vasily Averin | sunrpc: use-after-free in svc_process_common() |
tree | commitdiff |
2018-12-28 |
Linus Torvalds | Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub... |
tree | commitdiff |
2018-12-28 |
Linus Torvalds | Merge tag 'ext4_for_linus' of git://git.kernel.org... |
tree | commitdiff |
2018-12-28 |
Linus Torvalds | Merge tag 'iomap-4.21-merge-2' of git://git.kernel... |
tree | commitdiff |
2018-12-28 |
Linus Torvalds | Merge tag 'xfs-4.21-merge-2' of git://git.kernel.org... |
tree | commitdiff |
2018-12-28 |
Linus Torvalds | Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org... |
tree | commitdiff |
2018-12-28 |
Linus Torvalds | Merge tag 'fsnotify_for_v4.21-rc1' of git://git.kernel... |
tree | commitdiff |
2018-12-28 |
Linus Torvalds | Merge tag 'dlm-4.21' of git://git.kernel.org/pub/scm... |
tree | commitdiff |
2018-12-28 |
Linus Torvalds | Merge tag 'for-4.21-tag' of git://git.kernel.org/pub... |
tree | commitdiff |
2018-12-28 |
Linus Torvalds | Merge tag 'gfs2-4.21.fixes' of git://git.kernel.org... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge branch 'linus' of git://git.kernel.org/pub/scm... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge git://git.kernel.org/pub/scm/linux/kernel/git... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge tag 'modules-for-v4.21' of git://git.kernel.org... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge branch 'next-general' of git://git.kernel.org... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge tag 'selinux-pr-20181224' of git://git.kernel... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge tag 'audit-pr-20181224' of git://git.kernel.org... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge tag 'printk-for-4.21' of git://git.kernel.org... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge tag 'powerpc-4.21-1' of git://git.kernel.org... |
tree | commitdiff |
2018-12-27 |
Aisheng Dong | dt-bindings: arm: fsl-scu: add imx8qm pinctrl support |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge branch 'x86-platform-for-linus' of git://git... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge branch 'x86-mm-for-linus' of git://git.kernel... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge branch 'x86-fpu-for-linus' of git://git.kernel... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge branch 'x86-cpu-for-linus' of git://git.kernel... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge branch 'x86-cleanups-for-linus' of git://git... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge branch 'x86-build-for-linus' of git://git.kernel... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge branch 'x86-boot-for-linus' of git://git.kernel... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge branch 'x86-asm-for-linus' of git://git.kernel... |
tree | commitdiff |
2018-12-27 |
Linus Torvalds | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel... |
tree | commitdiff |
2018-12-26 |
Linus Torvalds | Merge branch 'sched-core-for-linus' of git://git.kernel... |
tree | commitdiff |
2018-12-26 |
Linus Torvalds | Merge branch 'perf-core-for-linus' of git://git.kernel... |
tree | commitdiff |
2018-12-26 |
Linus Torvalds | Merge branch 'locking-core-for-linus' of git://git... |
tree | commitdiff |
2018-12-26 |
Linus Torvalds | Merge branch 'efi-core-for-linus' of git://git.kernel... |
tree | commitdiff |
2018-12-26 |
Linus Torvalds | Merge branch 'core-rcu-for-linus' of git://git.kernel... |
tree | commitdiff |
2018-12-26 |
Linus Torvalds | Merge branch 'ras-core-for-linus' of git://git.kernel... |
tree | commitdiff |
2018-12-26 |
Linus Torvalds | Merge branch 'x86-microcode-for-linus' of git://git... |
tree | commitdiff |
2018-12-26 |
Linus Torvalds | Merge branch 'x86-cache-for-linus' of git://git.kernel... |
tree | commitdiff |
2018-12-26 |
Linus Torvalds | Merge tag 'for-linus' of git://git.kernel.org/pub/scm... |
tree | commitdiff |
2018-12-26 |
Linus Torvalds | Merge tag 'for-linus-4.21-rc1-tag' of git://git.kernel... |
tree | commitdiff |
2018-12-26 |
Linus Torvalds | Merge branch 'parisc-4.21-1' of git://git.kernel.org... |
tree | commitdiff |
2018-12-26 |
Linus Torvalds | Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm... |
tree | commitdiff |
2018-12-26 |
Linus Torvalds | Merge git://git.kernel.org/pub/scm/linux/kernel/git... |
tree | commitdiff |
next |