summaryrefslogtreecommitdiff
path: root/mm/percpu-vm.c
AgeCommit message (Expand)Author
2021-07-04percpu: flush tlb in pcpu_reclaim_populated()Dennis Zhou
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds
2021-06-05percpu: rework memcg accountingRoman Gushchin
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin
2021-04-30mm/vmalloc: remove map_kernel_rangeNicholas Piggin
2021-04-21percpu: implement partial chunk depopulationRoman Gushchin
2020-08-12mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2018-02-18percpu: allow select gfp to be passed to underlying allocatorsDennis Zhou
2018-02-18percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-06-29percpu: fix static checker warnings in pcpu_destroy_chunkDennis Zhou
2017-06-20percpu: add tracepoint support for percpu memoryDennis Zhou
2017-06-20percpu: expose statistics about percpu memory via debugfsDennis Zhou
2017-03-06percpu: remove unused chunk_alloc parameter from pcpu_get_pages()Tahsin Erdogan
2014-09-02percpu: move region iterations out of pcpu_[de]populate_chunk()Tejun Heo
2014-09-02percpu: move common parts out of pcpu_[de]populate_chunk()Tejun Heo
2014-09-02percpu: remove @may_alloc from pcpu_get_pages()Tejun Heo
2014-09-02percpu: remove the usage of separate populated bitmap in percpu-vmTejun Heo
2014-08-15percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo
2014-08-15percpu: fix pcpu_alloc_pages() failure pathTejun Heo
2012-06-20mm: fix kernel-doc warningsWanpeng Li
2012-01-20percpu: use bitmap_clearAkinobu Mita
2011-11-22percpu: fix chunk range calculationTejun Heo
2011-11-22percpu: rename pcpu_mem_alloc to pcpu_mem_zallocBob Liu
2011-01-13mm: remove gfp mask from pcpu_get_vm_areasDavid Rientjes
2010-05-01percpu: move vmalloc based chunk management into percpu-vm.cTejun Heo