LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2023-03-17 10:44:11
linux-kernel
[PATCH v2 3/6] mm, pagemap: remove SLOB and SLQB from comments and documentation
2023-03-17 10:44:06
linux-kernel
[PATCH v2 1/6] mm/slob: remove CONFIG_SLOB
2023-03-17 10:44:01
linux-kernel
[PATCH v2 0/6] remove SLOB and allow kfree() with kmem_cache_alloc()
2023-03-17 10:43:56
linux-kernel
[PATCH v2 2/6] mm, page_flags: remove PG_slob_free
2023-03-16 12:12:41
linux-kernel
Re: [PATCH v2 1/2] mm: compaction: consider the number of scanning compound pages in isolate fail path
2023-03-16 11:19:35
linux-kernel
Re: [PATCH 08/10] mm/slub: Fix MAX_ORDER usage in calculate_order()
2023-03-16 10:57:09
linux-kernel
Re: [PATCH 09/10] mm/mmap: start distinguishing if vma can be removed in mergeability test
2023-03-16 10:11:44
linux-kernel
Re: [PATCH 06/10] mm/mmap/vma_merge: set mid to NULL if not applicable
2023-03-16 08:35:46
linux-kernel
Re: [PATCH 10/10] mm/mremap: simplify vma expansion again
2023-03-16 08:29:42
linux-kernel
Re: [PATCH] ring-buffer: remove obsolete comment for free_buffer_page()
2023-03-15 17:17:48
linux-kernel
Re: [PATCH 2/2] mm: compaction: fix the possible deadlock when isolating hugetlb pages
2023-03-15 15:56:12
linux-kernel
Re: [PATCH 1/2] mm: compaction: consider the number of scanning compound pages in isolate fail path
2023-03-15 14:25:14
linux-kernel
[PATCH] ring-buffer: remove obsolete comment for free_buffer_page()
2023-03-15 14:23:09
linux-kernel
Re: [PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
2023-03-15 13:53:27
linux-kernel
Re: [PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
2023-03-15 13:40:35
linux-kernel
Re: [PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
2023-03-15 13:38:58
linux-kernel
Re: [PATCH 7/7] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects
2023-03-15 11:06:04
linux-kernel
Re: [PATCH 4/7] mm, pagemap: remove SLOB and SLQB from comments and documentation
2023-03-15 10:36:22
linux-kernel
Re: [PATCH] mm: prefer xxx_page() alloc/free functions for order-0 pages
2023-03-14 14:42:06
linux-kernel
Re: [PATCH] mm/slub: Reduce memory consumption in extreme scenarios
2023-03-13 16:37:33
linux-kernel
Re: [PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
2023-03-13 16:26:31
linux-kernel
Re: [PATCH] mm/slub: fix help comment of SLUB_DEBUG[_ON]
2023-03-13 16:21:58
linux-kernel
Re: [PATCH] mm: slub: make kobj_type structure constant
2023-03-13 13:53:11
linux-kernel
Re: [PATCH] slab: Adjust comment after refactoring of gfp.h
2023-03-10 10:32:57
linux-kernel
[PATCH 4/7] mm, pagemap: remove SLOB and SLQB from comments and documentation
2023-03-10 10:32:51
linux-kernel
[PATCH 5/7] mm/slab: remove CONFIG_SLOB code from slab common code
2023-03-10 10:32:48
linux-kernel
[PATCH 3/7] mm, page_flags: remove PG_slob_free
2023-03-10 10:32:43
linux-kernel
[PATCH 7/7] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects
2023-03-10 10:32:39
linux-kernel
[PATCH 6/7] mm/slob: remove slob.c
2023-03-10 10:32:35
linux-kernel
[PATCH 1/7] mm/slob: remove CONFIG_SLOB
2023-03-10 10:32:31
linux-kernel
[PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
2023-03-10 10:32:29
linux-kernel
[PATCH 2/7] net: skbuff: remove SLOB-specific ifdefs
2023-03-09 17:14:36
linux-kernel
Re: [PATCH v4 01/12] mm/vmstat: remove remote node draining
2023-03-09 11:18:24
linux-kernel
[PATCH 05/10] mm/mmap/vma_merge: initialize mid and next in natural order
2023-03-09 11:18:18
linux-kernel
[PATCH 07/10] mm/mmap/vma_merge: rename adj_next to adj_start
2023-03-09 11:18:10
linux-kernel
[PATCH 08/10] mm/mmap/vma_merge: convert mergeability checks to return bool
2023-03-09 11:18:06
linux-kernel
[PATCH 10/10] mm/mremap: simplify vma expansion again
2023-03-09 11:18:01
linux-kernel
[PATCH 01/10] mm/mmap/vma_merge: use only primary pointers for preparing merge
2023-03-09 11:17:58
linux-kernel
[PATCH 04/10] mm/mmap/vma_merge: use the proper vma pointer in case 4
2023-03-09 11:17:53
linux-kernel
[PATCH 03/10] mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6
2023-03-09 11:17:48
linux-kernel
[PATCH 06/10] mm/mmap/vma_merge: set mid to NULL if not applicable
2023-03-09 11:17:45
linux-kernel
[PATCH 09/10] mm/mmap: start distinguishing if vma can be removed in mergeability test
2023-03-09 11:17:42
linux-kernel
[PATCH 02/10] mm/mmap/vma_merge: use the proper vma pointer in case 3
2023-03-09 11:17:34
linux-kernel
[PATCH 00/10] cleanup vma_merge() and improve mergeability tests
2023-03-09 09:48:15
linux-kernel
Re: [PATCH V3 1/2] mm: compaction: move compact_memory sysctl to its own file
2023-03-09 09:43:12
linux-kernel
Re: [PATCH v4 8/8] mm: shrinkers: convert shrinker_rwsem to mutex
2023-03-09 09:40:35
linux-kernel
Re: [PATCH v4 7/8] mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()
2023-03-09 09:39:20
linux-kernel
Re: [PATCH v4 5/8] mm: shrinkers: make count and scan in shrinker debugfs lockless
2023-03-09 09:37:07
linux-kernel
Re: [PATCH v4 6/8] mm: vmscan: hold write lock to reparent shrinker nr_deferred
2023-03-09 09:36:42
linux-kernel
Re: [PATCH v4 5/8] mm: shrinkers: make count and scan in shrinker debugfs lockless
2023-03-09 09:24:04
linux-kernel
Re: [PATCH v4 4/8] mm: vmscan: add shrinker_srcu_generation