1. 57efa1f mm/gup: prevent gup_fast from racing with COW during fork by Jason Gunthorpe · 4 years ago
  2. c28b1fc mm/gup: reorganize internal_get_user_pages_fast() by Jason Gunthorpe · 4 years ago
  3. d0de824 mm/gup_test: GUP_TEST depends on DEBUG_FS by Barry Song · 4 years ago
  4. afaa788 mm/gup_test.c: mark gup_test_init as __init function by Barry Song · 4 years ago
  5. f4f9bda selftests/vm: gup_test: introduce the dump_pages() sub-test by John Hubbard · 4 years ago
  6. a9bed1e selftests/vm: only some gup_test items are really benchmarks by John Hubbard · 4 years ago
  7. b9dcfdf selftests/vm: use a common gup_test.h by John Hubbard · 4 years ago
  8. 9c84f22 mm/gup_benchmark: rename to mm/gup_test by John Hubbard · 4 years ago
  9. 800bca7 mm/filemap.c: remove else after a return by Hailong Liu · 4 years ago
  10. 649c6df mm/truncate: add parameter explanation for invalidate_mapping_pagevec by Alex Shi · 4 years ago
  11. 06c0444 mm/filemap.c: generic_file_buffered_read() now uses find_get_pages_contig by Kent Overstreet · 4 years ago
  12. 723ef24 mm/filemap/c: break generic_file_buffered_read up into multiple functions by Kent Overstreet · 4 years ago
  13. 9cc7e96a mm/page_owner: record timestamp and pid by Liam Mark · 4 years ago
  14. 7fb7ab6 mm: fix page_owner initializing issue for arm32 by Zhenhua Huang · 4 years ago
  15. 045ab8c mm/slub: let number of online CPUs determine the slub page order by Bharata B Rao · 4 years ago
  16. 965c484 mm, slub: use kmem_cache_debug_flags() in deactivate_slab() by Vlastimil Babka · 4 years ago
  17. a32d654 mm/slab: rerform init_on_free earlier by Alexander Popov · 4 years ago
  18. 0c06dd7 mm, slab, slub: clear the slab_cache field when freeing page by Vlastimil Babka · 4 years ago
  19. 15d5de4 mm: slab: clarify krealloc()'s behavior with __GFP_ZERO by Bartosz Golaszewski · 4 years ago
  20. 7714304 mm/slab_common.c: use list_for_each_entry in dump_unreclaimable_slab() by Hui Su · 4 years ago
  21. ba9c120 mm/hugetlb: clear compound_nr before freeing gigantic pages by Gerald Schaefer · 4 years, 1 month ago
  22. 6c82d45 kasan: fix object remaining in offline per-cpu quarantine by Kuan-Ying Lee · 4 years, 1 month ago
  23. 16c0cc0 revert "mm/filemap: add static for function __add_to_page_cache_locked" by Andrew Morton · 4 years, 1 month ago
  24. a68a026 mm/madvise: remove racy mm ownership check by Minchan Kim · 4 years, 1 month ago
  25. 309d08d mm/mmap.c: fix mmap return value when vma is merged after call_mmap() by Liu Zixian · 4 years, 1 month ago
  26. 7a5bde3 hugetlb_cgroup: fix offline of hugetlb cgroup with reservations by Mike Kravetz · 4 years, 1 month ago
  27. 3351b16 mm/filemap: add static for function __add_to_page_cache_locked by Alex Shi · 4 years, 1 month ago
  28. b11a76b mm/swapfile: do not sleep with a spin lock held by Qian Cai · 4 years, 1 month ago
  29. e91d8d7 mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING by Minchan Kim · 4 years, 1 month ago
  30. 8199be0 mm: list_lru: set shrinker map bit when child nr_items is not zero by Yang Shi · 4 years, 1 month ago
  31. becaba6 mm: memcg/slab: fix obj_cgroup_charge() return value handling by Roman Gushchin · 4 years, 1 month ago
  32. 073861e mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback) by Hugh Dickins · 4 years, 1 month ago
  33. 6638380 mm: fix madvise WILLNEED performance problem by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  34. bfe8cc1 mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault() by Gerald Schaefer · 4 years, 1 month ago
  35. 8faeb1f mm: memcg/slab: fix root memcg vmstats by Muchun Song · 4 years, 1 month ago
  36. a927bd6 mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports by Dan Williams · 4 years, 1 month ago
  37. 450677d mm/madvise: fix memory leak from process_madvise by Eric Dumazet · 4 years, 1 month ago
  38. fa5fca7 Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  39. 4d02da9 Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 1 month ago
  40. d8c1901 page_frag: Recover from memory pressure by Dongli Zhang · 4 years, 1 month ago
  41. 0abed7c mm: never attempt async page lock if we've transferred data already by Jens Axboe · 4 years, 1 month ago
  42. a50cf15 Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 4 years, 1 month ago
  43. 336bf30 hugetlbfs: fix anon huge page migration race by Mike Kravetz · 4 years, 2 months ago
  44. 96e1fac mm/gup: use unpin_user_pages() in __gup_longterm_locked() by Jason Gunthorpe · 4 years, 2 months ago
  45. 22e4663 mm/slub: fix panic in slab_alloc_node() by Laurent Dufour · 4 years, 2 months ago
  46. 2da9f63 mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bit by Nicholas Piggin · 4 years, 2 months ago
  47. d20bdd57 mm/compaction: stop isolation if too many pages are isolated and we have pages to migrate by Zi Yan · 4 years, 2 months ago
  48. 3893586 mm/compaction: count pages and stop correctly during page isolation by Zi Yan · 4 years, 2 months ago
  49. a77eedb mm/truncate.c: make __invalidate_mapping_pages() static by Jason Yan · 4 years, 2 months ago
  50. 3f08842 mm: mempolicy: fix potential pte_unmap_unlock pte error by Shijie Luo · 4 years, 2 months ago
  51. 8de15e9 mm: memcg: link page counters to root if use_hierarchy is false by Roman Gushchin · 4 years, 2 months ago
  52. 7de2e9f mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcg by zhongjiang-ali · 4 years, 2 months ago
  53. 79aa925 hugetlb_cgroup: fix reservation accounting by Mike Kravetz · 4 years, 2 months ago
  54. 46b1ee3 mm/mremap_pages: fix static key devmap_managed_key updates by Ralph Campbell · 4 years, 2 months ago
  55. 61cf93d percpu: convert flexible array initializers to use struct_size() by Dennis Zhou · 4 years, 2 months ago
  56. f78f63d mm/process_vm_access: Add missing #include <linux/compat.h> by Geert Uytterhoeven · 4 years, 2 months ago
  57. 38dc507 Fix compat regression in process_vm_rw() by Jens Axboe · 4 years, 2 months ago
  58. c4728cf Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 2 months ago
  59. c4d6fe7 Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarray by Linus Torvalds · 4 years, 2 months ago
  60. 4962a85 Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  61. b71df8d mm: remove the filename in the top of file comment in vmalloc.c by Christoph Hellwig · 4 years, 2 months ago
  62. f255935 mm: cleanup the gfp_mask handling in __vmalloc_area_node by Christoph Hellwig · 4 years, 2 months ago
  63. 301fa9f mm: remove alloc_vm_area by Christoph Hellwig · 4 years, 2 months ago
  64. d1b6d2e zsmalloc: switch from alloc_vm_area to get_vm_area by Christoph Hellwig · 4 years, 2 months ago
  65. eeb4a05 mm: allow a NULL fn callback in apply_to_page_range by Christoph Hellwig · 4 years, 2 months ago
  66. 3e9a9e2 mm: add a vmap_pfn function by Christoph Hellwig · 4 years, 2 months ago
  67. b944afc mm: add a VM_MAP_PUT_PAGES flag for vmap by Christoph Hellwig · 4 years, 2 months ago
  68. fa30747 mm: update the documentation for vfree by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  69. ecb8ac8 mm/madvise: introduce process_madvise() syscall: an external memory hinting API by Minchan Kim · 4 years, 2 months ago
  70. 0726b01 mm/madvise: pass mm to do_madvise by Minchan Kim · 4 years, 2 months ago
  71. f396459 mm/gup_benchmark: take the mmap lock around GUP by Jann Horn · 4 years, 2 months ago
  72. fb8090b mm/mmap: add inline munmap_vma_range() for code readability by Liam R. Howlett · 4 years, 2 months ago
  73. 3903b55a mm/mmap: add inline vma_next() for readability of mmap code by Liam R. Howlett · 4 years, 2 months ago
  74. 4dc200c mm/migrate: avoid possible unnecessary process right check in kernel_move_pages() by Miaohe Lin · 4 years, 2 months ago
  75. 203e6e5 mm/memory_hotplug: remove a wrapper for alloc_migration_target() by Joonsoo Kim · 4 years, 2 months ago
  76. 5460875 mm/memory-failure: remove a wrapper for alloc_migration_target() by Joonsoo Kim · 4 years, 2 months ago
  77. 4127c65 mm: kmem: enable kernel memcg accounting from interrupt contexts by Roman Gushchin · 4 years, 2 months ago
  78. 37d5985 mm: kmem: prepare remote memcg charging infra for interrupt contexts by Roman Gushchin · 4 years, 2 months ago
  79. 67f0286 mm: kmem: remove redundant checks from get_obj_cgroup_from_current() by Roman Gushchin · 4 years, 2 months ago
  80. 279c339 mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current() by Roman Gushchin · 4 years, 2 months ago
  81. b87d8ce mm, memcg: rework remote charging API to support nesting by Roman Gushchin · 4 years, 2 months ago
  82. 324bcf5 mm: use limited read-ahead to satisfy read by Jens Axboe · 4 years, 2 months ago
  83. 13bd691 mm: mark async iocb read as NOWAIT once some data has been copied by Jens Axboe · 4 years, 2 months ago
  84. 54a4c78 Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 4 years, 2 months ago
  85. c4cf498 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 2 months ago
  86. 4d45e75 mm: remove the now-unnecessary mmget_still_valid() hack by Jann Horn · 4 years, 2 months ago
  87. 7f3bfab mm/gup: take mmap_lock in get_dump_page() by Jann Horn · 4 years, 2 months ago
  88. 8f942ee binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMU by Jann Horn · 4 years, 2 months ago
  89. ab130f91 mm: rename page_order() to buddy_order() by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  90. 73eb7f9 mm: use helper function put_write_access() by Miaohe Lin · 4 years, 2 months ago
  91. e755f4a mm/workingset.c: fix some doc warnings by Xiaofei Tan · 4 years, 2 months ago
  92. 70b6d25 mm: fix some comments formatting by Chen Tao · 4 years, 2 months ago
  93. 0e9aa67 mm: fix some broken comments by Miaohe Lin · 4 years, 2 months ago
  94. ed01737 mm: use self-explanatory macros rather than "2" by Yu Zhao · 4 years, 2 months ago
  95. 955cc77 mm/highmem.c: clean up endif comments by Ira Weiny · 4 years, 2 months ago
  96. 58f6f03 mm/page_reporting.c: drop stale list head check in page_reporting_cycle by Wei Yang · 4 years, 2 months ago
  97. c7df08f mm/slab.h: remove duplicate include by YueHaibing · 4 years, 2 months ago
  98. b86c5fc mm/memory_hotplug: update comment regarding zone shuffling by David Hildenbrand · 4 years, 2 months ago
  99. 7fef431 mm/page_alloc: place pages to tail in __free_pages_core() by David Hildenbrand · 4 years, 2 months ago
  100. 293ffa5 mm/page_alloc: move pages to tail in move_to_free_list() by David Hildenbrand · 4 years, 2 months ago