summaryrefslogtreecommitdiffstats
path: root/mm/percpu.c
AgeCommit message (Expand)AuthorLines
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+7
2025-03-16mm, percpu: do not consider sleepable allocations atomicMichal Hocko-1/+7
2025-02-18percpu: Remove __per_cpu_loadBrian Gerst-2/+2
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang-56/+14
2024-11-07mm: use page->private instead of page->index in percpuMatthew Wilcox (Oracle)-2/+2
2024-11-06percpu: fix data race with pcpu_nr_empty_pop_pagesDennis Zhou-3/+4
2024-09-01percpu: remove pcpu_alloc_size()Jianhui Zhou-31/+0
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner-3/+3
2024-04-25mm: percpu: enable per-cpu allocation taggingSuren Baghdasaryan-56/+6
2024-04-25mm: percpu: add codetag reference into pcpuobj_extKent Overstreet-0/+26
2024-04-25mm: percpu: introduce pcpuobj_extKent Overstreet-15/+15
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti-7/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+3
2023-10-25percpu: scoped objcg protectionRoman Gushchin-5/+3
2023-10-20mm/percpu.c: introduce pcpu_alloc_size()Hou Tao-0/+31
2023-10-20mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()Hou Tao-3/+1
2023-08-25mm/percpu.c: print error message too if atomic alloc failedBaoquan He-2/+4
2023-08-25mm/percpu.c: optimize the code in pcpu_setup_first_chunk() a little bitBaoquan He-23/+15
2023-08-25mm/percpu.c: remove redundant checkBaoquan He-1/+0
2023-08-25mm/percpu: Remove some local variables in pcpu_populate_pteBibo Mao-15/+9
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