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