Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / mm / percpu.c
2012-05-09 Catalin Marinaskmemleak: Fix the kmemleak tracking of the percpu areas...
2012-05-09 Tejun Heopercpu: pcpu_embed_first_chunk() should free unused...
2012-03-29 Tejun Heopercpu: use KERN_CONT in pcpu_dump_alloc_info()
2012-01-15 Linus TorvaldsMerge tag 'kmemleak' of git://git./linux/kernel/git...
2011-12-15 Eugene Suroveginpercpu: fix per_cpu_ptr_to_phys() handling of non-page...
2011-12-02 Catalin Marinaskmemleak: Handle percpu memory allocation
2011-11-23 Dave Youngpercpu: explain why per_cpu_ptr_to_phys() is more compl...
2011-11-22 Tejun Heopercpu: fix chunk range calculation
2011-11-22 Bob Liupercpu: rename pcpu_mem_alloc to pcpu_mem_zalloc
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-24 Linus TorvaldsMerge branch 'for-2.6.40' of git://git./linux/kernel...
2011-05-24 Tejun HeoMerge branch 'fixes-2.6.39' into for-2.6.40
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-28 Mike Frysingerpercpu: Cast away printk format warning
2011-03-28 David HowellsNOMMU: percpu should use is_vmalloc_addr().
2011-03-24 Tejun Heopercpu: Always align percpu output section to PAGE_SIZE
2011-01-13 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-01-08 Linus TorvaldsMerge branch 'for-2.6.38' of git://git./linux/kernel...
2010-12-22 Tejun Heopercpu: print out alloc information with KERN_DEBUG...
2010-12-07 Jesper Juhlpercpu: zero memory more efficiently in mm/percpu.c...
2010-11-01 Uwe Kleine-Königtree-wide: fix comment/printk typos
2010-10-24 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-10-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-02 Tejun Heopercpu: use percpu allocator on UP too
2010-09-21 Tejun Heopercpu: fix pcpu_last_unit_cpu
2010-09-10 Tejun Heopercpu: update comments to reflect that percpu allocati...
2010-09-09 Tejun Heopercpu: fix build breakage on s390 and cleanup build...
2010-09-08 Tejun Heopercpu: use percpu allocator on UP too
2010-08-27 Namhyung Kimpercpu: fix a mismatch between code and comment
2010-08-27 Huang Shijiepercpu: fix a memory leak in pcpu_extend_area_map()
2010-08-11 Namhyung Kimfix a typo on comments in mm/percpu.c
2010-06-27 Tejun Heopercpu: allow limited allocation before slab is online
2010-06-27 Tejun Heopercpu: make @dyn_size always mean min dyn_size in...
2010-06-18 Tejun Heopercpu: fix first chunk match in per_cpu_ptr_to_phys()
2010-06-17 Pavel V. Panteleevpercpu: fix trivial bugs in pcpu_build_alloc_info()
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-01 Tejun Heopercpu: implement kernel memory based chunk allocation
2010-05-01 Tejun Heopercpu: move vmalloc based chunk management into percpu...
2010-05-01 Tejun Heopercpu: misc preparations for nommu support
2010-05-01 Tejun Heopercpu: reorganize chunk creation and destruction
2010-05-01 Tejun Heopercpu: factor out pcpu_addr_in_first/reserved_chunk...
2010-03-29 Tejun Heopercpu, module: implement and use is_kernel/module_perc...
2010-02-26 Yinghai Luearly_res: Add free_early_partial()
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to core kernel...
2010-02-12 Yinghai Lux86: Make 64 bit use early_res instead of bootmem befor...
2010-02-02 Tejun HeoMerge branch 'master' into percpu
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2010-01-11 Andrew Mortonpercpu: avoid calling __pcpu_ptr_to_addr(NULL)
2010-01-05 Tejun HeoMerge branch 'master' into percpu
2009-12-08 WANG Congpercpu: refactor the code in pcpu_[de]populate_chunk()
2009-12-08 Tejun HeoMerge branch 'for-linus' into for-next
2009-11-25 Vivek Goyalpercpu: Fix kdump failure if booted with percpu_alloc...
2009-11-12 Tejun Heopercpu: restructure pcpu_extend_area_map() to fix bugs...
2009-10-29 Tejun Heopercpu: remove some sparse warnings
2009-10-28 Jiri Kosinapercpu: allow pcpu_alloc() to be called with IRQs off
2009-10-27 Jiri Kosina- patches.fixes/percpu-allow-pcpu_alloc-to-be-called...
2009-10-12 Tejun HeoMerge branch 'for-linus' into for-next
2009-10-12 Tejun Heopercpu: fix compile warnings
2009-10-02 Tejun Heopercpu: kill legacy percpu allocator
2009-09-29 Tejun Heopercpu: make allocation failures more verbose
2009-09-29 Tejun Heopercpu: make pcpu_setup_first_chunk() failures more...
2009-09-29 Tejun Heopercpu: make embedding first chunk allocator check...
2009-09-29 Tejun Heopercpu: make pcpu_build_alloc_info() clear static buffers
2009-09-29 Tejun Heopercpu: fix unit_map[] verification in pcpu_setup_first...
2009-09-15 Tejun HeoMerge branch 'for-next' into for-linus
2009-09-01 Tejun Heopercpu: don't assume existence of cpu0
2009-08-14 Tejun Heopercpu: kill lpage first chunk allocator
2009-08-14 Tejun Heopercpu: update embedding first chunk allocator to handl...
2009-08-14 Tejun Heopercpu: use group information to allocate vmap areas...
2009-08-14 Tejun Heopercpu: add chunk->base_addr
2009-08-14 Tejun Heopercpu: add pcpu_unit_offsets[]
2009-08-14 Tejun Heopercpu: introduce pcpu_alloc_info and pcpu_group_info
2009-08-14 Tejun Heopercpu: move pcpu_lpage_build_unit_map() and pcpul_lpag...
2009-08-14 Tejun Heopercpu: add @align to pcpu_fc_alloc_fn_t
2009-08-14 Tejun Heopercpu: make @dyn_size mandatory for pcpu_setup_first_c...
2009-08-14 Tejun Heopercpu: drop @static_size from first chunk allocators
2009-08-14 Tejun Heopercpu: generalize first chunk allocator selection
2009-08-14 Tejun Heopercpu: build first chunk allocators selectively
2009-08-14 Tejun Heopercpu: rename 4k first chunk allocator to page
2009-08-14 Tejun Heopercpu: improve boot messages
2009-08-14 Tejun Heopercpu: fix pcpu_reclaim() locking
2009-08-14 Tejun HeoMerge branch 'percpu-for-linus' into percpu-for-next
2009-08-14 Amerigo Wangpercpu: use the right flag for get_vm_area()
2009-08-14 Tejun Heopercpu, sparc64: fix sparse possible cpu map handling
2009-07-03 Tejun Heopercpu: teach large page allocator about NUMA
2009-07-03 Tejun Heopercpu: allow non-linear / sparse cpu -> unit mapping
2009-07-03 Tejun Heopercpu: drop pcpu_chunk->page[]
2009-07-03 Tejun Heopercpu: reorder a few functions in mm/percpu.c
2009-07-03 Tejun Heopercpu: simplify pcpu_setup_first_chunk()
2009-07-03 Tejun Heox86,percpu: generalize lpage first chunk allocator
2009-07-03 Tejun Heopercpu: make 4k first chunk allocator map memory
2009-07-03 Tejun Heox86,percpu: generalize 4k first chunk allocator
2009-07-03 Tejun Heopercpu: drop @unit_size from embed first chunk allocator
2009-07-03 Tejun Heox86: make pcpu_chunk_addr_search() matching stricter
2009-06-24 Tejun Heopercpu: use dynamic percpu allocator as the default...
2009-06-22 Tejun Heox86: implement percpu_alloc kernel parameter
2009-06-22 Tejun Heopercpu: fix too lazy vunmap cache flushing
2009-04-08 Christoph Lameterpercpu: remove rbtree and use page->index instead
2009-04-08 Tejun Heopercpu: don't put the first chunk in reverse-map rbtree
2009-03-10 Tejun Heopercpu: generalize embedding first chunk setup helper
next