summaryrefslogtreecommitdiff
path: root/mm/percpu-stats.c
AgeCommit message (Expand)Author
2022-03-08mm: use vmalloc_array and vcalloc for array allocationsPaolo Bonzini
2021-06-05percpu: rework memcg accountingRoman Gushchin
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
2020-04-01percpu: update copyright emails to dennis@kernel.orgDennis Zhou
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-03-13percpu: convert chunk hints to be based on pcpu_block_mdDennis Zhou
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-04-05mm: reuse DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2017-09-27percpu: fix starting offset for chunk statistics traversalDennis Zhou
2017-07-26percpu: add first_bit to keep track of the first free in the bitmapDennis 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: 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-17percpu: expose pcpu_nr_empty_pop_pages in pcpu_statsDennis Zhou (Facebook)
2017-07-17percpu: change the format for percpu_stats outputDennis Zhou (Facebook)
2017-07-17percpu: pcpu-stats change void buffer to int bufferDennis Zhou (Facebook)
2017-06-20percpu: expose statistics about percpu memory via debugfsDennis Zhou