aboutsummaryrefslogtreecommitdiff
path: root/mm/percpu.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+0
2021-09-08percpu: remove export of pcpu_base_addrGravatar Greg Kroah-Hartman 1-1/+0
2021-09-03mm/percpu,c: remove obsolete comments of pcpu_chunk_populated()Gravatar Jing Xiangfeng 1-3/+0
2021-07-04percpu: flush tlb in pcpu_reclaim_populated()Gravatar Dennis Zhou 1-6/+26
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Gravatar Linus Torvalds 1-97/+271
2021-06-17percpu: optimize locking in pcpu_balance_workfn()Gravatar Roman Gushchin 1-12/+29
2021-06-14percpu: initialize best_upa variableGravatar Dennis Zhou 1-0/+2
2021-06-05percpu: rework memcg accountingGravatar Roman Gushchin 1-81/+53
2021-05-14percpu: make symbol 'pcpu_free_slot' staticGravatar Wei Yongjun 1-1/+1
2021-05-07mm: fix typos in commentsGravatar Ingo Molnar 1-1/+1
2021-04-21percpu: implement partial chunk depopulationGravatar Roman Gushchin 1-15/+165
2021-04-21percpu: use pcpu_free_slot instead of pcpu_nr_slots - 1Gravatar Dennis Zhou 1-6/+8
2021-04-21percpu: factor out pcpu_check_block_hint()Gravatar Roman Gushchin 1-7/+23
2021-04-16percpu: split __pcpu_balance_workfn()Gravatar Roman Gushchin 1-17/+29
2021-04-16percpu: fix a comment about the chunks orderingGravatar Roman Gushchin 1-1/+4
2021-04-09percpu: make pcpu_nr_empty_pop_pages per chunk typeGravatar Roman Gushchin 1-7/+7
2021-02-14percpu: fix clang modpost section mismatchGravatar Dennis Zhou 1-1/+1
2021-02-14percpu: reduce the number of cpu distance comparisonsGravatar Wonhyuk Yang 1-14/+20
2020-10-30percpu: convert flexible array initializers to use struct_size()Gravatar Dennis Zhou 1-4/+4
2020-10-18mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Gravatar Roman Gushchin 1-2/+1
2020-09-17percpu: fix first chunk size calculation for populated bitmapGravatar Sunghyun Jin 1-1/+1
2020-08-12mm: memcg/percpu: per-memcg percpu memory statisticsGravatar Roman Gushchin 1-0/+10
2020-08-12mm: memcg/percpu: account percpu memory to memory cgroupsGravatar Roman Gushchin 1-21/+164
2020-08-12percpu: return number of released bytes from pcpu_free_area()Gravatar Roman Gushchin 1-3/+10
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-06-02mm: remove the pgprot argument to __vmallocGravatar Christoph Hellwig 1-1/+1
2020-05-07percpu: make pcpu_alloc() aware of current gfp contextGravatar Filipe Manana 1-4/+10
2020-04-01percpu: update copyright emails to dennis@kernel.orgGravatar Dennis Zhou 1-1/+1
2020-01-20bitmap: genericize percpu bitmap region iteratorsGravatar Dennis Zhou 1-45/+16
2019-09-04percpu: Use struct_size() helperGravatar Gustavo A. R. Silva 1-1/+1
2019-07-23percpu: fix typo in pcpu_setup_first_chunk() commentGravatar Christophe JAILLET 1-1/+1
2019-07-04percpu: Make pcpu_setup_first_chunk() void functionGravatar Kefeng Wang 1-12/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Gravatar Thomas Gleixner 1-2/+1
2019-05-13Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Gravatar Linus Torvalds 1-162/+387
2019-05-08percpu: remove spurious lock dependency between percpu and schedGravatar John Sperbeck 1-1/+5
2019-03-18percpu: stop printing kernel addressesGravatar Matteo Croce 1-4/+4
2019-03-13percpu: use chunk scan_hint to skip some scanningGravatar Dennis Zhou 1-9/+27
2019-03-13percpu: convert chunk hints to be based on pcpu_block_mdGravatar Dennis Zhou 1-67/+53
2019-03-13percpu: make pcpu_block_md genericGravatar Dennis Zhou 1-7/+13
2019-03-13percpu: use block scan_hint to only scan forwardGravatar Dennis Zhou 1-6/+17
2019-03-13percpu: remember largest area skipped during allocationGravatar Dennis Zhou 1-2/+99
2019-03-13percpu: add block level scan_hintGravatar Dennis Zhou 1-7/+94
2019-03-13percpu: set PCPU_BITMAP_BLOCK_SIZE to PAGE_SIZEGravatar Dennis Zhou 1-66/+44
2019-03-13percpu: relegate chunks unusable when failing small allocationsGravatar Dennis Zhou 1-9/+26
2019-03-13percpu: manage chunks based on contig_bits instead of free_bytesGravatar Dennis Zhou 1-1/+1
2019-03-13percpu: introduce helper to determine if two regions overlapGravatar Dennis Zhou 1-4/+24
2019-03-13percpu: do not search past bitmap when allocating an areaGravatar Dennis Zhou 1-1/+2
2019-03-13percpu: update free path with correct new free regionGravatar Dennis Zhou 1-1/+1
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsGravatar Mike Rapoport 1-7/+4
2019-03-12mm/percpu: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-17/+56