aboutsummaryrefslogtreecommitdiffstats
path: root/mm/percpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-19/+16
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-34/+120
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang1-5/+71
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang1-31/+47
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang1-5/+9
2022-01-15bitmap: unify find_bit operationsYury Norov1-12/+8
2022-01-15mm/percpu: micro-optimize pcpu_is_populated()Yury Norov1-7/+8
2022-01-15mm: memcg/percpu: account extra objcg space to memory cgroupsQi Zheng1-5/+5
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-4/+4
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-4/+4
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport1-4/+4
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