summaryrefslogtreecommitdiff
path: root/mm/percpu.c
Commit message (Expand)AuthorAgeFilesLines
* percpu: improve percpu_alloc_percpu event traceVasily Averin2022-05-131-2/+3
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-19/+16
|\
| * bitmap: unify find_bit operationsYury Norov2022-01-151-12/+8
| * mm/percpu: micro-optimize pcpu_is_populated()Yury Norov2022-01-151-7/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-34/+120
|\ \
| * | mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-201-5/+71
| * | mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-31/+47
| * | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-5/+9
| |/
* | mm: memcg/percpu: account extra objcg space to memory cgroupsQi Zheng2022-01-151-5/+5
|/
* memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-4/+4
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-4/+4
* memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport2021-11-061-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-1/+0
|\
| * percpu: remove export of pcpu_base_addrGreg Kroah-Hartman2021-09-081-1/+0
* | mm/percpu,c: remove obsolete comments of pcpu_chunk_populated()Jing Xiangfeng2021-09-031-3/+0
|/
* percpu: flush tlb in pcpu_reclaim_populated()Dennis Zhou2021-07-041-6/+26
* Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds2021-07-011-97/+271
|\
| * percpu: optimize locking in pcpu_balance_workfn()Roman Gushchin2021-06-171-12/+29
| * percpu: initialize best_upa variableDennis Zhou2021-06-141-0/+2
| * percpu: rework memcg accountingRoman Gushchin2021-06-051-81/+53
| * percpu: make symbol 'pcpu_free_slot' staticWei Yongjun2021-05-141-1/+1
| * percpu: implement partial chunk depopulationRoman Gushchin2021-04-211-15/+165
| * percpu: use pcpu_free_slot instead of pcpu_nr_slots - 1Dennis Zhou2021-04-211-6/+8
| * percpu: factor out pcpu_check_block_hint()Roman Gushchin2021-04-211-7/+23
| * percpu: split __pcpu_balance_workfn()Roman Gushchin2021-04-161-17/+29
| * percpu: fix a comment about the chunks orderingRoman Gushchin2021-04-161-1/+4
* | mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
|/
* percpu: make pcpu_nr_empty_pop_pages per chunk typeRoman Gushchin2021-04-091-7/+7
* percpu: fix clang modpost section mismatchDennis Zhou2021-02-141-1/+1
* percpu: reduce the number of cpu distance comparisonsWonhyuk Yang2021-02-141-14/+20
* percpu: convert flexible array initializers to use struct_size()Dennis Zhou2020-10-301-4/+4
* mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin2020-10-181-2/+1
* percpu: fix first chunk size calculation for populated bitmapSunghyun Jin2020-09-171-1/+1
* mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin2020-08-121-0/+10
* mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin2020-08-121-21/+164
* percpu: return number of released bytes from pcpu_free_area()Roman Gushchin2020-08-121-3/+10
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-1/+1
* percpu: make pcpu_alloc() aware of current gfp contextFilipe Manana2020-05-071-4/+10
* percpu: update copyright emails to dennis@kernel.orgDennis Zhou2020-04-011-1/+1
* bitmap: genericize percpu bitmap region iteratorsDennis Zhou2020-01-201-45/+16
* percpu: Use struct_size() helperGustavo A. R. Silva2019-09-041-1/+1
* percpu: fix typo in pcpu_setup_first_chunk() commentChristophe JAILLET2019-07-231-1/+1
* percpu: Make pcpu_setup_first_chunk() void functionKefeng Wang2019-07-041-12/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
* Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2019-05-131-162/+387
|\
| * percpu: remove spurious lock dependency between percpu and schedJohn Sperbeck2019-05-081-1/+5
| * percpu: use chunk scan_hint to skip some scanningDennis Zhou2019-03-131-9/+27
| * percpu: convert chunk hints to be based on pcpu_block_mdDennis Zhou2019-03-131-67/+53
| * percpu: make pcpu_block_md genericDennis Zhou2019-03-131-7/+13