summaryrefslogtreecommitdiff
path: root/mm/percpu.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-09percpu: fix race on alloc failed warning limitVlad Dumitrescu1-8/+12
2025-08-28mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo1-3/+3
2025-07-14mm/percpu: prevent concurrency problem for pcpu_nr_populated read with spin lockJeongjun Park1-1/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+7
2025-03-17mm, percpu: do not consider sleepable allocations atomicMichal Hocko1-1/+7
2025-02-18percpu: Remove __per_cpu_loadBrian Gerst1-2/+2
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-56/+14
2024-11-08mm: use page->private instead of page->index in percpuMatthew Wilcox (Oracle)1-2/+2
2024-11-07percpu: fix data race with pcpu_nr_empty_pop_pagesDennis Zhou1-3/+4
2024-09-02percpu: remove pcpu_alloc_size()Jianhui Zhou1-31/+0
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner1-3/+3
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