aboutsummaryrefslogtreecommitdiff
path: root/mm/percpu-km.c
AgeCommit message (Expand)AuthorFilesLines
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