aboutsummaryrefslogtreecommitdiffstats
path: root/mm/percpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-09-08percpu: remove export of pcpu_base_addrGreg Kroah-Hartman1-1/+0
2021-09-03mm/percpu,c: remove obsolete comments of pcpu_chunk_populated()Jing Xiangfeng1-3/+0
2021-07-04percpu: flush tlb in pcpu_reclaim_populated()Dennis Zhou1-6/+26
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds1-97/+271
2021-06-17percpu: optimize locking in pcpu_balance_workfn()Roman Gushchin1-12/+29
2021-06-14percpu: initialize best_upa variableDennis Zhou1-0/+2
2021-06-05percpu: rework memcg accountingRoman Gushchin1-81/+53
2021-05-14percpu: make symbol 'pcpu_free_slot' staticWei Yongjun1-1/+1
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-04-21percpu: implement partial chunk depopulationRoman Gushchin1-15/+165
2021-04-21percpu: use pcpu_free_slot instead of pcpu_nr_slots - 1Dennis Zhou1-6/+8
2021-04-21percpu: factor out pcpu_check_block_hint()Roman Gushchin1-7/+23
2021-04-16percpu: split __pcpu_balance_workfn()Roman Gushchin1-17/+29
2021-04-16percpu: fix a comment about the chunks orderingRoman Gushchin1-1/+4
2021-04-09percpu: make pcpu_nr_empty_pop_pages per chunk typeRoman Gushchin1-7/+7
2021-02-14percpu: fix clang modpost section mismatchDennis Zhou1-1/+1
2021-02-14percpu: reduce the number of cpu distance comparisonsWonhyuk Yang1-14/+20
2020-10-30percpu: convert flexible array initializers to use struct_size()Dennis Zhou1-4/+4
2020-10-18mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin1-2/+1
2020-09-17percpu: fix first chunk size calculation for populated bitmapSunghyun Jin1-1/+1
2020-08-12mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin1-0/+10
2020-08-12mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin1-21/+164
2020-08-12percpu: return number of released bytes from pcpu_free_area()Roman Gushchin1-3/+10
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-1/+1
2020-05-07percpu: make pcpu_alloc() aware of current gfp contextFilipe Manana1-4/+10
2020-04-01percpu: update copyright emails to dennis@kernel.orgDennis Zhou1-1/+1
2020-01-20bitmap: genericize percpu bitmap region iteratorsDennis Zhou1-45/+16
2019-09-04percpu: Use struct_size() helperGustavo A. R. Silva1-1/+1
2019-07-23percpu: fix typo in pcpu_setup_first_chunk() commentChristophe JAILLET1-1/+1
2019-07-04percpu: Make pcpu_setup_first_chunk() void functionKefeng Wang1-12/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2019-05-13Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds1-162/+387
2019-05-08percpu: remove spurious lock dependency between percpu and schedJohn Sperbeck1-1/+5
2019-03-18percpu: stop printing kernel addressesMatteo Croce1-4/+4
2019-03-13percpu: use chunk scan_hint to skip some scanningDennis Zhou1-9/+27
2019-03-13percpu: convert chunk hints to be based on pcpu_block_mdDennis Zhou1-67/+53
2019-03-13percpu: make pcpu_block_md genericDennis Zhou1-7/+13
2019-03-13percpu: use block scan_hint to only scan forwardDennis Zhou1-6/+17
2019-03-13percpu: remember largest area skipped during allocationDennis Zhou1-2/+99
2019-03-13percpu: add block level scan_hintDennis Zhou1-7/+94
2019-03-13percpu: set PCPU_BITMAP_BLOCK_SIZE to PAGE_SIZEDennis Zhou1-66/+44
2019-03-13percpu: relegate chunks unusable when failing small allocationsDennis Zhou1-9/+26
2019-03-13percpu: manage chunks based on contig_bits instead of free_bytesDennis Zhou1-1/+1
2019-03-13percpu: introduce helper to determine if two regions overlapDennis Zhou1-4/+24
2019-03-13percpu: do not search past bitmap when allocating an areaDennis Zhou1-1/+2
2019-03-13percpu: update free path with correct new free regionDennis Zhou1-1/+1
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-7/+4
2019-03-12mm/percpu: add checks for the return value of memblock_alloc*()Mike Rapoport1-17/+56