aboutsummaryrefslogtreecommitdiffstats
path: root/mm/percpu-internal.h
AgeCommit message (Expand)Author
2023-06-19percpu-internal/pcpu_chunk: re-layout pcpu_chunk structure to reduce false sh...Yu Ma
2023-02-16mm: percpu: fix incorrect size in pcpu_obj_full_size()Yafang Shao
2022-05-13percpu: improve percpu_alloc_percpu event traceVasily Averin
2022-01-15mm: memcg/percpu: account extra objcg space to memory cgroupsQi Zheng
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds
2021-06-05percpu: rework memcg accountingRoman Gushchin
2021-05-07mm: fix typos in commentsIngo Molnar
2021-04-21percpu: implement partial chunk depopulationRoman Gushchin
2021-04-09percpu: make pcpu_nr_empty_pop_pages per chunk typeRoman Gushchin
2020-08-12mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin
2019-03-13percpu: convert chunk hints to be based on pcpu_block_mdDennis Zhou
2019-03-13percpu: make pcpu_block_md genericDennis Zhou
2019-03-13percpu: add block level scan_hintDennis Zhou
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-26percpu: skip chunks if the alloc does not fit in the contig hintDennis Zhou (Facebook)
2017-07-26percpu: add first_bit to keep track of the first free in the bitmapDennis Zhou (Facebook)
2017-07-26percpu: introduce bitmap metadata blocksDennis Zhou (Facebook)
2017-07-26percpu: replace area map allocator with bitmapDennis Zhou (Facebook)
2017-07-26percpu: introduce nr_empty_pop_pages to help empty page accountingDennis Zhou (Facebook)
2017-07-26percpu: modify base_addr to be region specificDennis Zhou (Facebook)
2017-07-26percpu: end chunk area maps page aligned for the populated bitmapDennis Zhou (Facebook)
2017-07-26percpu: remove has_reserved from pcpu_chunkDennis Zhou (Facebook)
2017-07-26percpu: introduce start_offset to pcpu_chunkDennis Zhou (Facebook)
2017-07-17percpu: expose pcpu_nr_empty_pop_pages in pcpu_statsDennis Zhou (Facebook)
2017-06-21percpu: fix early calls for spinlock in pcpu_statsDennis Zhou
2017-06-20percpu: expose statistics about percpu memory via debugfsDennis Zhou
2017-06-20percpu: migrate percpu data structures to internal headerDennis Zhou