summaryrefslogtreecommitdiff
path: root/mm/percpu.c
AgeCommit message (Expand)Author
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
2020-08-12mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin
2020-08-12percpu: return number of released bytes from pcpu_free_area()Roman Gushchin
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-05-07percpu: make pcpu_alloc() aware of current gfp contextFilipe Manana
2020-04-01percpu: update copyright emails to dennis@kernel.orgDennis Zhou
2020-01-20bitmap: genericize percpu bitmap region iteratorsDennis Zhou
2019-09-04percpu: Use struct_size() helperGustavo A. R. Silva
2019-07-23percpu: fix typo in pcpu_setup_first_chunk() commentChristophe JAILLET
2019-07-04percpu: Make pcpu_setup_first_chunk() void functionKefeng Wang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-05-13Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds
2019-05-08percpu: remove spurious lock dependency between percpu and schedJohn Sperbeck
2019-03-18percpu: stop printing kernel addressesMatteo Croce
2019-03-13percpu: use chunk scan_hint to skip some scanningDennis Zhou
2019-03-13percpu: convert chunk hints to be based on pcpu_block_mdDennis Zhou
2019-03-13percpu: make pcpu_block_md genericDennis Zhou
2019-03-13percpu: use block scan_hint to only scan forwardDennis Zhou
2019-03-13percpu: remember largest area skipped during allocationDennis Zhou
2019-03-13percpu: add block level scan_hintDennis Zhou
2019-03-13percpu: set PCPU_BITMAP_BLOCK_SIZE to PAGE_SIZEDennis Zhou
2019-03-13percpu: relegate chunks unusable when failing small allocationsDennis Zhou
2019-03-13percpu: manage chunks based on contig_bits instead of free_bytesDennis Zhou
2019-03-13percpu: introduce helper to determine if two regions overlapDennis Zhou
2019-03-13percpu: do not search past bitmap when allocating an areaDennis Zhou