aboutsummaryrefslogtreecommitdiff
path: root/mm/percpu.c
AgeCommit message (Expand)Author
2015-07-05mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger
2014-10-08percpu: fix how @gfp is interpreted by the percpu allocatorTejun Heo
2014-09-21Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck
2014-09-09percpu: fix locking regression in the failure path of pcpu_alloc()Tejun Heo
2014-09-02percpu: implement asynchronous chunk populationTejun Heo
2014-09-02percpu: rename pcpu_reclaim_work to pcpu_balance_workTejun Heo
2014-09-02percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populatedTejun Heo
2014-09-02percpu: make sure chunk->map array has available spaceTejun Heo
2014-09-02percpu: implement [__]alloc_percpu_gfp()Tejun Heo
2014-09-02percpu: indent the population block in pcpu_alloc()Tejun Heo
2014-09-02percpu: make pcpu_alloc_area() capable of allocating only from populated areasTejun Heo
2014-09-02percpu: restructure lockingTejun Heo
2014-09-02percpu: move region iterations out of pcpu_[de]populate_chunk()Tejun Heo
2014-09-02percpu: move common parts out of pcpu_[de]populate_chunk()Tejun Heo
2014-08-16percpu: free percpu allocation info for uniprocessor systemHonggang Li
2014-06-19percpu: Use ALIGN macro instead of hand coding alignment calculationChristoph Lameter
2014-04-14percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree()Jianyu Zhan
2014-03-29percpu: renew the max_contig if we merge the head and previous blockJianyu Zhan
2014-03-17percpu: allocation size should be evenViro
2014-03-07percpu: speed alloc_pcpu_area() upAl Viro
2014-03-07percpu: store offsets instead of lengths in ->map[]Al Viro
2014-03-07perpcu: fold pcpu_split_block() into the only callerAl Viro
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-01-21mm/percpu.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-21percpu: use VMALLOC_TOTAL instead of VMALLOC_END - VMALLOC_STARTLaura Abbott
2013-09-23percpu: fix bootmem error handling in pcpu_page_first_chunk()Michael Holzheu
2012-12-02mm, percpu: Make sure percpu_alloc early parameter has an argumentCyrill Gorcunov
2012-10-29percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree()Joonsoo Kim
2012-10-06sections: fix section conflicts in mm/percpu.cAndi Kleen
2012-05-09kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas
2012-05-09percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo
2012-03-29percpu: use KERN_CONT in pcpu_dump_alloc_info()Tejun Heo
2012-01-14Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarina...Linus Torvalds
2011-12-15percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addressesEugene Surovegin
2011-12-02kmemleak: Handle percpu memory allocationCatalin Marinas
2011-11-23percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessaryDave Young
2011-11-22percpu: fix chunk range calculationTejun Heo
2011-11-22percpu: rename pcpu_mem_alloc to pcpu_mem_zallocBob Liu
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28percpu: Cast away printk format warningMike Frysinger
2011-03-28NOMMU: percpu should use is_vmalloc_addr().David Howells
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2010-12-22percpu: print out alloc information with KERN_DEBUG instead of KERN_INFOTejun Heo
2010-12-07percpu: zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc()Jesper Juhl
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds