1. 3b8db39 mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff() by David Hildenbrand · 3 years, 6 months ago
  2. a4eec6a binfmt: remove in-tree usage of MAP_EXECUTABLE by David Hildenbrand · 3 years, 6 months ago
  3. 8fa2075 perf: MAP_EXECUTABLE does not indicate VM_MAYEXEC by David Hildenbrand · 3 years, 6 months ago
  4. 6a1803b mm: memcontrol: remove trailing semicolon in macros by Huilong Deng · 3 years, 6 months ago
  5. c74d40e loop: charge i/o to mem and blk cg by Dan Schatzberg · 3 years, 6 months ago
  6. 04f94e3 mm: charge active memcg when no mm is set by Dan Schatzberg · 3 years, 6 months ago
  7. 87579e9 loop: use worker per cgroup instead of kworker by Dan Schatzberg · 3 years, 6 months ago
  8. b51478a memcontrol: use flexible-array member by wenhuizhang · 3 years, 6 months ago
  9. 9ef56b7 mm: vmscan: remove noinline_for_stack by Muchun Song · 3 years, 6 months ago
  10. 271dd6b mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lock by Muchun Song · 3 years, 6 months ago
  11. 9838354 mm: memcontrol: simplify the logic of objcg pinning memcg by Muchun Song · 3 years, 6 months ago
  12. 7467c39 mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvec by Muchun Song · 3 years, 6 months ago
  13. f2e4d28 mm: memcontrol: simplify lruvec_holds_page_lru_lock by Muchun Song · 3 years, 6 months ago
  14. a984226 mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec by Muchun Song · 3 years, 6 months ago
  15. 2884b6b mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm by Muchun Song · 3 years, 6 months ago
  16. 8dc87c7 mm: memcontrol: fix page charging in page replacement by Muchun Song · 3 years, 6 months ago
  17. c5c8b16 mm: memcontrol: fix root_mem_cgroup charging by Muchun Song · 3 years, 6 months ago
  18. 13e680f mm: memcg/slab: disable cache merging for KMALLOC_NORMAL caches by Waiman Long · 3 years, 6 months ago
  19. 494c1df mm: memcg/slab: create a new set of kmalloc-cg-<n> caches by Waiman Long · 3 years, 6 months ago
  20. 41eb5df mm: memcg/slab: properly set up gfp flags for objcg pointer array by Waiman Long · 3 years, 6 months ago
  21. 5592711 mm/memcg: optimize user context object stock access by Waiman Long · 3 years, 6 months ago
  22. 5387c90 mm/memcg: improve refill_obj_stock() performance by Waiman Long · 3 years, 6 months ago
  23. 68ac5b3 mm/memcg: cache vmstat data in percpu memcg_stock_pcp by Waiman Long · 3 years, 6 months ago
  24. fdbcb2a mm/memcg: move mod_objcg_state() to memcontrol.c by Waiman Long · 3 years, 6 months ago
  25. eea4a50 swap: check mapping_empty() for swap cache before being freed by Huang Ying · 3 years, 6 months ago
  26. f4c4a3f mm: free idle swap cache page after COW by Huang Ying · 3 years, 6 months ago
  27. a4b4511 mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info() by Huang Ying · 3 years, 6 months ago
  28. 1cfcc83 mm/swap_slots.c: delete meaningless forward declarations by Miaohe Lin · 3 years, 6 months ago
  29. eb7709c mm/swap: remove unused local variable nr_shadows by Miaohe Lin · 3 years, 6 months ago
  30. bb243f7 mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATION by Miaohe Lin · 3 years, 6 months ago
  31. 2efa33fc mm/shmem: fix shmem_swapin() race with swapoff by Miaohe Lin · 3 years, 6 months ago
  32. 5c04623 mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info() by Miaohe Lin · 3 years, 6 months ago
  33. 2799e77 swap: fix do_swap_page() race with swapoff by Miaohe Lin · 3 years, 6 months ago
  34. 63d8620 mm/swapfile: use percpu_ref to serialize against concurrent swapoff by Miaohe Lin · 3 years, 6 months ago
  35. e17eae2 mm: pagewalk: fix walk for hugepage tables by Christophe Leroy · 3 years, 6 months ago
  36. a458b76 mm: gup: pack has_pinned in MMF_HAS_PINNED by Andrea Arcangeli · 3 years, 6 months ago
  37. 292648a mm: gup: allow FOLL_PIN to scale in SMP by Andrea Arcangeli · 3 years, 6 months ago
  38. f39bd85 mm/gup_benchmark: support threading by Peter Xu · 3 years, 6 months ago
  39. 3a6b216 mm: move page dirtying prototypes from mm.h by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  40. b82a96c fs: remove noop_set_page_dirty() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  41. fc50eee fs: remove anon_set_page_dirty() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  42. fd7353f iomap: use __set_page_dirty_nobuffers by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  43. 2f18be3 mm/writeback: use __set_page_dirty in __set_page_dirty_nobuffers by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  44. 6e1cae8 mm/writeback: move __set_page_dirty() to core mm by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  45. 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 3 years, 6 months ago
  46. c1e3dbe fs: move ramfs_aops to libfs by Christoph Hellwig · 3 years, 6 months ago
  47. 34ebcce fs: unexport __set_page_dirty by Christoph Hellwig · 3 years, 6 months ago
  48. c22d70a writeback, cgroup: release dying cgwbs by switching attached inodes by Roman Gushchin · 3 years, 6 months ago
  49. f5fbe6b writeback, cgroup: support switching multiple inodes at once by Roman Gushchin · 3 years, 6 months ago
  50. 72d4512 writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn() by Roman Gushchin · 3 years, 6 months ago
  51. f3b6a6d writeback, cgroup: keep list of inodes attached to bdi_writeback by Roman Gushchin · 3 years, 6 months ago
  52. 29264d9 writeback, cgroup: switch to rcu_work API in inode_switch_wbs() by Roman Gushchin · 3 years, 6 months ago
  53. 8826ee4 writeback, cgroup: increment isw_nr_in_flight before grabbing an inode by Roman Gushchin · 3 years, 6 months ago
  54. 592fa00 writeback, cgroup: add smp_mb() to cgroup_writeback_umount() by Roman Gushchin · 3 years, 6 months ago
  55. 4ade586 writeback, cgroup: do not switch inodes with I_WILL_FREE flag by Roman Gushchin · 3 years, 6 months ago
  56. 87e3789 mm/page-writeback: use __this_cpu_inc() in account_page_dirtied() by Chi Wu · 3 years, 6 months ago
  57. 0323155 mm/page-writeback: update the comment of Dirty position control by Chi Wu · 3 years, 6 months ago
  58. ab19939 mm/page-writeback: Fix performance when BDI's share of ratio is 0. by Chi Wu · 3 years, 6 months ago
  59. 5defd49 mm: page-writeback: kill get_writeback_state() comments by Kefeng Wang · 3 years, 6 months ago
  60. f8af4d0 virtio_balloon: specify page reporting order if needed by Gavin Shan · 3 years, 6 months ago
  61. 9f849c6 mm/page_reporting: allow driver to specify reporting order by Gavin Shan · 3 years, 6 months ago
  62. f58780a mm/page_reporting: export reporting order as module parameter by Gavin Shan · 3 years, 6 months ago
  63. 5631de5 mm/page_reporting: fix code style in __page_reporting_request() by Gavin Shan · 3 years, 6 months ago
  64. 832b507 mm: mmap_lock: use local locks instead of disabling preemption by Nicolas Saenz Julienne · 3 years, 6 months ago
  65. 65ac1a6 mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage() by Anshuman Khandual · 3 years, 6 months ago
  66. 85f29cd tools/vm/page_owner_sort.c: check malloc() return by Tang Bin · 3 years, 6 months ago
  67. 1a14e37 dax: fix ENOMEM handling in grab_mapping_entry() by Jan Kara · 3 years, 6 months ago
  68. 54dd200 mm/kmemleak: fix possible wrong memory scanning period by Yanfei Xu · 3 years, 6 months ago
  69. 65ebdee mm/slub: add taint after the errors are printed by Georgi Djakov · 3 years, 6 months ago
  70. 64dd684 mm: slub: move sysfs slab alloc/free interfaces to debugfs by Faiyaz Mohammed · 3 years, 6 months ago
  71. 7927029 slub: force on no_hash_pointers when slub_debug is enabled by Stephen Boyd · 3 years, 6 months ago
  72. 582d121 slub: indicate slab_fix() uses printf formats by Joe Perches · 3 years, 6 months ago
  73. 1a88ef8 slub: actually use 'message' in restore_bytes() by Stephen Boyd · 3 years, 6 months ago
  74. 02ac47d slub: restore slub_debug=- behavior by Stephen Boyd · 3 years, 6 months ago
  75. 588c7fa mm, slub: change run-time assertion in kmalloc_index() to compile-time by Hyeonggon Yoo · 3 years, 6 months ago
  76. 3d8e374 slub: remove resiliency_test() function by Oliver Glitta · 3 years, 6 months ago
  77. 1f9f78b mm/slub, kunit: add a KUnit test for SLUB debugging functionality by Oliver Glitta · 3 years, 6 months ago
  78. 26c6cb7 kunit: make test->lock irq safe by Vlastimil Babka · 3 years, 6 months ago
  79. 4acaa7d slab: use __func__ to trace function name by gumingtao · 3 years, 6 months ago
  80. 256f7a6 doc: watchdog: modify the doc related to "watchdog/%u" by Wang Qing · 3 years, 6 months ago
  81. e55fda8 doc: watchdog: modify the explanation related to watchdog thread by Wang Qing · 3 years, 6 months ago
  82. b124ac4 kernel: watchdog: modify the explanation related to watchdog thread by Wang Qing · 3 years, 6 months ago
  83. 7ed6d4e ocfs2: remove redundant initialization of variable ret by Colin Ian King · 3 years, 6 months ago
  84. f0f798d ocfs2: replace simple_strtoull() with kstrtoull() by Chen Huang · 3 years, 6 months ago
  85. 01f0139 ocfs2: remove repeated uptodate check for buffer by Wan Jiabing · 3 years, 6 months ago
  86. ca49b6d ocfs2: remove redundant assignment to pointer queue by Colin Ian King · 3 years, 6 months ago
  87. 54e948c ocfs2: fix snprintf() checking by Dan Carpenter · 3 years, 6 months ago
  88. 74ef829 ocfs2: remove unnecessary INIT_LIST_HEAD() by Yang Yingliang · 3 years, 6 months ago
  89. 10dde05 squashfs: add option to panic on errors by Vincent Whitchurch · 3 years, 6 months ago
  90. d98e4d9 ntfs: fix validity check for file name attribute by Desmond Cheong Zhi Xi · 3 years, 6 months ago
  91. c1c9142 scripts/spelling.txt: add more spellings to spelling.txt by Colin Ian King · 3 years, 6 months ago
  92. d1b1f1e streamline_config.pl: add softtabstop=4 for vim users by Steven Rostedt (VMware) · 3 years, 6 months ago
  93. b83c8ba streamline_config.pl: make spacing consistent by Steven Rostedt (VMware) · 3 years, 6 months ago
  94. c5f320f ia64: mca_drv: fix incorrect array size calculation by Arnd Bergmann · 3 years, 6 months ago
  95. f589c67 ia64: headers: drop duplicated words by Randy Dunlap · 3 years, 6 months ago
  96. d71ba16 kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync() by Petr Mladek · 3 years, 6 months ago
  97. 20ce0c2 kthread: switch to new kerneldoc syntax for named variable macro argument by Jonathan Neuschäfer · 3 years, 6 months ago
  98. ff4b2b4 mm/page_alloc: correct return value of populated elements if bulk array is populated by Mel Gorman · 3 years, 6 months ago
  99. 122e093 mm/page_alloc: fix memory map initialization for descending nodes by Mike Rapoport · 3 years, 6 months ago
  100. c24d373 mm/gup: fix try_grab_compound_head() race with split_huge_page() by Jann Horn · 3 years, 6 months ago