summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * arch: Kconfig: fix spelling mistake "seperate" -> "separate"Colin Ian King2021-09-081-1/+1
| * connector: send event on write to /proc/[pid]/commOhhoon Kwon2021-09-081-1/+4
| * proc: stop using seq_get_buf in proc_task_nameChristoph Hellwig2021-09-081-14/+4
| * percpu: remove export of pcpu_base_addrGreg Kroah-Hartman2021-09-081-1/+0
| * alpha: pci-sysfs: fix all kernel-doc warningsRandy Dunlap2021-09-081-4/+8
| * alpha: agp: make empty macros use do-while-0 styleRandy Dunlap2021-09-081-2/+2
| * MAINTAINERS: update for DAMONSeongJae Park2021-09-081-0/+11
| * mm/damon: add user space selftestsSeongJae Park2021-09-083-0/+110
| * mm/damon: add kunit testsSeongJae Park2021-09-087-0/+760
| * Documentation: add documents for DAMONSeongJae Park2021-09-089-0/+510
| * mm/damon/dbgfs: support multiple contextsSeongJae Park2021-09-081-2/+193
| * mm/damon/dbgfs: export kdamond pid to the user spaceSeongJae Park2021-09-081-2/+35
| * mm/damon: implement a debugfs-based user space interfaceSeongJae Park2021-09-085-0/+457
| * mm/damon: add a tracepointSeongJae Park2021-09-082-1/+49
| * mm/damon: implement primitives for the virtual memory address spacesSeongJae Park2021-09-084-0/+687
| * mm/idle_page_tracking: make PG_idle reusableSeongJae Park2021-09-087-19/+27
| * mm/damon: adaptively adjust regionsSeongJae Park2021-09-082-17/+237
| * mm/damon/core: implement region-based samplingSeongJae Park2021-09-082-7/+213
| * mm: introduce Data Access MONitor (DAMON)SeongJae Park2021-09-086-0/+508
| * kfence: test: fail fast if disabled at bootMarco Elver2021-09-081-0/+3
| * kfence: show cpu and timestamp in alloc/free infoMarco Elver2021-09-084-51/+71
| * mm/secretmem: use refcount_t instead of atomic_tJordy Zomer2021-09-081-4/+5
| * mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song2021-09-084-5/+7
| * mm: in_irq() cleanupChangbin Du2021-09-082-2/+2
| * highmem: don't disable preemption on RT in kmap_atomic()Sebastian Andrzej Siewior2021-09-081-5/+22
| * mm/early_ioremap.c: remove redundant early_ioremap_shutdown()Weizhao Ouyang2021-09-082-11/+0
| * mm: don't allow executable ioremap mappingsChristoph Hellwig2021-09-081-1/+1
| * mm: move ioremap_page_range to vmalloc.cChristoph Hellwig2021-09-084-34/+19
| * riscv: only select GENERIC_IOREMAP if MMU support is enabledChristoph Hellwig2021-09-081-1/+1
| * mm: remove redundant compound_head() callingMuchun Song2021-09-082-6/+7
| * mm/memory_hotplug: use helper zone_is_zone_device() to simplify the codeMiaohe Lin2021-09-081-3/+1
| * mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online ...David Hildenbrand2021-09-083-4/+89
| * mm/memory_hotplug: memory group aware "auto-movable" online policyDavid Hildenbrand2021-09-083-12/+57
| * virtio-mem: use a single dynamic memory group for a single virtio-mem deviceDavid Hildenbrand2021-09-081-3/+19
| * dax/kmem: use a single static memory group for a single probed unitDavid Hildenbrand2021-09-081-8/+32
| * ACPI: memhotplug: use a single static memory group for a single memory deviceDavid Hildenbrand2021-09-081-5/+30
| * mm/memory_hotplug: track present pages in memory groupsDavid Hildenbrand2021-09-084-14/+34
| * drivers/base/memory: introduce "memory groups" to logically group memory blocksDavid Hildenbrand2021-09-084-6/+215
| * mm/memory_hotplug: introduce "auto-movable" online policyDavid Hildenbrand2021-09-081-0/+191
| * mm: track present early pages per zoneDavid Hildenbrand2021-09-085-11/+29
| * ACPI: memhotplug: memory resources cannot be enabled yetDavid Hildenbrand2021-09-081-4/+0
| * mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand2021-09-086-31/+30
| * mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-0810-22/+11
| * mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand2021-09-082-4/+4
| * mm: memory_hotplug: cleanup after removal of pfn_valid_within()Mike Rapoport2021-09-081-6/+3
| * mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport2021-09-088-75/+11
| * memory-hotplug.rst: complete admin-guide overhaulDavid Hildenbrand2021-09-081-306/+455
| * memory-hotplug.rst: remove locking details from admin-guideDavid Hildenbrand2021-09-081-39/+0
* | Merge tag 'mm-slub-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-084-251/+563
|\ \
| * | mm, slub: convert kmem_cpu_slab protection to local_lockVlastimil Babka2021-09-042-35/+117