1. 9583066 mm/memblock: correct doc for function by Cao jin · 5 years ago
  2. 6e5af9a mm/memblock.c: cleanup doc by Cao jin · 5 years ago
  3. f18da66 mm/mempolicy.c: fix checking unmapped holes for mbind by Li Xinhai · 5 years ago
  4. a18b3ac2 mm/mempolicy.c: check range first in queue_pages_test_walk by Li Xinhai · 5 years ago
  5. 4a3ac93 mm/z3fold.c: add inter-page compaction by Vitaly Wool · 5 years ago
  6. 204cb79 kernel: sysctl: make drop_caches write-only by Johannes Weiner · 5 years ago
  7. 178821b mm/vmscan.c: fix typo in comment by Xianting Tian · 5 years ago
  8. b91ac37 mm: vmscan: enforce inactive:active ratio at the reclaim root by Johannes Weiner · 5 years ago
  9. b910718 mm: vmscan: detect file thrashing at the reclaim root by Johannes Weiner · 5 years ago
  10. 53138ce mm: vmscan: move file exhaustion detection to the node level by Johannes Weiner · 5 years ago
  11. 1b05117 mm: vmscan: harmonize writeback congestion tracking for nodes & memcgs by Johannes Weiner · 5 years ago
  12. 0f6a5cf mm: vmscan: split shrink_node() into node part and memcgs part by Johannes Weiner · 5 years ago
  13. afaf07a mm: vmscan: turn shrink_node_memcg() into shrink_lruvec() by Johannes Weiner · 5 years ago
  14. d2af339 mm: vmscan: replace shrink_node() loop with a retry jump by Johannes Weiner · 5 years ago
  15. b5ead35 mm: vmscan: naming fixes: global_reclaim() and sane_reclaim() by Johannes Weiner · 5 years ago
  16. a108629 mm: vmscan: move inactive_list_is_low() swap check to the caller by Johannes Weiner · 5 years ago
  17. 867e5e1 mm: clean up and clarify lruvec lookup procedure by Johannes Weiner · 5 years ago
  18. de3b015 mm: vmscan: simplify lruvec_lru_size() by Johannes Weiner · 5 years ago
  19. cb16556 mm/vmscan.c: remove unused scan_control parameter from pageout() by Yang Shi · 5 years ago
  20. f87bccd mm/vmscan: remove unused lru_pages argument by Andrey Ryabinin · 5 years ago
  21. e47b346 mm/page_alloc.c: print reserved_highatomic info by lijiazi · 5 years ago
  22. 653e003 include/linux/mmzone.h: fix comment for ISOLATE_UNMAPPED macro by Hao Lee · 5 years ago
  23. 6826539 mm, pcpu: make zone pcp updates and reset internal to the mm by Mel Gorman · 5 years ago
  24. cb1ef53 mm, pcp: share common code between memory hotplug and percpu sysctl handler by Mel Gorman · 5 years ago
  25. 5e27a2d mm/page_alloc: add alloc_contig_pages() by Anshuman Khandual · 5 years ago
  26. 0609ae0 x86/kasan: support KASAN_VMALLOC by Daniel Axtens · 5 years ago
  27. eafb149 fork: support VMAP_STACK with KASAN_VMALLOC by Daniel Axtens · 5 years ago
  28. 0651391 kasan: add test for vmalloc by Daniel Axtens · 5 years ago
  29. 3c5c3cf kasan: support backing vmalloc space with real shadow memory by Daniel Axtens · 5 years ago
  30. e36176b mm/vmalloc: rework vmap_area_lock by Uladzislau Rezki (Sony) · 5 years ago
  31. 746dd40 selftests: vm: add fragment CONFIG_TEST_VMALLOC by Anders Roxell · 5 years ago
  32. 060650a mm/vmalloc: add more comments to the adjust_va_to_fit_type() by Uladzislau Rezki (Sony) · 5 years ago
  33. f07116d mm/vmalloc: respect passed gfp_mask when doing preloading by Uladzislau Rezki (Sony) · 5 years ago
  34. 81f1ba5 mm/vmalloc: remove preempt_disable/enable when doing preloading by Uladzislau Rezki (Sony) · 5 years ago
  35. dcf61ff mm/vmalloc.c: remove unnecessary highmem_mask from parameter of gfpflags_allow_blocking() by Liu Xiang · 5 years ago
  36. 09dbcf4 mm/sparse.c: do not waste pre allocated memmap space by Michal Hocko · 5 years ago
  37. 030eab4f mm/sparse.c: mark populate_section_memmap as __meminit by Ilya Leoshkevich · 5 years ago
  38. 4c29700e mm/sparse: consistently do not zero memmap by Vincent Whitchurch · 5 years ago
  39. c5e79ef mm/memory_hotplug.c: don't allow to online/offline memory blocks with holes by David Hildenbrand · 5 years ago
  40. 848e19a drivers/base/memory.c: drop the mem_sysfs_mutex by David Hildenbrand · 5 years ago
  41. aba9817 include/linux/memory_hotplug.h: move definitions of {set,clear}_zone_contiguous by Ben Dooks (Codethink) · 5 years ago
  42. 756d25b mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINE by David Hildenbrand · 5 years ago
  43. 0ee5f4f mm/page_alloc.c: don't set pages PageReserved() when offlining by David Hildenbrand · 5 years ago
  44. 0ec4709 mm/memory_hotplug: remove __online_page_free() and __online_page_increment_counters() by David Hildenbrand · 5 years ago
  45. 30a9c24 hv_balloon: use generic_online_page() by David Hildenbrand · 5 years ago
  46. 18db149 mm/memory_hotplug: export generic_online_page() by David Hildenbrand · 5 years ago
  47. dca4436 mm/memory_hotplug.c: add a bounds check to __add_pages() by Alastair D'Silva · 5 years ago
  48. 32d1fe8 mm/hotplug: reorder memblock_[free|remove]() calls in try_remove_memory() by Anshuman Khandual · 5 years ago
  49. 7506851 mm/memory-failure.c: use page_shift() in add_to_kill() by Yunfeng Ye · 5 years ago
  50. feec24a mm, soft-offline: convert parameter to pfn by Naoya Horiguchi · 5 years ago
  51. 996ff7a mm/memory-failure.c clean up around tk pre-allocation by Jane Chu · 5 years ago
  52. 2e53c4e memfd: add test for COW on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings by Joel Fernandes (Google) · 5 years ago
  53. 05d35110 mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings by Nicolas Geoffray · 5 years ago
  54. 625110b mm/memory.c: fix a huge pud insertion race during faulting by Thomas Hellstrom · 5 years ago
  55. bf1a12a mm: move the backup x_devmap() functions to asm-generic/pgtable.h by Thomas Hellstrom · 5 years ago
  56. 30c4638 mm/rmap.c: use VM_BUG_ON_PAGE() in __page_check_anon_rmap() by Yang Shi · 5 years ago
  57. 091e429 mm/rmap.c: fix outdated comment in page_get_anon_vma() by Miles Chen · 5 years ago
  58. f2400ab asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDED by Vineet Gupta · 5 years ago
  59. 3d14f11 asm-generic/tlb: stub out pmd_free_tlb() if nopmd by Vineet Gupta · 5 years ago
  60. bffd972 asm-generic/tlb: stub out p4d_free_tlb() if nop4d ... by Vineet Gupta · 5 years ago
  61. b08861d asm-generic/tlb: stub out pud_free_tlb() if nopud ... by Vineet Gupta · 5 years ago
  62. 6aae342 ARC: mm: remove __ARCH_USE_5LEVEL_HACK by Vineet Gupta · 5 years ago
  63. ff68dac mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_area by Gaowei Pu · 5 years ago
  64. 4e4a9eb mm/rmap.c: reuse mergeable anon_vma as parent when fork by Wei Yang · 5 years ago
  65. 47b390d mm/rmap.c: don't reuse anon_vma if we just want a copy by Wei Yang · 5 years ago
  66. aba6dfb mm/mmap.c: rb_parent is not necessary in __vma_link_list() by Wei Yang · 5 years ago
  67. 1b9fc5b2 mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list() by Wei Yang · 5 years ago
  68. 9d81fbe mm/mmap.c: __vma_unlink_prev() is not necessary now by Wei Yang · 5 years ago
  69. 93b343a mm/mmap.c: prev could be retrieved from vma->vm_prev by Wei Yang · 5 years ago
  70. eef1a42 mm/swap.c: piggyback lru_add_drain_all() calls by Konstantin Khlebnikov · 5 years ago
  71. 408a60e mm/mmap.c: remove a never-triggered warning in __vma_adjust() by Wei Yang · 5 years ago
  72. e4dcad2 rss_stat: add support to detect RSS updates of external mm by Joel Fernandes (Google) · 5 years ago
  73. b3d1411 mm: emit tracepoint when RSS changes by Joel Fernandes (Google) · 5 years ago
  74. 8897c1b shmem: pin the file in shmem_fault() if mmap_sem is dropped by Kirill A. Shutemov · 5 years ago
  75. 89b1533 mm: drop mmap_sem before calling balance_dirty_pages() in write fault by Johannes Weiner · 5 years ago
  76. 1603c8d Documentation/admin-guide/cgroup-v2.rst: document why inactive_X + active_X may not equal X by Chris Down · 5 years ago
  77. fa40d1e mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node() by Shakeel Butt · 5 years ago
  78. 242c37b include/linux/memcontrol.h: fix comments based on per-node memcg by Hao Lee · 5 years ago
  79. 8c8c383 mm: memcontrol: try harder to set a new memory.high by Johannes Weiner · 5 years ago
  80. 7249c9f mm: memcontrol: remove dead code from memory_max_write() by Johannes Weiner · 5 years ago
  81. 9da83f3 mm, memcg: clean up reclaim iter array by Yafang Shao · 5 years ago
  82. a1100a7 mm/swap.c: trivial mark_page_accessed() cleanup by Fengguang Wu · 5 years ago
  83. 12d2966 mm, swap: disallow swapon() on zoned block devices by Naohiro Aota · 5 years ago
  84. d2dfbe4 mm/gup.c: fix comments of __get_user_pages() and get_user_pages_remote() by Liu Xiang · 5 years ago
  85. b96cc65 mm/gup.c: allow CMA migration to propagate errors back to caller by zhong jiang · 5 years ago
  86. 9266a14 mm/filemap.c: warn if stale pagecache is left after direct write by Konstantin Khlebnikov · 5 years ago
  87. a92853b fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=n by Konstantin Khlebnikov · 5 years ago
  88. 80c1fe9 mm/filemap.c: remove redundant cache invalidation after async direct-io write by Konstantin Khlebnikov · 5 years ago
  89. dd98afd mm/slub.c: clean up validate_slab() by Yu Zhao · 5 years ago
  90. aed6814 mm/slub.c: update comments by Yu Zhao · 5 years ago
  91. e1b70dd mm: slub: print the offset of fault addresses by Miles Chen · 5 years ago
  92. 13657d0 mm, slab_common: use enum kmalloc_cache_type to iterate over kmalloc caches by Pengfei Li · 5 years ago
  93. dc0a7f7 mm, slab: remove unused kmalloc_size() by Pengfei Li · 5 years ago
  94. cb5d9fb mm, slab: make kmalloc_info[] contain all types of names by Pengfei Li · 5 years ago
  95. 2b211dc fs/buffer.c: include internal.h for missing declarations by Ben Dooks · 5 years ago
  96. 1d70667 fs/buffer.c: fix use true/false for bool type by Saurav Girepunje · 5 years ago
  97. 188c523 ocfs2: fix passing zero to 'PTR_ERR' warning by Ding Xiang · 5 years ago
  98. 2d216b2 scripts/spelling.txt: add more spellings to spelling.txt by Colin Ian King · 5 years ago
  99. 32ef955 Merge tag 'fsnotify_for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
  100. b8072d5 Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago