summaryrefslogtreecommitdiffstats
path: root/mm/percpu.c
AgeCommit message (Expand)Author
2020-10-30percpu: convert flexible array initializers to use struct_size()Dennis Zhou
2020-10-18mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin
2020-09-17percpu: fix first chunk size calculation for populated bitmapSunghyun Jin
2020-08-12mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin
2020-08-12mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin
2020-08-12percpu: return number of released bytes from pcpu_free_area()Roman Gushchin
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-05-07percpu: make pcpu_alloc() aware of current gfp contextFilipe Manana
2020-04-01percpu: update copyright emails to dennis@kernel.orgDennis Zhou
2020-01-20bitmap: genericize percpu bitmap region iteratorsDennis Zhou
2019-09-04percpu: Use struct_size() helperGustavo A. R. Silva
2019-07-23percpu: fix typo in pcpu_setup_first_chunk() commentChristophe JAILLET
2019-07-04percpu: Make pcpu_setup_first_chunk() void functionKefeng Wang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-05-13Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds
2019-05-08percpu: remove spurious lock dependency between percpu and schedJohn Sperbeck
2019-03-18percpu: stop printing kernel addressesMatteo Croce
2019-03-13percpu: use chunk scan_hint to skip some scanningDennis Zhou
2019-03-13percpu: convert chunk hints to be based on pcpu_block_mdDennis Zhou
2019-03-13percpu: make pcpu_block_md genericDennis Zhou
2019-03-13percpu: use block scan_hint to only scan forwardDennis Zhou
2019-03-13percpu: remember largest area skipped during allocationDennis Zhou
2019-03-13percpu: add block level scan_hintDennis Zhou
2019-03-13percpu: set PCPU_BITMAP_BLOCK_SIZE to PAGE_SIZEDennis Zhou
2019-03-13percpu: relegate chunks unusable when failing small allocationsDennis Zhou
2019-03-13percpu: manage chunks based on contig_bits instead of free_bytesDennis Zhou
2019-03-13percpu: introduce helper to determine if two regions overlapDennis Zhou
2019-03-13percpu: do not search past bitmap when allocating an areaDennis Zhou
2019-03-13percpu: update free path with correct new free regionDennis Zhou
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport
2019-03-12mm/percpu: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-02-23percpu: use nr_groups as check conditionPeng Fan
2018-11-01Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-07percpu: stop leaking bitmap metadata blocksMike Rapoport
2018-09-12mm: percpu: remove unnecessary unlikely()Igor Stoppa
2018-08-22/proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann
2018-03-19mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn()Kirill Tkhai
2018-03-19percpu: include linux/sched.h for cond_resched()Tejun Heo
2018-02-23percpu: add a schedule point in pcpu_balance_workfn()Eric Dumazet
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
2018-02-18percpu: match chunk allocator declarations with definitionsDennis Zhou
2017-11-27percpu: hack to let the CRIS architecture to boot until they clean upNicolas Pitre
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds