aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/percpu-stats.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2019-03-13percpu: convert chunk hints to be based on pcpu_block_mdDennis Zhou1-2/+3
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-04-05mm: reuse DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-12/+1
2017-09-27percpu: fix starting offset for chunk statistics traversalDennis Zhou1-1/+1
2017-07-26percpu: add first_bit to keep track of the first free in the bitmapDennis Zhou (Facebook)1-0/+1
2017-07-26percpu: replace area map allocator with bitmapDennis Zhou (Facebook)1-39/+60
2017-07-26percpu: introduce nr_empty_pop_pages to help empty page accountingDennis Zhou (Facebook)1-0/+1
2017-07-26percpu: end chunk area maps page aligned for the populated bitmapDennis Zhou (Facebook)1-2/+3
2017-07-26percpu: remove has_reserved from pcpu_chunkDennis Zhou (Facebook)1-1/+1
2017-07-17percpu: expose pcpu_nr_empty_pop_pages in pcpu_statsDennis Zhou (Facebook)1-0/+1
2017-07-17percpu: change the format for percpu_stats outputDennis Zhou (Facebook)1-3/+3
2017-07-17percpu: pcpu-stats change void buffer to int bufferDennis Zhou (Facebook)1-2/+2
2017-06-20percpu: expose statistics about percpu memory via debugfsDennis Zhou1-0/+222