Age | Commit message (Expand) | Author | Files | Lines |
2017-07-27 | percpu: skip chunks if the alloc does not fit in the contig hint | Dennis Zhou (Facebook) | 1 | -0/+2 |
2017-07-27 | percpu: add first_bit to keep track of the first free in the bitmap | Dennis Zhou (Facebook) | 1 | -1/+1 |
2017-07-27 | percpu: introduce bitmap metadata blocks | Dennis Zhou (Facebook) | 1 | -0/+29 |
2017-07-27 | percpu: replace area map allocator with bitmap | Dennis Zhou (Facebook) | 1 | -6/+28 |
2017-07-26 | percpu: introduce nr_empty_pop_pages to help empty page accounting | Dennis Zhou (Facebook) | 1 | -0/+1 |
2017-07-26 | percpu: modify base_addr to be region specific | Dennis Zhou (Facebook) | 1 | -0/+2 |
2017-07-26 | percpu: end chunk area maps page aligned for the populated bitmap | Dennis Zhou (Facebook) | 1 | -0/+3 |
2017-07-26 | percpu: remove has_reserved from pcpu_chunk | Dennis Zhou (Facebook) | 1 | -5/+0 |
2017-07-26 | percpu: introduce start_offset to pcpu_chunk | Dennis Zhou (Facebook) | 1 | -0/+3 |
2017-07-17 | percpu: expose pcpu_nr_empty_pop_pages in pcpu_stats | Dennis Zhou (Facebook) | 1 | -0/+1 |
2017-06-21 | percpu: fix early calls for spinlock in pcpu_stats | Dennis Zhou | 1 | -4/+6 |
2017-06-20 | percpu: expose statistics about percpu memory via debugfs | Dennis Zhou | 1 | -0/+131 |
2017-06-20 | percpu: migrate percpu data structures to internal header | Dennis Zhou | 1 | -0/+33 |