summaryrefslogtreecommitdiff
path: root/mm/percpu.c
AgeCommit message (Expand)AuthorFilesLines
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