Show patches with: Submitter = Vlastimil Babka       |    Archived = No       |   472 patches
« 1 2 ... 2 3 4 5 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,27/32] bootmem: Use page->index instead of page->freelist Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,26/32] zsmalloc: Stop using slab fields in struct page Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,25/32] mm/kfence: Convert kfence_guarded_alloc() to struct slab Separate struct slab from struct page - - 1 --- 2021-11-16 Vlastimil Babka New
[RFC,24/32] mm/kasan: Convert to struct slab Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,23/32] mm/slob: Convert SLOB to use struct slab Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,22/32] mm/memcg: Convert slab objcgs from struct page to struct slab Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,21/32] mm: Convert struct page to struct slab in functions used by other subsystems Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,20/32] mm/slab: Finish struct page to struct slab conversion Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,19/32] mm/slab: Convert most struct page to struct slab by spatch Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,18/32] mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slab Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,17/32] mm/slub: Finish struct page to struct slab conversion Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,16/32] mm/slub: Convert most struct page to struct slab by spatch Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,15/32] mm/slub: Convert pfmemalloc_match() to take a struct slab Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,14/32] mm/slub: Convert __free_slab() to use struct slab Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,13/32] mm/slub: Convert alloc_slab_page() to return a struct slab Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,12/32] mm/slub: Convert print_page_info() to print_slab_info() Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,11/32] mm/slub: Convert __slab_lock() and __slab_unlock() to struct slab Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,10/32] mm/slub: Convert kfree() to use a struct slab Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[RFC,09/32] mm/slub: Convert detached_freelist to use a struct slab Separate struct slab from struct page - - - --- 2021-11-16 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,07/32] mm: Use struct slab in kmem_obj_info() Separate struct slab from struct page - - - --- 2021-11-16 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,05/32] mm: Convert virt_to_cache() to use struct slab Separate struct slab from struct page - - - --- 2021-11-16 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,03/32] mm: Split slab into its own type Separate struct slab from struct page - - - --- 2021-11-16 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,01/32] mm/slab: Dissolve slab_map_pages() in its caller Separate struct slab from struct page - - - --- 2021-11-16 Vlastimil Babka New
[v3] lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() [v3] lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() 1 1 - --- 2021-10-13 Vlastimil Babka New
[v2,2/2] mm/slub: increase default cpu partial list sizes [v2,1/2] mm, slub: change percpu partial accounting from objects to pages - - - --- 2021-10-12 Vlastimil Babka New
[v2,1/2] mm, slub: change percpu partial accounting from objects to pages [v2,1/2] mm, slub: change percpu partial accounting from objects to pages - - - --- 2021-10-12 Vlastimil Babka New
[v2] lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() [v2] lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() 1 1 - --- 2021-10-12 Vlastimil Babka New
lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() 1 - - --- 2021-10-07 Vlastimil Babka New
[RFC] mm, slub: change percpu partial accounting from objects to pages [RFC] mm, slub: change percpu partial accounting from objects to pages - - - --- 2021-09-13 Vlastimil Babka New
[v6,33/33] mm, slub: convert kmem_cpu_slab protection to local_lock SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,32/33] mm, slub: use migrate_disable() on PREEMPT_RT SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,31/33] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,30/33] mm, slub: make slab_lock() disable irqs with PREEMPT_RT SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,29/33] mm: slub: make object_map_lock a raw_spinlock_t SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,28/33] mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,27/33] mm, slab: split out the cpu offline variant of flush_slab() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,26/33] mm, slub: don't disable irqs in slub_cpu_dead() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,25/33] mm, slub: only disable irq with spin_lock in __unfreeze_partials() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,24/33] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,23/33] mm, slub: detach whole partial list at once in unfreeze_partials() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,22/33] mm, slub: discard slabs in unfreeze_partials() without irqs disabled SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,21/33] mm, slub: move irq control into unfreeze_partials() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,20/33] mm, slub: call deactivate_slab() without disabling irqs SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,19/33] mm, slub: make locking in deactivate_slab() irq-safe SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,18/33] mm, slub: move reset of c->page and freelist out of deactivate_slab() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,17/33] mm, slub: stop disabling irqs around get_partial() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,16/33] mm, slub: check new pages with restored irqs SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,15/33] mm, slub: validate slab from partial list or page allocator before making it cpu slab SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,14/33] mm, slub: restore irqs around calling new_slab() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,13/33] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,12/33] mm, slub: do initial checks in ___slab_alloc() with irqs enabled SLUB: reduce irq disabled scope and make it RT compatible 1 - - --- 2021-09-04 Vlastimil Babka New
[v6,11/33] mm, slub: move disabling/enabling irqs to ___slab_alloc() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,10/33] mm, slub: simplify kmem_cache_cpu and tid setup SLUB: reduce irq disabled scope and make it RT compatible 1 - - --- 2021-09-04 Vlastimil Babka New
[v6,09/33] mm, slub: restructure new page checks in ___slab_alloc() SLUB: reduce irq disabled scope and make it RT compatible 1 - - --- 2021-09-04 Vlastimil Babka New
[v6,08/33] mm, slub: return slab page from get_partial() and set c->page afterwards SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,07/33] mm, slub: dissolve new_slab_objects() into ___slab_alloc() SLUB: reduce irq disabled scope and make it RT compatible 2 - - --- 2021-09-04 Vlastimil Babka New
[v6,06/33] mm, slub: extract get_partial() from new_slab_objects() SLUB: reduce irq disabled scope and make it RT compatible 1 - - --- 2021-09-04 Vlastimil Babka New
[v6,05/33] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-09-04 Vlastimil Babka New
[v6,04/33] mm, slub: don't disable irq for debug_check_no_locks_freed() SLUB: reduce irq disabled scope and make it RT compatible 1 - - --- 2021-09-04 Vlastimil Babka New
[v6,03/33] mm, slub: allocate private object map for validate_slab_cache() SLUB: reduce irq disabled scope and make it RT compatible 2 - - --- 2021-09-04 Vlastimil Babka New
[v6,02/33] mm, slub: allocate private object map for debugfs listings SLUB: reduce irq disabled scope and make it RT compatible 2 - - --- 2021-09-04 Vlastimil Babka New
[v6,01/33] mm, slub: don't call flush_all() from slab_debug_trace_open() SLUB: reduce irq disabled scope and make it RT compatible 1 - - --- 2021-09-04 Vlastimil Babka New
[v5,35/35] mm, slub: convert kmem_cpu_slab protection to local_lock SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,34/35] mm, slub: use migrate_disable() on PREEMPT_RT SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,33/35] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,32/35] mm, slub: make slab_lock() disable irqs with PREEMPT_RT SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,31/35] mm, slub: optionally save/restore irqs in slab_[un]lock()/ SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,30/35] mm: slub: Make object_map_lock a raw_spinlock_t SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,29/35] mm: slub: Move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,28/35] mm, slab: make flush_slab() possible to call with irqs enabled SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,27/35] mm, slub: don't disable irqs in slub_cpu_dead() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,26/35] mm, slub: only disable irq with spin_lock in __unfreeze_partials() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,25/35] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,24/35] mm, slub: detach whole partial list at once in unfreeze_partials() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,23/35] mm, slub: discard slabs in unfreeze_partials() without irqs disabled SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,22/35] mm, slub: move irq control into unfreeze_partials() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,21/35] mm, slub: call deactivate_slab() without disabling irqs SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,20/35] mm, slub: make locking in deactivate_slab() irq-safe SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,19/35] mm, slub: move reset of c->page and freelist out of deactivate_slab() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,18/35] mm, slub: stop disabling irqs around get_partial() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,17/35] mm, slub: check new pages with restored irqs SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,16/35] mm, slub: validate slab from partial list or page allocator before making it cpu slab SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,15/35] mm, slub: restore irqs around calling new_slab() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,14/35] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,13/35] mm, slub: do initial checks in ___slab_alloc() with irqs enabled SLUB: reduce irq disabled scope and make it RT compatible 1 - - --- 2021-08-23 Vlastimil Babka New
[v5,12/35] mm, slub: move disabling/enabling irqs to ___slab_alloc() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,11/35] mm, slub: simplify kmem_cache_cpu and tid setup SLUB: reduce irq disabled scope and make it RT compatible 1 - - --- 2021-08-23 Vlastimil Babka New
[v5,10/35] mm, slub: restructure new page checks in ___slab_alloc() SLUB: reduce irq disabled scope and make it RT compatible 1 - - --- 2021-08-23 Vlastimil Babka New
[v5,09/35] mm, slub: return slab page from get_partial() and set c->page afterwards SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,08/35] mm, slub: dissolve new_slab_objects() into ___slab_alloc() SLUB: reduce irq disabled scope and make it RT compatible 2 - - --- 2021-08-23 Vlastimil Babka New
[v5,07/35] mm, slub: extract get_partial() from new_slab_objects() SLUB: reduce irq disabled scope and make it RT compatible 1 - - --- 2021-08-23 Vlastimil Babka New
[v5,06/35] mm, slub: unify cmpxchg_double_slab() and __cmpxchg_double_slab() SLUB: reduce irq disabled scope and make it RT compatible 1 - - --- 2021-08-23 Vlastimil Babka New
[v5,05/35] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial() SLUB: reduce irq disabled scope and make it RT compatible - - - --- 2021-08-23 Vlastimil Babka New
[v5,04/35] mm, slub: don't disable irq for debug_check_no_locks_freed() SLUB: reduce irq disabled scope and make it RT compatible 1 - - --- 2021-08-23 Vlastimil Babka New
[v5,03/35] mm, slub: allocate private object map for validate_slab_cache() SLUB: reduce irq disabled scope and make it RT compatible 2 - - --- 2021-08-23 Vlastimil Babka New
[v5,02/35] mm, slub: allocate private object map for debugfs listings SLUB: reduce irq disabled scope and make it RT compatible 2 - - --- 2021-08-23 Vlastimil Babka New
« 1 2 ... 2 3 4 5 »