aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-12-18memcg: add comments clarifying aspects of cache attribute propagationGlauber Costa1-0/+1
2012-12-18slab: propagate tunable valuesGlauber Costa1-3/+41
2012-12-18memcg: destroy memcg cachesGlauber Costa1-0/+3
2012-12-18sl[au]b: allocate objects from memcg cacheGlauber Costa1-1/+5
2012-12-18sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa1-1/+5
2012-12-18slab: annotate on-slab caches nodelist locksGlauber Costa1-1/+33
2012-12-11mm/sl[aou]b: Common alignment codeChristoph Lameter1-20/+0
2012-12-11slab: Use the new create_boot_cache function to simplify bootstrapChristoph Lameter1-33/+16
2012-12-11mm, sl[au]b: create common functions for boot slab creationChristoph Lameter1-34/+14
2012-12-11slab: Simplify bootstrapChristoph Lameter1-8/+13
2012-11-15mm: fix slab.c kernel-doc warningsRandy Dunlap1-4/+1
2012-10-31slab: Ignore internal flags in cache creationGlauber Costa1-22/+0
2012-10-31mm/sl[aou]b: Move common kmem_cache_size() to slab.hEzequiel Garcia1-6/+0
2012-10-24sl[au]b: Process slabinfo_show in common codeGlauber Costa1-11/+15
2012-10-24mm/sl[au]b: Move print_slabinfo_header to slab_common.cGlauber Costa1-24/+0
2012-10-24mm/sl[au]b: Move slabinfo processing to slab_common.cGlauber Costa1-59/+13
2012-10-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-205/+143
2012-10-03Merge branch 'slab/tracing' into slab/for-linusPekka Enberg1-1/+1
2012-10-03Merge branch 'slab/common-for-cgroups' into slab/for-linusPekka Enberg1-150/+103
2012-10-03Merge branch 'slab/next' into slab/for-linusPekka Enberg1-55/+40
2012-10-03slab: Fix build failure in __kmem_cache_create()Tetsuo Handa1-2/+3
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-29Revert "mm/slab: Fix kmem_cache_alloc_node_trace() declaration"Pekka Enberg1-4/+4
2012-09-25mm/slab: Fix kmem_cache_alloc_node_trace() declarationEzequiel Garcia1-4/+4
2012-09-25mm/slab: Fix typo _RET_IP -> _RET_IP_Ezequiel Garcia1-1/+1
2012-09-25mm, slab: Rename __cache_alloc() -> slab_alloc()Ezequiel Garcia1-7/+7
2012-09-25mm, slab: Match SLAB and SLUB kmem_cache_alloc_xxx_trace() prototypeEzequiel Garcia1-5/+5
2012-09-25mm, slab: Replace 'caller' type, void* -> unsigned longEzequiel Garcia1-26/+24
2012-09-25mm, slab: Remove silly function slab_buffer_size()Ezequiel Garcia1-10/+2
2012-09-19mm, sl[au]b: Taint kernel when we detect a corrupted slabDave Jones1-0/+1
2012-09-19slab: Only define slab_error for DEBUGChristoph Lameter1-0/+2
2012-09-17slab: fix starting index for finding another objectJoonsoo Kim1-1/+1
2012-09-17slab: do ClearSlabPfmemalloc() for all pages of slabMel Gorman1-2/+2
2012-09-11slab: fix the DEADLOCK issue on l3 alien lockMichael Wang1-3/+3
2012-09-05mm/sl[aou]b: Move kmem_cache refcounting to common codeChristoph Lameter1-1/+0
2012-09-05mm/sl[aou]b: Shrink __kmem_cache_create() parameter listsChristoph Lameter1-40/+33
2012-09-05mm/sl[aou]b: Move kmem_cache allocations into common codeChristoph Lameter1-18/+16
2012-09-05mm/sl[aou]b: Get rid of __kmem_cache_destroyChristoph Lameter1-25/+21
2012-09-05mm/sl[aou]b: Move freeing of kmem_cache structure to common codeChristoph Lameter1-1/+0
2012-09-05mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache structChristoph Lameter1-35/+37
2012-09-05mm/sl[aou]b: Extract a common function for kmem_cache_destroyChristoph Lameter1-42/+3
2012-09-05mm/sl[aou]b: Move list_add() to slab_common.cChristoph Lameter1-2/+5
2012-08-29mm, slab: lock the correct nodelist after reenabling irqsDavid Rientjes1-0/+1
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-1/+1
2012-08-17mm, slab: remove page_get_cacheDavid Rientjes1-6/+0
2012-08-16slab: do not call compound_head() in page_get_cache()Michel Lespinasse1-1/+0
2012-07-31mm: micro-optimise slab to avoid a function callMel Gorman1-2/+26
2012-07-31mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman1-1/+1
2012-07-31mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman1-18/+174
2012-07-09mm, sl[aou]b: Move kmem_cache_create mutex handling to common codeChristoph Lameter1-51/+1
2012-07-09mm, sl[aou]b: Use a common mutex definitionChristoph Lameter1-57/+51
2012-07-09mm, sl[aou]b: Common definition for boot state of the slab allocatorsChristoph Lameter1-31/+14
2012-07-09mm, sl[aou]b: Extract common code for kmem_cache_create()Christoph Lameter1-15/+9
2012-07-02slab: move FULL state transition to an initcallGlauber Costa1-4/+4
2012-07-02slab: Fix a typo in commit 8c138b "slab: Get rid of obj_size macro"Feng Tang1-1/+1
2012-07-02mm, slab: Build fix for recent kmem_cache changesThierry Reding1-1/+1
2012-07-02slab: rename gfpflags to allocflagsGlauber Costa1-5/+5
2012-06-20slab/mempolicy: always use local policy from interrupt contextAndi Kleen1-2/+2
2012-06-14slab: Get rid of obj_size macroChristoph Lameter1-26/+21
2012-06-14mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter1-59/+58
2012-06-14slab: Remove some accessorsChristoph Lameter1-27/+8
2012-06-14slab: Use page struct fields instead of castingChristoph Lameter1-4/+4
2012-03-28Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+52
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-5/+8
2012-03-10mm: SLAB Out-of-memory diagnosticsRafael Aquini1-1/+50
2012-01-23slab, cleanup: remove unneeded returnZhao Jin1-3/+2
2012-01-11Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+27
2012-01-11Merge branch 'slab/urgent' into slab/for-linusPekka Enberg1-1/+4
2012-01-09tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt1-0/+2
2011-12-05slab, lockdep: Fix silly bugPeter Zijlstra1-1/+4
2011-11-16slab: add taint flag outputting to debug paths.Dave Jones1-4/+5
2011-11-10slab: introduce slab_max_order kernel parameterDavid Rientjes1-3/+17
2011-11-10slab: rename slab_break_gfp_order to slab_max_orderDavid Rientjes1-5/+5
2011-09-27mm: restrict access to slab files under procfs and sysfsVasiliy Kulikov1-1/+1
2011-09-19Merge branch 'slab/urgent' into slab/nextPekka Enberg1-24/+75
2011-08-04slab, lockdep: Annotate the locks before using themPeter Zijlstra1-3/+3
2011-08-04slab, lockdep: Annotate slab -> rcu -> debug_object -> slabPeter Zijlstra1-18/+68
2011-07-31slab: use print_hex_dumpSebastian Andrzej Siewior1-11/+6
2011-07-31slab: use NUMA_NO_NODEAndrew Morton1-1/+1
2011-07-28slab: remove one NR_CPUS dependencyEric Dumazet1-2/+3
2011-07-22Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+9
2011-07-22slab: fix DEBUG_SLAB warningTetsuo Handa1-1/+2
2011-07-20slab: shrink sizeof(struct kmem_cache)Eric Dumazet1-4/+6
2011-07-18slab: fix DEBUG_SLAB buildHugh Dickins1-4/+2
2011-06-03SLAB: Record actual last user of freed objects.Suleiman Souhlal1-4/+5
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-22mm: notifier_from_errno() cleanupPrarit Bhargava1-1/+1
2011-03-11Merge branch 'slab/urgent' into slab/nextPekka Enberg1-4/+4
2011-03-11Merge branch 'slab/rcu' into slab/nextPekka Enberg1-18/+21
2011-03-11slab,rcu: don't assume the size of struct rcu_headLai Jiangshan1-18/+21
2011-02-14Revert "slab: Fix missing DEBUG_SLAB last user"Pekka Enberg1-4/+4
2011-01-23mm: Remove support for kmem_cache_name()Christoph Lameter1-8/+0
2011-01-15mm/slab.c: make local symbols staticH Hartley Sweeten1-3/+3
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds1-15/+23
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-3/+3
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2011-01-07kernel: kmem_ptr_validate considered harmfulNick Piggin1-31/+1
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter1-3/+3
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo1-1/+1
2010-11-28tracing/slab: Move kmalloc tracepoint out of inline codeSteven Rostedt1-15/+23
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer1-1/+1
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds1-2/+2
2010-08-09gcc-4.6: mm: fix unused but set warningsAndi Kleen1-1/+1
2010-08-09slab: fix object alignmentCarsten Otte1-2/+2
2010-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds1-1/+1
2010-07-20slab: use deferable timers for its periodic housekeepingArjan van de Ven1-1/+1
2010-06-09tracing: Remove kmemtrace ftrace pluginLi Zefan1-1/+0
2010-05-27numa: slab: use numa_mem_id() for slab local memory nodeLee Schermerhorn1-21/+22
2010-05-27slab: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner1-1/+1
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie1-0/+4
2010-05-22Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' ...Pekka Enberg1-64/+134
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h>David Woodhouse1-24/+0
2010-04-14slab: Fix missing DEBUG_SLAB last userShiyong Li1-4/+4
2010-04-09slab: Generify kernel pointer validationPekka Enberg1-12/+1
2010-04-07slab: add memory hotplug supportDavid Rientjes1-32/+125
2010-03-28slab: Fix continuation linesJoe Perches1-4/+5
2010-03-04Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percp...Pekka Enberg1-7/+6
2010-02-26failslab: add ability to filter slab cachesDmitry Monakhov1-1/+1
2010-01-30slab: fix regression in touched logicNick Piggin1-2/+3
2010-01-11slab: initialize unused alien cache entry as NULL at alloc_alien_cache().Haicheng Li1-4/+2
2009-12-28SLAB: Fix lockdep annotation breakagePekka Enberg1-2/+2
2009-12-17Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-4/+6
2009-12-17cpumask: avoid deprecated function in mm/slab.cRusty Russell1-1/+1
2009-12-14Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+6
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-9/+9
2009-12-12Merge branches 'slab/fixes', 'slab/kmemleak', 'slub/perf' and 'slub/stats' in...Pekka Enberg1-49/+69
2009-12-11tracing, slab: Fix no callsite ifndef CONFIG_KMEMTRACELi Zefan1-3/+3
2009-12-11tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACINGLi Zefan1-3/+3
2009-12-06slab, kmemleak: pass the correct pointer to kmemleak_erase()J. R. Okajima1-0/+5
2009-12-06slab, kmemleak: stop calling kmemleak_erase() unconditionallyJ. R. Okajima1-1/+2
2009-12-06SLAB: Fix unlikely() annotation in __cache_alloc_node()Tim Blechmann1-1/+1
2009-11-30SLAB: Fix lockdep annotations for CPU hotplugPekka Enberg1-47/+61
2009-10-29percpu: make percpu symbols under kernel/ and mm/ uniqueTejun Heo1-9/+9
2009-10-28kmemleak: Simplify the kmemleak_scan_area() function prototypeCatalin Marinas1-2/+2
2009-10-28kmemleak: Do not use off-slab management with SLAB_NOLEAKTRACECatalin Marinas1-2/+4
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-1/+1
2009-06-29SLAB: Fix lockdep annotationsPekka Enberg1-3/+3
2009-06-26fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bPaul E. McKenney1-1/+1
2009-06-18mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt1-13/+2
2009-06-17Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...Pekka Enberg1-0/+9
2009-06-16Merge branch 'akpm'Linus Torvalds1-7/+4
2009-06-16page allocator: slab: use nr_online_nodes to check for a NUMA platformMel Gorman1-5/+2
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman1-2/+2
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum1-11/+30
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum1-5/+10
2009-06-15slab: add hooks for kmemcheckPekka Enberg1-2/+18
2009-06-13slab: move struct kmem_cache to headersPekka Enberg1-81/+0
2009-06-12slab: setup cpu caches later on when interrupts are enabledPekka Enberg1-18/+19
2009-06-12slab,slub: don't enable interrupts during early bootPekka Enberg1-0/+18
2009-06-12slab: fix gfp flag in setup_cpu_cache()Pekka Enberg1-1/+1
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds1-2/+30
2009-06-11slab: setup allocators earlier in the boot sequencePekka Enberg1-40/+45
2009-06-11kmemleak: Add the slab memory allocation/freeing hooksCatalin Marinas1-2/+30
2009-05-22slab: fix generic PAGE_POISONING conflict with SLAB_RED_ZONERon Lee1-0/+9
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei1-1/+1
2009-04-06Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-14/+12
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+64
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-1/+1
2009-04-03kmemtrace: trace kfree() calls with NULL or zero-length objectsPekka Enberg1-2/+2
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu1-13/+11
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare1-2/+1
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell1-1/+1
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell1-1/+1
2009-03-04Merge branch 'core/locking' into tracing/ftraceIngo Molnar1-0/+4
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin1-0/+4
2009-02-13Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't...Ingo Molnar1-0/+1
2009-02-12mm: Export symbol ksize()Kirill A. Shutemov1-0/+1
2009-01-06Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar1-1/+1
2009-01-01cpumask: convert mm/Rusty Russell1-1/+1
2008-12-31tracing/kmemtrace: fix typoIngo Molnar1-1/+1
2008-12-31Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2Ingo Molnar1-72/+9
2008-12-31Merge branch 'linus' into tracing/kmemtraceIngo Molnar1-72/+9
2008-12-30tracing/kmemtrace: export kmemtrace_mark_alloc_node() / kmemtrace_mark_free()Ingo Molnar1-1/+1
2008-12-30kmemtrace: move #include linesIngo Molnar1-1/+1
2008-12-29kmemtrace: SLAB hooks.Eduard - Gabriel Munteanu1-7/+64
2008-12-29SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu1-4/+4
2008-12-29Merge branch 'topic/failslab' into for-linusPekka Enberg1-70/+5
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Pekka Enberg1-5/+7
2008-12-29slab: remove GFP_THISNODE clearing from alloc_slabmgmt()Pekka Enberg1-1/+1
2008-12-29SLUB: failslab supportAkinobu Mita1-70/+5
2008-11-26slab: Update the kmem_cache_create documentation regarding the name parameterCatalin Marinas1-0/+2
2008-11-26slab: unsigned slabp->inuse cannot be less than 0roel kluin1-1/+1
2008-11-26SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu1-4/+4
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan1-1/+15
2008-10-23proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan1-1/+35
2008-07-29mm: unexport ksizeAdrian Bunk1-1/+0
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-6/+5
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-2/+2
2008-07-15slab: rename slab_destroy_objsRabin Vincent1-11/+3
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-2/+2
2008-06-21Slab: Fix memory leak in fallback_alloc()Christoph Lameter1-1/+4
2008-04-30mm: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner1-2/+8
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg1-4/+0
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-1/+1