Show patches with: Submitter = Vlastimil Babka       |    State = Action Required       |    Archived = No       |   440 patches
« 1 2 3 44 5 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/10] mm/mmap/vma_merge: use only primary pointers for preparing merge cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[01/12] mm, slab: ignore hardened usercopy parameters when disabled Introduce CONFIG_SLUB_TINY and deprecate SLOB - 1 - --- 2022-11-21 Vlastimil Babka New
[01/20] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[02/10] mm/mmap/vma_merge: use the proper vma pointer in case 3 cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[02/12] mm, slub: add CONFIG_SLUB_TINY Introduce CONFIG_SLUB_TINY and deprecate SLOB 2 - - --- 2022-11-21 Vlastimil Babka New
[02/20] KASAN: remove code paths guarded by CONFIG_SLAB remove the SLAB allocator - 2 - --- 2023-11-13 Vlastimil Babka New
[03/10] mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6 cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[03/12] mm, slub: disable SYSFS support with CONFIG_SLUB_TINY Introduce CONFIG_SLUB_TINY and deprecate SLOB - - - --- 2022-11-21 Vlastimil Babka New
[03/20] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal remove the SLAB allocator - 2 - --- 2023-11-13 Vlastimil Babka New
[04/10] mm/mmap/vma_merge: use the proper vma pointer in case 4 cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[04/12] mm, slub: retain no free slabs on partial list with CONFIG_SLUB_TINY Introduce CONFIG_SLUB_TINY and deprecate SLOB 1 1 - --- 2022-11-21 Vlastimil Babka New
[04/20] mm/memcontrol: remove CONFIG_SLAB #ifdef guards remove the SLAB allocator 1 1 - --- 2023-11-13 Vlastimil Babka New
[05/10] mm/mmap/vma_merge: initialize mid and next in natural order cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[05/12] mm, slub: lower the default slub_max_order with CONFIG_SLUB_TINY Introduce CONFIG_SLUB_TINY and deprecate SLOB 1 1 - --- 2022-11-21 Vlastimil Babka New
[05/20] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks remove the SLAB allocator - - - --- 2023-11-13 Vlastimil Babka New
[06/10] mm/mmap/vma_merge: set mid to NULL if not applicable cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[06/12] mm, slub: don't create kmalloc-rcl caches with CONFIG_SLUB_TINY Introduce CONFIG_SLUB_TINY and deprecate SLOB - 1 - --- 2022-11-21 Vlastimil Babka New
[06/20] mm/slab: remove CONFIG_SLAB code from slab common code remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[07/10] mm/mmap/vma_merge: rename adj_next to adj_start cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[07/12] mm, slab: ignore SLAB_RECLAIM_ACCOUNT with CONFIG_SLUB_TINY Introduce CONFIG_SLUB_TINY and deprecate SLOB - - - --- 2022-11-21 Vlastimil Babka New
[07/20] mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[08/10] mm/mmap/vma_merge: convert mergeability checks to return bool cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[08/12] mm, slub: refactor free debug processing Introduce CONFIG_SLUB_TINY and deprecate SLOB - 1 - --- 2022-11-21 Vlastimil Babka New
[08/20] mm/slab: remove mm/slab.c and slab_def.h remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[09/10] mm/mmap: start distinguishing if vma can be removed in mergeability test cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[09/12] mm, slub: split out allocations from pre/post hooks Introduce CONFIG_SLUB_TINY and deprecate SLOB - 1 - --- 2022-11-21 Vlastimil Babka New
[09/20] mm/slab: move struct kmem_cache_cpu declaration to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[1/2] mm, fault-injection: declare should_fail_alloc_page() [1/2] mm, fault-injection: declare should_fail_alloc_page() - - - --- 2022-03-14 Vlastimil Babka New
[1/2] mm/slub: remove redundant kasan_reset_tag() from freelist_ptr calculations [1/2] mm/slub: remove redundant kasan_reset_tag() from freelist_ptr calculations 1 1 - --- 2023-07-11 Vlastimil Babka New
[1/2] trace-vmscan-postprocess: sync with tracepoints updates [1/2] trace-vmscan-postprocess: sync with tracepoints updates - - - --- 2023-09-14 Vlastimil Babka New
[1/3] mm, slab: deprecate SLAB_MEM_SPREAD flag cleanup of SLAB_ flags - 3 1 --- 2024-02-20 Vlastimil Babka New
[1/4] mm/slub: fix bulk alloc and free stats SLUB: cleanup hook processing - 1 - --- 2023-12-04 Vlastimil Babka New
[1/4] mm/slub: simplify the last resort slab order calculation SLUB: calculate_order() cleanups - - - --- 2023-09-08 Vlastimil Babka New
[1/5] mm/slub: move struct track init out of set_track() SLUB debugfs improvements based on stackdepot - 1 1 --- 2022-02-25 Vlastimil Babka New
[1/7] mm/slob: remove CONFIG_SLOB remove SLOB and allow kfree() with kmem_cache_alloc() 2 - - --- 2023-03-10 Vlastimil Babka New
[10/10] mm/mremap: simplify vma expansion again cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[10/12] mm, slub: remove percpu slabs with CONFIG_SLUB_TINY Introduce CONFIG_SLUB_TINY and deprecate SLOB - 1 - --- 2022-11-21 Vlastimil Babka New
[10/20] mm/slab: move the rest of slub_def.h to mm/slab.h remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[11/12] mm, slub: don't aggressively inline with CONFIG_SLUB_TINY Introduce CONFIG_SLUB_TINY and deprecate SLOB 1 - - --- 2022-11-21 Vlastimil Babka New
[11/20] mm/slab: consolidate includes in the internal mm/slab.h remove the SLAB allocator - - - --- 2023-11-13 Vlastimil Babka New
[12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED Introduce CONFIG_SLUB_TINY and deprecate SLOB 5 1 1 --- 2022-11-21 Vlastimil Babka New
[12/20] mm/slab: move pre/post-alloc hooks from slab.h to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[13/20] mm/slab: move memcg related functions from slab.h to slub.c remove the SLAB allocator 1 1 - --- 2023-11-13 Vlastimil Babka New
[14/20] mm/slab: move struct kmem_cache_node from slab.h to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[15/20] mm/slab: move kfree() from slab_common.c to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[16/20] mm/slab: move kmalloc_slab() to mm/slab.h remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[17/20] mm/slab: move kmalloc() functions from slab_common.c to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[18/20] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[19/20] mm/slub: optimize alloc fastpath code layout remove the SLAB allocator - - - --- 2023-11-13 Vlastimil Babka New
[2/2] mm, vmscan: remove ISOLATE_UNMAPPED [1/2] trace-vmscan-postprocess: sync with tracepoints updates - - - --- 2023-09-14 Vlastimil Babka New
[2/2] mm/early_ioremap: declare early_memremap_pgprot_adjust() [1/2] mm, fault-injection: declare should_fail_alloc_page() - - - --- 2022-03-14 Vlastimil Babka New
[2/2] mm/slub: remove freelist_dereference() [1/2] mm/slub: remove redundant kasan_reset_tag() from freelist_ptr calculations 1 - - --- 2023-07-11 Vlastimil Babka New
[2/3] mm, slab: use an enum to define SLAB_ cache creation flags cleanup of SLAB_ flags - 3 1 --- 2024-02-20 Vlastimil Babka New
[2/4] mm/slub: introduce __kmem_cache_free_bulk() without free hooks SLUB: cleanup hook processing - 1 - --- 2023-12-04 Vlastimil Babka New
[2/4] mm/slub: remove min_objects loop from calculate_order() SLUB: calculate_order() cleanups - - - --- 2023-09-08 Vlastimil Babka New
[2/5] mm/slub: restrict sysfs validation to debug caches and make it safe fix validation races and cleanup locking - - - --- 2022-08-12 Vlastimil Babka New
[2/5] mm/slub: use stackdepot to save stack trace in objects SLUB debugfs improvements based on stackdepot - - - --- 2022-02-25 Vlastimil Babka New
[2/7] net: skbuff: remove SLOB-specific ifdefs remove SLOB and allow kfree() with kmem_cache_alloc() - - - --- 2023-03-10 Vlastimil Babka New
[20/20] mm/slub: optimize free fast path code layout remove the SLAB allocator - - - --- 2023-11-13 Vlastimil Babka New
[3/3] mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGE cleanup of SLAB_ flags - 2 1 --- 2024-02-20 Vlastimil Babka New
[3/4] mm/slub: attempt to find layouts up to 1/2 waste in calculate_order() SLUB: calculate_order() cleanups - 1 - --- 2023-09-08 Vlastimil Babka New
[3/4] mm/slub: handle bulk and single object freeing separately SLUB: cleanup hook processing - 1 - --- 2023-12-04 Vlastimil Babka New
[3/5] mm/slub: aggregate and print stack traces in debugfs files SLUB debugfs improvements based on stackdepot - 1 1 --- 2022-02-25 Vlastimil Babka New
[3/7] mm, page_flags: remove PG_slob_free remove SLOB and allow kfree() with kmem_cache_alloc() 2 - - --- 2023-03-10 Vlastimil Babka New
[4.9-stable] mm/slub: add missing TID updates on slab deactivation [4.9-stable] mm/slub: add missing TID updates on slab deactivation 2 1 1 --- 2022-07-07 Vlastimil Babka New
[4/4] mm/slub: free KFENCE objects in slab_free_hook() SLUB: cleanup hook processing - 1 1 --- 2023-12-04 Vlastimil Babka New
[4/4] mm/slub: refactor calculate_order() and calc_slab_order() SLUB: calculate_order() cleanups - 1 - --- 2023-09-08 Vlastimil Babka New
[4/5] mm/slub: sort debugfs output by frequency of stack traces SLUB debugfs improvements based on stackdepot - 1 1 --- 2022-02-25 Vlastimil Babka New
[4/7] mm, pagemap: remove SLOB and SLQB from comments and documentation remove SLOB and allow kfree() with kmem_cache_alloc() 1 - - --- 2023-03-10 Vlastimil Babka New
[5.10-stable,5.4-stable,4.19-stable,4.14-stable] mm/slub: add missing TID updates on slab deactivat… [5.10-stable,5.4-stable,4.19-stable,4.14-stable] mm/slub: add missing TID updates on slab deactivat… 2 1 1 --- 2022-07-07 Vlastimil Babka New
[5.15-stable] mm/slub: add missing TID updates on slab deactivation [5.15-stable] mm/slub: add missing TID updates on slab deactivation 2 1 1 --- 2022-07-07 Vlastimil Babka New
[5/5] slab, documentation: add description of debugfs files for SLUB caches SLUB debugfs improvements based on stackdepot - - - --- 2022-02-25 Vlastimil Babka New
[5/7] mm/slab: remove CONFIG_SLOB code from slab common code remove SLOB and allow kfree() with kmem_cache_alloc() 1 1 - --- 2023-03-10 Vlastimil Babka New
[6/7] mm/slob: remove slob.c remove SLOB and allow kfree() with kmem_cache_alloc() 3 - - --- 2023-03-10 Vlastimil Babka New
[7/7] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects remove SLOB and allow kfree() with kmem_cache_alloc() - - - --- 2023-03-10 Vlastimil Babka New
[for,6.1,regression] mm, mremap: fix mremap() expanding for vma's with vm_ops->close() [for,6.1,regression] mm, mremap: fix mremap() expanding for vma's with vm_ops->close() - - 1 --- 2023-01-17 Vlastimil Babka New
[for,6.1,regression] Revert "mm/compaction: fix set skip in fast_find_migrateblock" [for,6.1,regression] Revert "mm/compaction: fix set skip in fast_find_migrateblock" - - 1 --- 2023-01-13 Vlastimil Babka New
[for,v6.1,regression] mm, mremap: fix mremap() expanding vma with addr inside vma [for,v6.1,regression] mm, mremap: fix mremap() expanding vma with addr inside vma - - - --- 2022-12-16 Vlastimil Babka New
[for,v6.3,regression] mm/mremap: fix vm_pgoff in vma_merge() case 3 [for,v6.3,regression] mm/mremap: fix vm_pgoff in vma_merge() case 3 - - - --- 2023-04-27 Vlastimil Babka New
[gmem,FIXUP,v2] mm, compaction: make testing mapping_unmovable() safe [gmem,FIXUP,v2] mm, compaction: make testing mapping_unmovable() safe - - - --- 2023-09-08 Vlastimil Babka New
[gmem,FIXUP] mm, compaction: make testing mapping_unmovable() safe [gmem,FIXUP] mm, compaction: make testing mapping_unmovable() safe - - - --- 2023-09-01 Vlastimil Babka New
[mm-unstable,v3,1/2] mm, slab: move memcg charging to post-alloc hook memcg_kmem hooks refactoring - 2 - --- 2024-03-26 Vlastimil Babka New
[mm-unstable,v3,2/2] mm, slab: move slab_memcg hooks to mm/memcontrol.c memcg_kmem hooks refactoring - 1 - --- 2024-03-26 Vlastimil Babka New
[RFC,01/11] mm/mremap: fix dup_anon_vma() in vma_merge() case 4 cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,01/32] mm/slab: Dissolve slab_map_pages() in its caller Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,02/11] mm/mmap/vma_merge: use only primary pointers for preparing merge cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,02/32] mm/slub: Make object_err() static Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,03/11] mm/mmap/vma_merge: use the proper vma pointer in case 3 cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,03/32] mm: Split slab into its own type Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,04/11] mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6 cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,04/32] mm: Add account_slab() and unaccount_slab() Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,05/11] mm/mmap/vma_merge: use the proper vma pointer in case 4 cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,05/32] mm: Convert virt_to_cache() to use struct slab Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,06/11] mm/mmap/vma_merge: initialize mid and next in natural order cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,06/32] mm: Convert __ksize() to struct slab Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,07/11] mm/mmap/vma_merge: set mid to NULL if not applicable cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,07/32] mm: Use struct slab in kmem_obj_info() Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,08/11] mm/mmap/vma_merge: rename adj_next to adj_start cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,08/32] mm: Convert check_heap_object() to use struct slab Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,09/11] mm/mmap/vma_merge: convert mergeability checks to return bool cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
« 1 2 3 44 5 »