summaryrefslogtreecommitdiff
path: root/mm/percpu.c
Commit message (Expand)AuthorAge
* Merge branch 'sched/core' into locking/coreThomas Gleixner2017-04-04
|\
| * percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan2017-03-06
* | lockdep: Fix per-cpu static objectsPeter Zijlstra2017-03-26
* | locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner2017-03-16
|/
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-27
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2016-12-13
|\
| * percpu: ensure the requested alignment is power of twozijun_hu2016-10-19
* | mm/percpu.c: fix panic triggered by BUG_ON() falselyzijun_hu2016-12-12
|/
* 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