| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-03 | Merge branch 'slab/common-for-cgroups' into slab/for-linus | Pekka Enberg | 1 | -89/+56 |
| 2012-10-03 | Merge branch 'slab/next' into slab/for-linus | Pekka Enberg | 1 | -24/+39 |
| 2012-10-03 | slub: init_kmem_cache_cpus() and put_cpu_partial() can be static | Fengguang Wu | 1 | -2/+2 |
| 2012-09-25 | mm, slub: Rename slab_alloc() -> slab_alloc_node() to match SLAB | Ezequiel Garcia | 1 | -9/+15 |
| 2012-09-19 | mm, sl[au]b: Taint kernel when we detect a corrupted slab | Dave Jones | 1 | -0/+2 |
| 2012-09-17 | slub: consider pfmemalloc_match() in get_partial_node() | Joonsoo Kim | 1 | -5/+10 |
| 2012-09-10 | slub: Zero initial memory segment for kmem_cache and kmem_cache_node | Christoph Lameter | 1 | -1/+1 |
| 2012-09-05 | Revert "mm/sl[aou]b: Move sysfs_slab_add to common" | Pekka Enberg | 1 | -2/+17 |
| 2012-09-05 | mm/sl[aou]b: Move kmem_cache refcounting to common code | Christoph Lameter | 1 | -1/+0 |
| 2012-09-05 | mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists | Christoph Lameter | 1 | -21/+18 |
| 2012-09-05 | mm/sl[aou]b: Move kmem_cache allocations into common code | Christoph Lameter | 1 | -17/+7 |
| 2012-09-05 | mm/sl[aou]b: Move sysfs_slab_add to common | Christoph Lameter | 1 | -13/+2 |
| 2012-09-05 | mm/sl[aou]b: Do slab aliasing call from common code | Christoph Lameter | 1 | -4/+11 |
| 2012-09-05 | mm/sl[aou]b: Move duping of slab name to slab_common.c | Christoph Lameter | 1 | -19/+2 |
| 2012-09-05 | mm/sl[aou]b: Get rid of __kmem_cache_destroy | Christoph Lameter | 1 | -5/+5 |
| 2012-09-05 | mm/sl[aou]b: Move freeing of kmem_cache structure to common code | Christoph Lameter | 1 | -2/+0 |
| 2012-09-05 | mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache struct | Christoph Lameter | 1 | -2/+0 |
| 2012-09-05 | mm/sl[aou]b: Extract a common function for kmem_cache_destroy | Christoph Lameter | 1 | -25/+11 |
| 2012-09-05 | mm/sl[aou]b: Move list_add() to slab_common.c | Christoph Lameter | 1 | -2/+0 |
| 2012-09-05 | mm/slub: Use kmem_cache for the kmem_cache structure | Christoph Lameter | 1 | -4/+4 |
| 2012-09-05 | mm/slub: Add debugging to verify correct cache use on kmem_cache_free() | Christoph Lameter | 1 | -0/+7 |
| 2012-08-16 | slub: reduce failure of this_cpu_cmpxchg in put_cpu_partial() after unfreezing | Joonsoo Kim | 1 | -0/+1 |
| 2012-08-16 | slub: Take node lock during object free checks | Christoph Lameter | 1 | -12/+18 |
| 2012-08-16 | slub: use free_page instead of put_page for freeing kmalloc allocation | Glauber Costa | 1 | -1/+1 |
| 2012-07-31 | mm: slub: optimise the SLUB fast path to avoid pfmemalloc checks | Christoph Lameter | 1 | -4/+3 |
| 2012-07-31 | mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages | Mel Gorman | 1 | -2/+27 |
| 2012-07-10 | mm, slub: ensure irqs are enabled for kmemcheck | David Rientjes | 1 | -7/+6 |
| 2012-07-09 | mm, sl[aou]b: Move kmem_cache_create mutex handling to common code | Christoph Lameter | 1 | -15/+13 |
| 2012-07-09 | mm, sl[aou]b: Use a common mutex definition | Christoph Lameter | 1 | -29/+25 |
| 2012-07-09 | mm, sl[aou]b: Common definition for boot state of the slab allocators | Christoph Lameter | 1 | -16/+5 |
| 2012-07-09 | mm, sl[aou]b: Extract common code for kmem_cache_create() | Christoph Lameter | 1 | -10/+1 |
| 2012-07-09 | slub: remove invalid reference to list iterator variable | Julia Lawall | 1 | -1/+1 |
| 2012-06-20 | slub: refactoring unfreeze_partials() | Joonsoo Kim | 1 | -34/+14 |
| 2012-06-20 | slub: use __cmpxchg_double_slab() at interrupt disabled place | Joonsoo Kim | 1 | -3/+9 |
| 2012-06-20 | slab/mempolicy: always use local policy from interrupt context | Andi Kleen | 1 | -1/+1 |
| 2012-06-14 | mm, sl[aou]b: Extract common fields from struct kmem_cache | Christoph Lameter | 1 | -40/+40 |
| 2012-06-04 | Merge branch 'slub/cleanups' into slab/next | Pekka Enberg | 1 | -81/+92 |
| 2012-06-01 | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -10/+13 |
| 2012-06-01 | slub: pass page to node_match() instead of kmem_cache_cpu structure | Christoph Lameter | 1 | -4/+6 |
| 2012-06-01 | slub: Use page variable instead of c->page. | Christoph Lameter | 1 | -7/+10 |
| 2012-06-01 | slub: Separate out kmem_cache_cpu processing from deactivate_slab | Christoph Lameter | 1 | -12/+12 |
| 2012-06-01 | slub: Get rid of the node field | Christoph Lameter | 1 | -19/+16 |
| 2012-06-01 | slub: new_slab_objects() can also get objects from partial list | Christoph Lameter | 1 | -7/+9 |
| 2012-06-01 | slub: Simplify control flow in __slab_alloc() | Christoph Lameter | 1 | -8/+6 |
| 2012-06-01 | slub: Acquire_slab() avoid loop | Christoph Lameter | 1 | -13/+15 |
| 2012-06-01 | slub: Add frozen check in __slab_alloc | Christoph Lameter | 1 | -0/+6 |
| 2012-06-01 | slub: Use freelist instead of "object" in __slab_alloc | Christoph Lameter | 1 | -18/+20 |
| 2012-05-18 | slub: use __SetPageSlab function to set PG_slab flag | Joonsoo Kim | 1 | -1/+1 |
| 2012-05-18 | slub: fix a memory leak in get_partial_node() | Joonsoo Kim | 1 | -3/+6 |
| 2012-05-17 | slub: missing test for partial pages flush work in flush_all() | majianpeng | 1 | -1/+1 |
| 2012-05-16 | slub: remove unused argument of init_kmem_cache_node() | Joonsoo Kim | 1 | -4/+4 |
| 2012-05-16 | slub: fix a possible memory leak | Joonsoo Kim | 1 | -1/+1 |
| 2012-05-08 | slub: fix incorrect return type of get_any_partial() | Joonsoo Kim | 1 | -1/+1 |
| 2012-03-28 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -1/+9 |
| 2012-03-28 | slub: only IPI CPUs that have per cpu obj to flush | Gilad Ben-Yossef | 1 | -1/+9 |
| 2012-03-28 | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+21 |
| 2012-03-21 | cpuset: mm: reduce large amounts of memory barrier related damage v3 | Mel Gorman | 1 | -15/+25 |
| 2012-02-18 | slub: per cpu partial statistics change | Alex Shi | 1 | -3/+9 |
| 2012-02-10 | slub: include include for prefetch | Christoph Lameter | 1 | -0/+1 |
| 2012-02-06 | slub: Do not hold slub_lock when calling sysfs_slab_add() | Christoph Lameter | 1 | -1/+2 |
| 2012-01-24 | slub: prefetch next freelist pointer in slab_alloc() | Eric Dumazet | 1 | -1/+9 |
| 2012-01-12 | mm,x86,um: move CMPXCHG_DOUBLE config option | Heiko Carstens | 1 | -3/+6 |
| 2012-01-12 | mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL | Heiko Carstens | 1 | -3/+3 |
| 2012-01-11 | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -29/+48 |
| 2012-01-11 | Merge branch 'slab/urgent' into slab/for-linus | Pekka Enberg | 1 | -1/+3 |
| 2012-01-10 | slub: min order when debug_guardpage_minorder > 0 | Stanislaw Gruszka | 1 | -0/+3 |
| 2012-01-10 | slub: disallow changing cpu_partial from userspace for debug caches | David Rientjes | 1 | -0/+2 |
| 2012-01-09 | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe... | Linus Torvalds | 1 | -3/+3 |
| 2012-01-04 | x86: Fix and improve cmpxchg_double{,_local}() | Jan Beulich | 1 | -2/+2 |
| 2011-12-22 | percpu: Remove irqsafe_cpu_xxx variants | Christoph Lameter | 1 | -3/+3 |
| 2011-12-13 | slub: add missed accounting | Shaohua Li | 1 | -2/+5 |
| 2011-12-13 | slub: Extract get_freelist from __slab_alloc | Christoph Lameter | 1 | -25/+32 |
| 2011-12-13 | slub: Switch per cpu partial page support off for debugging | Christoph Lameter | 1 | -1/+3 |
| 2011-12-13 | slub: fix a possible memleak in __slab_alloc() | Eric Dumazet | 1 | -0/+5 |
| 2011-11-27 | slub: add missed accounting | Shaohua Li | 1 | -2/+5 |
| 2011-11-27 | Merge branch 'slab/urgent' into slab/next | Pekka Enberg | 1 | -16/+26 |
| 2011-11-24 | slub: avoid potential NULL dereference or corruption | Eric Dumazet | 1 | -10/+11 |
| 2011-11-24 | slub: use irqsafe_cpu_cmpxchg for put_cpu_partial | Christoph Lameter | 1 | -1/+1 |
| 2011-11-16 | slub: add taint flag outputting to debug paths | Dave Jones | 1 | -1/+1 |
| 2011-11-15 | slub: move discard_slab out of node lock | Shaohua Li | 1 | -4/+12 |
| 2011-11-15 | slub: use correct parameter to add a page to partial list tail | Shaohua Li | 1 | -1/+2 |
| 2011-10-31 | lib/string.c: introduce memchr_inv() | Akinobu Mita | 1 | -45/+2 |
| 2011-10-26 | Merge branches 'slab/next' and 'slub/partial' into slab/for-linus | Pekka Enberg | 1 | -166/+392 |
| 2011-09-27 | slub: Discard slab page when node partial > minimum partial number | Alex Shi | 1 | -1/+1 |
| 2011-09-27 | slub: correct comments error for per cpu partial | Alex Shi | 1 | -1/+1 |
| 2011-09-27 | mm: restrict access to slab files under procfs and sysfs | Vasiliy Kulikov | 1 | -3/+4 |
| 2011-09-19 | Merge branch 'slab/urgent' into slab/next | Pekka Enberg | 1 | -10/+12 |
| 2011-09-13 | slub: Code optimization in get_partial_node() | Alex,Shi | 1 | -4/+2 |
| 2011-08-27 | slub: explicitly document position of inserting slab to partial list | Shaohua Li | 1 | -6/+6 |
| 2011-08-27 | slub: add slab with one free object to partial list tail | Shaohua Li | 1 | -1/+1 |
| 2011-08-19 | slub: per cpu cache for partial pages | Christoph Lameter | 1 | -47/+292 |
| 2011-08-19 | slub: return object pointer from get_partial() / new_slab(). | Christoph Lameter | 1 | -60/+73 |
| 2011-08-19 | slub: pass kmem_cache_cpu pointer to get_partial() | Christoph Lameter | 1 | -15/+15 |
| 2011-08-19 | slub: Prepare inuse field in new_slab() | Christoph Lameter | 1 | -3/+2 |
| 2011-08-19 | slub: Remove useless statements in __slab_alloc | Christoph Lameter | 1 | -4/+0 |
| 2011-08-19 | slub: free slabs without holding locks | Christoph Lameter | 1 | -13/+13 |
| 2011-08-09 | slub: Fix partial count comparison confusion | Christoph Lameter | 1 | -1/+1 |
| 2011-08-09 | slub: fix check_bytes() for slub debugging | Akinobu Mita | 1 | -1/+1 |
| 2011-08-09 | slub: Fix full list corruption if debugging is on | Christoph Lameter | 1 | -2/+4 |
| 2011-07-31 | slub: use print_hex_dump | Sebastian Andrzej Siewior | 1 | -35/+9 |
| 2011-07-30 | Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -252/+512 |
| 2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2011-07-25 | slub: When allocating a new slab also prep the first object | Christoph Lameter | 1 | -0/+3 |
| 2011-07-22 | Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+103 |
| 2011-07-21 | treewide: fix potentially dangerous trailing ';' in #defined values/expressions | Phil Carmody | 1 | -1/+1 |
| 2011-07-18 | slub: disable interrupts in cmpxchg_double_slab when falling back to pagelock | Christoph Lameter | 1 | -4/+45 |
| 2011-07-07 | SLUB: Fix missing <linux/stacktrace.h> include | Pekka Enberg | 1 | -0/+1 |
| 2011-07-07 | slub: reduce overhead of slub_debug | Marcin Slusarz | 1 | -2/+34 |
| 2011-07-07 | slub: Add method to verify memory is not freed | Ben Greear | 1 | -0/+36 |
| 2011-07-07 | slub: Enable backtrace for create/delete points | Ben Greear | 1 | -0/+32 |
| 2011-07-02 | slub: Not necessary to check for empty slab on load_freelist | Christoph Lameter | 1 | -3/+2 |
| 2011-07-02 | slub: fast release on full slab | Christoph Lameter | 1 | -2/+19 |
| 2011-07-02 | slub: Add statistics for the case that the current slab does not match the node | Christoph Lameter | 1 | -0/+3 |
| 2011-07-02 | slub: Get rid of the another_slab label | Christoph Lameter | 1 | -6/+5 |
| 2011-07-02 | slub: Avoid disabling interrupts in free slowpath | Christoph Lameter | 1 | -11/+5 |
| 2011-07-02 | slub: Disable interrupts in free_debug processing | Christoph Lameter | 1 | -4/+10 |
| 2011-07-02 | slub: Invert locking and avoid slab lock | Christoph Lameter | 1 | -77/+52 |
| 2011-07-02 | slub: Rework allocator fastpaths | Christoph Lameter | 1 | -129/+280 |
| 2011-07-02 | slub: Pass kmem_cache struct to lock and freeze slab | Christoph Lameter | 1 | -7/+8 |
| 2011-07-02 | slub: explicit list_lock taking | Christoph Lameter | 1 | -40/+49 |
| 2011-07-02 | slub: Add cmpxchg_double_slab() | Christoph Lameter | 1 | -5/+60 |
| 2011-07-02 | slub: Move page->frozen handling near where the page->freelist handling occurs | Christoph Lameter | 1 | -2/+6 |
| 2011-07-02 | slub: Do not use frozen page flag but a bit in the page counters | Christoph Lameter | 1 | -6/+6 |
| 2011-07-02 | slub: Push irq disable into allocate_slab() | Christoph Lameter | 1 | -10/+13 |
| 2011-06-03 | slub: always align cpu_slab to honor cmpxchg_double requirement | Chris Metcalf | 1 | -8/+4 |
| 2011-05-25 | slub: remove no-longer used 'unlock_out' label | Linus Torvalds | 1 | -1/+0 |
| 2011-05-25 | slub: Fix double bit unlock in debug mode | Christoph Lameter | 1 | -1/+2 |
| 2011-05-23 | Merge branch 'slab/next' into for-linus | Pekka Enberg | 1 | -100/+65 |
| 2011-05-21 | slub: Remove node check in slab_free | Christoph Lameter | 1 | -1/+3 |
| 2011-05-17 | slub: avoid label inside conditional | David Rientjes | 1 | -3/+3 |
| 2011-05-17 | slub: Make CONFIG_DEBUG_PAGE_ALLOC work with new fastpath | Christoph Lameter | 1 | -1/+13 |
| 2011-05-17 | slub: Avoid warning for !CONFIG_SLUB_DEBUG | Christoph Lameter | 1 | -1/+1 |
| 2011-05-07 | slub: Remove CONFIG_CMPXCHG_LOCAL ifdeffery | Christoph Lameter | 1 | -56/+0 |
| 2011-05-04 | slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchg | Thomas Gleixner | 1 | -2/+2 |
| 2011-04-17 | slub: Move debug handlign in __slab_free | Christoph Lameter | 1 | -9/+2 |
| 2011-04-17 | slub: Move node determination out of hotpath | Christoph Lameter | 1 | -4/+5 |
| 2011-04-17 | slub: Eliminate repeated use of c->page through a new page variable | Christoph Lameter | 1 | -19/+22 |
| 2011-04-17 | slub: get_map() function to establish map of free objects in a slab | Christoph Lameter | 1 | -12/+22 |
| 2011-04-17 | slub: Use NUMA_NO_NODE in get_partial | Christoph Lameter | 1 | -1/+1 |
| 2011-04-12 | slub: Fix a typo in config name | Li Zefan | 1 | -1/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -4/+4 |
| 2011-03-24 | SLUB: Write to per cpu data when allocating it | Christoph Lameter | 1 | -1/+1 |
| 2011-03-24 | slub: Fix debugobjects with lockless fastpath | Thomas Gleixner | 1 | -2/+2 |
| 2011-03-22 | slub: Add statistics for this_cmpxchg_double failures | Christoph Lameter | 1 | -1/+2 |
| 2011-03-22 | slub: Add missing irq restore for the OOM path | Christoph Lameter | 1 | -0/+3 |
| 2011-03-20 | Merge branch 'slub/lockless' into for-linus | Pekka Enberg | 1 | -13/+221 |
| 2011-03-20 | slub: Dont define useless label in the !CONFIG_CMPXCHG_LOCAL case | Christoph Lameter | 1 | -1/+3 |
| 2011-03-11 | Merge branch 'slab/rcu' into slab/next | Pekka Enberg | 1 | -22/+55 |
| 2011-03-11 | slub,rcu: don't assume the size of struct rcu_head | Lai Jiangshan | 1 | -5/+25 |
| 2011-03-11 | slub: automatically reserve bytes at the end of slab | Lai Jiangshan | 1 | -17/+30 |
| 2011-03-11 | Lockless (and preemptless) fastpaths for slub | Christoph Lameter | 1 | -2/+203 |
| 2011-03-11 | slub: Get rid of slab_free_hook_irq() | Christoph Lameter | 1 | -12/+17 |
| 2011-02-27 | slub: fix ksize() build error | Mariusz Kozlowski | 1 | -24/+24 |
| 2011-02-23 | slub: fix kmemcheck calls to match ksize() hints | Eric Dumazet | 1 | -23/+26 |
| 2011-01-23 | mm: Remove support for kmem_cache_name() | Christoph Lameter | 1 | -6/+0 |
| 2011-01-15 | Merge branch 'slub/hotplug' into slab/urgent | Pekka Enberg | 1 | -2/+2 |
| 2011-01-13 | mm: convert sprintf_symbol to %pS | Joe Perches | 1 | -7/+4 |
| 2011-01-11 | slub: Avoid use of slub_lock in show_slab_objects() | Christoph Lameter | 1 | -2/+2 |
| 2011-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 1 | -7/+23 |
| 2011-01-07 | kernel: kmem_ptr_validate considered harmful | Nick Piggin | 1 | -40/+0 |
| 2010-12-04 | slub: Fix a crash during slabinfo -v | Tero Roponen | 1 | -2/+2 |
| 2010-12-04 | slub: Fix a crash during slabinfo -v | Tero Roponen | 1 | -2/+2 |
| 2010-11-14 | slub: Fix slub_lock down/up imbalance | Pavel Emelyanov | 1 | -1/+2 |
| 2010-11-06 | slub: Fix slub_lock down/up imbalance | Pavel Emelyanov | 1 | -1/+2 |
| 2010-11-06 | slub tracing: move trace calls out of always inlined functions to reduce kern... | Richard Kennedy | 1 | -7/+23 |
| 2010-10-06 | SLUB: Fix memory hotplug with !NUMA | Pekka Enberg | 1 | -1/+1 |
| 2010-10-06 | slub: Move functions to reduce #ifdefs | Christoph Lameter | 1 | -156/+141 |
| 2010-10-06 | slub: Enable sysfs support for !CONFIG_SLUB_DEBUG | Christoph Lameter | 1 | -5/+35 |
| 2010-10-06 | SLUB: Optimize slab_free() debug check | Pekka Enberg | 1 | -2/+2 |
| 2010-10-02 | slub: Move NUMA-related functions under CONFIG_NUMA | Namhyung Kim | 1 | -2/+4 |
| 2010-10-02 | slub: Add lock release annotation | Namhyung Kim | 1 | -0/+2 |
| 2010-10-02 | slub: Fix signedness warnings | Namhyung Kim | 1 | -4/+3 |
| 2010-10-02 | slub: extract common code to remove objects from partial list without locking | Christoph Lameter | 1 | -8/+11 |
| 2010-10-02 | SLUB: Pass active and inactive redzone flags instead of boolean to debug func... | Christoph Lameter | 1 | -19/+14 |
| 2010-10-02 | slub: reduce differences between SMP and NUMA | Christoph Lameter | 1 | -38/+1 |
| 2010-10-02 | Revert "Slub: UP bandaid" | Pekka Enberg | 1 | -16/+0 |
| 2010-10-02 | SLUB: Fix merged slab cache names | Pekka Enberg | 1 | -1/+20 |
| 2010-10-02 | Slub: UP bandaid | Christoph Lameter | 1 | -0/+16 |
| 2010-10-02 | slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc caches | David Rientjes | 1 | -6/+8 |
| 2010-10-02 | slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplug | Christoph Lameter | 1 | -2/+2 |
| 2010-10-02 | slub: Add dummy functions for the !SLUB_DEBUG case | Christoph Lameter | 1 | -0/+12 |
| 2010-10-02 | slub: Move gfpflag masking out of the hotpath | Christoph Lameter | 1 | -2/+3 |
| 2010-10-02 | slub: Extract hooks for memory checkers from hotpaths | Christoph Lameter | 1 | -11/+38 |
| 2010-10-02 | slub: Dynamically size kmalloc cache allocations | Christoph Lameter | 1 | -53/+138 |
| 2010-10-02 | slub: Remove static kmem_cache_cpu array for boot | Christoph Lameter | 1 | -13/+4 |
| 2010-10-02 | slub: Remove dynamic dma slab allocation | Christoph Lameter | 1 | -111/+39 |
| 2010-10-02 | slub: Force no inlining of debug functions | Christoph Lameter | 1 | -3/+3 |
| 2010-08-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 1 | -43/+43 |
| 2010-08-04 | Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' i... | Pekka Enberg | 1 | -43/+43 |
| 2010-08-03 | slub: Allow removal of slab caches during boot | Christoph Lameter | 1 | -9/+15 |
| 2010-08-03 | Revert "slub: Allow removal of slab caches during boot" | Pekka Enberg | 1 | -7/+0 |
| 2010-07-29 | slub numa: Fix rare allocation from unexpected node | Christoph Lameter | 1 | -1/+1 |
| 2010-07-16 | slub: Use kmem_cache flags to detect if slab is in debugging mode. | Christoph Lameter | 1 | -21/+12 |
| 2010-07-16 | slub: Allow removal of slab caches during boot | Christoph Lameter | 1 | -0/+7 |
| 2010-07-16 | slub: Check kasprintf results in kmem_cache_init() | Christoph Lameter | 1 | -3/+6 |
| 2010-07-16 | SLUB: Constants need UL | Christoph Lameter | 1 | -2/+2 |
| 2010-07-16 | slub: Use a constant for a unspecified node. | Christoph Lameter | 1 | -7/+7 |
| 2010-06-09 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 1 | -1/+0 |
| 2010-06-09 | tracing: Remove kmemtrace ftrace plugin | Li Zefan | 1 | -1/+0 |
| 2010-05-30 | Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -22/+11 |