summaryrefslogtreecommitdiffstats
path: root/mm/percpu-km.c
Commit message (Expand)AuthorAgeFilesLines
* percpu: allow select gfp to be passed to underlying allocatorsDennis Zhou2018-02-181-1/+1
* percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou2018-02-181-4/+4
* percpu: replace area map allocator with bitmapDennis Zhou (Facebook)2017-07-261-1/+1
* percpu: fix static checker warnings in pcpu_destroy_chunkDennis Zhou2017-06-291-1/+4
* percpu: add tracepoint support for percpu memoryDennis Zhou2017-06-201-0/+2
* percpu: expose statistics about percpu memory via debugfsDennis Zhou2017-06-201-0/+4
* 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
OpenPOWER on IntegriCloud