aboutsummaryrefslogtreecommitdiff
path: root/mm/percpu-km.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-04percpu: flush tlb in pcpu_reclaim_populated()Gravatar Dennis Zhou 1-0/+6
2021-06-05percpu: rework memcg accountingGravatar Roman Gushchin 1-3/+2
2021-04-21percpu: implement partial chunk depopulationGravatar Roman Gushchin 1-0/+5
2020-08-12mm: memcg/percpu: account percpu memory to memory cgroupsGravatar Roman Gushchin 1-2/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Gravatar Thomas Gleixner 1-2/+1
2019-03-13percpu: set PCPU_BITMAP_BLOCK_SIZE to PAGE_SIZEGravatar Dennis Zhou 1-1/+1
2019-02-26percpu: km: no need to consider pcpu_group_offsets[0]Gravatar Peng Fan 1-1/+1
2018-12-18percpu: convert spin_lock_irq to spin_lock_irqsave.Gravatar Dennis Zhou 1-2/+3
2018-02-18percpu: allow select gfp to be passed to underlying allocatorsGravatar Dennis Zhou 1-1/+1
2018-02-18percpu: add __GFP_NORETRY semantics to the percpu balancing pathGravatar Dennis Zhou 1-4/+4
2017-07-26percpu: replace area map allocator with bitmapGravatar Dennis Zhou (Facebook) 1-1/+1
2017-06-29percpu: fix static checker warnings in pcpu_destroy_chunkGravatar Dennis Zhou 1-1/+4
2017-06-20percpu: add tracepoint support for percpu memoryGravatar Dennis Zhou 1-0/+2
2017-06-20percpu: expose statistics about percpu memory via debugfsGravatar Dennis Zhou 1-0/+4
2016-03-17mm: percpu: use pr_fmt to prefix outputGravatar Joe Perches 1-2/+2
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Gravatar Joe Perches 1-3/+3
2014-09-02percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populatedGravatar Tejun Heo 1-1/+1
2014-09-02percpu: restructure lockingGravatar Tejun Heo 1-0/+2
2014-09-02percpu: make percpu-km set chunk->populated bitmap properlyGravatar Tejun Heo 1-0/+3
2014-09-02percpu: move region iterations out of pcpu_[de]populate_chunk()Gravatar Tejun Heo 1-2/+4
2014-09-02percpu: move common parts out of pcpu_[de]populate_chunk()Gravatar Tejun Heo 1-5/+0
2010-09-10percpu: clear memory allocated with the km allocatorGravatar Tejun Heo 1-1/+5
2010-09-08percpu: use percpu allocator on UP tooGravatar Tejun Heo 1-1/+1
2010-05-01percpu: implement kernel memory based chunk allocationGravatar Tejun Heo 1-0/+104