summaryrefslogtreecommitdiffstats
path: root/mm/percpu-vm.c
AgeCommit message (Expand)AuthorLines
2017-06-29percpu: fix static checker warnings in pcpu_destroy_chunkDennis Zhou-1/+4
2017-06-20percpu: add tracepoint support for percpu memoryDennis Zhou-0/+2
2017-06-20percpu: expose statistics about percpu memory via debugfsDennis Zhou-0/+5
2017-03-06percpu: remove unused chunk_alloc parameter from pcpu_get_pages()Tahsin Erdogan-4/+3
2014-09-02percpu: move region iterations out of pcpu_[de]populate_chunk()Tejun Heo-41/+16
2014-09-02percpu: move common parts out of pcpu_[de]populate_chunk()Tejun Heo-26/+1
2014-09-02percpu: remove @may_alloc from pcpu_get_pages()Tejun Heo-7/+8
2014-09-02percpu: remove the usage of separate populated bitmap in percpu-vmTejun Heo-68/+25
2014-08-15percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo-0/+1
2014-08-15percpu: fix pcpu_alloc_pages() failure pathTejun Heo-6/+15
2012-06-20mm: fix kernel-doc warningsWanpeng Li-1/+0
2012-01-20percpu: use bitmap_clearAkinobu Mita-2/+1
2011-11-22percpu: fix chunk range calculationTejun Heo-6/+6
2011-11-22percpu: rename pcpu_mem_alloc to pcpu_mem_zallocBob Liu-3/+2
2011-01-13mm: remove gfp mask from pcpu_get_vm_areasDavid Rientjes-1/+1
2010-05-01percpu: move vmalloc based chunk management into percpu-vm.cTejun Heo-0/+451