| Commit message (Expand) | Author | Age | Files | Lines |
* | percpu: rework memcg accounting | Roman Gushchin | 2021-06-05 | 1 | -31/+15 |
* | percpu: implement partial chunk depopulation | Roman Gushchin | 2021-04-21 | 1 | -5/+7 |
* | percpu: make pcpu_nr_empty_pop_pages per chunk type | Roman Gushchin | 2021-04-09 | 1 | -2/+7 |
* | mm: memcg/percpu: account percpu memory to memory cgroups | Roman Gushchin | 2020-08-12 | 1 | -14/+22 |
* | percpu: update copyright emails to dennis@kernel.org | Dennis Zhou | 2020-04-01 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 | Thomas Gleixner | 2019-06-05 | 1 | -2/+1 |
* | percpu: convert chunk hints to be based on pcpu_block_md | Dennis Zhou | 2019-03-13 | 1 | -2/+3 |
* | treewide: Use array_size() in vmalloc() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | mm: reuse DEFINE_SHOW_ATTRIBUTE() macro | Andy Shevchenko | 2018-04-06 | 1 | -12/+1 |
* | percpu: fix starting offset for chunk statistics traversal | Dennis Zhou | 2017-09-27 | 1 | -1/+1 |
* | percpu: add first_bit to keep track of the first free in the bitmap | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -0/+1 |
* | percpu: replace area map allocator with bitmap | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -39/+60 |
* | percpu: introduce nr_empty_pop_pages to help empty page accounting | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -0/+1 |
* | percpu: end chunk area maps page aligned for the populated bitmap | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -2/+3 |
* | percpu: remove has_reserved from pcpu_chunk | Dennis Zhou (Facebook) | 2017-07-26 | 1 | -1/+1 |
* | percpu: expose pcpu_nr_empty_pop_pages in pcpu_stats | Dennis Zhou (Facebook) | 2017-07-17 | 1 | -0/+1 |
* | percpu: change the format for percpu_stats output | Dennis Zhou (Facebook) | 2017-07-17 | 1 | -3/+3 |
* | percpu: pcpu-stats change void buffer to int buffer | Dennis Zhou (Facebook) | 2017-07-17 | 1 | -2/+2 |
* | percpu: expose statistics about percpu memory via debugfs | Dennis Zhou | 2017-06-20 | 1 | -0/+222 |