- 7a92fc8 mm: Introduce flush_cache_vmap_early() by Alexandre Ghiti · 1 year, 3 months ago
- ecae0bd Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 4 months ago
- c63b835 percpu: scoped objcg protection by Roman Gushchin · 1 year, 5 months ago
- b460bc8 mm/percpu.c: introduce pcpu_alloc_size() by Hou Tao · 1 year, 4 months ago
- 394e686 mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search() by Hou Tao · 1 year, 4 months ago
- f7d77df mm/percpu.c: print error message too if atomic alloc failed by Baoquan He · 1 year, 7 months ago
- 7ee1e75 mm/percpu.c: optimize the code in pcpu_setup_first_chunk() a little bit by Baoquan He · 1 year, 8 months ago
- 5b67208 mm/percpu.c: remove redundant check by Baoquan He · 1 year, 8 months ago
- 41fd59b mm/percpu: Remove some local variables in pcpu_populate_pte by Bibo Mao · 1 year, 8 months ago
- f7a449f mm: memcontrol: rename memcg_kmem_enabled() by Roman Gushchin · 2 years, 1 month ago
- 3289e05 mm/percpu.c: remove the lcm code since block size is fixed at page size by Baoquan He · 2 years, 4 months ago
- 83d261f mm/percpu: replace the goto with break by Baoquan He · 2 years, 4 months ago
- 73046f8 mm/percpu: add comment to state the empty populated pages accounting by Baoquan He · 2 years, 4 months ago
- e04cb69 mm/percpu: Update the code comment when creating new chunk by Baoquan He · 2 years, 4 months ago
- c1f6688 mm/percpu: use list_first_entry_or_null in pcpu_reclaim_populated() by Baoquan He · 2 years, 4 months ago
- 5a7d596 mm/percpu: remove unused pcpu_map_extend_chunks by Baoquan He · 2 years, 4 months ago
- a317ebc mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free() by Patrick Wang · 2 years, 8 months ago
- f67bed1 percpu: improve percpu_alloc_percpu event trace by Vasily Averin · 2 years, 10 months ago
- 3689f9f Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux by Linus Torvalds · 3 years, 1 month ago
- f4484d1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 1 month ago
- 20c0357 mm: percpu: add generic pcpu_populate_pte() function by Kefeng Wang · 3 years, 1 month ago
- 23f9171 mm: percpu: add generic pcpu_fc_alloc/free funciton by Kefeng Wang · 3 years, 1 month ago
- 1ca3fb3 mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef by Kefeng Wang · 3 years, 1 month ago
- ec288a2 bitmap: unify find_bit operations by Yury Norov · 3 years, 7 months ago
- 801a573 mm/percpu: micro-optimize pcpu_is_populated() by Yury Norov · 3 years, 7 months ago
- 8c57c07 mm: memcg/percpu: account extra objcg space to memory cgroups by Qi Zheng · 3 years, 2 months ago
- 4421cca0 memblock: use memblock_free for freeing virtual pointers by Mike Rapoport · 3 years, 4 months ago
- 3ecc683 memblock: rename memblock_free to memblock_phys_free by Mike Rapoport · 3 years, 4 months ago
- fa27717 memblock: drop memblock_free_early_nid() and memblock_free_early() by Mike Rapoport · 3 years, 4 months ago
- 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
- 3843c50 percpu: remove export of pcpu_base_addr by Greg Kroah-Hartman · 3 years, 6 months ago
- 3198145 mm/percpu,c: remove obsolete comments of pcpu_chunk_populated() by Jing Xiangfeng · 3 years, 6 months ago
- 93274f1 percpu: flush tlb in pcpu_reclaim_populated() by Dennis Zhou · 3 years, 8 months ago
- e267992 Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 3 years, 8 months ago
- e4d7770 percpu: optimize locking in pcpu_balance_workfn() by Roman Gushchin · 3 years, 9 months ago
- 4829c79 percpu: initialize best_upa variable by Dennis Zhou · 3 years, 9 months ago
- faf65dd percpu: rework memcg accounting by Roman Gushchin · 3 years, 9 months ago
- 8d55ba5 percpu: make symbol 'pcpu_free_slot' static by Wei Yongjun · 3 years, 10 months ago
- f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 10 months ago
- f183324 percpu: implement partial chunk depopulation by Roman Gushchin · 4 years ago
- 1c29a3c percpu: use pcpu_free_slot instead of pcpu_nr_slots - 1 by Dennis Zhou · 3 years, 11 months ago
- 8ea2e1e percpu: factor out pcpu_check_block_hint() by Roman Gushchin · 4 years ago
- 67c2669 percpu: split __pcpu_balance_workfn() by Roman Gushchin · 4 years ago
- ac9380f percpu: fix a comment about the chunks ordering by Roman Gushchin · 4 years ago
- 0760fa3 percpu: make pcpu_nr_empty_pop_pages per chunk type by Roman Gushchin · 4 years ago
- 258e081 percpu: fix clang modpost section mismatch by Dennis Zhou · 4 years, 1 month ago
- d7d29ac percpu: reduce the number of cpu distance comparisons by Wonhyuk Yang · 4 years, 4 months ago
- 61cf93d percpu: convert flexible array initializers to use struct_size() by Dennis Zhou · 4 years, 4 months ago
- 279c339 mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current() by Roman Gushchin · 4 years, 5 months ago
- b3b33d3 percpu: fix first chunk size calculation for populated bitmap by Sunghyun Jin · 4 years, 6 months ago
- 772616b mm: memcg/percpu: per-memcg percpu memory statistics by Roman Gushchin · 4 years, 7 months ago
- 3c7be18 mm: memcg/percpu: account percpu memory to memory cgroups by Roman Gushchin · 4 years, 7 months ago
- 5b32af9 percpu: return number of released bytes from pcpu_free_area() by Roman Gushchin · 4 years, 7 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 9 months ago
- 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 9 months ago
- 28307d9 percpu: make pcpu_alloc() aware of current gfp context by Filipe Manana · 4 years, 10 months ago
- bfacd38 percpu: update copyright emails to dennis@kernel.org by Dennis Zhou · 5 years ago
- e837dfd bitmap: genericize percpu bitmap region iterators by Dennis Zhou · 5 years ago
- 14d3761 percpu: Use struct_size() helper by Gustavo A. R. Silva · 6 years ago
- 69ab285 percpu: fix typo in pcpu_setup_first_chunk() comment by Christophe JAILLET · 6 years ago
- 163fa23 percpu: Make pcpu_setup_first_chunk() void function by Kefeng Wang · 6 years ago
- 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
- 3aff5fa Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 6 years ago
- 198790d percpu: remove spurious lock dependency between percpu and sched by John Sperbeck · 6 years ago
- 00206a69 percpu: stop printing kernel addresses by Matteo Croce · 6 years ago
- d33d9f3 percpu: use chunk scan_hint to skip some scanning by Dennis Zhou · 6 years ago
- 92c14ca percpu: convert chunk hints to be based on pcpu_block_md by Dennis Zhou · 6 years ago
- 047924c9 percpu: make pcpu_block_md generic by Dennis Zhou · 6 years ago
- da3afdd percpu: use block scan_hint to only scan forward by Dennis Zhou · 6 years ago
- b89462a percpu: remember largest area skipped during allocation by Dennis Zhou · 6 years ago
- 382b88e percpu: add block level scan_hint by Dennis Zhou · 6 years ago
- b239f7d percpu: set PCPU_BITMAP_BLOCK_SIZE to PAGE_SIZE by Dennis Zhou · 6 years ago
- 8744d85 percpu: relegate chunks unusable when failing small allocations by Dennis Zhou · 6 years ago
- 3e54097 percpu: manage chunks based on contig_bits instead of free_bytes by Dennis Zhou · 6 years ago
- d9f3a01 percpu: introduce helper to determine if two regions overlap by Dennis Zhou · 6 years ago
- 8c43004 percpu: do not search past bitmap when allocating an area by Dennis Zhou · 6 years ago
- 8e5a2b9 percpu: update free path with correct new free region by Dennis Zhou · 6 years ago
- 26fb3da memblock: drop memblock_alloc_*_nopanic() variants by Mike Rapoport · 6 years ago
- f655f40 mm/percpu: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
- 2de7852 percpu: use nr_groups as check condition by Peng Fan · 6 years ago
- 6444ccf Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 6 years ago
- 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
- 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
- eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
- 6685b35 percpu: stop leaking bitmap metadata blocks by Mike Rapoport · 6 years ago
- 0b59c25 mm: percpu: remove unnecessary unlikely() by Igor Stoppa · 7 years ago
- 7e8a630 /proc/meminfo: add percpu populated pages count by Dennis Zhou (Facebook) · 7 years ago
- f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
- a687a53 treewide: simplify Kconfig dependencies for removed archs by Arnd Bergmann · 7 years ago
- f52ba1f mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn() by Kirill Tkhai · 7 years ago
- 71546d1 percpu: include linux/sched.h for cond_resched() by Tejun Heo · 7 years ago
- accd4f3 percpu: add a schedule point in pcpu_balance_workfn() by Eric Dumazet · 7 years ago
- 554fef1 percpu: allow select gfp to be passed to underlying allocators by Dennis Zhou · 7 years ago
- 47504ee percpu: add __GFP_NORETRY semantics to the percpu balancing path by Dennis Zhou · 7 years ago
- 15d9f3d percpu: match chunk allocator declarations with definitions by Dennis Zhou · 7 years ago
- abee210 percpu: hack to let the CRIS architecture to boot until they clean up by Nicolas Pitre · 7 years ago
- 766ec76 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 7 years ago
- 0ea7eee mm, percpu: add support for __GFP_NOWARN flag by Daniel Borkmann · 7 years ago
- 438a506 percpu: don't forget to free the temporary struct pcpu_alloc_info by Nicolas Pitre · 7 years ago
- 1fa4df3 percpu: fix iteration to prevent skipping over block by Dennis Zhou · 7 years ago