aboutsummaryrefslogtreecommitdiff
path: root/mm/percpu-vm.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-04percpu: flush tlb in pcpu_reclaim_populated()Gravatar Dennis Zhou 1-2/+3
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Gravatar Linus Torvalds 1-3/+32
2021-06-05percpu: rework memcg accountingGravatar Roman Gushchin 1-6/+5
2021-04-30mm/vmalloc: remove unmap_kernel_rangeGravatar Nicholas Piggin 1-1/+1
2021-04-30mm/vmalloc: remove map_kernel_rangeGravatar Nicholas Piggin 1-2/+3
2021-04-21percpu: implement partial chunk depopulationGravatar Roman Gushchin 1-0/+30
2020-08-12mm: memcg/percpu: account percpu memory to memory cgroupsGravatar Roman Gushchin 1-2/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Gravatar Thomas Gleixner 1-2/+1
2018-02-18percpu: allow select gfp to be passed to underlying allocatorsGravatar Dennis Zhou 1-2/+2
2018-02-18percpu: add __GFP_NORETRY semantics to the percpu balancing pathGravatar Dennis Zhou 1-7/+11
2017-11-15mm: remove __GFP_COLDGravatar Mel Gorman 1-1/+1
2017-06-29percpu: fix static checker warnings in pcpu_destroy_chunkGravatar Dennis Zhou 1-1/+4
2017-06-20percpu: add tracepoint support for percpu memoryGravatar Dennis Zhou 1-0/+2
2017-06-20percpu: expose statistics about percpu memory via debugfsGravatar Dennis Zhou 1-0/+5
2017-03-06percpu: remove unused chunk_alloc parameter from pcpu_get_pages()Gravatar Tahsin Erdogan 1-4/+3
2014-09-02percpu: move region iterations out of pcpu_[de]populate_chunk()Gravatar Tejun Heo 1-41/+16
2014-09-02percpu: move common parts out of pcpu_[de]populate_chunk()Gravatar Tejun Heo 1-26/+1
2014-09-02percpu: remove @may_alloc from pcpu_get_pages()Gravatar Tejun Heo 1-7/+8
2014-09-02percpu: remove the usage of separate populated bitmap in percpu-vmGravatar Tejun Heo 1-68/+25
2014-08-15percpu: perform tlb flush after pcpu_map_pages() failureGravatar Tejun Heo 1-0/+1
2014-08-15percpu: fix pcpu_alloc_pages() failure pathGravatar Tejun Heo 1-6/+15
2012-06-20mm: fix kernel-doc warningsGravatar Wanpeng Li 1-1/+0
2012-01-20percpu: use bitmap_clearGravatar Akinobu Mita 1-2/+1
2011-11-22percpu: fix chunk range calculationGravatar Tejun Heo 1-6/+6
2011-11-22percpu: rename pcpu_mem_alloc to pcpu_mem_zallocGravatar Bob Liu 1-3/+2
2011-01-13mm: remove gfp mask from pcpu_get_vm_areasGravatar David Rientjes 1-1/+1
2010-05-01percpu: move vmalloc based chunk management into percpu-vm.cGravatar Tejun Heo 1-0/+451