Vlastimil Babka ([email protected])

Number of posts: 4900 (1.24 per day)
First post: 2013-08-11 21:57:58
Last post: 2024-06-11 13:08:33

Date List Subject
2023-11-20 18:35:51 linux-kernel [PATCH v2 17/21] mm/slab: move kmalloc_slab() to mm/slab.h
2023-11-20 18:35:49 linux-kernel [PATCH v2 12/21] mm/slab: consolidate includes in the internal mm/slab.h
2023-11-20 18:35:39 linux-kernel [PATCH v2 10/21] mm/slab: move struct kmem_cache_cpu declaration to slub.c
2023-11-20 18:35:35 linux-kernel [PATCH v2 07/21] mm/slab: remove CONFIG_SLAB code from slab common code
2023-11-20 18:35:32 linux-kernel [PATCH v2 06/21] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
2023-11-20 18:35:26 linux-kernel [PATCH v2 02/21] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
2023-11-20 18:35:20 linux-kernel [PATCH v2 04/21] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal
2023-11-20 18:35:06 linux-kernel [PATCH v2 08/21] mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs
2023-11-20 18:34:58 linux-kernel [PATCH v2 03/21] KASAN: remove code paths guarded by CONFIG_SLAB
2023-11-20 18:34:47 linux-kernel [PATCH v2 01/21] mm/slab, docs: switch mm-api docs generation from slab.c to slub.c
2023-11-20 09:08:02 linux-kernel Re: [PATCH v6 0/4] page_owner: print stacks and their counter
2023-11-16 15:14:01 linux-kernel Re: [PATCH] mm: kmem: properly initialize local objcg variable in current_obj_cgroup()
2023-11-16 07:04:51 linux-kernel Re: [PATCH] mm: kmem: properly initialize local objcg variable in current_obj_cgroup()
2023-11-03 15:31:17 linux-kernel Re: [PATCH v2] efi/unaccepted: Fix off-by-one when checking for overlapping ranges
2023-11-01 13:59:20 linux-kernel Re: [RFC PATCH v4 0/9] slub: Delay freezing of CPU partial slabs
2023-11-01 13:51:48 linux-kernel Re: [RFC PATCH v4 9/9] slub: Update frozen slabs documentations in the source
2023-11-01 13:41:30 linux-kernel Re: [RFC PATCH v4 8/9] slub: Rename all *unfreeze_partials* functions to *put_partials*
2023-11-01 13:21:42 linux-kernel Re: [RFC PATCH v4 7/9] slub: Optimize deactivate_slab()
2023-11-01 12:26:28 linux-kernel Re: [RFC PATCH v4 4/9] slub: Prepare __slab_free() for unfrozen partial slab out of node partial list
2023-11-01 12:24:04 linux-kernel Re: [RFC PATCH v4 3/9] slub: Keep track of whether slub is on the per-node partial list
2023-11-01 10:51:28 linux-kernel Re: kernel/fork.c:1647:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
2023-10-31 11:15:50 linux-kernel Re: [RFC PATCH v3 7/7] slub: Optimize deactivate_slab()
2023-10-31 09:50:32 linux-kernel Re: [RFC PATCH v3 6/7] slub: Delay freezing of partial slabs
2023-10-30 18:11:39 linux-kernel Re: [RFC PATCH v3 5/7] slub: Introduce freeze_slab()
2023-10-30 16:55:26 linux-kernel Re: [RFC PATCH v3 4/7] slub: Change get_partial() interfaces to return slab
2023-10-30 16:19:30 linux-kernel Re: [RFC PATCH v3 0/7] slub: Delay freezing of CPU partial slabs
2023-10-27 15:36:20 linux-kernel Re: [RFC PATCH v3 3/7] slub: Reflow ___slab_alloc()
2023-10-27 15:19:15 linux-kernel Re: [RFC PATCH v3 2/7] slub: Prepare __slab_free() for unfrozen partial slab out of node partial list
2023-10-27 15:10:05 linux-kernel Re: [RFC PATCH v3 1/7] slub: Keep track of whether slub is on the per-node partial list
2023-10-27 14:38:36 linux-kernel [GIT PULL] slab updates for 6.7
2023-10-24 08:20:59 linux-kernel Re: [RFC PATCH v2 0/6] slub: Delay freezing of CPU partial slabs
2023-10-24 08:19:30 linux-kernel Re: [RFC PATCH v2 0/6] slub: Delay freezing of CPU partial slabs
2023-10-23 18:44:56 linux-kernel Re: [RFC PATCH v2 0/6] slub: Delay freezing of CPU partial slabs
2023-10-23 16:01:17 linux-kernel Re: [RFC PATCH v2 3/6] slub: Don't freeze slabs for cpu partial
2023-10-23 15:46:34 linux-kernel Re: [RFC PATCH v2 0/6] slub: Delay freezing of CPU partial slabs
2023-10-20 05:41:50 linux-kernel Re: [PATCH v5 6/6] mm: kmem: reimplement get_obj_cgroup_from_current()
2023-10-20 05:33:52 linux-kernel Re: [PATCH v5 2/6] mm: kmem: add direct objcg pointer to task_struct
2023-10-19 15:20:19 linux-kernel [GIT PULL] slab fixes for 6.6-rc6
2023-10-18 14:33:15 linux-kernel Re: [PATCH v3 5/5] percpu: scoped objcg protection
2023-10-18 14:12:25 linux-kernel Re: [PATCH v3 2/5] mm: kmem: add direct objcg pointer to task_struct
2023-10-18 14:06:50 linux-kernel Re: [PATCH v3 3/5] mm: kmem: make memcg keep a reference to the original objcg
2023-10-18 14:05:54 linux-kernel Re: [PATCH v3 4/5] mm: kmem: scoped objcg protection
2023-10-18 11:59:07 linux-kernel Re: [PATCH v3 3/5] mm: kmem: make memcg keep a reference to the original objcg
2023-10-18 09:52:43 linux-kernel Re: [PATCH v3 2/5] mm: kmem: add direct objcg pointer to task_struct
2023-10-17 09:58:08 linux-kernel Re: [PATCH v3 1/5] mm: kmem: optimize get_obj_cgroup_from_current()
2023-10-17 08:14:08 linux-kernel Re: [PATCH 5/5] tools/mm: Update the usage output to be more organized
2023-10-17 08:13:19 linux-kernel Re: [PATCH 4/5] tools/mm: Fix the default case for page_owner_sort
2023-10-17 08:12:26 linux-kernel Re: [PATCH 3/5] tools/mm: Filter out timestamps for correct collation
2023-10-17 08:10:50 linux-kernel Re: [PATCH 2/5] tools/mm: Remove references to free_ts from page_owner_sort
2023-10-17 08:07:20 linux-kernel Re: [PATCH 1/5] mm/page_owner: Remove free_ts from page_owner output
2023-10-17 07:03:24 linux-kernel Re: [PATCHv2] efi/unaccepted: Fix soft lockups caused by parallel memory acceptance