aboutsummaryrefslogtreecommitdiffstats
path: root/mm/percpu-internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds1-51/+5
2021-06-05percpu: rework memcg accountingRoman Gushchin1-51/+1
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-04-21percpu: implement partial chunk depopulationRoman Gushchin1-0/+4
2021-04-09percpu: make pcpu_nr_empty_pop_pages per chunk typeRoman Gushchin1-1/+1
2020-08-12mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin1-1/+54
2019-03-13percpu: convert chunk hints to be based on pcpu_block_mdDennis Zhou1-4/+1
2019-03-13percpu: make pcpu_block_md genericDennis Zhou1-0/+1
2019-03-13percpu: add block level scan_hintDennis Zhou1-0/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-26percpu: skip chunks if the alloc does not fit in the contig hintDennis Zhou (Facebook)1-0/+2
2017-07-26percpu: add first_bit to keep track of the first free in the bitmapDennis Zhou (Facebook)1-1/+1
2017-07-26percpu: introduce bitmap metadata blocksDennis Zhou (Facebook)1-0/+29
2017-07-26percpu: replace area map allocator with bitmapDennis Zhou (Facebook)1-6/+28
2017-07-26percpu: introduce nr_empty_pop_pages to help empty page accountingDennis Zhou (Facebook)1-0/+1
2017-07-26percpu: modify base_addr to be region specificDennis Zhou (Facebook)1-0/+2
2017-07-26percpu: end chunk area maps page aligned for the populated bitmapDennis Zhou (Facebook)1-0/+3
2017-07-26percpu: remove has_reserved from pcpu_chunkDennis Zhou (Facebook)1-5/+0
2017-07-26percpu: introduce start_offset to pcpu_chunkDennis Zhou (Facebook)1-0/+3
2017-07-17percpu: expose pcpu_nr_empty_pop_pages in pcpu_statsDennis Zhou (Facebook)1-0/+1
2017-06-21percpu: fix early calls for spinlock in pcpu_statsDennis Zhou1-4/+6
2017-06-20percpu: expose statistics about percpu memory via debugfsDennis Zhou1-0/+131
2017-06-20percpu: migrate percpu data structures to internal headerDennis Zhou1-0/+33