Age | Commit message (Expand) | Author | Files | Lines |
2018-02-18 | percpu: allow select gfp to be passed to underlying allocators | Dennis Zhou | 1 | -1/+1 |
2018-02-18 | percpu: add __GFP_NORETRY semantics to the percpu balancing path | Dennis Zhou | 1 | -4/+4 |
2017-07-27 | percpu: replace area map allocator with bitmap | Dennis Zhou (Facebook) | 1 | -1/+1 |
2017-06-29 | percpu: fix static checker warnings in pcpu_destroy_chunk | Dennis Zhou | 1 | -1/+4 |
2017-06-20 | percpu: add tracepoint support for percpu memory | Dennis Zhou | 1 | -0/+2 |
2017-06-20 | percpu: expose statistics about percpu memory via debugfs | Dennis Zhou | 1 | -0/+4 |
2016-03-18 | mm: percpu: use pr_fmt to prefix output | Joe Perches | 1 | -2/+2 |
2016-03-18 | mm: convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 1 | -3/+3 |
2014-09-02 | percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populated | Tejun Heo | 1 | -1/+1 |
2014-09-02 | percpu: restructure locking | Tejun Heo | 1 | -0/+2 |
2014-09-02 | percpu: make percpu-km set chunk->populated bitmap properly | Tejun Heo | 1 | -0/+3 |
2014-09-02 | percpu: move region iterations out of pcpu_[de]populate_chunk() | Tejun Heo | 1 | -2/+4 |
2014-09-02 | percpu: move common parts out of pcpu_[de]populate_chunk() | Tejun Heo | 1 | -5/+0 |
2010-09-10 | percpu: clear memory allocated with the km allocator | Tejun Heo | 1 | -1/+5 |
2010-09-08 | percpu: use percpu allocator on UP too | Tejun Heo | 1 | -1/+1 |
2010-05-01 | percpu: implement kernel memory based chunk allocation | Tejun Heo | 1 | -0/+104 |