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