1. c223102 mm: thp: register mm for khugepaged when merging vma for shmem by Yang Shi · 6 years ago
  2. 8cded86 mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_element() by Jia-Ju Bai · 6 years ago
  3. bb451fd mm/vmscan.c: condense scan_control by Greg Thelen · 6 years ago
  4. 10ed634 mm/page_ext.c: constify lookup_page_ext() argument by Kirill A. Shutemov · 6 years ago
  5. 46c9a94 shmem: use monotonic time for i_generation by Arnd Bergmann · 6 years ago
  6. d6a24df mm, page_alloc: actually ignore mempolicies for high priority allocations by Vlastimil Babka · 6 years ago
  7. fadae29 thp: use mm_file_counter to determine update which rss counter by Yang Shi · 6 years ago
  8. 720e14e mm: skip invalid pages block at a time in zero_resv_unresv() by Pavel Tatashin · 6 years ago
  9. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  10. 0882ff9 mm, slub: restore the original intention of prefetch_freepointer() by Vlastimil Babka · 6 years ago
  11. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
  12. fa1b5d0 Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  13. 8c479c2 Merge tag 'hardened-usercopy-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  14. e6ecec3 Merge tag 'docs-4.19' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  15. b018fc9 Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  16. 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  17. 958f338 Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  18. 17bc343 Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle' by Rafael J. Wysocki · 6 years ago
  19. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  20. eac3411 Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  21. 203b4fc Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  22. 24eee1e mm/memory.c: check return value of ioremap_prot by jie@chenjie6@huwei.com · 6 years ago
  23. 55f2503 PM / reboot: Eliminate race between reboot and suspend by Pingfan Liu · 6 years ago
  24. 05b9ba4 Merge tag 'v4.18-rc6' into for-4.19/block2 by Jens Axboe · 6 years ago
  25. 0d83432 mm: Allow non-direct-map arguments to free_reserved_area() by Dave Hansen · 6 years ago
  26. f2701b7 Merge 4.18-rc7 into master to pick up the KVM dependcy by Thomas Gleixner · 6 years ago
  27. eec3636 ipc/shm.c add ->pagesize function to shm_vm_ops by Jane Chu · 6 years ago
  28. 7e97de0 memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failure by Kirill Tkhai · 6 years ago
  29. 3e039c5 docs/mm: memblock: add overview documentation by Mike Rapoport · 6 years ago
  30. 48a833c docs/mm: memblock: add kernel-doc comments for memblock_add[_node] by Mike Rapoport · 6 years ago
  31. 47cec44 docs/mm: memblock: update kernel-doc comments by Mike Rapoport · 6 years ago
  32. e1720fe mm/memblock: add a name for memblock flags enumeration by Mike Rapoport · 6 years ago
  33. 58faef9 docs/mm: bootmem: add overview documentation by Mike Rapoport · 6 years ago
  34. 7c75720 docs/mm: bootmem: fix kernel-doc warnings by Mike Rapoport · 6 years ago
  35. 8108ad5 docs/mm: nobootmem: fixup kernel-doc comments by Mike Rapoport · 6 years ago
  36. 04c4506 mm/bootmem: drop duplicated kernel-doc comments by Mike Rapoport · 6 years ago
  37. 59e0b52 kconfig: add a Memory Management options" menu by Christoph Hellwig · 6 years ago
  38. 53406ed mm: delete historical BUG from zap_pmd_range() by Hugh Dickins · 6 years ago
  39. dc30b96 readahead: stricter check for bdi io_pages by Markus Stockhausen · 6 years ago
  40. 16e536e zswap: re-check zswap_is_full() after do zswap_shrink() by Li Wang · 6 years ago
  41. bfd40ea mm: fix vma_is_anonymous() false-positives by Kirill A. Shutemov · 6 years ago
  42. 2c4541e mm: use vma_init() to initialize VMAs on stack and data segments by Kirill A. Shutemov · 6 years ago
  43. 490fc05 mm: make vm_area_alloc() initialize core fields by Linus Torvalds · 6 years ago
  44. 95faf69 mm: make vm_area_dup() actually copy the old vma data by Linus Torvalds · 6 years ago
  45. 3928d4f mm: use helper functions for allocating and freeing vm_area structs by Linus Torvalds · 6 years ago
  46. 9f15bde mm: memcg: fix use after free in mem_cgroup_iter() by Jing Xia · 6 years ago
  47. e1f1b15 mm/huge_memory.c: fix data loss when splitting a file pmd by Hugh Dickins · 6 years ago
  48. 1937367 mm/memblock: add missing include <linux/bootmem.h> by Mathieu Malaterre · 6 years ago
  49. 2ff6ddf x86/mm/tlb: Leave lazy TLB mode at page table free time by Rik van Riel · 6 years ago
  50. c1a2f7f mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_ids by Rik van Riel · 6 years ago
  51. d1b47a7 mm: don't do zero_resv_unavail if memmap is not allocated by Pavel Tatashin · 6 years ago
  52. f353078 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  53. bb177a7 mm: do not bug_on on incorrect length in __mm_populate() by Michal Hocko · 6 years ago
  54. e3d301c mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVE by Michal Hocko · 6 years ago
  55. bce73e4 mm: do not drop unused pages when userfaultd is running by Christian Borntraeger · 6 years ago
  56. e181ae0 mm: zero unavailable pages before memmap init by Pavel Tatashin · 6 years ago
  57. 93dec2d ... and switch shmem_file_setup() to alloc_file_pseudo() by Al Viro · 6 years ago
  58. dac2d1f __shmem_file_setup(): reorder allocations by Al Viro · 6 years ago
  59. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  60. ca47e8c mm: skip readahead if the cgroup is congested by Josef Bacik · 6 years ago
  61. 2cf8558 memcontrol: schedule throttling if we are congested by Tejun Heo · 6 years ago
  62. 0d3bd88 swap,blkcg: issue swap io with the appropriate context by Tejun Heo · 6 years ago
  63. 0d1e0c7 blk: introduce REQ_SWAP by Josef Bacik · 6 years ago
  64. b5cb15d usercopy: Allow boot cmdline disabling of hardening by Chris von Recklinghausen · 6 years ago
  65. fc36def mm: teach dump_page() to correctly output poisoned struct pages by Pavel Tatashin · 6 years ago
  66. 1e8e18f kasan: fix shadow_size calculation error in kasan_module_alloc by Zhen Lei · 6 years ago
  67. 520495f mm: hugetlb: yield when prepping struct pages by Cannon Matthews · 6 years ago
  68. d50d82f slub: fix failure when we delete and create a slab cache by Mikulas Patocka · 6 years ago
  69. 28557cc Revert mm/vmstat.c: fix vmstat_update() preemption BUG by Sebastian Andrzej Siewior · 6 years ago
  70. 77072ca Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  71. 3ee7e86 bdi: Fix another oops in wb_workfn() by Jan Kara · 6 years ago
  72. 377eeaa x86/speculation/l1tf: Limit swap file size to MAX_PA/2 by Andi Kleen · 6 years ago
  73. 42e4089 x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings by Andi Kleen · 6 years ago
  74. 6cc22dc revert "mm/memblock: add missing include <linux/bootmem.h>" by Andrew Morton · 6 years ago
  75. fe6bdfc mm: fix oom_kill event handling by Roman Gushchin · 6 years ago
  76. 0825a6f mm: use octal not symbolic permissions by Joe Perches · 6 years ago
  77. 37a4094e mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdowns by Mel Gorman · 6 years ago
  78. 69b5086 mm/memblock: add missing include <linux/bootmem.h> by Mathieu Malaterre · 6 years ago
  79. 92ee383 mm: fix race between kmem_cache destroy, create and deactivate by Shakeel Butt · 6 years ago
  80. 955c97f mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONT by Daniel Jordan · 6 years ago
  81. df2a419 mm: fix null pointer dereference in mem_cgroup_protected by Roman Gushchin · 6 years ago
  82. 1105a2f mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm() by Jia He · 6 years ago
  83. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 6 years ago
  84. 778e1cd treewide: kvzalloc() -> kvcalloc() by Kees Cook · 6 years ago
  85. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  86. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  87. 7d3bf61 Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  88. b568457 Merge branch 'for-4.18/dax' into libnvdimm-for-next by Dan Williams · 6 years ago
  89. 68abbe7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  90. ce91f6e mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags by Michal Hocko · 6 years ago
  91. daa2807 mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init() by Kirill A. Shutemov · 6 years ago
  92. 7810e67 mm, page_alloc: do not break __GFP_THISNODE by zonelist reset by Vlastimil Babka · 6 years ago
  93. df2cc96 userfaultfd: prevent non-cooperative events vs mcopy_atomic races by Mike Rapoport · 6 years ago
  94. be09102 mm: memcg: allow lowering memory.swap.max below the current usage by Tejun Heo · 6 years ago
  95. 20acce6 mm/shmem.c: use new return type vm_fault_t by Souptick Joarder · 6 years ago
  96. 325d7d4 slub: remove 'reserved' file from sysfs by Matthew Wilcox · 6 years ago
  97. 9736d2a slub: remove kmem_cache->reserved by Matthew Wilcox · 6 years ago
  98. bf68c21 slab,slub: remove rcu_head size checks by Matthew Wilcox · 6 years ago
  99. 4da1984 mm: combine LRU and main union in struct page by Matthew Wilcox · 6 years ago
  100. b7ccc7f mm: move lru union within struct page by Matthew Wilcox · 6 years ago