summaryrefslogtreecommitdiff
path: root/mm/percpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26mm: percpu: enable per-cpu allocation taggingSuren Baghdasaryan1-56/+6
2024-04-26mm: percpu: add codetag reference into pcpuobj_extKent Overstreet1-0/+26
2024-04-26mm: percpu: introduce pcpuobj_extKent Overstreet1-15/+15
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti1-7/+1
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+3
2023-10-26percpu: scoped objcg protectionRoman Gushchin1-5/+3
2023-10-21mm/percpu.c: introduce pcpu_alloc_size()Hou Tao1-0/+31
2023-10-20mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()Hou Tao1-3/+1
2023-08-25mm/percpu.c: print error message too if atomic alloc failedBaoquan He1-2/+4
2023-08-25mm/percpu.c: optimize the code in pcpu_setup_first_chunk() a little bitBaoquan He1-23/+15
2023-08-25mm/percpu.c: remove redundant checkBaoquan He1-1/+0
2023-08-25mm/percpu: Remove some local variables in pcpu_populate_pteBibo Mao1-15/+9
2023-02-17mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin1-1/+1
2022-11-08mm/percpu.c: remove the lcm code since block size is fixed at page sizeBaoquan He1-10/+2
2022-11-08mm/percpu: replace the goto with breakBaoquan He1-2/+1
2022-11-08mm/percpu: add comment to state the empty populated pages accountingBaoquan He1-3/+11
2022-11-08mm/percpu: Update the code comment when creating new chunkBaoquan He1-5/+1
2022-11-08mm/percpu: use list_first_entry_or_null in pcpu_reclaim_populated()Baoquan He1-3/+3
2022-11-08mm/percpu: remove unused pcpu_map_extend_chunksBaoquan He1-3/+0
2022-07-18mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free()Patrick Wang1-3/+3
2022-05-13percpu: improve percpu_alloc_percpu event traceVasily Averin1-2/+3
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-02Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds1-97/+271
2021-06-18percpu: 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