summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include/linux/list.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-1/+3
* include/kunit/test.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-2/+11
* kernel.h: split out container_of() and typeof_member() macrosAndy Shevchenko2021-11-092-32/+41
* kernel.h: drop unneeded <linux/kernel.h> inclusion from other headersAndy Shevchenko2021-11-094-3/+1
* proc: allow pid_revalidate() during LOOKUP_RCUStephen Brennan2021-11-091-8/+10
* virtio-mem: kdump mode to sanitize /proc/vmcore accessDavid Hildenbrand2021-11-091-12/+124
* virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio...David Hildenbrand2021-11-091-3/+10
* virtio-mem: factor out hotplug specifics from virtio_mem_probe() into virtio_...David Hildenbrand2021-11-091-42/+45
* virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_m...David Hildenbrand2021-11-091-37/+44
* proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand2021-11-094-38/+111
* proc/vmcore: let pfn_is_ram() return a boolDavid Hildenbrand2021-11-091-4/+4
* x86/xen: print a warning when HVMOP_get_mem_type failsDavid Hildenbrand2021-11-091-1/+3
* x86/xen: simplify xen_oldmem_pfn_is_ram()David Hildenbrand2021-11-091-14/+1
* x86/xen: update xen_oldmem_pfn_is_ram() documentationDavid Hildenbrand2021-11-091-6/+3
* procfs: do not list TID 0 in /proc/<pid>/taskFlorian Weimer2021-11-094-0/+87
* mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru2021-11-095-31/+13
* vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2021-11-098-22/+120
* mm/damon: remove return value from before_terminate callbackChangbin Du2021-11-062-4/+3
* mm/damon: fix a few spelling mistakes in comments and a pr_debug messageColin Ian King2021-11-063-3/+3
* mm/damon: simplify stop mechanismChangbin Du2021-11-062-37/+15
* Docs/admin-guide/mm/pagemap: wordsmith page flags descriptionsSeongJae Park2021-11-061-26/+27
* Docs/admin-guide/mm/damon/start: simplify the contentSeongJae Park2021-11-061-53/+60
* Docs/admin-guide/mm/damon/start: fix a wrong linkSeongJae Park2021-11-061-1/+3
* Docs/admin-guide/mm/damon/start: fix wrong example commandsSeongJae Park2021-11-061-7/+7
* mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao2021-11-063-3/+18
* mm/damon: remove unnecessary variable initializationXin Hao2021-11-061-1/+1
* Documentation/admin-guide/mm/damon: add a document for DAMON_RECLAIMSeongJae Park2021-11-062-0/+236
* mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)SeongJae Park2021-11-063-0/+369
* selftests/damon: support watermarksSeongJae Park2021-11-061-2/+2
* mm/damon/dbgfs: support watermarksSeongJae Park2021-11-061-7/+9
* mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park2021-11-063-3/+151
* tools/selftests/damon: update for regions prioritization of schemesSeongJae Park2021-11-061-2/+2
* mm/damon/dbgfs: support prioritization weightsSeongJae Park2021-11-061-4/+10
* mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park2021-11-065-0/+82
* mm/damon/schemes: prioritize regions within the quotasSeongJae Park2021-11-062-7/+81
* mm/damon/selftests: support schemes quotasSeongJae Park2021-11-061-2/+2
* mm/damon/dbgfs: support quotas of schemesSeongJae Park2021-11-061-5/+9
* mm/damon/schemes: implement time quotaSeongJae Park2021-11-062-10/+60
* mm/damon/schemes: skip already charged targets and regionsSeongJae Park2021-11-062-0/+42
* mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park2021-11-063-13/+87
* mm/damon/paddr: support the pageout schemeSeongJae Park2021-11-062-1/+38
* mm/damon/dbgfs: remove unnecessary variablesRongwei Wang2021-11-061-35/+31
* mm/damon/vaddr: constify static mm_walk_opsRikard Falkeborn2021-11-061-2/+2
* Docs/DAMON: document physical memory monitoring supportSeongJae Park2021-11-063-19/+40
* mm/damon/dbgfs: support physical memory monitoringSeongJae Park2021-11-062-4/+19
* mm/damon: implement primitives for physical address space monitoringSeongJae Park2021-11-064-0/+243
* mm/damon/vaddr: separate commonly usable functionsSeongJae Park2021-11-064-86/+108
* Docs/admin-guide/mm/damon: document 'init_regions' featureSeongJae Park2021-11-061-2/+39
* mm/damon/dbgfs-test: add a unit test case for 'init_regions'SeongJae Park2021-11-061-0/+54
* mm/damon/dbgfs: allow users to set initial monitoring target regionsSeongJae Park2021-11-061-2/+154