aboutsummaryrefslogtreecommitdiff
path: root/mm/percpu.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-13percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasksGravatar Tejun Heo 1-4/+2
2014-10-29percpu: off by one in BUG_ON()Gravatar Dan Carpenter 1-1/+1
2014-10-08percpu: fix how @gfp is interpreted by the percpu allocatorGravatar Tejun Heo 1-1/+1
2014-09-21Revert "percpu: free percpu allocation info for uniprocessor system"Gravatar Guenter Roeck 1-2/+0
2014-09-09percpu: fix locking regression in the failure path of pcpu_alloc()Gravatar Tejun Heo 1-0/+1
2014-09-02percpu: implement asynchronous chunk populationGravatar Tejun Heo 1-4/+113
2014-09-02percpu: rename pcpu_reclaim_work to pcpu_balance_workGravatar Tejun Heo 1-15/+12
2014-09-02percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populatedGravatar Tejun Heo 1-9/+113
2014-09-02percpu: make sure chunk->map array has available spaceGravatar Tejun Heo 1-8/+45
2014-09-02percpu: implement [__]alloc_percpu_gfp()Gravatar Tejun Heo 1-25/+39
2014-09-02percpu: indent the population block in pcpu_alloc()Gravatar Tejun Heo 1-17/+21
2014-09-02percpu: make pcpu_alloc_area() capable of allocating only from populated areasGravatar Tejun Heo 1-7/+58
2014-09-02percpu: restructure lockingGravatar Tejun Heo 1-40/+35
2014-09-02percpu: move region iterations out of pcpu_[de]populate_chunk()Gravatar Tejun Heo 1-11/+8
2014-09-02percpu: move common parts out of pcpu_[de]populate_chunk()Gravatar Tejun Heo 1-9/+30
2014-08-16percpu: free percpu allocation info for uniprocessor systemGravatar Honggang Li 1-0/+2
2014-06-19percpu: Use ALIGN macro instead of hand coding alignment calculationGravatar Christoph Lameter 1-2/+1
2014-04-14percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree()Gravatar Jianyu Zhan 1-1/+1
2014-03-29percpu: renew the max_contig if we merge the head and previous blockGravatar Jianyu Zhan 1-1/+3
2014-03-17percpu: allocation size should be evenGravatar Viro 1-1/+4
2014-03-07percpu: speed alloc_pcpu_area() upGravatar Al Viro 1-1/+17
2014-03-07percpu: store offsets instead of lengths in ->map[]Gravatar Al Viro 1-55/+81
2014-03-07perpcu: fold pcpu_split_block() into the only callerGravatar Al Viro 1-47/+16
2014-01-21Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 1-16/+22
2014-01-21mm/percpu.c: use memblock apis for early memory allocationsGravatar Santosh Shilimkar 1-16/+22
2014-01-21percpu: use VMALLOC_TOTAL instead of VMALLOC_END - VMALLOC_STARTGravatar Laura Abbott 1-2/+2
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