serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / mm / slub.c
2012-04-02 Christoph Lameterslub: Do not hold slub_lock when calling sysfs_slab_add()
2012-01-26 Eric Dumazetslub: fix a possible memleak in __slab_alloc()
2011-11-24 Eric Dumazetslub: avoid potential NULL dereference or corruption
2011-11-24 Christoph Lameterslub: use irqsafe_cpu_cmpxchg for put_cpu_partial
2011-11-15 Shaohua Lislub: move discard_slab out of node lock
2011-11-15 Shaohua Lislub: use correct parameter to add a page to partial...
2011-11-01 Akinobu Mitalib/string.c: introduce memchr_inv()
2011-10-26 Pekka EnbergMerge branches 'slab/next' and 'slub/partial' into...
2011-09-27 Alex Shislub: Discard slab page when node partial > minimum...
2011-09-27 Alex Shislub: correct comments error for per cpu partial
2011-09-27 Vasiliy Kulikovmm: restrict access to slab files under procfs and...
2011-09-19 Pekka EnbergMerge branch 'slab/urgent' into slab/next
2011-09-13 Alex,Shislub: Code optimization in get_partial_node()
2011-08-27 Shaohua Lislub: explicitly document position of inserting slab...
2011-08-27 Shaohua Lislub: add slab with one free object to partial list...
2011-08-19 Christoph Lameterslub: per cpu cache for partial pages
2011-08-19 Christoph Lameterslub: return object pointer from get_partial() / new_sl...
2011-08-19 Christoph Lameterslub: pass kmem_cache_cpu pointer to get_partial()
2011-08-19 Christoph Lameterslub: Prepare inuse field in new_slab()
2011-08-19 Christoph Lameterslub: Remove useless statements in __slab_alloc
2011-08-19 Christoph Lameterslub: free slabs without holding locks
2011-08-09 Christoph Lameterslub: Fix partial count comparison confusion
2011-08-09 Akinobu Mitaslub: fix check_bytes() for slub debugging
2011-08-09 Christoph Lameterslub: Fix full list corruption if debugging is on
2011-07-31 Sebastian Andrzej... slub: use print_hex_dump
2011-07-30 Linus TorvaldsMerge branch 'slub/lockless' of git://git./linux/kernel...
2011-07-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-25 Christoph Lameterslub: When allocating a new slab also prep the first...
2011-07-22 Linus TorvaldsMerge branch 'slab-for-linus' of git://git./linux/kerne...
2011-07-21 Phil Carmodytreewide: fix potentially dangerous trailing ';' in...
2011-07-18 Christoph Lameterslub: disable interrupts in cmpxchg_double_slab when...
2011-07-07 Pekka EnbergSLUB: Fix missing <linux/stacktrace.h> include
2011-07-07 Marcin Slusarzslub: reduce overhead of slub_debug
2011-07-07 Ben Greearslub: Add method to verify memory is not freed
2011-07-07 Ben Greearslub: Enable backtrace for create/delete points
2011-07-02 Christoph Lameterslub: Not necessary to check for empty slab on load_fre...
2011-07-02 Christoph Lameterslub: fast release on full slab
2011-07-02 Christoph Lameterslub: Add statistics for the case that the current...
2011-07-02 Christoph Lameterslub: Get rid of the another_slab label
2011-07-02 Christoph Lameterslub: Avoid disabling interrupts in free slowpath
2011-07-02 Christoph Lameterslub: Disable interrupts in free_debug processing
2011-07-02 Christoph Lameterslub: Invert locking and avoid slab lock
2011-07-02 Christoph Lameterslub: Rework allocator fastpaths
2011-07-02 Christoph Lameterslub: Pass kmem_cache struct to lock and freeze slab
2011-07-02 Christoph Lameterslub: explicit list_lock taking
2011-07-02 Christoph Lameterslub: Add cmpxchg_double_slab()
2011-07-02 Christoph Lameterslub: Move page->frozen handling near where the page...
2011-07-02 Christoph Lameterslub: Do not use frozen page flag but a bit in the...
2011-07-02 Christoph Lameterslub: Push irq disable into allocate_slab()
2011-06-03 Chris Metcalfslub: always align cpu_slab to honor cmpxchg_double...
2011-05-26 Linus Torvaldsslub: remove no-longer used 'unlock_out' label
2011-05-25 Christoph Lameterslub: Fix double bit unlock in debug mode
2011-05-23 Pekka EnbergMerge branch 'slab/next' into for-linus
2011-05-21 Christoph Lameterslub: Remove node check in slab_free
2011-05-17 David Rientjesslub: avoid label inside conditional
2011-05-17 Christoph Lameterslub: Make CONFIG_DEBUG_PAGE_ALLOC work with new fastpath
2011-05-17 Christoph Lameterslub: Avoid warning for !CONFIG_SLUB_DEBUG
2011-05-07 Christoph Lameterslub: Remove CONFIG_CMPXCHG_LOCAL ifdeffery
2011-05-04 Thomas Gleixnerslub: Fix the lockless code on 32-bit platforms with...
2011-04-17 Christoph Lameterslub: Move debug handlign in __slab_free
2011-04-17 Christoph Lameterslub: Move node determination out of hotpath
2011-04-17 Christoph Lameterslub: Eliminate repeated use of c->page through a new...
2011-04-17 Christoph Lameterslub: get_map() function to establish map of free objec...
2011-04-17 Christoph Lameterslub: Use NUMA_NO_NODE in get_partial
2011-04-12 Li Zefanslub: Fix a typo in config name
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-24 Christoph LameterSLUB: Write to per cpu data when allocating it
2011-03-24 Thomas Gleixnerslub: Fix debugobjects with lockless fastpath
2011-03-22 Christoph Lameterslub: Add statistics for this_cmpxchg_double failures
2011-03-22 Christoph Lameterslub: Add missing irq restore for the OOM path
2011-03-20 Pekka EnbergMerge branch 'slub/lockless' into for-linus
2011-03-20 Christoph Lameterslub: Dont define useless label in the !CONFIG_CMPXCHG_...
2011-03-11 Pekka EnbergMerge branch 'slab/rcu' into slab/next
2011-03-11 Lai Jiangshanslub,rcu: don't assume the size of struct rcu_head
2011-03-11 Lai Jiangshanslub: automatically reserve bytes at the end of slab
2011-03-11 Christoph LameterLockless (and preemptless) fastpaths for slub
2011-03-11 Christoph Lameterslub: Get rid of slab_free_hook_irq()
2011-02-27 Mariusz Kozlowskislub: fix ksize() build error
2011-02-23 Eric Dumazetslub: fix kmemcheck calls to match ksize() hints
2011-01-23 Christoph Lametermm: Remove support for kmem_cache_name()
2011-01-15 Pekka EnbergMerge branch 'slub/hotplug' into slab/urgent
2011-01-14 Joe Perchesmm: convert sprintf_symbol to %pS
2011-01-11 Christoph Lameterslub: Avoid use of slub_lock in show_slab_objects()
2011-01-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-01-07 Nick Pigginkernel: kmem_ptr_validate considered harmful
2010-12-04 Tero Roponenslub: Fix a crash during slabinfo -v
2010-12-04 Tero Roponenslub: Fix a crash during slabinfo -v
2010-11-14 Pavel Emelyanovslub: Fix slub_lock down/up imbalance
2010-11-06 Pavel Emelyanovslub: Fix slub_lock down/up imbalance
2010-11-06 Richard Kennedyslub tracing: move trace calls out of always inlined...
2010-10-06 Pekka EnbergSLUB: Fix memory hotplug with !NUMA
2010-10-06 Christoph Lameterslub: Move functions to reduce #ifdefs
2010-10-06 Christoph Lameterslub: Enable sysfs support for !CONFIG_SLUB_DEBUG
2010-10-06 Pekka EnbergSLUB: Optimize slab_free() debug check
2010-10-02 Namhyung Kimslub: Move NUMA-related functions under CONFIG_NUMA
2010-10-02 Namhyung Kimslub: Add lock release annotation
2010-10-02 Namhyung Kimslub: Fix signedness warnings
2010-10-02 Christoph Lameterslub: extract common code to remove objects from partia...
2010-10-02 Christoph LameterSLUB: Pass active and inactive redzone flags instead...
2010-10-02 Christoph Lameterslub: reduce differences between SMP and NUMA
next