1. 0a7dd4e mm/vmalloc: Fix unlock order in s_stop() by Waiman Long · 4 years, 2 months ago
  2. e924d46 mm/vmalloc.c: remove unnecessary return statement by Baolin Wang · 4 years, 2 months ago
  3. 799fa85 mm/vmalloc: add 'align' parameter explanation for pvm_determine_end_from_reverse by Alex Shi · 4 years, 2 months ago
  4. 96e2db45 mm/vmalloc: rework the drain logic by Uladzislau Rezki (Sony) · 4 years, 2 months ago
  5. 8945a72 mm/vmalloc: use free_vm_area() if an allocation fails by Uladzislau Rezki (Sony) · 4 years, 2 months ago
  6. 34fe653 mm/vmalloc.c:__vmalloc_area_node(): avoid 32-bit overflow by Andrew Morton · 4 years, 2 months ago
  7. d5037d1 locking/selftests: add testcases for fs_reclaim by Daniel Vetter · 4 years, 2 months ago
  8. 95d6c70 mm: extract might_alloc() debug check by Daniel Vetter · 4 years, 2 months ago
  9. f920e41 mm: track mmu notifiers in fs_reclaim_acquire/release by Daniel Vetter · 4 years, 2 months ago
  10. 871402e mm: forbid splitting special mappings by Dmitry Safonov · 4 years, 2 months ago
  11. 73d5e06 mremap: check if it's possible to split original vma by Dmitry Safonov · 4 years, 2 months ago
  12. dd3b614 vm_ops: rename .split() callback to .may_split() by Dmitry Safonov · 4 years, 2 months ago
  13. cd544fd mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio by Dmitry Safonov · 4 years, 2 months ago
  14. ad8ee77 mm/mremap: for MREMAP_DONTUNMAP check security_vm_enough_memory_mm() by Dmitry Safonov · 4 years, 2 months ago
  15. 51df7bc mm/mremap: account memory on do_munmap() failure by Dmitry Safonov · 4 years, 2 months ago
  16. 0966aeb mm: move free_unref_page to mm/internal.h by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  17. 06517c9 sparc: fix handling of page table constructor failure by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  18. 2b5067a mm: mmap_lock: add tracepoints around lock acquisition by Axel Rasmussen · 4 years, 2 months ago
  19. 777f303 mm/page_vma_mapped.c: add colon to fix kernel-doc markups error for check_pte by Alex Shi · 4 years, 2 months ago
  20. f5b7e73 mm/mapping_dirty_helpers: enhance the kernel-doc markups by Alex Shi · 4 years, 2 months ago
  21. d3f5ffc mm: cleanup: remove unused tsk arg from __access_remote_vm by John Hubbard · 4 years, 2 months ago
  22. be37c98 x86: mremap speedup - Enable HAVE_MOVE_PUD by Kalesh Singh · 4 years, 2 months ago
  23. f5308c8 arm64: mremap speedup - enable HAVE_MOVE_PUD by Kalesh Singh · 4 years, 2 months ago
  24. c49dd34 mm: speedup mremap on 1GB or larger regions by Kalesh Singh · 4 years, 2 months ago
  25. 7df6662 kselftests: vm: add mremap tests by Kalesh Singh · 4 years, 2 months ago
  26. 3a25062 xen/unpopulated-alloc: consolidate pgmap manipulation by Dan Williams · 4 years, 2 months ago
  27. f0c0c11 mm: memcontrol: account pagetables per node by Shakeel Butt · 4 years, 2 months ago
  28. c47d503 mm: move lruvec stats update functions to vmstat.h by Shakeel Butt · 4 years, 2 months ago
  29. 7f41506 mm/memcg: remove incorrect comment by Alex Shi · 4 years, 2 months ago
  30. 5ab9290 mm: memcontrol: sssign boolean values to a bool variable by Kaixu Xia · 4 years, 2 months ago
  31. da3ceef mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state by Muchun Song · 4 years, 2 months ago
  32. fe6960c mm: memcg: remove obsolete memcg_has_children() by Lukas Bulwahn · 4 years, 2 months ago
  33. 1306478 mm/page_counter: use page_counter_read in page_counter_set_max by Hui Su · 4 years, 2 months ago
  34. 9d9d341 cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy by Roman Gushchin · 4 years, 2 months ago
  35. 18421863 docs: cgroup-v1: reflect the deprecation of the non-hierarchical mode by Roman Gushchin · 4 years, 2 months ago
  36. bef8620 mm: memcg: deprecate the non-hierarchical mode by Roman Gushchin · 4 years, 2 months ago
  37. a7cb874 mm: memcg: fix obsolete code comments by Roman Gushchin · 4 years, 2 months ago
  38. a5eb011 mm/memcg: update page struct member in comments by Alex Shi · 4 years, 2 months ago
  39. 013339d mm/rmap: always do TTU_IGNORE_ACCESS by Shakeel Butt · 4 years, 2 months ago
  40. eefbfa7 mm: memcg/slab: fix use after free in obj_cgroup_charge by Muchun Song · 4 years, 2 months ago
  41. 2f7659a mm: memcg/slab: fix return of child memcg objcg for root memcg by Muchun Song · 4 years, 2 months ago
  42. 378876b0 mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded() by Miaohe Lin · 4 years, 2 months ago
  43. 1a984c4 mm: memcontrol: remove unused mod_memcg_obj_state() by Muchun Song · 4 years, 2 months ago
  44. b8eddff mm: memcontrol: add file_thp, shmem_thp to memory.stat by Johannes Weiner · 4 years, 2 months ago
  45. f38d58b tmpfs: fix Documentation nits by Randy Dunlap · 4 years, 2 months ago
  46. 30e6a51 mm/shmem.c: make shmem_mapping() inline by Hui Su · 4 years, 2 months ago
  47. 4626809 mm: remove pagevec_lookup_range_nr_tag() by Jeff Layton · 4 years, 2 months ago
  48. 661c756 mm/swapfile.c: use memset to fill the swap_map with SWAP_HAS_CACHE by Miaohe Lin · 4 years, 2 months ago
  49. 9d9a033 mm/swapfile.c: remove unnecessary out label in __swap_duplicate() by Miaohe Lin · 4 years, 2 months ago
  50. e97af69 mm/swap_state: skip meaningless swap cache readahead when ra_info.win == 0 by Miaohe Lin · 4 years, 2 months ago
  51. d8aa24e mm/swapfile.c: use helper function swap_count() in add_swap_count_continuation() by Miaohe Lin · 4 years, 2 months ago
  52. 43fbdeb mm: handle zone device pages in release_pages() by Ralph Campbell · 4 years, 2 months ago
  53. 4509b42 mm/gup: combine put_compound_head() and unpin_user_page() by Jason Gunthorpe · 4 years, 2 months ago
  54. 52650c8 mm/gup: remove the vma allocation from gup_longterm_locked() by Jason Gunthorpe · 4 years, 2 months ago
  55. 57efa1f mm/gup: prevent gup_fast from racing with COW during fork by Jason Gunthorpe · 4 years, 2 months ago
  56. c28b1fc mm/gup: reorganize internal_get_user_pages_fast() by Jason Gunthorpe · 4 years, 2 months ago
  57. d0de824 mm/gup_test: GUP_TEST depends on DEBUG_FS by Barry Song · 4 years, 2 months ago
  58. afaa788 mm/gup_test.c: mark gup_test_init as __init function by Barry Song · 4 years, 2 months ago
  59. a26c4c6 selftests/vm: 2x speedup for run_vmtests.sh by John Hubbard · 4 years, 2 months ago
  60. f3a4570 selftests/vm: hmm-tests: remove the libhugetlbfs dependency by John Hubbard · 4 years, 2 months ago
  61. d943fe8 selftests/vm: run_vmtests.sh: update and clean up gup_test invocation by John Hubbard · 4 years, 2 months ago
  62. f4f9bda selftests/vm: gup_test: introduce the dump_pages() sub-test by John Hubbard · 4 years, 2 months ago
  63. a9bed1e selftests/vm: only some gup_test items are really benchmarks by John Hubbard · 4 years, 2 months ago
  64. f545605 selftests/vm: minor cleanup: Makefile and gup_test.c by John Hubbard · 4 years, 2 months ago
  65. c2aa8af selftests/vm: rename run_vmtests --> run_vmtests.sh by John Hubbard · 4 years, 2 months ago
  66. b9dcfdf selftests/vm: use a common gup_test.h by John Hubbard · 4 years, 2 months ago
  67. 9c84f22 mm/gup_benchmark: rename to mm/gup_test by John Hubbard · 4 years, 2 months ago
  68. 800bca7 mm/filemap.c: remove else after a return by Hailong Liu · 4 years, 2 months ago
  69. 649c6df mm/truncate: add parameter explanation for invalidate_mapping_pagevec by Alex Shi · 4 years, 2 months ago
  70. 06c0444 mm/filemap.c: generic_file_buffered_read() now uses find_get_pages_contig by Kent Overstreet · 4 years, 2 months ago
  71. 723ef24 mm/filemap/c: break generic_file_buffered_read up into multiple functions by Kent Overstreet · 4 years, 2 months ago
  72. 9cc7e96a mm/page_owner: record timestamp and pid by Liam Mark · 4 years, 2 months ago
  73. 7fb7ab6 mm: fix page_owner initializing issue for arm32 by Zhenhua Huang · 4 years, 2 months ago
  74. 7d18dd7 device-dax/kmem: use struct_size() by Dan Williams · 4 years, 2 months ago
  75. 045ab8c mm/slub: let number of online CPUs determine the slub page order by Bharata B Rao · 4 years, 2 months ago
  76. 965c484 mm, slub: use kmem_cache_debug_flags() in deactivate_slab() by Vlastimil Babka · 4 years, 2 months ago
  77. a32d654 mm/slab: rerform init_on_free earlier by Alexander Popov · 4 years, 2 months ago
  78. 0c06dd7 mm, slab, slub: clear the slab_cache field when freeing page by Vlastimil Babka · 4 years, 2 months ago
  79. a47fc51 dma-buf: use krealloc_array() by Bartosz Golaszewski · 4 years, 2 months ago
  80. f8f7e2b hwtracing: intel: use krealloc_array() by Bartosz Golaszewski · 4 years, 2 months ago
  81. 32ce255 drm: atomic: use krealloc_array() by Bartosz Golaszewski · 4 years, 2 months ago
  82. af11be0 edac: ghes: use krealloc_array() by Bartosz Golaszewski · 4 years, 2 months ago
  83. 2207994 pinctrl: use krealloc_array() by Bartosz Golaszewski · 4 years, 2 months ago
  84. 3a99974 vhost: vringh: use krealloc_array() by Bartosz Golaszewski · 4 years, 2 months ago
  85. 64f0bd1 ALSA: pcm: use krealloc_array() by Bartosz Golaszewski · 4 years, 2 months ago
  86. f0dbd2b mm: slab: provide krealloc_array() by Bartosz Golaszewski · 4 years, 2 months ago
  87. 15d5de4 mm: slab: clarify krealloc()'s behavior with __GFP_ZERO by Bartosz Golaszewski · 4 years, 2 months ago
  88. 7714304 mm/slab_common.c: use list_for_each_entry in dump_unreclaimable_slab() by Hui Su · 4 years, 2 months ago
  89. a86ecfa arch/Kconfig: fix spelling mistakes by Colin Ian King · 4 years, 2 months ago
  90. 4568096 ocfs2: ratelimit the 'max lookup times reached' notice by Mauricio Faria de Oliveira · 4 years, 2 months ago
  91. a0823b5 fs/ocfs2/cluster/tcp.c: remove unneeded break by Tom Rix · 4 years, 2 months ago
  92. 4dad18f fs/ntfs: remove unused variable attr_len by Alex Shi · 4 years, 2 months ago
  93. 3f10c2f fs/ntfs: remove unused varibles by Alex Shi · 4 years, 2 months ago
  94. ec680c1 ide: remove BUG_ON(in_interrupt() || irqs_disabled()) from ide_unregister() by Sebastian Andrzej Siewior · 4 years, 2 months ago
  95. 483e641 ide/falcon: remove in_interrupt() usage by Sebastian Andrzej Siewior · 4 years, 2 months ago
  96. a85cbe6 uapi: move constants from <linux/kernel.h> to <linux/const.h> by Petr Vorel · 4 years, 2 months ago
  97. ebb2bdc kthread_worker: document CPU hotplug handling by Petr Mladek · 4 years, 2 months ago
  98. f630c7c kthread: add kthread_work tracepoints by Rob Clark · 4 years, 2 months ago
  99. 2c85ebc Linux 5.10 by Linus Torvalds · 4 years, 2 months ago
  100. ec6f5e0 Merge tag 'x86-urgent-2020-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago