aboutsummaryrefslogtreecommitdiff
path: root/mm/percpu.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-21percpu: resolve err may not be initialized in pcpu_allocGravatar Dennis Zhou 1-1/+3
2017-06-20percpu: add tracepoint support for percpu memoryGravatar Dennis Zhou 1-0/+12
2017-06-20percpu: expose statistics about percpu memory via debugfsGravatar Dennis Zhou 1-0/+9
2017-06-20percpu: migrate percpu data structures to internal headerGravatar Dennis Zhou 1-23/+7
2017-06-20percpu: add missing lockdep_assert_held to func pcpu_free_areaGravatar Dennis Zhou 1-0/+2
2017-05-10mark most percpu globals as __ro_after_initGravatar Daniel Micay 1-18/+18
2017-04-04Merge branch 'sched/core' into locking/coreGravatar Thomas Gleixner 1-1/+4
2017-03-26lockdep: Fix per-cpu static objectsGravatar Peter Zijlstra 1-1/+4
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyGravatar Thomas Gleixner 1-14/+23
2017-03-06percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesGravatar Tahsin Erdogan 1-1/+4
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-1/+2
2016-12-12mm/percpu.c: fix panic triggered by BUG_ON() falselyGravatar zijun_hu 1-4/+12
2016-10-19percpu: ensure the requested alignment is power of twoGravatar zijun_hu 1-1/+2
2016-10-05mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk()Gravatar zijun_hu 1-18/+18
2016-10-05mm/percpu.c: correct max_distance calculation for pcpu_embed_first_chunk()Gravatar zijun_hu 1-6/+8
2016-05-25percpu: fix synchronization between synchronous map extension and chunk destr...Gravatar Tejun Heo 1-8/+8
2016-05-25percpu: fix synchronization between chunk->map_extend_work and chunk destructionGravatar Tejun Heo 1-21/+36
2016-03-17mm: percpu: use pr_fmt to prefix outputGravatar Joe Perches 1-9/+11
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Gravatar Joe Perches 1-6/+6
2016-03-17mm: coalesce split stringsGravatar Joe Perches 1-2/+2
2016-03-17mm: convert pr_warning to pr_warnGravatar Joe Perches 1-8/+7
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Gravatar Tetsuo Handa 1-11/+7
2015-11-05mm/percpu: use offset_in_page macroGravatar Alexander Kuleshov 1-5/+5
2015-07-21percpu: clean up of schunk->map[] assignment in pcpu_setup_first_chunkGravatar Baoquan He 1-3/+2
2015-06-24mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Gravatar Larry Finger 1-1/+1
2015-03-24percpu: Fix trivial typos in commentsGravatar Yannick Guerrini 1-2/+2
2015-02-13percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasksGravatar Tejun Heo 1-4/+2
2014-10-29percpu: off by one in BUG_ON()Gravatar Dan Carpenter 1-1/+1
2014-10-08percpu: fix how @gfp is interpreted by the percpu allocatorGravatar Tejun Heo 1-1/+1
2014-09-21Revert "percpu: free percpu allocation info for uniprocessor system"Gravatar Guenter Roeck 1-2/+0
2014-09-09percpu: fix locking regression in the failure path of pcpu_alloc()Gravatar Tejun Heo 1-0/+1
2014-09-02percpu: implement asynchronous chunk populationGravatar Tejun Heo 1-4/+113
2014-09-02percpu: rename pcpu_reclaim_work to pcpu_balance_workGravatar Tejun Heo 1-15/+12
2014-09-02percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populatedGravatar Tejun Heo 1-9/+113
2014-09-02percpu: make sure chunk->map array has available spaceGravatar Tejun Heo 1-8/+45
2014-09-02percpu: implement [__]alloc_percpu_gfp()Gravatar Tejun Heo 1-25/+39
2014-09-02percpu: indent the population block in pcpu_alloc()Gravatar Tejun Heo 1-17/+21
2014-09-02percpu: make pcpu_alloc_area() capable of allocating only from populated areasGravatar Tejun Heo 1-7/+58
2014-09-02percpu: restructure lockingGravatar Tejun Heo 1-40/+35
2014-09-02percpu: move region iterations out of pcpu_[de]populate_chunk()Gravatar Tejun Heo 1-11/+8
2014-09-02percpu: move common parts out of pcpu_[de]populate_chunk()Gravatar Tejun Heo 1-9/+30
2014-08-16percpu: free percpu allocation info for uniprocessor systemGravatar Honggang Li 1-0/+2
2014-06-19percpu: Use ALIGN macro instead of hand coding alignment calculationGravatar Christoph Lameter 1-2/+1
2014-04-14percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree()Gravatar Jianyu Zhan 1-1/+1
2014-03-29percpu: renew the max_contig if we merge the head and previous blockGravatar Jianyu Zhan 1-1/+3
2014-03-17percpu: allocation size should be evenGravatar Viro 1-1/+4
2014-03-07percpu: speed alloc_pcpu_area() upGravatar Al Viro 1-1/+17
2014-03-07percpu: store offsets instead of lengths in ->map[]Gravatar Al Viro 1-55/+81
2014-03-07perpcu: fold pcpu_split_block() into the only callerGravatar Al Viro 1-47/+16