aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-09MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURELukas Bulwahn
2021-11-09MAINTAINERS: add "exec & binfmt" section with myself and EricKees Cook
2021-11-09mailmap: update email address for Colin KingColin Ian King
2021-11-09linux/container_of.h: switch to static_assertRasmus Villemoes
2021-11-09kernel.h: split out instruction pointer accessorsStephen Rothwell
2021-11-09include/linux/generic-radix-tree.h: replace kernel.h with the necessary inclu...Andy Shevchenko
2021-11-09include/linux/radix-tree.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09include/linux/sbitmap.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09include/media/media-entity.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09include/linux/plist.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09include/linux/llist.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09include/linux/list.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09include/kunit/test.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09kernel.h: split out container_of() and typeof_member() macrosAndy Shevchenko
2021-11-09kernel.h: drop unneeded <linux/kernel.h> inclusion from other headersAndy Shevchenko
2021-11-09proc: allow pid_revalidate() during LOOKUP_RCUStephen Brennan
2021-11-09virtio-mem: kdump mode to sanitize /proc/vmcore accessDavid Hildenbrand
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio...David Hildenbrand
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_probe() into virtio_...David Hildenbrand
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_m...David Hildenbrand
2021-11-09proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand
2021-11-09proc/vmcore: let pfn_is_ram() return a boolDavid Hildenbrand
2021-11-09x86/xen: print a warning when HVMOP_get_mem_type failsDavid Hildenbrand
2021-11-09x86/xen: simplify xen_oldmem_pfn_is_ram()David Hildenbrand
2021-11-09x86/xen: update xen_oldmem_pfn_is_ram() documentationDavid Hildenbrand
2021-11-09procfs: do not list TID 0 in /proc/<pid>/taskFlorian Weimer
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner
2021-11-06mm/damon: remove return value from before_terminate callbackChangbin Du
2021-11-06mm/damon: fix a few spelling mistakes in comments and a pr_debug messageColin Ian King
2021-11-06mm/damon: simplify stop mechanismChangbin Du
2021-11-06Docs/admin-guide/mm/pagemap: wordsmith page flags descriptionsSeongJae Park
2021-11-06Docs/admin-guide/mm/damon/start: simplify the contentSeongJae Park
2021-11-06Docs/admin-guide/mm/damon/start: fix a wrong linkSeongJae Park
2021-11-06Docs/admin-guide/mm/damon/start: fix wrong example commandsSeongJae Park
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao
2021-11-06mm/damon: remove unnecessary variable initializationXin Hao
2021-11-06Documentation/admin-guide/mm/damon: add a document for DAMON_RECLAIMSeongJae Park
2021-11-06mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)SeongJae Park
2021-11-06selftests/damon: support watermarksSeongJae Park
2021-11-06mm/damon/dbgfs: support watermarksSeongJae Park
2021-11-06mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park
2021-11-06tools/selftests/damon: update for regions prioritization of schemesSeongJae Park
2021-11-06mm/damon/dbgfs: support prioritization weightsSeongJae Park
2021-11-06mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park
2021-11-06mm/damon/schemes: prioritize regions within the quotasSeongJae Park
2021-11-06mm/damon/selftests: support schemes quotasSeongJae Park
2021-11-06mm/damon/dbgfs: support quotas of schemesSeongJae Park
2021-11-06mm/damon/schemes: implement time quotaSeongJae Park