1. be37c98 x86: mremap speedup - Enable HAVE_MOVE_PUD by Kalesh Singh · 4 years, 1 month ago
  2. f5308c8 arm64: mremap speedup - enable HAVE_MOVE_PUD by Kalesh Singh · 4 years, 1 month ago
  3. c49dd34 mm: speedup mremap on 1GB or larger regions by Kalesh Singh · 4 years, 1 month ago
  4. 7df6662 kselftests: vm: add mremap tests by Kalesh Singh · 4 years, 1 month ago
  5. 3a25062 xen/unpopulated-alloc: consolidate pgmap manipulation by Dan Williams · 4 years, 1 month ago
  6. f0c0c11 mm: memcontrol: account pagetables per node by Shakeel Butt · 4 years, 1 month ago
  7. c47d503 mm: move lruvec stats update functions to vmstat.h by Shakeel Butt · 4 years, 1 month ago
  8. 7f41506 mm/memcg: remove incorrect comment by Alex Shi · 4 years, 1 month ago
  9. 5ab9290 mm: memcontrol: sssign boolean values to a bool variable by Kaixu Xia · 4 years, 1 month ago
  10. da3ceef mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state by Muchun Song · 4 years, 1 month ago
  11. fe6960c mm: memcg: remove obsolete memcg_has_children() by Lukas Bulwahn · 4 years, 1 month ago
  12. 1306478 mm/page_counter: use page_counter_read in page_counter_set_max by Hui Su · 4 years, 1 month ago
  13. 9d9d341 cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy by Roman Gushchin · 4 years, 1 month ago
  14. 18421863 docs: cgroup-v1: reflect the deprecation of the non-hierarchical mode by Roman Gushchin · 4 years, 1 month ago
  15. bef8620 mm: memcg: deprecate the non-hierarchical mode by Roman Gushchin · 4 years, 1 month ago
  16. a7cb874 mm: memcg: fix obsolete code comments by Roman Gushchin · 4 years, 1 month ago
  17. a5eb011 mm/memcg: update page struct member in comments by Alex Shi · 4 years, 1 month ago
  18. 013339d mm/rmap: always do TTU_IGNORE_ACCESS by Shakeel Butt · 4 years, 1 month ago
  19. eefbfa7 mm: memcg/slab: fix use after free in obj_cgroup_charge by Muchun Song · 4 years, 1 month ago
  20. 2f7659a mm: memcg/slab: fix return of child memcg objcg for root memcg by Muchun Song · 4 years, 1 month ago
  21. 378876b mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded() by Miaohe Lin · 4 years, 1 month ago
  22. 1a984c4 mm: memcontrol: remove unused mod_memcg_obj_state() by Muchun Song · 4 years, 1 month ago
  23. b8eddff mm: memcontrol: add file_thp, shmem_thp to memory.stat by Johannes Weiner · 4 years, 1 month ago
  24. f38d58b tmpfs: fix Documentation nits by Randy Dunlap · 4 years, 1 month ago
  25. 30e6a51 mm/shmem.c: make shmem_mapping() inline by Hui Su · 4 years, 1 month ago
  26. 4626809 mm: remove pagevec_lookup_range_nr_tag() by Jeff Layton · 4 years, 1 month ago
  27. 661c756 mm/swapfile.c: use memset to fill the swap_map with SWAP_HAS_CACHE by Miaohe Lin · 4 years, 1 month ago
  28. 9d9a033 mm/swapfile.c: remove unnecessary out label in __swap_duplicate() by Miaohe Lin · 4 years, 1 month ago
  29. e97af69 mm/swap_state: skip meaningless swap cache readahead when ra_info.win == 0 by Miaohe Lin · 4 years, 1 month ago
  30. d8aa24e mm/swapfile.c: use helper function swap_count() in add_swap_count_continuation() by Miaohe Lin · 4 years, 1 month ago
  31. 43fbdeb mm: handle zone device pages in release_pages() by Ralph Campbell · 4 years, 1 month ago
  32. 4509b42 mm/gup: combine put_compound_head() and unpin_user_page() by Jason Gunthorpe · 4 years, 1 month ago
  33. 52650c8 mm/gup: remove the vma allocation from gup_longterm_locked() by Jason Gunthorpe · 4 years, 1 month ago
  34. 57efa1f mm/gup: prevent gup_fast from racing with COW during fork by Jason Gunthorpe · 4 years, 1 month ago
  35. c28b1fc mm/gup: reorganize internal_get_user_pages_fast() by Jason Gunthorpe · 4 years, 1 month ago
  36. d0de824 mm/gup_test: GUP_TEST depends on DEBUG_FS by Barry Song · 4 years, 1 month ago
  37. afaa788 mm/gup_test.c: mark gup_test_init as __init function by Barry Song · 4 years, 1 month ago
  38. a26c4c6 selftests/vm: 2x speedup for run_vmtests.sh by John Hubbard · 4 years, 1 month ago
  39. f3a4570 selftests/vm: hmm-tests: remove the libhugetlbfs dependency by John Hubbard · 4 years, 1 month ago
  40. d943fe8 selftests/vm: run_vmtests.sh: update and clean up gup_test invocation by John Hubbard · 4 years, 1 month ago
  41. f4f9bda selftests/vm: gup_test: introduce the dump_pages() sub-test by John Hubbard · 4 years, 1 month ago
  42. a9bed1e selftests/vm: only some gup_test items are really benchmarks by John Hubbard · 4 years, 1 month ago
  43. f545605 selftests/vm: minor cleanup: Makefile and gup_test.c by John Hubbard · 4 years, 1 month ago
  44. c2aa8af selftests/vm: rename run_vmtests --> run_vmtests.sh by John Hubbard · 4 years, 1 month ago
  45. b9dcfdf selftests/vm: use a common gup_test.h by John Hubbard · 4 years, 1 month ago
  46. 9c84f22 mm/gup_benchmark: rename to mm/gup_test by John Hubbard · 4 years, 1 month ago
  47. 800bca7 mm/filemap.c: remove else after a return by Hailong Liu · 4 years, 1 month ago
  48. 649c6df mm/truncate: add parameter explanation for invalidate_mapping_pagevec by Alex Shi · 4 years, 1 month ago
  49. 06c0444 mm/filemap.c: generic_file_buffered_read() now uses find_get_pages_contig by Kent Overstreet · 4 years, 1 month ago
  50. 723ef24 mm/filemap/c: break generic_file_buffered_read up into multiple functions by Kent Overstreet · 4 years, 1 month ago
  51. 9cc7e96a mm/page_owner: record timestamp and pid by Liam Mark · 4 years, 1 month ago
  52. 7fb7ab6 mm: fix page_owner initializing issue for arm32 by Zhenhua Huang · 4 years, 1 month ago
  53. 7d18dd7 device-dax/kmem: use struct_size() by Dan Williams · 4 years, 1 month ago
  54. 045ab8c mm/slub: let number of online CPUs determine the slub page order by Bharata B Rao · 4 years, 1 month ago
  55. 965c484 mm, slub: use kmem_cache_debug_flags() in deactivate_slab() by Vlastimil Babka · 4 years, 1 month ago
  56. a32d654 mm/slab: rerform init_on_free earlier by Alexander Popov · 4 years, 1 month ago
  57. 0c06dd7 mm, slab, slub: clear the slab_cache field when freeing page by Vlastimil Babka · 4 years, 1 month ago
  58. a47fc51 dma-buf: use krealloc_array() by Bartosz Golaszewski · 4 years, 1 month ago
  59. f8f7e2b hwtracing: intel: use krealloc_array() by Bartosz Golaszewski · 4 years, 1 month ago
  60. 32ce255 drm: atomic: use krealloc_array() by Bartosz Golaszewski · 4 years, 1 month ago
  61. af11be0 edac: ghes: use krealloc_array() by Bartosz Golaszewski · 4 years, 1 month ago
  62. 2207994 pinctrl: use krealloc_array() by Bartosz Golaszewski · 4 years, 1 month ago
  63. 3a99974 vhost: vringh: use krealloc_array() by Bartosz Golaszewski · 4 years, 1 month ago
  64. 64f0bd1 ALSA: pcm: use krealloc_array() by Bartosz Golaszewski · 4 years, 1 month ago
  65. f0dbd2b mm: slab: provide krealloc_array() by Bartosz Golaszewski · 4 years, 1 month ago
  66. 15d5de4 mm: slab: clarify krealloc()'s behavior with __GFP_ZERO by Bartosz Golaszewski · 4 years, 1 month ago
  67. 7714304 mm/slab_common.c: use list_for_each_entry in dump_unreclaimable_slab() by Hui Su · 4 years, 1 month ago
  68. a86ecfa arch/Kconfig: fix spelling mistakes by Colin Ian King · 4 years, 1 month ago
  69. 4568096 ocfs2: ratelimit the 'max lookup times reached' notice by Mauricio Faria de Oliveira · 4 years, 1 month ago
  70. a0823b5 fs/ocfs2/cluster/tcp.c: remove unneeded break by Tom Rix · 4 years, 1 month ago
  71. 4dad18f fs/ntfs: remove unused variable attr_len by Alex Shi · 4 years, 1 month ago
  72. 3f10c2f fs/ntfs: remove unused varibles by Alex Shi · 4 years, 1 month ago
  73. ec680c1 ide: remove BUG_ON(in_interrupt() || irqs_disabled()) from ide_unregister() by Sebastian Andrzej Siewior · 4 years, 1 month ago
  74. 483e641 ide/falcon: remove in_interrupt() usage by Sebastian Andrzej Siewior · 4 years, 1 month ago
  75. a85cbe6 uapi: move constants from <linux/kernel.h> to <linux/const.h> by Petr Vorel · 4 years, 1 month ago
  76. ebb2bdc kthread_worker: document CPU hotplug handling by Petr Mladek · 4 years, 1 month ago
  77. f630c7c kthread: add kthread_work tracepoints by Rob Clark · 4 years, 1 month ago
  78. 2c85ebc Linux 5.10 by Linus Torvalds · 4 years, 1 month ago
  79. 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, 1 month ago
  80. d2360a3 Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  81. 6bff9bb Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 1 month ago
  82. 5ee595d Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 1 month ago
  83. 7b1b868 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 1 month ago
  84. b53966f Merge tag 'for-linus-5.10c-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 1 month ago
  85. b01dedd Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 1 month ago
  86. 31d00f6 Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  87. 643e69a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 4 years, 1 month ago
  88. 6ffeb1c md: change mddev 'chunk_sectors' from int to unsigned by Mike Snitzer · 4 years, 1 month ago
  89. 0d07c0e x86/kprobes: Fix optprobe to detect INT3 padding correctly by Masami Hiramatsu · 4 years, 1 month ago
  90. cffdd6d Input: goodix - add upside-down quirk for Teclast X98 Pro tablet by Simon Beginn · 4 years, 1 month ago
  91. 111d0bd tools/kvm_stat: Exempt time-based counters by Stefan Raspl · 4 years, 1 month ago
  92. 34c0f6f KVM: mmu: Fix SPTE encoding of MMIO generation upper half by Maciej S. Szmigiero · 4 years, 1 month ago
  93. 7f376f1 Merge tag 'mtd/fixes-for-5.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 4 years, 1 month ago
  94. 1de5d12 Merge tag 'mmc-v5.10-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 1 month ago
  95. e977aaf Merge tag 'at24-fixes-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current by Wolfram Sang · 4 years, 1 month ago
  96. 782598e Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 4 years, 1 month ago
  97. b7906b7 bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers by Andrii Nakryiko · 4 years, 1 month ago
  98. a06caa4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  99. ba9c120 mm/hugetlb: clear compound_nr before freeing gigantic pages by Gerald Schaefer · 4 years, 1 month ago
  100. 6c82d45 kasan: fix object remaining in offline per-cpu quarantine by Kuan-Ying Lee · 4 years, 1 month ago