summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVERLukas Bulwahn2021-11-091-1/+1
* MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVERLukas Bulwahn2021-11-091-1/+0
* MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURELukas Bulwahn2021-11-091-1/+1
* MAINTAINERS: add "exec & binfmt" section with myself and EricKees Cook2021-11-091-0/+14
* mailmap: update email address for Colin KingColin Ian King2021-11-091-0/+2
* linux/container_of.h: switch to static_assertRasmus Villemoes2021-11-091-6/+6
* kernel.h: split out instruction pointer accessorsStephen Rothwell2021-11-093-4/+10
* include/linux/generic-radix-tree.h: replace kernel.h with the necessary inclu...Andy Shevchenko2021-11-091-1/+2
* include/linux/radix-tree.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-1/+3
* include/linux/sbitmap.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-1/+10
* include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-095-1/+11
* include/media/media-entity.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-1/+2
* include/linux/plist.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-1/+4
* include/linux/llist.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-1/+3
* 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