summaryrefslogtreecommitdiff
path: root/mm/percpu.c
AgeCommit message (Expand)Author
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-25percpu: scoped objcg protectionRoman Gushchin
2023-10-20mm/percpu.c: introduce pcpu_alloc_size()Hou Tao
2023-10-20mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()Hou Tao
2023-08-25mm/percpu.c: print error message too if atomic alloc failedBaoquan He
2023-08-25mm/percpu.c: optimize the code in pcpu_setup_first_chunk() a little bitBaoquan He
2023-08-25mm/percpu.c: remove redundant checkBaoquan He
2023-08-25mm/percpu: Remove some local variables in pcpu_populate_pteBibo Mao
2023-02-16mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin
2022-11-07mm/percpu.c: remove the lcm code since block size is fixed at page sizeBaoquan He
2022-11-07mm/percpu: replace the goto with breakBaoquan He
2022-11-07mm/percpu: add comment to state the empty populated pages accountingBaoquan He
2022-11-07mm/percpu: Update the code comment when creating new chunkBaoquan He
2022-11-07mm/percpu: use list_first_entry_or_null in pcpu_reclaim_populated()Baoquan He
2022-11-07mm/percpu: remove unused pcpu_map_extend_chunksBaoquan He
2022-07-17mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free()Patrick Wang
2022-05-13percpu: improve percpu_alloc_percpu event traceVasily Averin
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang
2022-01-15bitmap: unify find_bit operationsYury Norov
2022-01-15mm/percpu: micro-optimize pcpu_is_populated()Yury Norov
2022-01-15mm: memcg/percpu: account extra objcg space to memory cgroupsQi Zheng
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08percpu: remove export of pcpu_base_addrGreg Kroah-Hartman
2021-09-03mm/percpu,c: remove obsolete comments of pcpu_chunk_populated()Jing Xiangfeng
2021-07-04percpu: flush tlb in pcpu_reclaim_populated()Dennis Zhou
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds
2021-06-17percpu: optimize locking in pcpu_balance_workfn()Roman Gushchin
2021-06-14percpu: initialize best_upa variableDennis Zhou
2021-06-05percpu: rework memcg accountingRoman Gushchin
2021-05-14percpu: make symbol 'pcpu_free_slot' staticWei Yongjun
2021-05-07mm: fix typos in commentsIngo Molnar
2021-04-21percpu: implement partial chunk depopulationRoman Gushchin
2021-04-21percpu: use pcpu_free_slot instead of pcpu_nr_slots - 1Dennis Zhou
2021-04-21percpu: factor out pcpu_check_block_hint()Roman Gushchin
2021-04-16percpu: split __pcpu_balance_workfn()Roman Gushchin
2021-04-16percpu: fix a comment about the chunks orderingRoman Gushchin
2021-04-09percpu: make pcpu_nr_empty_pop_pages per chunk typeRoman Gushchin
2021-02-14percpu: fix clang modpost section mismatchDennis Zhou
2021-02-14percpu: reduce the number of cpu distance comparisonsWonhyuk Yang
2020-10-30percpu: convert flexible array initializers to use struct_size()Dennis Zhou
2020-10-18mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin
2020-09-17percpu: fix first chunk size calculation for populated bitmapSunghyun Jin
2020-08-12mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin