summaryrefslogtreecommitdiff
path: root/mm/percpu-km.c
AgeCommit message (Expand)Author
2017-07-26percpu: replace area map allocator with bitmapDennis Zhou (Facebook)
2017-06-29percpu: fix static checker warnings in pcpu_destroy_chunkDennis Zhou
2017-06-20percpu: add tracepoint support for percpu memoryDennis Zhou
2017-06-20percpu: expose statistics about percpu memory via debugfsDennis Zhou
2016-03-17mm: percpu: use pr_fmt to prefix outputJoe Perches
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2014-09-02percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populatedTejun Heo
2014-09-02percpu: restructure lockingTejun Heo
2014-09-02percpu: make percpu-km set chunk->populated bitmap properlyTejun 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
2010-09-10percpu: clear memory allocated with the km allocatorTejun Heo
2010-09-08percpu: use percpu allocator on UP tooTejun Heo
2010-05-01percpu: implement kernel memory based chunk allocationTejun Heo