serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / mm / slab.c
2011-12-05 Peter Zijlstraslab, lockdep: Fix silly bug
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-08-04 Peter Zijlstraslab, lockdep: Annotate the locks before using them
2011-08-04 Peter Zijlstraslab, lockdep: Annotate slab -> rcu -> debug_object...
2011-07-31 Sebastian Andrzej... slab: use print_hex_dump
2011-07-31 Andrew Mortonslab: use NUMA_NO_NODE
2011-07-28 Eric Dumazetslab: remove one NR_CPUS dependency
2011-07-22 Linus TorvaldsMerge branch 'slab-for-linus' of git://git./linux/kerne...
2011-07-22 Tetsuo Handaslab: fix DEBUG_SLAB warning
2011-07-20 Eric Dumazetslab: shrink sizeof(struct kmem_cache)
2011-07-18 Hugh Dickinsslab: fix DEBUG_SLAB build
2011-06-03 Suleiman SouhlalSLAB: Record actual last user of freed objects.
2011-05-20 Linus Torvaldssanitize <linux/prefetch.h> usage
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-23 Prarit Bhargavamm: notifier_from_errno() cleanup
2011-03-11 Pekka EnbergMerge branch 'slab/urgent' into slab/next
2011-03-11 Pekka EnbergMerge branch 'slab/rcu' into slab/next
2011-03-11 Lai Jiangshanslab,rcu: don't assume the size of struct rcu_head
2011-02-14 Pekka EnbergRevert "slab: Fix missing DEBUG_SLAB last user"
2011-01-23 Christoph Lametermm: Remove support for kmem_cache_name()
2011-01-15 H Hartley Sweetenmm/slab.c: make local symbols static
2011-01-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-01-08 Linus TorvaldsMerge branch 'for-2.6.38' of git://git./linux/kernel...
2011-01-08 Linus TorvaldsMerge branch 'for-2.6.38' of git://git./linux/kernel...
2011-01-07 Nick Pigginkernel: kmem_ptr_validate considered harmful
2010-12-17 Christoph Lametercore: Replace __get_cpu_var with __this_cpu_read if...
2010-12-15 Tejun Heoworkqueue: convert cancel_rearming_delayed_work[queue...
2010-11-28 Steven Rostedttracing/slab: Move kmalloc tracepoint out of inline...
2010-10-26 Hagen Paul Pfeiferreplace nested max/min macros with {max,min}3 macro
2010-08-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-10 Andi Kleengcc-4.6: mm: fix unused but set warnings
2010-08-09 Carsten Otteslab: fix object alignment
2010-08-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-07-20 Arjan van de Venslab: use deferable timers for its periodic housekeeping
2010-06-09 Li Zefantracing: Remove kmemtrace ftrace plugin
2010-05-27 Lee Schermerhornnuma: slab: use numa_mem_id() for slab local memory...
2010-05-27 Akinobu Mitaslab: convert cpu notifier to return encapsulate errno...
2010-05-27 Jack Steinercpusets: new round-robin rotor for SLAB allocations
2010-05-25 Miao Xiecpuset,mm: fix no node to alloc memory when changing...
2010-05-22 Pekka EnbergMerge branches 'slab/align', 'slab/cleanups', 'slab...
2010-05-19 David Woodhousemm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN...
2010-04-14 Shiyong Lislab: Fix missing DEBUG_SLAB last user
2010-04-09 Pekka Enbergslab: Generify kernel pointer validation
2010-04-07 David Rientjesslab: add memory hotplug support
2010-03-28 Joe Perchesslab: Fix continuation lines
2010-03-04 Pekka EnbergMerge branches 'slab/cleanups', 'slab/failslab', 'slab...
2010-02-26 Dmitry Monakhovfailslab: add ability to filter slab caches
2010-01-30 Nick Pigginslab: fix regression in touched logic
2010-01-11 Haicheng Lislab: initialize unused alien cache entry as NULL at...
2009-12-28 Pekka EnbergSLAB: Fix lockdep annotation breakage
2009-12-18 Linus TorvaldsMerge branch 'cpumask-cleanups' of git://git./linux...
2009-12-18 Linus TorvaldsMerge branch 'kmemleak' of git://linux-arm.org/linux-2.6
2009-12-17 Rusty Russellcpumask: avoid deprecated function in mm/slab.c
2009-12-14 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-12 Pekka EnbergMerge branches 'slab/fixes', 'slab/kmemleak', 'slub...
2009-12-11 Li Zefantracing, slab: Fix no callsite ifndef CONFIG_KMEMTRACE
2009-12-11 Li Zefantracing, slab: Define kmem_cache_alloc_notrace ifdef...
2009-12-06 J. R. Okajimaslab, kmemleak: pass the correct pointer to kmemleak_er...
2009-12-06 J. R. Okajimaslab, kmemleak: stop calling kmemleak_erase() unconditi...
2009-12-06 Tim BlechmannSLAB: Fix unlikely() annotation in __cache_alloc_node()
2009-11-30 Pekka EnbergSLAB: Fix lockdep annotations for CPU hotplug
2009-10-29 Tejun Heopercpu: make percpu symbols under kernel/ and mm/ unique
2009-10-28 Catalin Marinaskmemleak: Simplify the kmemleak_scan_area() function...
2009-10-28 Catalin Marinaskmemleak: Do not use off-slab management with SLAB_NOLE...
2009-09-22 Jan Beulichmm: replace various uses of num_physpages by totalram_pages
2009-06-29 Pekka EnbergSLAB: Fix lockdep annotations
2009-06-26 Paul E. McKenneyfix RCU-callback-after-kmem_cache_destroy problem in...
2009-06-18 Benjamin Herrenschmidtmm: Extend gfp masking to the page allocator
2009-06-17 Pekka EnbergMerge branches 'slab/documentation', 'slab/fixes',...
2009-06-17 Linus TorvaldsMerge branch 'akpm'
2009-06-17 Mel Gormanpage allocator: slab: use nr_online_nodes to check...
2009-06-17 Mel Gormanpage allocator: do not check NUMA node ID when the...
2009-06-15 Vegard NossumMerge commit 'linus/master' into HEAD
2009-06-15 Vegard Nossumkmemcheck: add hooks for the page allocator
2009-06-15 Pekka Enbergslab: add hooks for kmemcheck
2009-06-13 Pekka Enbergslab: move struct kmem_cache to headers
2009-06-12 Pekka Enbergslab: setup cpu caches later on when interrupts are...
2009-06-12 Pekka Enbergslab,slub: don't enable interrupts during early boot
2009-06-12 Pekka Enbergslab: fix gfp flag in setup_cpu_cache()
2009-06-11 Linus TorvaldsMerge branch 'for-linus' of git://linux-arm.org/linux-2.6
2009-06-11 Pekka Enbergslab: setup allocators earlier in the boot sequence
2009-06-11 Catalin Marinaskmemleak: Add the slab memory allocation/freeing hooks
2009-05-22 Ron Leeslab: fix generic PAGE_POISONING conflict with SLAB_RED...
2009-04-12 Zhaoleitracing, kmemtrace: Separate include/trace/kmemtrace...
2009-04-06 Linus TorvaldsMerge branch 'kmemtrace-for-linus' of git://git./linux...
2009-04-05 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-04-05 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-cpumask
2009-04-03 Pekka Enbergkmemtrace: trace kfree() calls with NULL or zero-length...
2009-04-03 Eduard - Gabriel... kmemtrace: use tracepoints
2009-04-03 Jean Delvareworkqueue: add to_delayed_work() helper function
2009-03-31 Rusty RussellMerge branch 'cpumask-for-linus' of git://git./linux...
2009-03-31 Linus TorvaldsMerge branch 'locking-for-linus' of git://git./linux...
2009-03-13 Rusty Russellcpumask: replace node_to_cpumask with cpumask_of_node.
2009-03-05 Ingo MolnarMerge commit 'v2.6.29-rc7' into core/locking
2009-03-04 Ingo MolnarMerge branch 'core/locking' into tracing/ftrace
2009-02-14 Nick Pigginlockdep: annotate reclaim context (__GFP_NOFS)
2009-02-13 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/ring-buffer...
2009-02-12 Kirill A. Shutemovmm: Export symbol ksize()
next