summaryrefslogtreecommitdiffstats
path: root/mm/percpu-km.c
Commit message (Expand)AuthorAgeFilesLines
* mm: percpu: use pr_fmt to prefix outputJoe Perches2016-03-171-2/+2
* mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-03-171-3/+3
* percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populatedTejun Heo2014-09-021-1/+1
* percpu: restructure lockingTejun Heo2014-09-021-0/+2
* percpu: make percpu-km set chunk->populated bitmap properlyTejun Heo2014-09-021-0/+3
* percpu: move region iterations out of pcpu_[de]populate_chunk()Tejun Heo2014-09-021-2/+4
* percpu: move common parts out of pcpu_[de]populate_chunk()Tejun Heo2014-09-021-5/+0
* percpu: clear memory allocated with the km allocatorTejun Heo2010-09-101-1/+5
* percpu: use percpu allocator on UP tooTejun Heo2010-09-081-1/+1
* percpu: implement kernel memory based chunk allocationTejun Heo2010-05-011-0/+104