aboutsummaryrefslogtreecommitdiffstats
path: root/mm/percpu-internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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