aboutsummaryrefslogtreecommitdiff
path: root/mm/slab.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-27mm: restrict access to slab files under procfs and sysfsGravatar Vasiliy Kulikov 1-1/+1
2011-09-19Merge branch 'slab/urgent' into slab/nextGravatar Pekka Enberg 1-24/+75
2011-08-04slab, lockdep: Annotate the locks before using themGravatar Peter Zijlstra 1-3/+3
2011-08-04slab, lockdep: Annotate slab -> rcu -> debug_object -> slabGravatar Peter Zijlstra 1-18/+68
2011-07-31slab: use print_hex_dumpGravatar Sebastian Andrzej Siewior 1-11/+6
2011-07-31slab: use NUMA_NO_NODEGravatar Andrew Morton 1-1/+1
2011-07-28slab: remove one NR_CPUS dependencyGravatar Eric Dumazet 1-2/+3
2011-07-22Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+9
2011-07-22slab: fix DEBUG_SLAB warningGravatar Tetsuo Handa 1-1/+2
2011-07-20slab: shrink sizeof(struct kmem_cache)Gravatar Eric Dumazet 1-4/+6
2011-07-18slab: fix DEBUG_SLAB buildGravatar Hugh Dickins 1-4/+2
2011-06-03SLAB: Record actual last user of freed objects.Gravatar Suleiman Souhlal 1-4/+5
2011-05-20sanitize <linux/prefetch.h> usageGravatar Linus Torvalds 1-0/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-03-22mm: notifier_from_errno() cleanupGravatar Prarit Bhargava 1-1/+1
2011-03-11Merge branch 'slab/urgent' into slab/nextGravatar Pekka Enberg 1-4/+4
2011-03-11Merge branch 'slab/rcu' into slab/nextGravatar Pekka Enberg 1-18/+21
2011-03-11slab,rcu: don't assume the size of struct rcu_headGravatar Lai Jiangshan 1-18/+21
2011-02-14Revert "slab: Fix missing DEBUG_SLAB last user"Gravatar Pekka Enberg 1-4/+4
2011-01-23mm: Remove support for kmem_cache_name()Gravatar Christoph Lameter 1-8/+0
2011-01-15mm/slab.c: make local symbols staticGravatar H Hartley Sweeten 1-3/+3
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-15/+23
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-3/+3
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2011-01-07kernel: kmem_ptr_validate considered harmfulGravatar Nick Piggin 1-31/+1
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Gravatar Christoph Lameter 1-3/+3
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Gravatar Tejun Heo 1-1/+1
2010-11-28tracing/slab: Move kmalloc tracepoint out of inline codeGravatar Steven Rostedt 1-15/+23
2010-10-26replace nested max/min macros with {max,min}3 macroGravatar Hagen Paul Pfeifer 1-1/+1
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-2/+2
2010-08-09gcc-4.6: mm: fix unused but set warningsGravatar Andi Kleen 1-1/+1
2010-08-09slab: fix object alignmentGravatar Carsten Otte 1-2/+2
2010-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-1/+1
2010-07-20slab: use deferable timers for its periodic housekeepingGravatar Arjan van de Ven 1-1/+1
2010-06-09tracing: Remove kmemtrace ftrace pluginGravatar Li Zefan 1-1/+0
2010-05-27numa: slab: use numa_mem_id() for slab local memory nodeGravatar Lee Schermerhorn 1-21/+22
2010-05-27slab: convert cpu notifier to return encapsulate errno valueGravatar Akinobu Mita 1-1/+1
2010-05-27cpusets: new round-robin rotor for SLAB allocationsGravatar Jack Steiner 1-1/+1
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsGravatar Miao Xie 1-0/+4
2010-05-22Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' ...Gravatar Pekka Enberg 1-64/+134
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h>Gravatar David Woodhouse 1-24/+0
2010-04-14slab: Fix missing DEBUG_SLAB last userGravatar Shiyong Li 1-4/+4
2010-04-09slab: Generify kernel pointer validationGravatar Pekka Enberg 1-12/+1
2010-04-07slab: add memory hotplug supportGravatar David Rientjes 1-32/+125
2010-03-28slab: Fix continuation linesGravatar Joe Perches 1-4/+5
2010-03-04Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percp...Gravatar Pekka Enberg 1-7/+6
2010-02-26failslab: add ability to filter slab cachesGravatar Dmitry Monakhov 1-1/+1
2010-01-30slab: fix regression in touched logicGravatar Nick Piggin 1-2/+3
2010-01-11slab: initialize unused alien cache entry as NULL at alloc_alien_cache().Gravatar Haicheng Li 1-4/+2
2009-12-28SLAB: Fix lockdep annotation breakageGravatar Pekka Enberg 1-2/+2