Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
b4c884000a7d3664dd8ad7227241456bd7824d86
/
mm
/
slab.c
0a94502
[PATCH] for_each_possible_cpu: fixes for generic part
by KAMEZAWA Hiroyuki
· 19 years ago
0718dc2
[PATCH] slab: fix memory leak in alloc_kmemlist
by Christoph Lameter
· 19 years ago
cafeb02
[PATCH] alloc_kmemlist: Some cleanup in preparation for a real memory leak fix
by Christoph Lameter
· 19 years ago
e00946f
[PATCH] slab: Bypass free lists for __drain_alien_cache()
by Christoph Lameter
· 19 years ago
3ded175
[PATCH] slab: add transfer_objects() function
by Christoph Lameter
· 19 years ago
c5e3b83
[PATCH] mm: use kmem_cache_zalloc
by Pekka Enberg
· 19 years ago
a8c0f9a
[PATCH] slab: introduce kmem_cache_zalloc allocator
by Pekka Enberg
· 19 years ago
871751e
[PATCH] slab: implement /proc/slab_allocators
by Al Viro
· 19 years ago
b245539
[PATCH] cpuset: memory_spread_slab drop useless PF_SPREAD_PAGE check
by Paul Jackson
· 19 years ago
c61afb1
[PATCH] cpuset memory spread slab cache optimizations
by Paul Jackson
· 19 years ago
101a500
[PATCH] cpuset memory spread slab cache implementation
by Paul Jackson
· 19 years ago
442295c
[PATCH] mm: slab cache interleave rotor fix
by Paul Jackson
· 19 years ago
b18e7e6
[PATCH] slab: fix drain_array() so that it works correctly with the shared_array
by Christoph Lameter
· 19 years ago
1b55253
[PATCH] slab: remove drain_array_locked
by Christoph Lameter
· 19 years ago
aab2207
[PATCH] slab: make drain_array more universal by adding more parameters
by Christoph Lameter
· 19 years ago
35386e3
[PATCH] slab: cache_reap(): further reduction in interrupt holdoff
by Christoph Lameter
· 19 years ago
8409751
[PATCH] mm: nommu use compound pages
by Nick Piggin
· 19 years ago
a07fa39
[PATCH] slab: use on_each_cpu()
by Andrew Morton
· 19 years ago
ac2b898
[PATCH] slab: Remove SLAB_NO_REAP option
by Christoph Lameter
· 19 years ago
911851e
[PATCH] slab: fix kernel-doc warnings
by Randy Dunlap
· 19 years ago
b5d8ca7
[PATCH] slab: remove cachep->spinlock
by Ravikiran G Thirumalai
· 19 years ago
a737b3e
[PATCH] slab cleanup
by Andrew Morton
· 19 years ago
f30cf7d
[PATCH] slab: extract setup_cpu_cache
by Pekka Enberg
· 19 years ago
8fea4e9
[PATCH] slab: object to index mapping cleanup
by Pekka Enberg
· 19 years ago
f205b2f
[PATCH] mm: slab less atomics
by Nick Piggin
· 19 years ago
8fce4d8
[PATCH] slab: Node rotor for freeing alien caches and remote per cpu pages.
by Christoph Lameter
· 19 years ago
07ed76b
[PATCH] slab: allocate larger cache_cache if order 0 fails
by Jack Steiner
· 19 years ago
f78bb8a
slab: fix calculate_slab_order() for SLAB_RECLAIM_ACCOUNT
by Linus Torvalds
· 19 years ago
9888e6f
slab: clarify and fix calculate_slab_order()
by Linus Torvalds
· 19 years ago
264132b
Fix "check_slabp" printout size calculation
by Linus Torvalds
· 19 years ago
f0188f4
[PATCH] slab: Avoid deadlock at kmem_cache_create/kmem_cache_destroy
by Ravikiran G Thirumalai
· 19 years ago
7a21ef6
mm/slab.c (non-NUMA): Fix compile warning and clean up code
by Linus Torvalds
· 19 years ago
4484ebf
[PATCH] NUMA slab locking fixes: fix cpu down and up locking
by Ravikiran G Thirumalai
· 19 years ago
ca3b9b9
[PATCH] NUMA slab locking fixes: irq disabling from cahep->spinlock to l3 lock
by Ravikiran G Thirumalai
· 19 years ago
2e1217c
[PATCH] NUMA slab locking fixes: move color_next to l3
by Ravikiran G Thirumalai
· 19 years ago
ee13d78
[PATCH] slab: fix sparse warning
by Randy Dunlap
· 19 years ago
a70773d
[PATCH] mm/slab: add kernel-doc for one function
by Randy.Dunlap
· 19 years ago
7fd6b14
[PATCH] slab: fix kzalloc and kstrdup caller report for CONFIG_DEBUG_SLAB
by Pekka Enberg
· 19 years ago
343e0d7
[PATCH] slab: replace kmem_cache_t with struct kmem_cache
by Pekka Enberg
· 19 years ago
9a2dba4
[PATCH] slab: rename ac_data to cpu_cache_get
by Pekka Enberg
· 19 years ago
6ed5eb2
[PATCH] slab: extract virt_to_{cache|slab}
by Pekka Enberg
· 19 years ago
5295a74
[PATCH] slab: reduce inlining
by Pekka Enberg
· 19 years ago
78d382d
[PATCH] slab: extract slab_{put|get}_obj
by Matthew Dobson
· 19 years ago
12dd36f
[PATCH] slab: extract slab_destroy_objs()
by Matthew Dobson
· 19 years ago
fbaccac
[PATCH] slab: cache_estimate cleanup
by Steven Rostedt
· 19 years ago
5ec8a84
[PATCH] slab: have index_of bug at compile time
by Steven Rostedt
· 19 years ago
18f820f
[PATCH] slab: minor cleanup to kmem_cache_alloc_node
by Christoph Lameter
· 19 years ago
3dafccf
[PATCH] slab: distinguish between object and buffer size
by Manfred Spraul
· 19 years ago
9884fd8
[PATCH] Use 32 bit division in slab_put_obj()
by Benjamin LaHaise
· 19 years ago
86c562a
[PATCH] mm: optimize numa policy handling in slab allocator
by Christoph Lameter
· 19 years ago
dc85da1
[PATCH] NUMA policies in the slab allocator V2
by Christoph Lameter
· 19 years ago
fc0abb1
[PATCH] sem2mutex: mm/slab.c
by Ingo Molnar
· 19 years ago
a4fc7ab
[PATCH] fix/simplify mutex debugging code
by David Woodhouse
· 19 years ago
de5097c
[PATCH] mutex subsystem, more debugging code
by Ingo Molnar
· 19 years ago
30992c9
[PATCH] slob: introduce mm/util.c for shared functions
by Matt Mackall
· 19 years ago
cd105df
[PATCH] mm: clean up local variables
by Tobias Klauser
· 19 years ago
b28a02d
[PATCH] slab: fix code formatting
by Pekka Enberg
· 19 years ago
4d268eb
[PATCH] slab: extract slab order calculation to separate function
by Pekka Enberg
· 19 years ago
85289f9
[PATCH] slab: extract slabinfo header printing to separate function
by Pekka Enberg
· 19 years ago
f9f7500
[PATCH] slab: remove unused align parameter from alloc_percpu
by Pekka Enberg
· 19 years ago
50c85a1
[PATCH] slab: remove alloc_pages() calls
by Christoph Lameter
· 19 years ago
065d41c
[PATCH] slab: convert cache to page mapping macros
by Pekka Enberg
· 19 years ago
dc6f3f2
mm/slab.c: fix a comment typo
by Adrian Bunk
· 19 years ago
1e5d533
[PATCH] more kernel-doc cleanups, additions
by Randy Dunlap
· 19 years ago
cd61ef6
[PATCH] slab: Use same schedule timeout for all cpus in cache_reap
by Manfred Spraul
· 19 years ago
2109a2d
[PATCH] mm: rename kmem_cache_s to kmem_cache
by Pekka J Enberg
· 19 years ago
4f12bb4
[PATCH] slab: don't BUG on duplicated cache
by Andrew Morton
· 19 years ago
09ad4bb
[PATCH] slab: add additional debugging to detect slabs from the wrong node
by Christoph Lameter
· 19 years ago
6daa0e2
[PATCH] gfp_t: mm/* (easy parts)
by Al Viro
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
5c38230
[PATCH] kmalloc_node IRQ safety fix
by Alok N Kataria
· 19 years ago
dbdb904
[PATCH] revert oversized kmalloc check
by Andrew Morton
· 19 years ago
eafb427
[PATCH] __kmalloc: Generate BUG if size requested is too large.
by Christoph Lameter
· 19 years ago
ff69416
[PATCH] slab: fix handling of pages from foreign NUMA nodes
by Christoph Lameter
· 19 years ago
7243cc0
[PATCH] slab: alpha inlining fix
by Ivan Kokshaysky
· 19 years ago
c7e43c7
[PATCH] Fix slab BUG_ON() triggered by change in array cache size
by Alok Kataria
· 19 years ago
b2d5507
[PATCH] mm/slab: fix sparse warnings
by Victor Fusco
· 19 years ago
80e93ef
[PATCH] update kfree, vfree, and vunmap kerneldoc
by Pekka Enberg
· 19 years ago
e498be7
[PATCH] Numa-aware slab allocator V5
by Christoph Lameter
· 19 years ago
dd39271
[PATCH] introduce and use kzalloc
by Pekka J Enberg
· 19 years ago
00e145b
[PATCH] slab: removes local_irq_save()/local_irq_restore() pair
by Manfred Spraul
· 19 years ago
34342e8
[PATCH] mm/slab.c: prefetchw the start of new allocated objects
by Eric Dumazet
· 19 years ago
fa5b08d
[PATCH] sab: consolidate kmem_bufctl_t
by Kyle Moffett
· 19 years ago
0abf40c
[PATCH] vm: slab.c spelling correction
by Martin Hicks
· 19 years ago
0db925a
[PATCH] propagate __nocast annotations
by Alexey Dobriyan
· 19 years ago
83b78bd
[PATCH] Fix broken kmalloc_node in rc1/rc2
by Christoph Lameter
· 19 years ago
543537b
[PATCH] create a kstrdup library function
by Paulo Marques
· 19 years ago
4ae7c03
[PATCH] Periodically drain non local pagesets
by Christoph Lameter
· 19 years ago
1944972
[SLAB] Introduce kmem_cache_name
by Arnaldo Carvalho de Melo
· 19 years ago
fbd568a3e
[PATCH] Change synchronize_kernel to _rcu and _sched
by Paul E. McKenney
· 20 years ago
97e2bde
[PATCH] add kmalloc_node, inline cleanup
by Manfred Spraul
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago