aboutsummaryrefslogtreecommitdiff
path: root/mm/percpu.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-07mm: fix typos in commentsGravatar Ingo Molnar 1-1/+1
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
2019-02-23percpu: use nr_groups as check conditionGravatar Peng Fan 1-1/+1
2018-11-01Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Gravatar Linus Torvalds 1-1/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 1-18/+20
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressGravatar Mike Rapoport 1-14/+14
2018-10-07percpu: stop leaking bitmap metadata blocksGravatar Mike Rapoport 1-0/+1
2018-09-12mm: percpu: remove unnecessary unlikely()Gravatar Igor Stoppa 1-1/+1
2018-08-22/proc/meminfo: add percpu populated pages countGravatar Dennis Zhou (Facebook) 1-0/+29
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 1-4/+0
2018-03-26treewide: simplify Kconfig dependencies for removed archsGravatar Arnd Bergmann 1-4/+0
2018-03-19mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn()Gravatar Kirill Tkhai 1-2/+11
2018-03-19percpu: include linux/sched.h for cond_resched()Gravatar Tejun Heo 1-0/+1
2018-02-23percpu: add a schedule point in pcpu_balance_workfn()Gravatar Eric Dumazet 1-0/+1
2018-02-18percpu: allow select gfp to be passed to underlying allocatorsGravatar Dennis Zhou 1-9/+7