summaryrefslogtreecommitdiffstats
path: root/mm/percpu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-1/+0
|\
| * percpu: remove export of pcpu_base_addrGreg Kroah-Hartman2021-09-081-1/+0
* | mm/percpu,c: remove obsolete comments of pcpu_chunk_populated()Jing Xiangfeng2021-09-031-3/+0
|/
* percpu: flush tlb in pcpu_reclaim_populated()Dennis Zhou2021-07-041-6/+26
* Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds2021-07-011-97/+271
|\
| * percpu: optimize locking in pcpu_balance_workfn()Roman Gushchin2021-06-171-12/+29
| * percpu: initialize best_upa variableDennis Zhou2021-06-141-0/+2
| * percpu: rework memcg accountingRoman Gushchin2021-06-051-81/+53
| * percpu: make symbol 'pcpu_free_slot' staticWei Yongjun2021-05-141-1/+1
| * percpu: implement partial chunk depopulationRoman Gushchin2021-04-211-15/+165
| * percpu: use pcpu_free_slot instead of pcpu_nr_slots - 1Dennis Zhou2021-04-211-6/+8
| * percpu: factor out pcpu_check_block_hint()Roman Gushchin2021-04-211-7/+23
| * percpu: split __pcpu_balance_workfn()Roman Gushchin2021-04-161-17/+29
| * percpu: fix a comment about the chunks orderingRoman Gushchin2021-04-161-1/+4
* | mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
|/
* percpu: make pcpu_nr_empty_pop_pages per chunk typeRoman Gushchin2021-04-091-7/+7
* percpu: fix clang modpost section mismatchDennis Zhou2021-02-141-1/+1
* percpu: reduce the number of cpu distance comparisonsWonhyuk Yang2021-02-141-14/+20
* percpu: convert flexible array initializers to use struct_size()Dennis Zhou2020-10-301-4/+4
* mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin2020-10-181-2/+1
* percpu: fix first chunk size calculation for populated bitmapSunghyun Jin2020-09-171-1/+1
* mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin2020-08-121-0/+10
* mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin2020-08-121-21/+164
* percpu: return number of released bytes from pcpu_free_area()Roman Gushchin2020-08-121-3/+10
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-1/+1
* percpu: make pcpu_alloc() aware of current gfp contextFilipe Manana2020-05-071-4/+10
* percpu: update copyright emails to dennis@kernel.orgDennis Zhou2020-04-011-1/+1
* bitmap: genericize percpu bitmap region iteratorsDennis Zhou2020-01-201-45/+16
* percpu: Use struct_size() helperGustavo A. R. Silva2019-09-041-1/+1
* percpu: fix typo in pcpu_setup_first_chunk() commentChristophe JAILLET2019-07-231-1/+1
* percpu: Make pcpu_setup_first_chunk() void functionKefeng Wang2019-07-041-12/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
* Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2019-05-131-162/+387
|\
| * percpu: remove spurious lock dependency between percpu and schedJohn Sperbeck2019-05-081-1/+5
| * percpu: use chunk scan_hint to skip some scanningDennis Zhou2019-03-131-9/+27
| * percpu: convert chunk hints to be based on pcpu_block_mdDennis Zhou2019-03-131-67/+53
| * percpu: make pcpu_block_md genericDennis Zhou2019-03-131-7/+13
| * percpu: use block scan_hint to only scan forwardDennis Zhou2019-03-131-6/+17
| * percpu: remember largest area skipped during allocationDennis Zhou2019-03-131-2/+99
| * percpu: add block level scan_hintDennis Zhou2019-03-131-7/+94
| * percpu: set PCPU_BITMAP_BLOCK_SIZE to PAGE_SIZEDennis Zhou2019-03-131-66/+44
| * percpu: relegate chunks unusable when failing small allocationsDennis Zhou2019-03-131-9/+26
| * percpu: manage chunks based on contig_bits instead of free_bytesDennis Zhou2019-03-131-1/+1
| * percpu: introduce helper to determine if two regions overlapDennis Zhou2019-03-131-4/+24
| * percpu: do not search past bitmap when allocating an areaDennis Zhou2019-03-131-1/+2
| * percpu: update free path with correct new free regionDennis Zhou2019-03-131-1/+1
* | percpu: stop printing kernel addressesMatteo Croce2019-03-181-4/+4
|/
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-7/+4
* mm/percpu: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-17/+56