summaryrefslogtreecommitdiffstats
path: root/mm/percpu.c
AgeCommit message (Expand)AuthorLines
2023-02-16mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin-1/+1
2022-11-07mm/percpu.c: remove the lcm code since block size is fixed at page sizeBaoquan He-10/+2
2022-11-07mm/percpu: replace the goto with breakBaoquan He-2/+1
2022-11-07mm/percpu: add comment to state the empty populated pages accountingBaoquan He-3/+11
2022-11-07mm/percpu: Update the code comment when creating new chunkBaoquan He-5/+1
2022-11-07mm/percpu: use list_first_entry_or_null in pcpu_reclaim_populated()Baoquan He-3/+3
2022-11-07mm/percpu: remove unused pcpu_map_extend_chunksBaoquan He-3/+0
2022-07-17mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free()Patrick Wang-3/+3
2022-05-13percpu: improve percpu_alloc_percpu event traceVasily Averin-2/+3
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds-19/+16
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds-34/+120
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang-5/+71
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang-31/+47
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang-5/+9
2022-01-15bitmap: unify find_bit operationsYury Norov-12/+8
2022-01-15mm/percpu: micro-optimize pcpu_is_populated()Yury Norov-7/+8
2022-01-15mm: memcg/percpu: account extra objcg space to memory cgroupsQi Zheng-5/+5
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport-4/+4
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport-4/+4
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport-4/+4
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+0
2021-09-08percpu: remove export of pcpu_base_addrGreg Kroah-Hartman-1/+0
2021-09-03mm/percpu,c: remove obsolete comments of pcpu_chunk_populated()Jing Xiangfeng-3/+0
2021-07-04percpu: flush tlb in pcpu_reclaim_populated()Dennis Zhou-6/+26
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds-97/+271
2021-06-17percpu: optimize locking in pcpu_balance_workfn()Roman Gushchin-12/+29
2021-06-14percpu: initialize best_upa variableDennis Zhou-0/+2
2021-06-05percpu: rework memcg accountingRoman Gushchin-81/+53
2021-05-14percpu: make symbol 'pcpu_free_slot' staticWei Yongjun-1/+1
2021-05-07mm: fix typos in commentsIngo Molnar-1/+1
2021-04-21percpu: implement partial chunk depopulationRoman Gushchin-15/+165
2021-04-21percpu: use pcpu_free_slot instead of pcpu_nr_slots - 1Dennis Zhou-6/+8
2021-04-21percpu: factor out pcpu_check_block_hint()Roman Gushchin-7/+23
2021-04-16percpu: split __pcpu_balance_workfn()Roman Gushchin-17/+29
2021-04-16percpu: fix a comment about the chunks orderingRoman Gushchin-1/+4
2021-04-09percpu: make pcpu_nr_empty_pop_pages per chunk typeRoman Gushchin-7/+7
2021-02-14percpu: fix clang modpost section mismatchDennis Zhou-1/+1
2021-02-14percpu: reduce the number of cpu distance comparisonsWonhyuk Yang-14/+20
2020-10-30percpu: convert flexible array initializers to use struct_size()Dennis Zhou-4/+4
2020-10-18mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin-2/+1
2020-09-17percpu: fix first chunk size calculation for populated bitmapSunghyun Jin-1/+1
2020-08-12mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin-0/+10
2020-08-12mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin-21/+164
2020-08-12percpu: return number of released bytes from pcpu_free_area()Roman Gushchin-3/+10
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-1/+1
2020-05-07percpu: make pcpu_alloc() aware of current gfp contextFilipe Manana-4/+10
2020-04-01percpu: update copyright emails to dennis@kernel.orgDennis Zhou-1/+1
2020-01-20bitmap: genericize percpu bitmap region iteratorsDennis Zhou-45/+16
2019-09-04percpu: Use struct_size() helperGustavo A. R. Silva-1/+1