Age | Commit message (Expand) | Author | Files | Lines |
2024-07-10 | mm: remove CONFIG_MEMCG_KMEM | Johannes Weiner | 1 | -3/+3 |
2024-04-25 | mm: percpu: add codetag reference into pcpuobj_ext | Kent Overstreet | 1 | -2/+9 |
2024-04-25 | mm: percpu: introduce pcpuobj_ext | Kent Overstreet | 1 | -2/+17 |
2023-06-19 | percpu-internal/pcpu_chunk: re-layout pcpu_chunk structure to reduce false sh... | Yu Ma | 1 | -2/+9 |
2023-02-16 | mm: percpu: fix incorrect size in pcpu_obj_full_size() | Yafang Shao | 1 | -2/+4 |
2022-05-13 | percpu: improve percpu_alloc_percpu event trace | Vasily Averin | 1 | -4/+4 |
2022-01-15 | mm: memcg/percpu: account extra objcg space to memory cgroups | Qi Zheng | 1 | -0/+18 |
2021-07-01 | Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn... | Linus Torvalds | 1 | -51/+5 |
2021-06-05 | percpu: rework memcg accounting | Roman Gushchin | 1 | -51/+1 |
2021-05-07 | mm: fix typos in comments | Ingo Molnar | 1 | -1/+1 |
2021-04-21 | percpu: implement partial chunk depopulation | Roman Gushchin | 1 | -0/+4 |
2021-04-09 | percpu: make pcpu_nr_empty_pop_pages per chunk type | Roman Gushchin | 1 | -1/+1 |
2020-08-12 | mm: memcg/percpu: account percpu memory to memory cgroups | Roman Gushchin | 1 | -1/+54 |
2019-03-13 | percpu: convert chunk hints to be based on pcpu_block_md | Dennis Zhou | 1 | -4/+1 |
2019-03-13 | percpu: make pcpu_block_md generic | Dennis Zhou | 1 | -0/+1 |
2019-03-13 | percpu: add block level scan_hint | Dennis Zhou | 1 | -0/+9 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-26 | percpu: skip chunks if the alloc does not fit in the contig hint | Dennis Zhou (Facebook) | 1 | -0/+2 |
2017-07-26 | percpu: add first_bit to keep track of the first free in the bitmap | Dennis Zhou (Facebook) | 1 | -1/+1 |
2017-07-26 | percpu: introduce bitmap metadata blocks | Dennis Zhou (Facebook) | 1 | -0/+29 |
2017-07-26 | 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 |