aboutsummaryrefslogtreecommitdiff
path: root/mm/percpu.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-23percpu: fix bootmem error handling in pcpu_page_first_chunk()Gravatar Michael Holzheu 1-2/+3
2012-12-02mm, percpu: Make sure percpu_alloc early parameter has an argumentGravatar Cyrill Gorcunov 1-0/+3
2012-10-29percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree()Gravatar Joonsoo Kim 1-1/+1
2012-10-06sections: fix section conflicts in mm/percpu.cGravatar Andi Kleen 1-1/+1
2012-05-09kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPGravatar Catalin Marinas 1-0/+2
2012-05-09percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Gravatar Tejun Heo 1-0/+10
2012-03-29percpu: use KERN_CONT in pcpu_dump_alloc_info()Gravatar Tejun Heo 1-5/+5
2012-01-14Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarina...Gravatar Linus Torvalds 1-1/+11
2011-12-15percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addressesGravatar Eugene Surovegin 1-2/+4
2011-12-02kmemleak: Handle percpu memory allocationGravatar Catalin Marinas 1-1/+11
2011-11-23percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessaryGravatar Dave Young 1-0/+11
2011-11-22percpu: fix chunk range calculationGravatar Tejun Heo 1-14/+20
2011-11-22percpu: rename pcpu_mem_alloc to pcpu_mem_zallocGravatar Bob Liu 1-8/+9
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-2/+4
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Gravatar Tejun Heo 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-5/+5
2011-03-28percpu: Cast away printk format warningGravatar Mike Frysinger 1-2/+2
2011-03-28NOMMU: percpu should use is_vmalloc_addr().Gravatar David Howells 1-2/+1
2011-03-24percpu: Always align percpu output section to PAGE_SIZEGravatar Tejun Heo 1-0/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-6/+2
2010-12-22percpu: print out alloc information with KERN_DEBUG instead of KERN_INFOGravatar Tejun Heo 1-1/+1
2010-12-07percpu: zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc()Gravatar Jesper Juhl 1-6/+2
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 1-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-168/+233
2010-09-21percpu: fix pcpu_last_unit_cpuGravatar Tejun Heo 1-1/+1
2010-09-10percpu: update comments to reflect that percpu allocations are always zero-fi...Gravatar Tejun Heo 1-5/+6
2010-09-09percpu: fix build breakage on s390 and cleanup build configuration testsGravatar Tejun Heo 1-163/+175
2010-09-08percpu: use percpu allocator on UP tooGravatar Tejun Heo 1-4/+56
2010-08-27percpu: fix a mismatch between code and commentGravatar Namhyung Kim 1-1/+1
2010-08-27percpu: fix a memory leak in pcpu_extend_area_map()Gravatar Huang Shijie 1-1/+3
2010-08-11fix a typo on comments in mm/percpu.cGravatar Namhyung Kim 1-1/+1
2010-06-27percpu: allow limited allocation before slab is onlineGravatar Tejun Heo 1-12/+40
2010-06-27percpu: make @dyn_size always mean min dyn_size in first chunk init functionsGravatar Tejun Heo 1-25/+10
2010-06-18percpu: fix first chunk match in per_cpu_ptr_to_phys()Gravatar Tejun Heo 1-3/+28
2010-06-17percpu: fix trivial bugs in pcpu_build_alloc_info()Gravatar Pavel V. Panteleev 1-3/+2
2010-05-01percpu: implement kernel memory based chunk allocationGravatar Tejun Heo 1-0/+4
2010-05-01percpu: move vmalloc based chunk management into percpu-vm.cGravatar Tejun Heo 1-428/+24
2010-05-01percpu: misc preparations for nommu supportGravatar Tejun Heo 1-55/+56
2010-05-01percpu: reorganize chunk creation and destructionGravatar Tejun Heo 1-24/+46
2010-05-01percpu: factor out pcpu_addr_in_first/reserved_chunk() and update per_cpu_ptr...Gravatar Tejun Heo 1-8/+24
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Gravatar Tejun Heo 1-0/+26
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsGravatar Tejun Heo 1-8/+10
2010-02-02Merge branch 'master' into percpuGravatar Tejun Heo 1-1/+3
2010-01-11percpu: avoid calling __pcpu_ptr_to_addr(NULL)Gravatar Andrew Morton 1-1/+3
2010-01-05Merge branch 'master' into percpuGravatar Tejun Heo 1-48/+114
2009-12-08percpu: refactor the code in pcpu_[de]populate_chunk()Gravatar WANG Cong 1-10/+8
2009-12-08Merge branch 'for-linus' into for-nextGravatar Tejun Heo 1-48/+114
2009-11-25percpu: Fix kdump failure if booted with percpu_alloc=pageGravatar Vivek Goyal 1-0/+22