summaryrefslogtreecommitdiff
path: root/mm/percpu.c
Commit message (Expand)AuthorAge
* mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk()zijun_hu2016-10-05
* mm/percpu.c: correct max_distance calculation for pcpu_embed_first_chunk()zijun_hu2016-10-05
* percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo2016-05-25
* percpu: fix synchronization between chunk->map_extend_work and chunk destructionTejun Heo2016-05-25
* mm: percpu: use pr_fmt to prefix outputJoe Perches2016-03-17
* mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-03-17
* mm: coalesce split stringsJoe Perches2016-03-17
* mm: convert pr_warning to pr_warnJoe Perches2016-03-17
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-22
* mm/percpu: use offset_in_page macroAlexander Kuleshov2015-11-05
* percpu: clean up of schunk->map[] assignment in pcpu_setup_first_chunkBaoquan He2015-07-21
* mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger2015-06-24
* percpu: Fix trivial typos in commentsYannick Guerrini2015-03-24
* percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-13
* percpu: off by one in BUG_ON()Dan Carpenter2014-10-29
* percpu: fix how @gfp is interpreted by the percpu allocatorTejun Heo2014-10-08
* Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck2014-09-21
* percpu: fix locking regression in the failure path of pcpu_alloc()Tejun Heo2014-09-09
* percpu: implement asynchronous chunk populationTejun Heo2014-09-02
* percpu: rename pcpu_reclaim_work to pcpu_balance_workTejun Heo2014-09-02
* percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populatedTejun Heo2014-09-02
* percpu: make sure chunk->map array has available spaceTejun Heo2014-09-02
* percpu: implement [__]alloc_percpu_gfp()Tejun Heo2014-09-02
* percpu: indent the population block in pcpu_alloc()Tejun Heo2014-09-02
* percpu: make pcpu_alloc_area() capable of allocating only from populated areasTejun Heo2014-09-02
* percpu: restructure lockingTejun Heo2014-09-02
* percpu: move region iterations out of pcpu_[de]populate_chunk()Tejun Heo2014-09-02
* percpu: move common parts out of pcpu_[de]populate_chunk()Tejun Heo2014-09-02
* percpu: free percpu allocation info for uniprocessor systemHonggang Li2014-08-16
* percpu: Use ALIGN macro instead of hand coding alignment calculationChristoph Lameter2014-06-19
* percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree()Jianyu Zhan2014-04-14
* percpu: renew the max_contig if we merge the head and previous blockJianyu Zhan2014-03-29
* percpu: allocation size should be evenViro2014-03-17
* percpu: speed alloc_pcpu_area() upAl Viro2014-03-07
* percpu: store offsets instead of lengths in ->map[]Al Viro2014-03-07
* perpcu: fold pcpu_split_block() into the only callerAl Viro2014-03-07
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-21
|\
| * mm/percpu.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-21
* | percpu: use VMALLOC_TOTAL instead of VMALLOC_END - VMALLOC_STARTLaura Abbott2014-01-21
|/
* percpu: fix bootmem error handling in pcpu_page_first_chunk()Michael Holzheu2013-09-23
* mm, percpu: Make sure percpu_alloc early parameter has an argumentCyrill Gorcunov2012-12-02
* percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree()Joonsoo Kim2012-10-29
* sections: fix section conflicts in mm/percpu.cAndi Kleen2012-10-06
* kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas2012-05-09
* percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo2012-05-09
* percpu: use KERN_CONT in pcpu_dump_alloc_info()Tejun Heo2012-03-29
* Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarina...Linus Torvalds2012-01-14
|\
| * kmemleak: Handle percpu memory allocationCatalin Marinas2011-12-02
* | percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addressesEugene Surovegin2011-12-15
|/
* percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessaryDave Young2011-11-23