summaryrefslogtreecommitdiff
path: root/mm/percpu.c
AgeCommit message (Expand)Author
2017-04-04Merge branch 'sched/core' into locking/coreThomas Gleixner
2017-03-26lockdep: Fix per-cpu static objectsPeter Zijlstra
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner
2017-03-06percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2016-12-12mm/percpu.c: fix panic triggered by BUG_ON() falselyzijun_hu
2016-10-19percpu: ensure the requested alignment is power of twozijun_hu
2016-10-05mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk()zijun_hu
2016-10-05mm/percpu.c: correct max_distance calculation for pcpu_embed_first_chunk()zijun_hu
2016-05-25percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo
2016-05-25percpu: fix synchronization between chunk->map_extend_work and chunk destructionTejun Heo
2016-03-17mm: percpu: use pr_fmt to prefix outputJoe Perches
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2016-03-17mm: coalesce split stringsJoe Perches
2016-03-17mm: convert pr_warning to pr_warnJoe Perches
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2015-11-05mm/percpu: use offset_in_page macroAlexander Kuleshov
2015-07-21percpu: clean up of schunk->map[] assignment in pcpu_setup_first_chunkBaoquan He
2015-06-24mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger
2015-03-24percpu: Fix trivial typos in commentsYannick Guerrini
2015-02-13percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2014-10-29percpu: off by one in BUG_ON()Dan Carpenter
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