Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
d8ed029d6000ba2e2908d9286409e4833c091b4c
/
mm
/
slab.c
765c450
[PATCH] GFP_THISNODE for the slab allocator
by Christoph Lameter
· 18 years ago
de3083e
[PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_node_id()
by Christoph Lameter
· 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
d00bcc9
[PATCH] Extract the allocpercpu functions from the slab allocator
by Christoph Lameter
· 18 years ago
d2e7b7d
[PATCH] fix potential stack overflow in mm/slab.c
by Siddha, Suresh B
· 18 years ago
056c624
[PATCH] slab: fix lockdep warnings
by Ravikiran G Thirumalai
· 18 years ago
2ed3a4e
[PATCH] slab: do not panic when alloc_kmemlist fails and slab is up
by Christoph Lameter
· 18 years ago
117f6eb
[PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroy
by Christoph Lameter
· 18 years ago
dbe5e69
[PATCH] slab: optimize kmalloc_node the same way as kmalloc
by Christoph Hellwig
· 18 years ago
e5ac9c5
[PATCH] Add some comments to slab.c
by Ravikiran G Thirumalai
· 18 years ago
ca5f970
[PATCH] slab: respect architecture and caller mandated alignment
by Pekka Enberg
· 18 years ago
7ff6f08
[PATCH] CPU hotplug compatible alloc_percpu()
by Martin Peschke
· 18 years ago
b221385
[PATCH] mm/: make functions static
by Adrian Bunk
· 18 years ago
b8008b2
[PATCH] Fix kmem_cache_alloc() been documented twice
by Rolf Eike Beer
· 18 years ago
8c78f30
[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications
by Chandra Seetharaman
· 18 years ago
fc81830
[PATCH] revert slab.c locking change
by Ingo Molnar
· 18 years ago
f1aaee5
[PATCH] lockdep: annotate mm/slab.c
by Arjan van de Ven
· 18 years ago
873623d
[PATCH] lockdep: undo mm/slab.c annotation
by Ingo Molnar
· 18 years ago
2b2d549
[PATCH] lockdep: annotate SLAB code
by Ingo Molnar
· 18 years ago
ed11d9e
[PATCH] slab: consolidate code to free slabs from freelist
by Christoph Lameter
· 18 years ago
9a865ff
[PATCH] zoned vm counters: conversion of nr_slab to per zone counter
by Christoph Lameter
· 18 years ago
2244b95
[PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementation
by Christoph Lameter
· 18 years ago
e7eebaf
[PATCH] pi-futex: rt mutex debug
by Ingo Molnar
· 18 years ago
f9b8404
[PATCH] pi-futex: introduce debug_check_no_locks_freed()
by Ingo Molnar
· 18 years ago
74b85f3
[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only
by Chandra Seetharaman
· 18 years ago
9c7b216
[PATCH] cpu hotplug: revert init patch submitted for 2.6.17
by Chandra Seetharaman
· 18 years ago
c9cf552
[PATCH] add poison.h and patch primary users
by Randy Dunlap
· 18 years ago
800590f
[PATCH] slab: kmalloc, kzalloc comments cleanup and fix
by Paul Drynoff
· 18 years ago
e0a4272
[PATCH] mm/slab.c: fix early init assumption
by Ingo Molnar
· 18 years ago
ddc2e81
[PATCH] slab: verify pointers before free
by Pekka Enberg
· 18 years ago
58ce1fd
[PATCH] slab: redzone double-free detection
by Pekka Enberg
· 18 years ago
7a7c381
[PATCH] slab: stop using list_for_each
by Christoph Hellwig
· 18 years ago
e1b6aa6
[PATCH] slab: clean up kmem_getpages
by Christoph Hellwig
· 18 years ago
4776874
[PATCH] slab: page mapping cleanup
by Pekka Enberg
· 18 years ago
729bd0b
[PATCH] slab: extract cache_free_alien from __cache_free
by Pekka Enberg
· 18 years ago
b1ab41c
[PATCH] slab.c: fix offslab_limit bug
by Ingo Molnar
· 18 years ago
a4523a8
[PATCH] slab: Fix kmem_cache_destroy() on NUMA
by Roland Dreier
· 18 years ago
39d24e6
[PATCH] add slab_is_available() routine for boot code
by Mike Kravetz
· 18 years ago
693f7d3
[PATCH] slab: fix crash on __drain_alien_cahce() during CPU Hotplug
by shin, jacob
· 19 years ago
83d722f
[PATCH] Remove __devinit and __cpuinit from notifier_call definitions
by Chandra Seetharaman
· 19 years ago
d6fef9d
[PATCH] nommu: use compound page in slab allocator
by Luke Yang
· 19 years ago
fb7faf3
[PATCH] slab: add statistics for alien cache overflows
by Ravikiran G Thirumalai
· 19 years ago
5b74ada
[PATCH] slab: allocate node local memory for off-slab slabmanagement
by Ravikiran G Thirumalai
· 19 years ago
40094fa
BUG_ON() Conversion in mm/slab.c
by Eric Sesterhenn
· 19 years ago
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
Next »