Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
12f338914e7f2a9ab0def09564b9e78ab45a474f
/
include
/
linux
/
slab.h
6331046
mm: Remove support for kmem_cache_name()
by Christoph Lameter
· 14 years ago
ccd35fb
kernel: kmem_ptr_validate considered harmful
by Nick Piggin
· 14 years ago
7adde04
slab: fix caller tracking on !CONFIG_DEBUG_SLAB && CONFIG_TRACING
by Xiaotian Feng
· 14 years ago
fc1c183
slab: Generify kernel pointer validation
by Pekka Enberg
· 15 years ago
4c13dd3
failslab: add ability to filter slab caches
by Dmitry Monakhov
· 15 years ago
722f2a6
Merge commit 'linus/master' into HEAD
by Vegard Nossum
· 15 years ago
2dff440
kmemcheck: add mm functions
by Vegard Nossum
· 16 years ago
7e85ee0
slab,slub: don't enable interrupts during early boot
by Pekka Enberg
· 15 years ago
d5cff63
kmemleak: Add the slab memory allocation/freeing hooks
by Catalin Marinas
· 15 years ago
3ef0e5b
slab: introduce kzfree()
by Johannes Weiner
· 16 years ago
fd37617
Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into for-linus
by Pekka Enberg
· 16 years ago
dfcd361
slab: Fix comment on #endif
by Pascal Terjan
· 16 years ago
ce71e27
SLUB: Replace __builtin_return_address(0) with _RET_IP_.
by Eduard - Gabriel Munteanu
· 16 years ago
d7de4c1
slab: document SLAB_DESTROY_BY_RCU
by Peter Zijlstra
· 16 years ago
7b3c3a5
proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c
by Alexey Dobriyan
· 16 years ago
2284284
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
93bc4e8
netfilter: fix double-free and use-after free
by Pekka Enberg
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
9ca908f
kcalloc: remove runtime division
by Milton Miller
· 16 years ago
cde5353
Christoph has moved
by Christoph Lameter
· 16 years ago
979b0fe
vm: add kzalloc_node() inline
by Jeff Layton
· 16 years ago
735643e
Remove "#ifdef __KERNEL__" checks from unexported headers
by Robert P. J. Day
· 17 years ago
30327ac
slab: add a flag to prevent debug_free checks on a kmem_cache
by Thomas Gleixner
· 17 years ago
158a962
Unify /proc/slabinfo configuration
by Linus Torvalds
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
e12ba74
Group short-lived and reclaimable kernel allocations
by Mel Gorman
· 17 years ago
1d4ec7b
Fix ZERO_OR_NULL_PTR(ZERO_SIZE_PTR)
by Roland Dreier
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
81cda66
Slab allocators: Cleanup zeroing allocations
by Christoph Lameter
· 17 years ago
6cb8f91
Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics
by Christoph Lameter
· 17 years ago
6193a2f
slob: initial NUMA support
by Paul Mundt
· 17 years ago
698827f
Remove the deprecated "kmem_cache_t" typedef from slab.h.
by Robert P. J. Day
· 17 years ago
debee07
slab allocators: MAX_ORDER one off fix
by Christoph Lameter
· 17 years ago
0aa817f
Slab allocators: define common size limitations
by Christoph Lameter
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
3ca12ee
SLAB: Move two remaining SLAB specific definitions to slab_def.h
by Christoph Lameter
· 17 years ago
4f10493
slab allocators: Remove SLAB_CTOR_ATOMIC
by Christoph Lameter
· 18 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
0a31bd5
KMEM_CACHE(): simplify slab cache creation
by Christoph Lameter
· 18 years ago
5af6083
slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN
by Christoph Lameter
· 18 years ago
81819f0
SLUB core
by Christoph Lameter
· 18 years ago
ac26772
mm/slab.c: proper prototypes
by Adrian Bunk
· 18 years ago
fd76bab
slab: introduce krealloc
by Pekka Enberg
· 18 years ago
55935a3
[PATCH] More slab.h cleanups
by Christoph Lameter
· 18 years ago
2e892f4
[PATCH] Cleanup slab headers / API to allow easy addition of new slab allocators
by Christoph Lameter
· 18 years ago
1b1cec4
[PATCH] slab: deprecate kmem_cache_t
by Andrew Morton
· 18 years ago
441e143
[PATCH] slab: remove SLAB_DMA
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
54e6ecb
[PATCH] slab: remove SLAB_ATOMIC
by Christoph Lameter
· 18 years ago
f7267c0
[PATCH] slab: remove SLAB_USER
by Christoph Lameter
· 18 years ago
e6b4f8d
[PATCH] slab: remove SLAB_NOFS
by Christoph Lameter
· 18 years ago
55acbda
[PATCH] slab: remove SLAB_NOIO
by Christoph Lameter
· 18 years ago
a06d72c
[PATCH] slab: remove SLAB_LEVEL_MASK
by Christoph Lameter
· 18 years ago
6e0eaa4
[PATCH] slab: remove SLAB_NO_GROW
by Christoph Lameter
· 18 years ago
ebe2973
[PATCH] Remove uses of kmem_cache_t from mm/* and include/linux/slab.h
by Christoph Lameter
· 18 years ago
b86c089
[PATCH] Move names_cachep to linux/fs.h
by Christoph Lameter
· 18 years ago
aa362a8
[PATCH] Move fs_cachep to linux/fs_struct.h
by Christoph Lameter
· 18 years ago
8b7d91e
[PATCH] Move filep_cachep to include/file.h
by Christoph Lameter
· 18 years ago
5d6538f
[PATCH] Move files_cachep to include/file.h
by Christoph Lameter
· 18 years ago
c43692e
[PATCH] Move vm_area_cachep to include/mm.h
by Christoph Lameter
· 18 years ago
298ec1e
[PATCH] Move sighand_cachep to include/signal.h
by Christoph Lameter
· 18 years ago
54cc211c
[PATCH] Remove bio_cachep from slab.h
by Christoph Lameter
· 18 years ago
8b98c16
[PATCH] leak tracking for kmalloc_node
by Christoph Hellwig
· 18 years ago
1d2c8ee
[PATCH] slab: clean up leak tracking ifdefs a little bit
by Christoph Hellwig
· 18 years ago
f30c226
fix file specification in comments
by Uwe Zeisberger
· 18 years ago
133d205
[PATCH] Make kmem_cache_destroy() return void
by Alexey Dobriyan
· 18 years ago
972d1a7
[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE
by Christoph Lameter
· 18 years ago
dbe5e69
[PATCH] slab: optimize kmalloc_node the same way as kmalloc
by Christoph Hellwig
· 18 years ago
b221385
[PATCH] mm/: make functions static
by Adrian Bunk
· 18 years ago
800590f
[PATCH] slab: kmalloc, kzalloc comments cleanup and fix
by Paul Drynoff
· 18 years ago
66643de
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Woodhouse
· 18 years ago
39d24e6
[PATCH] add slab_is_available() routine for boot code
by Mike Kravetz
· 18 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
6b3934e
[PATCH] copy_process: cleanup bad_fork_cleanup_signal
by Oleg Nesterov
· 19 years ago
40c07ae
[PATCH] slab: optimize constant-size kzalloc calls
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
101a500
[PATCH] cpuset memory spread slab cache implementation
by Paul Jackson
· 19 years ago
ac2b898
[PATCH] slab: Remove SLAB_NO_REAP option
by Christoph Lameter
· 19 years ago
b50ec7d
[PATCH] kcalloc(): INT_MAX -> ULONG_MAX
by Adrian Bunk
· 19 years ago
7fd6b14
[PATCH] slab: fix kzalloc and kstrdup caller report for CONFIG_DEBUG_SLAB
by Pekka Enberg
· 19 years ago
10cef60
[PATCH] slob: introduce the SLOB allocator
by Matt Mackall
· 19 years ago
2109a2d
[PATCH] mm: rename kmem_cache_s to kmem_cache
by Pekka J Enberg
· 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
b2d5507
[PATCH] mm/slab: fix sparse warnings
by Victor Fusco
· 19 years ago
dd39271
[PATCH] introduce and use kzalloc
by Pekka J Enberg
· 19 years ago
c10b873
[PATCH] Really __nocast-annotate kmalloc_node()
by Alexey Dobriyan
· 19 years ago
0db925a
[PATCH] propagate __nocast annotations
by Alexey Dobriyan
· 19 years ago
1944972
[SLAB] Introduce kmem_cache_name
by Arnaldo Carvalho de Melo
· 19 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