aboutsummaryrefslogtreecommitdiffstats
path: root/mm/percpu.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-14Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarina...Linus Torvalds1-1/+11
2011-12-15percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addressesEugene Surovegin1-2/+4
2011-12-02kmemleak: Handle percpu memory allocationCatalin Marinas1-1/+11
2011-11-23percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessaryDave Young1-0/+11
2011-11-22percpu: fix chunk range calculationTejun Heo1-14/+20
2011-11-22percpu: rename pcpu_mem_alloc to pcpu_mem_zallocBob Liu1-8/+9
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-2/+4
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-5/+5
2011-03-28percpu: Cast away printk format warningMike Frysinger1-2/+2
2011-03-28NOMMU: percpu should use is_vmalloc_addr().David Howells1-2/+1
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-0/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-6/+2
2010-12-22percpu: print out alloc information with KERN_DEBUG instead of KERN_INFOTejun Heo1-1/+1
2010-12-07percpu: zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc()Jesper Juhl1-6/+2
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-168/+233
2010-09-21percpu: fix pcpu_last_unit_cpuTejun Heo1-1/+1
2010-09-10percpu: update comments to reflect that percpu allocations are always zero-fi...Tejun Heo1-5/+6
2010-09-09percpu: fix build breakage on s390 and cleanup build configuration testsTejun Heo1-163/+175
2010-09-08percpu: use percpu allocator on UP tooTejun Heo1-4/+56
2010-08-27percpu: fix a mismatch between code and commentNamhyung Kim1-1/+1
2010-08-27percpu: fix a memory leak in pcpu_extend_area_map()Huang Shijie1-1/+3
2010-08-11fix a typo on comments in mm/percpu.cNamhyung Kim1-1/+1
2010-06-27percpu: allow limited allocation before slab is onlineTejun Heo1-12/+40
2010-06-27percpu: make @dyn_size always mean min dyn_size in first chunk init functionsTejun Heo1-25/+10
2010-06-18percpu: fix first chunk match in per_cpu_ptr_to_phys()Tejun Heo1-3/+28
2010-06-17percpu: fix trivial bugs in pcpu_build_alloc_info()Pavel V. Panteleev1-3/+2
2010-05-01percpu: implement kernel memory based chunk allocationTejun Heo1-0/+4
2010-05-01percpu: move vmalloc based chunk management into percpu-vm.cTejun Heo1-428/+24
2010-05-01percpu: misc preparations for nommu supportTejun Heo1-55/+56
2010-05-01percpu: reorganize chunk creation and destructionTejun Heo1-24/+46
2010-05-01percpu: factor out pcpu_addr_in_first/reserved_chunk() and update per_cpu_ptr...Tejun Heo1-8/+24
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo1-0/+26
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo1-8/+10
2010-02-02Merge branch 'master' into percpuTejun Heo1-1/+3
2010-01-11percpu: avoid calling __pcpu_ptr_to_addr(NULL)Andrew Morton1-1/+3
2010-01-05Merge branch 'master' into percpuTejun Heo1-48/+114
2009-12-08percpu: refactor the code in pcpu_[de]populate_chunk()WANG Cong1-10/+8
2009-12-08Merge branch 'for-linus' into for-nextTejun Heo1-48/+114
2009-11-25percpu: Fix kdump failure if booted with percpu_alloc=pageVivek Goyal1-0/+22
2009-11-13percpu: restructure pcpu_extend_area_map() to fix bugs and improve readabilityTejun Heo1-40/+81
2009-10-29percpu: remove some sparse warningsTejun Heo1-0/+1
2009-10-29percpu: allow pcpu_alloc() to be called with IRQs offJiri Kosina1-13/+17
2009-10-12Merge branch 'for-linus' into for-nextTejun Heo1-2/+3
2009-10-12percpu: fix compile warningsTejun Heo1-2/+3
2009-10-02percpu: kill legacy percpu allocatorTejun Heo1-2/+0
2009-09-29percpu: make allocation failures more verboseTejun Heo1-2/+18
2009-09-29percpu: make pcpu_setup_first_chunk() failures more verboseTejun Heo1-11/+26
2009-09-29percpu: make embedding first chunk allocator check vmalloc space sizeTejun Heo1-2/+18
2009-09-29percpu: make pcpu_build_alloc_info() clear static buffersTejun Heo1-0/+4
2009-09-29percpu: fix unit_map[] verification in pcpu_setup_first_chunk()Tejun Heo1-3/+3
2009-09-15Merge branch 'for-next' into for-linusTejun Heo1-349/+1071
2009-09-01percpu: don't assume existence of cpu0Tejun Heo1-1/+14
2009-08-14percpu: kill lpage first chunk allocatorTejun Heo1-241/+0
2009-08-14percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo1-28/+85
2009-08-14percpu: use group information to allocate vmap areas sparselyTejun Heo1-9/+26
2009-08-14percpu: add chunk->base_addrTejun Heo1-14/+11
2009-08-14percpu: add pcpu_unit_offsets[]Tejun Heo1-48/+47
2009-08-14percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo1-201/+328
2009-08-14percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upwardTejun Heo1-167/+172
2009-08-14percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo1-2/+2
2009-08-14percpu: make @dyn_size mandatory for pcpu_setup_first_chunk()Tejun Heo1-20/+19
2009-08-14percpu: drop @static_size from first chunk allocatorsTejun Heo1-16/+13
2009-08-14percpu: generalize first chunk allocator selectionTejun Heo1-0/+32
2009-08-14percpu: build first chunk allocators selectivelyTejun Heo1-8/+11
2009-08-14percpu: rename 4k first chunk allocator to pageTejun Heo1-11/+14
2009-08-14percpu: improve boot messagesTejun Heo1-6/+7
2009-08-14percpu: fix pcpu_reclaim() lockingTejun Heo1-1/+2
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-10/+13
2009-08-14percpu: use the right flag for get_vm_area()Amerigo Wang1-1/+1
2009-08-14percpu, sparc64: fix sparse possible cpu map handlingTejun Heo1-15/+18
2009-07-04percpu: teach large page allocator about NUMATejun Heo1-76/+282
2009-07-04percpu: allow non-linear / sparse cpu -> unit mappingTejun Heo1-35/+94
2009-07-04percpu: drop pcpu_chunk->page[]Tejun Heo1-220/+384
2009-07-04percpu: reorder a few functions in mm/percpu.cTejun Heo1-45/+45
2009-07-04percpu: simplify pcpu_setup_first_chunk()Tejun Heo1-74/+30
2009-07-04x86,percpu: generalize lpage first chunk allocatorTejun Heo1-4/+205
2009-07-04percpu: make 4k first chunk allocator map memoryTejun Heo1-17/+54
2009-07-04x86,percpu: generalize 4k first chunk allocatorTejun Heo1-1/+84
2009-07-04percpu: drop @unit_size from embed first chunk allocatorTejun Heo1-12/+6
2009-07-04x86: make pcpu_chunk_addr_search() matching stricterTejun Heo1-1/+1
2009-06-24percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo1-1/+39
2009-06-22x86: implement percpu_alloc kernel parameterTejun Heo1-4/+9
2009-06-22percpu: fix too lazy vunmap cache flushingTejun Heo1-6/+5
2009-04-08percpu: remove rbtree and use page->index insteadChristoph Lameter1-80/+20
2009-04-08percpu: don't put the first chunk in reverse-map rbtreeTejun Heo1-17/+24
2009-03-10percpu: generalize embedding first chunk setup helperTejun Heo1-0/+86
2009-03-10percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()Tejun Heo1-14/+14
2009-03-10percpu: make x86 addr <-> pcpu ptr conversion macros genericTejun Heo1-1/+15
2009-03-07percpu: finer grained locking to break deadlock and allow atomic freeTejun Heo1-37/+124
2009-03-07percpu: move fully free chunk reclamation into a workTejun Heo1-10/+38
2009-03-07percpu: move chunk area map extension out of area allocationTejun Heo1-48/+60
2009-03-07percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free()Tejun Heo1-43/+42
2009-03-06percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo1-20/+133
2009-03-06percpu: add an indirection ptr for chunk page map accessTejun Heo1-1/+4
2009-03-06percpu: use negative for auto for pcpu_setup_first_chunk() argumentsTejun Heo1-21/+25
2009-03-06percpu: improve first chunk initial area map handlingTejun Heo1-26/+27
2009-03-06percpu: cosmetic renames in pcpu_setup_first_chunk()Tejun Heo1-29/+29
2009-03-01percpu: kill compile warning in pcpu_populate_chunk()Tejun Heo1-1/+1
2009-02-24percpu: add __read_mostly to variables which are mostly read onlyTejun Heo1-8/+8
2009-02-24percpu: give more latitude to arch specific first chunk initializationTejun Heo1-33/+116
2009-02-24percpu: remove unit_size power-of-2 restrictionTejun Heo1-14/+19
2009-02-24vmalloc: add @align to vm_area_register_early()Tejun Heo1-1/+1
2009-02-24percpu: fix pcpu_chunk_struct_sizeTejun Heo1-1/+1
2009-02-21percpu: clean up size usageTejun Heo1-11/+12
2009-02-20percpu: implement new dynamic percpu allocatorTejun Heo1-0/+890