aboutsummaryrefslogtreecommitdiffstats
path: root/mm/percpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-19percpu: Use ALIGN macro instead of hand coding alignment calculationChristoph Lameter1-2/+1
2014-04-14percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree()Jianyu Zhan1-1/+1
2014-03-29percpu: renew the max_contig if we merge the head and previous blockJianyu Zhan1-1/+3
2014-03-17percpu: allocation size should be evenViro1-1/+4
2014-03-07percpu: speed alloc_pcpu_area() upAl Viro1-1/+17
2014-03-07percpu: store offsets instead of lengths in ->map[]Al Viro1-55/+81
2014-03-07perpcu: fold pcpu_split_block() into the only callerAl Viro1-47/+16
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-16/+22
2014-01-21mm/percpu.c: use memblock apis for early memory allocationsSantosh Shilimkar1-16/+22
2014-01-21percpu: use VMALLOC_TOTAL instead of VMALLOC_END - VMALLOC_STARTLaura Abbott1-2/+2
2013-09-23percpu: fix bootmem error handling in pcpu_page_first_chunk()Michael Holzheu1-2/+3
2012-12-02mm, percpu: Make sure percpu_alloc early parameter has an argumentCyrill Gorcunov1-0/+3
2012-10-29percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree()Joonsoo Kim1-1/+1
2012-10-06sections: fix section conflicts in mm/percpu.cAndi Kleen1-1/+1
2012-05-09kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas1-0/+2
2012-05-09percpu: pcpu_embed_first_chunk() should free unused parts after all allocs are completeTejun Heo1-0/+10
2012-03-29percpu: use KERN_CONT in pcpu_dump_alloc_info()Tejun Heo1-5/+5
2012-01-14Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linuxLinus 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/percpuLinus 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/jikos/trivialLinus Torvalds1-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus 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/jikos/trivialLinus Torvalds1-1/+1
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus 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-filledTejun 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