aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-06thunderbolt: test: split up test cases in tb_test_credit_alloc_allLinus Torvalds1-17/+81
2021-09-06lib/test_scanf: split up number parsing test routinesLinus Torvalds1-8/+71
2021-09-06iwl: fix debug printf format stringsLinus Torvalds1-2/+2
2021-09-06don't make the syscall checking produce errors from warningsStephen Rothwell1-1/+1
2021-09-05Enable '-Werror' by default for all kernel buildsLinus Torvalds2-0/+17
2021-09-05binfmt: a.out: Fix bogus semicolonGeert Uytterhoeven1-1/+1
2021-09-04cdrom: update uniform CD-ROM maintainership in MAINTAINERS filePhillip Potter1-2/+1
2021-09-03loop: reduce the loop_ctl_mutex scopeTetsuo Handa2-26/+50
2021-09-03io_uring: io_uring_complete() trace should take an integerJens Axboe1-3/+3
2021-09-03mm/madvise: add MADV_WILLNEED to process_madvise()zhangkui1-0/+1
2021-09-03mm/vmstat: remove unneeded return valueMiaohe Lin1-6/+2
2021-09-03mm/vmstat: simplify the array size calculationMiaohe Lin1-5/+3
2021-09-03mm/vmstat: correct some wrong commentsMiaohe Lin1-6/+1
2021-09-03mm/percpu,c: remove obsolete comments of pcpu_chunk_populated()Jing Xiangfeng1-3/+0
2021-09-03selftests: vm: add COW time test for KSM pagesZhansaya Bagdauletkyzy1-3/+83
2021-09-03selftests: vm: add KSM merging time testZhansaya Bagdauletkyzy1-4/+70
2021-09-03mm: KSM: fix data typeZhansaya Bagdauletkyzy1-4/+4
2021-09-03selftests: vm: add KSM merging across nodes testZhansaya Bagdauletkyzy3-3/+119
2021-09-03selftests: vm: add KSM zero page merging testZhansaya Bagdauletkyzy2-3/+99
2021-09-03selftests: vm: add KSM unmerge testZhansaya Bagdauletkyzy2-5/+85
2021-09-03selftests: vm: add KSM merge testZhansaya Bagdauletkyzy4-0/+324
2021-09-03mm/migrate: correct kernel-doc notationRandy Dunlap1-1/+1
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan21-2/+38
2021-09-03mm: introduce process_mrelease system callSuren Baghdasaryan1-0/+70
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport16-117/+81
2021-09-03mm/mempolicy.c: use in_task() in mempolicy_slab_node()Vasily Averin1-1/+1
2021-09-03mm/mempolicy: unify the create() func for bind/interleave/prefer-many policiesFeng Tang1-20/+4
2021-09-03mm/mempolicy: advertise new MPOL_PREFERRED_MANYBen Widawsky2-10/+12
2021-09-03mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANYBen Widawsky2-5/+37
2021-09-03mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policyFeng Tang1-0/+30
2021-09-03mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodesDave Hansen2-14/+60
2021-09-03mm/mempolicy: use readable NUMA_NO_NODE macro instead of magic numberBaolin Wang1-3/+3
2021-09-03mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy5-4/+42
2021-09-03mm: compaction: optimize proactive compaction deferralsCharan Teja Reddy1-10/+19
2021-09-03mm, vmscan: guarantee drop_slab_node() terminationVlastimil Babka1-1/+2
2021-09-03mm/vmscan: add 'else' to remove check_pending labelMiaohe Lin1-9/+5
2021-09-03mm/vmscan: remove unneeded return value of kswapd_run()Miaohe Lin2-6/+3
2021-09-03mm/vmscan: remove misleading setting to sc->priorityMiaohe Lin1-2/+0
2021-09-03mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezedMiaohe Lin1-5/+8
2021-09-03mm/vmpressure: replace vmpressure_to_css() with vmpressure_to_memcg()Hui Su3-5/+4
2021-09-03mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying4-2/+92
2021-09-03mm/vmscan: never demote for memcg reclaimDave Hansen1-2/+7
2021-09-03mm/vmscan: Consider anonymous pages without swapKeith Busch1-4/+30
2021-09-03mm/vmscan: add helper for querying ability to age anonymous pagesDave Hansen1-2/+18
2021-09-03mm/vmscan: add page demotion counterYang Shi3-0/+9
2021-09-03mm/migrate: demote pages during reclaimDave Hansen3-1/+96
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi8-12/+18
2021-09-03mm/migrate: update node demotion order on hotplug eventsDave Hansen1-1/+89
2021-09-03mm/numa: automatically generate node migration orderDave Hansen3-1/+222
2021-09-03selftests/vm/userfaultfd: wake after copy failureNadav Amit1-0/+13