index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-21
SLUB: Improve hackbench speed
Christoph Lameter
1
-2
/
+2
2007-12-17
SLUB: remove useless masking of GFP_ZERO
Christoph Lameter
1
-3
/
+0
2007-12-09
Avoid double memclear() in SLOB/SLUB
Linus Torvalds
1
-0
/
+3
2007-12-05
SLUB's ksize() fails for size > 2048
Vegard Nossum
1
-1
/
+5
2007-11-12
SLUB: killed the unused "end" variable
Denis Cheng
1
-2
/
+0
2007-11-05
SLUB: Fix memory leak by not reusing cpu_slab
Christoph Lameter
1
-19
/
+1
2007-10-29
missing atomic_read_long() in slub.c
Al Viro
1
-1
/
+1
2007-10-22
memory hotplug: make kmem_cache_node for SLUB on memory online avoid panic
Yasunori Goto
1
-0
/
+118
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
1
-6
/
+6
2007-10-17
SLUB: simplify IRQ off handling
Christoph Lameter
1
-11
/
+7
2007-10-16
slub: list_locations() can use GFP_TEMPORARY
Andrew Morton
1
-1
/
+1
2007-10-16
SLUB: Optimize cacheline use for zeroing
Christoph Lameter
1
-2
/
+12
2007-10-16
SLUB: Place kmem_cache_cpu structures in a NUMA aware way
Christoph Lameter
1
-14
/
+154
2007-10-16
SLUB: Avoid touching page struct when freeing to per cpu slab
Christoph Lameter
1
-5
/
+9
2007-10-16
SLUB: Move page->offset to kmem_cache_cpu->offset
Christoph Lameter
1
-41
/
+11
2007-10-16
SLUB: Do not use page->mapping
Christoph Lameter
1
-2
/
+0
2007-10-16
SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slab
Christoph Lameter
1
-74
/
+116
2007-10-16
Group short-lived and reclaimable kernel allocations
Mel Gorman
1
-0
/
+3
2007-10-16
Categorize GFP flags
Christoph Lameter
1
-2
/
+3
2007-10-16
Memoryless nodes: SLUB support
Christoph Lameter
1
-8
/
+8
2007-10-16
Slab allocators: fail if ksize is called with a NULL parameter
Christoph Lameter
1
-1
/
+2
2007-10-16
{slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) check
Satyam Sharma
1
-4
/
+4
2007-10-16
SLUB: direct pass through of page size or higher kmalloc requests
Christoph Lameter
1
-25
/
+38
2007-10-16
slub.c:early_kmem_cache_node_alloc() shouldn't be __init
Adrian Bunk
1
-2
/
+2
2007-09-11
SLUB: accurately compare debug flags during slab cache merge
Christoph Lameter
1
-15
/
+23
2007-08-31
slub: do not fail if we cannot register a slab with sysfs
Christoph Lameter
1
-2
/
+6
2007-08-22
SLUB: do not fail on broken memory configurations
Christoph Lameter
1
-1
/
+8
2007-08-22
SLUB: use atomic_long_read for atomic_long variables
Christoph Lameter
1
-3
/
+3
2007-08-09
SLUB: Fix dynamic dma kmalloc cache creation
Christoph Lameter
1
-14
/
+45
2007-08-09
SLUB: Remove checks for MAX_PARTIAL from kmem_cache_shrink
Christoph Lameter
1
-7
/
+2
2007-07-30
slub: fix bug in slub debug support
Peter Zijlstra
1
-1
/
+1
2007-07-30
slub: add lock debugging check
Peter Zijlstra
1
-0
/
+1
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-3
/
+1
2007-07-19
slub: fix ksize() for zero-sized pointers
Linus Torvalds
1
-1
/
+1
2007-07-17
SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMA
Christoph Lameter
1
-0
/
+4
2007-07-17
SLUB: Move sysfs operations outside of slub_lock
Christoph Lameter
1
-13
/
+15
2007-07-17
SLUB: Do not allocate object bit array on stack
Christoph Lameter
1
-14
/
+25
2007-07-17
Slab allocators: Cleanup zeroing allocations
Christoph Lameter
1
-11
/
+0
2007-07-17
SLUB: Do not use length parameter in slab_alloc()
Christoph Lameter
1
-11
/
+9
2007-07-17
SLUB: Style fix up the loop to disable small slabs
Christoph Lameter
1
-1
/
+1
2007-07-17
mm/slub.c: make code static
Adrian Bunk
1
-3
/
+3
2007-07-17
SLUB: Simplify dma index -> size calculation
Christoph Lameter
1
-9
/
+1
2007-07-17
SLUB: faster more efficient slab determination for __kmalloc
Christoph Lameter
1
-7
/
+64
2007-07-17
SLUB: do proper locking during dma slab creation
Christoph Lameter
1
-2
/
+9
2007-07-17
SLUB: extract dma_kmalloc_cache from get_cache.
Christoph Lameter
1
-30
/
+36
2007-07-17
SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG
Christoph Lameter
1
-6
/
+7
2007-07-17
Slab allocators: support __GFP_ZERO in all allocators
Christoph Lameter
1
-9
/
+15
2007-07-17
Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics
Christoph Lameter
1
-13
/
+16
2007-07-17
Slab allocators: consolidate code for krealloc in mm/util.c
Christoph Lameter
1
-37
/
+0
2007-07-17
SLUB Debug: fix initial object debug state of NUMA bootstrap objects
Christoph Lameter
1
-1
/
+2
[next]