Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
4c0029f01f4009d6ab149230026c9716bde96283
/
mm
/
slab.c
« Previous
a70f730
cpumask: replace node_to_cpumask with cpumask_of_node.
by Rusty Russell
· 16 years ago
28b1bd1
Merge branch 'core/locking' into tracing/ftrace
by Ingo Molnar
· 16 years ago
cf40bd1
lockdep: annotate reclaim context (__GFP_NOFS)
by Nick Piggin
· 16 years ago
1c511f7
Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
b1aabec
mm: Export symbol ksize()
by Kirill A. Shutemov
· 16 years ago
3d7a96f
Merge branch 'linus' into tracing/kmemtrace2
by Ingo Molnar
· 16 years ago
174596a
cpumask: convert mm/
by Rusty Russell
· 16 years ago
f09eac9
tracing/kmemtrace: fix typo
by Ingo Molnar
· 16 years ago
818fa7f
Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2
by Ingo Molnar
· 16 years ago
5fdf7e5
Merge branch 'linus' into tracing/kmemtrace
by Ingo Molnar
· 16 years ago
3fd4bc0
tracing/kmemtrace: export kmemtrace_mark_alloc_node() / kmemtrace_mark_free()
by Ingo Molnar
· 16 years ago
2a38b1c
kmemtrace: move #include lines
by Ingo Molnar
· 16 years ago
3655575
kmemtrace: SLAB hooks.
by Eduard - Gabriel Munteanu
· 16 years ago
35995a4
SLUB: Replace __builtin_return_address(0) with _RET_IP_.
by Eduard - Gabriel Munteanu
· 16 years ago
3c506ef
Merge branch 'topic/failslab' into for-linus
by Pekka Enberg
· 16 years ago
fd37617
Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into for-linus
by Pekka Enberg
· 16 years ago
8759ec5
slab: remove GFP_THISNODE clearing from alloc_slabmgmt()
by Pekka Enberg
· 16 years ago
773ff60
SLUB: failslab support
by Akinobu Mita
· 16 years ago
249da16
slab: Update the kmem_cache_create documentation regarding the name parameter
by Catalin Marinas
· 16 years ago
249b9f3
slab: unsigned slabp->inuse cannot be less than 0
by roel kluin
· 16 years ago
ce71e27
SLUB: Replace __builtin_return_address(0) with _RET_IP_.
by Eduard - Gabriel Munteanu
· 16 years ago
7b3c3a5
proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c
by Alexey Dobriyan
· 16 years ago
a0ec95a8
proc: move /proc/slab_allocators boilerplate to mm/slab.c
by Alexey Dobriyan
· 16 years ago
231367f
mm: unexport ksize
by Adrian Bunk
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
1a781a7
Merge branch 'generic-ipi' into generic-ipi-for-linus
by Ingo Molnar
· 16 years ago
e79aec2
slab: rename slab_destroy_objs
by Rabin Vincent
· 16 years ago
15c8b6c
on_each_cpu(): kill unused 'retry' parameter
by Jens Axboe
· 16 years ago
481c534
Slab: Fix memory leak in fallback_alloc()
by Christoph Lameter
· 16 years ago
d40cee2
mm: remove remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
3ac7fe5
infrastructure to debug (dynamic) objects
by Thomas Gleixner
· 17 years ago
1b27d05
mm: move cache_line_size() to <linux/cache.h>
by Pekka Enberg
· 17 years ago
dd1a239
mm: have zonelist contains structs with both a zone pointer and zone_idx
by Mel Gorman
· 17 years ago
54a6eb5
mm: use two zonelist that are filtered by GFP mask
by Mel Gorman
· 17 years ago
0e88460
mm: introduce node_zonelist() for accessing the zonelist for a GFP mask
by Mel Gorman
· 17 years ago
c5f59f0
nodemask: use new node_to_cpumask_ptr function
by Mike Travis
· 17 years ago
ec1f5ee
slab: fix cache_cache bootstrap in kmem_cache_init()
by Daniel Yeisley
· 17 years ago
7682486
mm: fix various kernel-doc comments
by Randy Dunlap
· 17 years ago
6d2144d
slab: NUMA slab allocator migration bugfix
by Joe Korty
· 17 years ago
1c61fc4
slab - use angle brackets for include of kmalloc_sizes.h
by Joe Perches
· 17 years ago
9ac33b2
slab numa fallback logic: Do not pass unfiltered flags to page allocator
by Christoph Lameter
· 17 years ago
e51bfd0
slab: avoid double initialization & do initialization in 1 place
by Marcin Slusarz
· 17 years ago
95402b3
cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()
by Gautham R Shenoy
· 17 years ago
556a169
slab: fix bootstrap on memoryless node
by Pekka Enberg
· 17 years ago
9c09a95
slab: partially revert list3 changes
by Mel Gorman
· 17 years ago
158a962
Unify /proc/slabinfo configuration
by Linus Torvalds
· 17 years ago
f8fcc93
Add EXPORT_SYMBOL(ksize);
by Tetsuo Handa
· 17 years ago
80cbd91
Fix kmem_cache_free performance regression in slab
by Matthew Wilcox
· 17 years ago
cc550de
slab: fix typo in allocation failure handling
by Akinobu Mita
· 17 years ago
183ff22
spelling fixes: mm/
by Simon Arlott
· 17 years ago
12d00f6
cpu hotplug: slab: fix memory leak in cpu hotplug error path
by Akinobu Mita
· 17 years ago
fbf1e47
cpu hotplug: slab: cleanup cpuup_callback()
by Akinobu Mita
· 17 years ago
bda5b65
Delete gcc-2.95 compatible structure definition.
by Robert P. J. Day
· 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
6cb0622
Categorize GFP flags
by Christoph Lameter
· 17 years ago
04231b3
Memoryless nodes: Slab support
by Christoph Lameter
· 17 years ago
ef8b452
Slab allocators: fail if ksize is called with a NULL parameter
by Christoph Lameter
· 17 years ago
1807a1a
slab: skip calling cache_free_alien() when the platform is not numa capable
by Siddha, Suresh B
· 17 years ago
b8c1c5d
slab: correctly handle __GFP_ZERO
by Andrew Morton
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
a5c96d8
Fix up non-NUMA SLAB configuration for zero-sized allocations
by Linus Torvalds
· 17 years ago
ea02e3d
FRV: work around a possible compiler bug
by David Howells
· 17 years ago
9281ace
kallsyms: make KSYM_NAME_LEN include space for trailing '\0'
by Tejun Heo
· 17 years ago
81cda66
Slab allocators: Cleanup zeroing allocations
by Christoph Lameter
· 17 years ago
d07dbea
Slab allocators: support __GFP_ZERO in all allocators
by Christoph Lameter
· 17 years ago
6cb8f91
Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics
by Christoph Lameter
· 17 years ago
ef2ad80
Slab allocators: consolidate code for krealloc in mm/util.c
by Christoph Lameter
· 17 years ago
897e679
mm/slab.c: start_cpu_timer() should be __cpuinit
by Adrian Bunk
· 17 years ago
b92151b
Make /proc/slabinfo use seq_list_xxx helpers
by Pavel Emelianov
· 17 years ago
87a927c
Fix slab redzone alignment
by David Woodhouse
· 17 years ago
1702222
SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 release
by Christoph Lameter
· 17 years ago
3cdc0ed
slab: fix alien cache handling
by Christoph Lameter
· 17 years ago
38bdc32
mm/slab: fix section mismatch warning
by Sam Ravnborg
· 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
0b44f7a
slab: warn on zero-length allocations
by Christoph Lameter
· 17 years ago
c59def9f
Slab allocators: Drop support for destructors
by Christoph Lameter
· 17 years ago
4037d45
Move remote node draining out of slab allocators
by Christoph Lameter
· 18 years ago
d1187ed
vmstat: use our own timer events
by Christoph Lameter
· 18 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
5830c59
slab: shut down cache_reaper when cpu goes down
by Christoph Lameter
· 18 years ago
38c3bd9
slab: use CPU_LOCK_[ACQUIRE|RELEASE]
by Heiko Carstens
· 18 years ago
7ae439c
krealloc: fix kerneldoc comments
by Pekka J Enberg
· 18 years ago
a5c43da
Fix race between cat /proc/slab_allocators and rmmod
by Alexey Dobriyan
· 18 years ago
b46b8f1
Increase slab redzone to 64bits
by David Woodhouse
· 18 years ago
cfce660
Slab allocators: remove useless __GFP_NO_GROW flag
by Christoph Lameter
· 18 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
824ebef
fault injection: fix failslab with CONFIG_NUMA
by Akinobu Mita
· 18 years ago
5af6083
slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN
by Christoph Lameter
· 18 years ago
b416952
include KERN_* constant in printk() calls in mm/slab.c
by matze
· 18 years ago
b49af68
Add virt_to_head_page and consolidate code in slab and slub
by Christoph Lameter
· 18 years ago
d85f338
Make page->private usable in compound pages
by Christoph Lameter
· 18 years ago
a3a02be
slab: mark set_up_list3s() __init
by Andrew Morton
· 18 years ago
8da3430
slab: NUMA kmem_cache diet
by Eric Dumazet
· 18 years ago
6310984
SLAB: don't allocate empty shared caches
by Eric Dumazet
· 18 years ago
364fbb2
SLAB: use num_possible_cpus() in enable_cpucache()
by Eric Dumazet
· 18 years ago
714b817
slab: ensure cache_alloc_refill terminates
by Pekka Enberg
· 18 years ago
fd76bab
slab: introduce krealloc
by Pekka Enberg
· 18 years ago
Next »