aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08mm/damon: add a tracepointSeongJae Park1-1/+6
2021-09-08mm/damon: implement primitives for the virtual memory address spacesSeongJae Park3-0/+674
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park3-12/+20
2021-09-08mm/damon: adaptively adjust regionsSeongJae Park1-9/+215
2021-09-08mm/damon/core: implement region-based samplingSeongJae Park1-4/+139
2021-09-08mm: introduce Data Access MONitor (DAMON)SeongJae Park5-0/+341
2021-09-08kfence: test: fail fast if disabled at bootMarco Elver1-0/+3
2021-09-08kfence: show cpu and timestamp in alloc/free infoMarco Elver3-6/+18
2021-09-08mm/secretmem: use refcount_t instead of atomic_tJordy Zomer1-4/+5
2021-09-08mm: in_irq() cleanupChangbin Du2-2/+2
2021-09-08mm/early_ioremap.c: remove redundant early_ioremap_shutdown()Weizhao Ouyang1-5/+0
2021-09-08mm: don't allow executable ioremap mappingsChristoph Hellwig1-1/+1
2021-09-08mm: move ioremap_page_range to vmalloc.cChristoph Hellwig3-31/+19
2021-09-08mm: remove redundant compound_head() callingMuchun Song1-2/+4
2021-09-08mm/memory_hotplug: use helper zone_is_zone_device() to simplify the codeMiaohe Lin1-3/+1
2021-09-08mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online policyDavid Hildenbrand1-4/+56
2021-09-08mm/memory_hotplug: memory group aware "auto-movable" online policyDavid Hildenbrand1-3/+45
2021-09-08mm/memory_hotplug: track present pages in memory groupsDavid Hildenbrand1-5/+14
2021-09-08drivers/base/memory: introduce "memory groups" to logically group memory blocksDavid Hildenbrand1-1/+10
2021-09-08mm/memory_hotplug: introduce "auto-movable" online policyDavid Hildenbrand1-0/+191
2021-09-08mm: track present early pages per zoneDavid Hildenbrand2-3/+14
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand1-11/+17
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2-6/+3
2021-09-08mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand1-2/+2
2021-09-08mm: memory_hotplug: cleanup after removal of pfn_valid_within()Mike Rapoport1-6/+3
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport6-61/+11
2021-09-07Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds1-17/+4
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2-28/+3
2021-09-04mm, slub: convert kmem_cpu_slab protection to local_lockVlastimil Babka1-35/+111
2021-09-04mm, slub: use migrate_disable() on PREEMPT_RTVlastimil Babka1-9/+30
2021-09-04mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchgVlastimil Babka1-37/+44
2021-09-04mm, slub: make slab_lock() disable irqs with PREEMPT_RTVlastimil Babka1-17/+41
2021-09-04mm: slub: make object_map_lock a raw_spinlock_tSebastian Andrzej Siewior1-3/+3
2021-09-04mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ contextSebastian Andrzej Siewior2-16/+80
2021-09-04mm, slab: split out the cpu offline variant of flush_slab()Vlastimil Babka1-2/+10
2021-09-04mm, slub: don't disable irqs in slub_cpu_dead()Vlastimil Babka1-5/+1
2021-09-04mm, slub: only disable irq with spin_lock in __unfreeze_partials()Vlastimil Babka1-8/+4
2021-09-04mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezingVlastimil Babka1-22/+51
2021-09-04mm, slub: detach whole partial list at once in unfreeze_partials()Vlastimil Babka1-3/+7
2021-09-04mm, slub: discard slabs in unfreeze_partials() without irqs disabledVlastimil Babka1-1/+2
2021-09-04mm, slub: move irq control into unfreeze_partials()Vlastimil Babka1-6/+7
2021-09-04mm, slub: call deactivate_slab() without disabling irqsVlastimil Babka1-5/+19
2021-09-04mm, slub: make locking in deactivate_slab() irq-safeVlastimil Babka1-4/+5
2021-09-04mm, slub: move reset of c->page and freelist out of deactivate_slab()Vlastimil Babka1-13/+18
2021-09-04mm, slub: stop disabling irqs around get_partial()Vlastimil Babka1-14/+8
2021-09-04mm, slub: check new pages with restored irqsVlastimil Babka1-5/+3
2021-09-04mm, slub: validate slab from partial list or page allocator before making it cpu slabVlastimil Babka1-8/+9
2021-09-04mm, slub: restore irqs around calling new_slab()Vlastimil Babka1-6/+2
2021-09-04mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()Vlastimil Babka1-9/+25
2021-09-04mm, slub: do initial checks in ___slab_alloc() with irqs enabledVlastimil Babka1-9/+45