aboutsummaryrefslogtreecommitdiffstats
path: root/mm/percpu-vm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2018-02-18percpu: allow select gfp to be passed to underlying allocatorsDennis Zhou1-2/+2
2018-02-18percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou1-7/+11
2017-11-15mm: remove __GFP_COLDMel Gorman1-1/+1
2017-06-29percpu: fix static checker warnings in pcpu_destroy_chunkDennis Zhou1-1/+4
2017-06-20percpu: add tracepoint support for percpu memoryDennis Zhou1-0/+2
2017-06-20percpu: expose statistics about percpu memory via debugfsDennis Zhou1-0/+5
2017-03-06percpu: remove unused chunk_alloc parameter from pcpu_get_pages()Tahsin Erdogan1-4/+3
2014-09-02percpu: move region iterations out of pcpu_[de]populate_chunk()Tejun Heo1-41/+16
2014-09-02percpu: move common parts out of pcpu_[de]populate_chunk()Tejun Heo1-26/+1
2014-09-02percpu: remove @may_alloc from pcpu_get_pages()Tejun Heo1-7/+8
2014-09-02percpu: remove the usage of separate populated bitmap in percpu-vmTejun Heo1-68/+25
2014-08-15percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo1-0/+1
2014-08-15percpu: fix pcpu_alloc_pages() failure pathTejun Heo1-6/+15
2012-06-20mm: fix kernel-doc warningsWanpeng Li1-1/+0
2012-01-20percpu: use bitmap_clearAkinobu Mita1-2/+1
2011-11-22percpu: fix chunk range calculationTejun Heo1-6/+6
2011-11-22percpu: rename pcpu_mem_alloc to pcpu_mem_zallocBob Liu1-3/+2
2011-01-13mm: remove gfp mask from pcpu_get_vm_areasDavid Rientjes1-1/+1
2010-05-01percpu: move vmalloc based chunk management into percpu-vm.cTejun Heo1-0/+451