summaryrefslogtreecommitdiffstats
path: root/mm/percpu.c
AgeCommit message (Expand)AuthorLines
2020-08-12mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin-0/+10
2020-08-12mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin-21/+164
2020-08-12percpu: return number of released bytes from pcpu_free_area()Roman Gushchin-3/+10
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-1/+1
2020-05-07percpu: make pcpu_alloc() aware of current gfp contextFilipe Manana-4/+10
2020-04-01percpu: update copyright emails to dennis@kernel.orgDennis Zhou-1/+1
2020-01-20bitmap: genericize percpu bitmap region iteratorsDennis Zhou-45/+16
2019-09-04percpu: Use struct_size() helperGustavo A. R. Silva-1/+1
2019-07-23percpu: fix typo in pcpu_setup_first_chunk() commentChristophe JAILLET-1/+1
2019-07-04percpu: Make pcpu_setup_first_chunk() void functionKefeng Wang-12/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner-2/+1
2019-05-13Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds-162/+387
2019-05-08percpu: remove spurious lock dependency between percpu and schedJohn Sperbeck-1/+5
2019-03-18percpu: stop printing kernel addressesMatteo Croce-4/+4
2019-03-13percpu: use chunk scan_hint to skip some scanningDennis Zhou-9/+27
2019-03-13percpu: convert chunk hints to be based on pcpu_block_mdDennis Zhou-67/+53
2019-03-13percpu: make pcpu_block_md genericDennis Zhou-7/+13
2019-03-13percpu: use block scan_hint to only scan forwardDennis Zhou-6/+17
2019-03-13percpu: remember largest area skipped during allocationDennis Zhou-2/+99
2019-03-13percpu: add block level scan_hintDennis Zhou-7/+94
2019-03-13percpu: set PCPU_BITMAP_BLOCK_SIZE to PAGE_SIZEDennis Zhou-66/+44
2019-03-13percpu: relegate chunks unusable when failing small allocationsDennis Zhou-9/+26
2019-03-13percpu: manage chunks based on contig_bits instead of free_bytesDennis Zhou-1/+1
2019-03-13percpu: introduce helper to determine if two regions overlapDennis Zhou-4/+24
2019-03-13percpu: do not search past bitmap when allocating an areaDennis Zhou-1/+2
2019-03-13percpu: update free path with correct new free regionDennis Zhou-1/+1
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport-7/+4
2019-03-12mm/percpu: add checks for the return value of memblock_alloc*()Mike Rapoport-17/+56
2019-02-23percpu: use nr_groups as check conditionPeng Fan-1/+1
2018-11-01Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds-1/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport-18/+20
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport-14/+14
2018-10-07percpu: stop leaking bitmap metadata blocksMike Rapoport-0/+1
2018-09-12mm: percpu: remove unnecessary unlikely()Igor Stoppa-1/+1
2018-08-22/proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)-0/+29
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds-4/+0
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann-4/+0
2018-03-19mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn()Kirill Tkhai-2/+11
2018-03-19percpu: include linux/sched.h for cond_resched()Tejun Heo-0/+1
2018-02-23percpu: add a schedule point in pcpu_balance_workfn()Eric Dumazet-0/+1
2018-02-18percpu: allow select gfp to be passed to underlying allocatorsDennis Zhou-9/+7
2018-02-18percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou-17/+27
2018-02-18percpu: match chunk allocator declarations with definitionsDennis Zhou-2/+4
2017-11-27percpu: hack to let the CRIS architecture to boot until they clean upNicolas Pitre-0/+4
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds-1/+2
2017-10-19mm, percpu: add support for __GFP_NOWARN flagDaniel Borkmann-5/+10
2017-10-04percpu: don't forget to free the temporary struct pcpu_alloc_infoNicolas Pitre-1/+2
2017-09-28percpu: fix iteration to prevent skipping over blockDennis Zhou-0/+4