Age | Commit message (Expand) | Author | Files | Lines |
2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+7 |
2025-03-16 | mm, percpu: do not consider sleepable allocations atomic | Michal Hocko | 1 | -1/+7 |
2025-02-18 | percpu: Remove __per_cpu_load | Brian Gerst | 1 | -2/+2 |
2025-01-25 | mm/memblock: add memblock_alloc_or_panic interface | Guo Weikang | 1 | -56/+14 |
2024-11-07 | mm: use page->private instead of page->index in percpu | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2024-11-06 | percpu: fix data race with pcpu_nr_empty_pop_pages | Dennis Zhou | 1 | -3/+4 |
2024-09-01 | percpu: remove pcpu_alloc_size() | Jianhui Zhou | 1 | -31/+0 |
2024-07-10 | mm: remove CONFIG_MEMCG_KMEM | Johannes Weiner | 1 | -3/+3 |
2024-04-25 | mm: percpu: enable per-cpu allocation tagging | Suren Baghdasaryan | 1 | -56/+6 |
2024-04-25 | mm: percpu: add codetag reference into pcpuobj_ext | Kent Overstreet | 1 | -0/+26 |
2024-04-25 | mm: percpu: introduce pcpuobj_ext | Kent Overstreet | 1 | -15/+15 |
2023-12-14 | mm: Introduce flush_cache_vmap_early() | Alexandre Ghiti | 1 | -7/+1 |
2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+3 |
2023-10-25 | percpu: scoped objcg protection | Roman Gushchin | 1 | -5/+3 |
2023-10-20 | mm/percpu.c: introduce pcpu_alloc_size() | Hou Tao | 1 | -0/+31 |
2023-10-20 | mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search() | Hou Tao | 1 | -3/+1 |
2023-08-25 | mm/percpu.c: print error message too if atomic alloc failed | Baoquan He | 1 | -2/+4 |
2023-08-25 | mm/percpu.c: optimize the code in pcpu_setup_first_chunk() a little bit | Baoquan He | 1 | -23/+15 |
2023-08-25 | mm/percpu.c: remove redundant check | Baoquan He | 1 | -1/+0 |
2023-08-25 | mm/percpu: Remove some local variables in pcpu_populate_pte | Bibo Mao | 1 | -15/+9 |
2023-02-16 | mm: memcontrol: rename memcg_kmem_enabled() | Roman Gushchin | 1 | -1/+1 |
2022-11-07 | mm/percpu.c: remove the lcm code since block size is fixed at page size | Baoquan He | 1 | -10/+2 |
2022-11-07 | mm/percpu: replace the goto with break | Baoquan He | 1 | -2/+1 |
2022-11-07 | mm/percpu: add comment to state the empty populated pages accounting | Baoquan He | 1 | -3/+11 |
2022-11-07 | mm/percpu: Update the code comment when creating new chunk | Baoquan He | 1 | -5/+1 |
2022-11-07 | mm/percpu: use list_first_entry_or_null in pcpu_reclaim_populated() | Baoquan He | 1 | -3/+3 |
2022-11-07 | mm/percpu: remove unused pcpu_map_extend_chunks | Baoquan He | 1 | -3/+0 |
2022-07-17 | mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free() | Patrick Wang | 1 | -3/+3 |
2022-05-13 | percpu: improve percpu_alloc_percpu event trace | Vasily Averin | 1 | -2/+3 |
2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 1 | -19/+16 |
2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -34/+120 |
2022-01-20 | mm: percpu: add generic pcpu_populate_pte() function | Kefeng Wang | 1 | -5/+71 |
2022-01-20 | mm: percpu: add generic pcpu_fc_alloc/free funciton | Kefeng Wang | 1 | -31/+47 |
2022-01-20 | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef | Kefeng Wang | 1 | -5/+9 |
2022-01-15 | bitmap: unify find_bit operations | Yury Norov | 1 | -12/+8 |
2022-01-15 | mm/percpu: micro-optimize pcpu_is_populated() | Yury Norov | 1 | -7/+8 |
2022-01-15 | mm: memcg/percpu: account extra objcg space to memory cgroups | Qi Zheng | 1 | -5/+5 |
2021-11-06 | memblock: use memblock_free for freeing virtual pointers | Mike Rapoport | 1 | -4/+4 |
2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport | 1 | -4/+4 |
2021-11-06 | memblock: drop memblock_free_early_nid() and memblock_free_early() | Mike Rapoport | 1 | -4/+4 |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+0 |
2021-09-08 | percpu: remove export of pcpu_base_addr | Greg Kroah-Hartman | 1 | -1/+0 |
2021-09-03 | mm/percpu,c: remove obsolete comments of pcpu_chunk_populated() | Jing Xiangfeng | 1 | -3/+0 |
2021-07-04 | percpu: flush tlb in pcpu_reclaim_populated() | Dennis Zhou | 1 | -6/+26 |
2021-07-01 | Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn... | Linus Torvalds | 1 | -97/+271 |
2021-06-17 | percpu: optimize locking in pcpu_balance_workfn() | Roman Gushchin | 1 | -12/+29 |
2021-06-14 | percpu: initialize best_upa variable | Dennis Zhou | 1 | -0/+2 |
2021-06-05 | percpu: rework memcg accounting | Roman Gushchin | 1 | -81/+53 |
2021-05-14 | percpu: make symbol 'pcpu_free_slot' static | Wei Yongjun | 1 | -1/+1 |
2021-05-07 | mm: fix typos in comments | Ingo Molnar | 1 | -1/+1 |
2021-04-21 | percpu: implement partial chunk depopulation | Roman Gushchin | 1 | -15/+165 |
2021-04-21 | percpu: use pcpu_free_slot instead of pcpu_nr_slots - 1 | Dennis Zhou | 1 | -6/+8 |
2021-04-21 | percpu: factor out pcpu_check_block_hint() | Roman Gushchin | 1 | -7/+23 |
2021-04-16 | percpu: split __pcpu_balance_workfn() | Roman Gushchin | 1 | -17/+29 |
2021-04-16 | percpu: fix a comment about the chunks ordering | Roman Gushchin | 1 | -1/+4 |
2021-04-09 | percpu: make pcpu_nr_empty_pop_pages per chunk type | Roman Gushchin | 1 | -7/+7 |
2021-02-14 | percpu: fix clang modpost section mismatch | Dennis Zhou | 1 | -1/+1 |
2021-02-14 | percpu: reduce the number of cpu distance comparisons | Wonhyuk Yang | 1 | -14/+20 |
2020-10-30 | percpu: convert flexible array initializers to use struct_size() | Dennis Zhou | 1 | -4/+4 |
2020-10-18 | mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current() | Roman Gushchin | 1 | -2/+1 |
2020-09-17 | percpu: fix first chunk size calculation for populated bitmap | Sunghyun Jin | 1 | -1/+1 |
2020-08-12 | mm: memcg/percpu: per-memcg percpu memory statistics | Roman Gushchin | 1 | -0/+10 |
2020-08-12 | mm: memcg/percpu: account percpu memory to memory cgroups | Roman Gushchin | 1 | -21/+164 |
2020-08-12 | percpu: return number of released bytes from pcpu_free_area() | Roman Gushchin | 1 | -3/+10 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig | 1 | -1/+1 |
2020-05-07 | percpu: make pcpu_alloc() aware of current gfp context | Filipe Manana | 1 | -4/+10 |
2020-04-01 | percpu: update copyright emails to dennis@kernel.org | Dennis Zhou | 1 | -1/+1 |
2020-01-20 | bitmap: genericize percpu bitmap region iterators | Dennis Zhou | 1 | -45/+16 |
2019-09-04 | percpu: Use struct_size() helper | Gustavo A. R. Silva | 1 | -1/+1 |
2019-07-23 | percpu: fix typo in pcpu_setup_first_chunk() comment | Christophe JAILLET | 1 | -1/+1 |
2019-07-04 | percpu: Make pcpu_setup_first_chunk() void function | Kefeng Wang | 1 | -12/+7 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 | Thomas Gleixner | 1 | -2/+1 |
2019-05-13 | Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/denni... | Linus Torvalds | 1 | -162/+387 |
2019-05-08 | percpu: remove spurious lock dependency between percpu and sched | John Sperbeck | 1 | -1/+5 |
2019-03-18 | percpu: stop printing kernel addresses | Matteo Croce | 1 | -4/+4 |
2019-03-13 | percpu: use chunk scan_hint to skip some scanning | Dennis Zhou | 1 | -9/+27 |
2019-03-13 | percpu: convert chunk hints to be based on pcpu_block_md | Dennis Zhou | 1 | -67/+53 |
2019-03-13 | percpu: make pcpu_block_md generic | Dennis Zhou | 1 | -7/+13 |
2019-03-13 | percpu: use block scan_hint to only scan forward | Dennis Zhou | 1 | -6/+17 |
2019-03-13 | percpu: remember largest area skipped during allocation | Dennis Zhou | 1 | -2/+99 |
2019-03-13 | percpu: add block level scan_hint | Dennis Zhou | 1 | -7/+94 |
2019-03-13 | percpu: set PCPU_BITMAP_BLOCK_SIZE to PAGE_SIZE | Dennis Zhou | 1 | -66/+44 |
2019-03-13 | percpu: relegate chunks unusable when failing small allocations | Dennis Zhou | 1 | -9/+26 |
2019-03-13 | percpu: manage chunks based on contig_bits instead of free_bytes | Dennis Zhou | 1 | -1/+1 |
2019-03-13 | percpu: introduce helper to determine if two regions overlap | Dennis Zhou | 1 | -4/+24 |
2019-03-13 | percpu: do not search past bitmap when allocating an area | Dennis Zhou | 1 | -1/+2 |
2019-03-13 | percpu: update free path with correct new free region | Dennis Zhou | 1 | -1/+1 |
2019-03-12 | memblock: drop memblock_alloc_*_nopanic() variants | Mike Rapoport | 1 | -7/+4 |
2019-03-12 | mm/percpu: add checks for the return value of memblock_alloc*() | Mike Rapoport | 1 | -17/+56 |
2019-02-23 | percpu: use nr_groups as check condition | Peng Fan | 1 | -1/+1 |
2018-11-01 | Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn... | Linus Torvalds | 1 | -1/+1 |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 1 | -18/+20 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: remove _virt from APIs returning virtual address | Mike Rapoport | 1 | -14/+14 |
2018-10-07 | percpu: stop leaking bitmap metadata blocks | Mike Rapoport | 1 | -0/+1 |
2018-09-12 | mm: percpu: remove unnecessary unlikely() | Igor Stoppa | 1 | -1/+1 |
2018-08-22 | /proc/meminfo: add percpu populated pages count | Dennis Zhou (Facebook) | 1 | -0/+29 |
2018-04-02 | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 1 | -4/+0 |
2018-03-26 | treewide: simplify Kconfig dependencies for removed archs | Arnd Bergmann | 1 | -4/+0 |
2018-03-19 | mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn() | Kirill Tkhai | 1 | -2/+11 |
2018-03-19 | percpu: include linux/sched.h for cond_resched() | Tejun Heo | 1 | -0/+1 |
2018-02-23 | percpu: add a schedule point in pcpu_balance_workfn() | Eric Dumazet | 1 | -0/+1 |
2018-02-18 | percpu: allow select gfp to be passed to underlying allocators | Dennis Zhou | 1 | -9/+7 |
2018-02-18 | percpu: add __GFP_NORETRY semantics to the percpu balancing path | Dennis Zhou | 1 | -17/+27 |
2018-02-18 | percpu: match chunk allocator declarations with definitions | Dennis Zhou | 1 | -2/+4 |
2017-11-27 | percpu: hack to let the CRIS architecture to boot until they clean up | Nicolas Pitre | 1 | -0/+4 |
2017-11-15 | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 1 | -1/+2 |
2017-10-19 | mm, percpu: add support for __GFP_NOWARN flag | Daniel Borkmann | 1 | -5/+10 |
2017-10-04 | percpu: don't forget to free the temporary struct pcpu_alloc_info | Nicolas Pitre | 1 | -1/+2 |
2017-09-28 | percpu: fix iteration to prevent skipping over block | Dennis Zhou | 1 | -0/+4 |
2017-07-26 | percpu: update header to contain bitmap allocator explanation. | Dennis Zhou (Facebook) | 1 | -14/+18 |
2017-07-26 | percpu: update pcpu_find_block_fit to use an iterator | Dennis Zhou (Facebook) | 1 | -20/+92 |
2017-07-26 | percpu: use metadata blocks to update the chunk contig hint | Dennis Zhou (Facebook) | 1 | -10/+70 |
2017-07-26 | percpu: update free path to take advantage of contig hints | Dennis Zhou (Facebook) | 1 | -3/+65 |
2017-07-26 | percpu: update alloc path to only scan if contig hints are broken | Dennis Zhou (Facebook) | 1 | -3/+56 |
2017-07-26 | percpu: keep track of the best offset for contig hints | Dennis Zhou (Facebook) | 1 | -1/+12 |
2017-07-26 | percpu: skip chunks if the alloc does not fit in the contig hint | Dennis Zhou (Facebook) | 1 | -2/+16 |
2017-07-26 | percpu: add first_bit to keep track of the first free in the bitmap | Dennis Zhou (Facebook) | 1 | -2/+15 |
2017-07-26 | percpu: introduce bitmap metadata blocks | Dennis Zhou (Facebook) | 1 | -12/+216 |
2017-07-26 | percpu: replace area map allocator with bitmap | Dennis Zhou (Facebook) | 1 | -456/+273 |
2017-07-26 | percpu: generalize bitmap (un)populated iterators | Dennis Zhou (Facebook) | 1 | -24/+25 |
2017-07-26 | percpu: increase minimum percpu allocation size and align first regions | Dennis Zhou (Facebook) | 1 | -7/+20 |
2017-07-26 | percpu: introduce nr_empty_pop_pages to help empty page accounting | Dennis Zhou (Facebook) | 1 | -3/+8 |
2017-07-26 | percpu: change the number of pages marked in the first_chunk pop bitmap | Dennis Zhou (Facebook) | 1 | -7/+9 |
2017-07-26 | percpu: combine percpu address checks | Dennis Zhou (Facebook) | 1 | -40/+11 |
2017-07-26 | percpu: modify base_addr to be region specific | Dennis Zhou (Facebook) | 1 | -41/+114 |
2017-07-26 | percpu: setup_first_chunk rename schunk/dchunk to chunk | Dennis Zhou (Facebook) | 1 | -8/+8 |
2017-07-26 | percpu: end chunk area maps page aligned for the populated bitmap | Dennis Zhou (Facebook) | 1 | -0/+9 |
2017-07-26 | percpu: unify allocation of schunk and dchunk | Dennis Zhou (Facebook) | 1 | -33/+40 |
2017-07-26 | percpu: setup_first_chunk remove dyn_size and consolidate logic | Dennis Zhou (Facebook) | 1 | -12/+6 |
2017-07-26 | percpu: remove has_reserved from pcpu_chunk | Dennis Zhou (Facebook) | 1 | -3/+0 |
2017-07-26 | percpu: introduce start_offset to pcpu_chunk | Dennis Zhou (Facebook) | 1 | -11/+10 |
2017-07-26 | percpu: setup_first_chunk enforce dynamic region must exist | Dennis Zhou (Facebook) | 1 | -5/+4 |
2017-07-17 | percpu: update the header comment and pcpu_build_alloc_info comments | Dennis Zhou (Facebook) | 1 | -26/+32 |
2017-07-17 | percpu: expose pcpu_nr_empty_pop_pages in pcpu_stats | Dennis Zhou (Facebook) | 1 | -1/+1 |
2017-06-21 | percpu: resolve err may not be initialized in pcpu_alloc | Dennis Zhou | 1 | -1/+3 |
2017-06-20 | percpu: add tracepoint support for percpu memory | Dennis Zhou | 1 | -0/+12 |
2017-06-20 | percpu: expose statistics about percpu memory via debugfs | Dennis Zhou | 1 | -0/+9 |
2017-06-20 | percpu: migrate percpu data structures to internal header | Dennis Zhou | 1 | -23/+7 |
2017-06-20 | percpu: add missing lockdep_assert_held to func pcpu_free_area | Dennis Zhou | 1 | -0/+2 |
2017-05-10 | mark most percpu globals as __ro_after_init | Daniel Micay | 1 | -18/+18 |
2017-04-04 | Merge branch 'sched/core' into locking/core | Thomas Gleixner | 1 | -1/+4 |
2017-03-26 | lockdep: Fix per-cpu static objects | Peter Zijlstra | 1 | -1/+4 |
2017-03-16 | locking/lockdep: Handle statically initialized PER_CPU locks properly | Thomas Gleixner | 1 | -14/+23 |
2017-03-06 | percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages | Tahsin Erdogan | 1 | -1/+4 |
2017-02-27 | scripts/spelling.txt: add "followings" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2016-12-13 | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 1 | -1/+2 |
2016-12-12 | mm/percpu.c: fix panic triggered by BUG_ON() falsely | zijun_hu | 1 | -4/+12 |
2016-10-19 | percpu: ensure the requested alignment is power of two | zijun_hu | 1 | -1/+2 |
2016-10-05 | mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk() | zijun_hu | 1 | -18/+18 |
2016-10-05 | mm/percpu.c: correct max_distance calculation for pcpu_embed_first_chunk() | zijun_hu | 1 | -6/+8 |
2016-05-25 | percpu: fix synchronization between synchronous map extension and chunk destr... | Tejun Heo | 1 | -8/+8 |
2016-05-25 | percpu: fix synchronization between chunk->map_extend_work and chunk destruction | Tejun Heo | 1 | -21/+36 |
2016-03-17 | mm: percpu: use pr_fmt to prefix output | Joe Perches | 1 | -9/+11 |
2016-03-17 | mm: convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 1 | -6/+6 |
2016-03-17 | mm: coalesce split strings | Joe Perches | 1 | -2/+2 |
2016-03-17 | mm: convert pr_warning to pr_warn | Joe Perches | 1 | -8/+7 |
2016-01-22 | tree wide: use kvfree() than conditional kfree()/vfree() | Tetsuo Handa | 1 | -11/+7 |
2015-11-05 | mm/percpu: use offset_in_page macro | Alexander Kuleshov | 1 | -5/+5 |
2015-07-21 | percpu: clean up of schunk->map[] assignment in pcpu_setup_first_chunk | Baoquan He | 1 | -3/+2 |
2015-06-24 | mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc() | Larry Finger | 1 | -1/+1 |
2015-03-24 | percpu: Fix trivial typos in comments | Yannick Guerrini | 1 | -2/+2 |
2015-02-13 | percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 1 | -4/+2 |
2014-10-29 | percpu: off by one in BUG_ON() | Dan Carpenter | 1 | -1/+1 |
2014-10-08 | percpu: fix how @gfp is interpreted by the percpu allocator | Tejun Heo | 1 | -1/+1 |
2014-09-21 | Revert "percpu: free percpu allocation info for uniprocessor system" | Guenter Roeck | 1 | -2/+0 |
2014-09-09 | percpu: fix locking regression in the failure path of pcpu_alloc() | Tejun Heo | 1 | -0/+1 |
2014-09-02 | percpu: implement asynchronous chunk population | Tejun Heo | 1 | -4/+113 |
2014-09-02 | percpu: rename pcpu_reclaim_work to pcpu_balance_work | Tejun Heo | 1 | -15/+12 |
2014-09-02 | percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populated | Tejun Heo | 1 | -9/+113 |
2014-09-02 | percpu: make sure chunk->map array has available space | Tejun Heo | 1 | -8/+45 |
2014-09-02 | percpu: implement [__]alloc_percpu_gfp() | Tejun Heo | 1 | -25/+39 |
2014-09-02 | percpu: indent the population block in pcpu_alloc() | Tejun Heo | 1 | -17/+21 |
2014-09-02 | percpu: make pcpu_alloc_area() capable of allocating only from populated areas | Tejun Heo | 1 | -7/+58 |
2014-09-02 | percpu: restructure locking | Tejun Heo | 1 | -40/+35 |
2014-09-02 | percpu: move region iterations out of pcpu_[de]populate_chunk() | Tejun Heo | 1 | -11/+8 |
2014-09-02 | percpu: move common parts out of pcpu_[de]populate_chunk() | Tejun Heo | 1 | -9/+30 |
2014-08-16 | percpu: free percpu allocation info for uniprocessor system | Honggang Li | 1 | -0/+2 |
2014-06-19 | percpu: Use ALIGN macro instead of hand coding alignment calculation | Christoph Lameter | 1 | -2/+1 |
2014-04-14 | percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree() | Jianyu Zhan | 1 | -1/+1 |
2014-03-29 | percpu: renew the max_contig if we merge the head and previous block | Jianyu Zhan | 1 | -1/+3 |
2014-03-17 | percpu: allocation size should be even | Viro | 1 | -1/+4 |
2014-03-07 | percpu: speed alloc_pcpu_area() up | Al Viro | 1 | -1/+17 |
2014-03-07 | percpu: store offsets instead of lengths in ->map[] | Al Viro | 1 | -55/+81 |
2014-03-07 | perpcu: fold pcpu_split_block() into the only caller | Al Viro | 1 | -47/+16 |
2014-01-21 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 1 | -16/+22 |
2014-01-21 | mm/percpu.c: use memblock apis for early memory allocations | Santosh Shilimkar | 1 | -16/+22 |
2014-01-21 | percpu: use VMALLOC_TOTAL instead of VMALLOC_END - VMALLOC_START | Laura Abbott | 1 | -2/+2 |
2013-09-23 | percpu: fix bootmem error handling in pcpu_page_first_chunk() | Michael Holzheu | 1 | -2/+3 |
2012-12-02 | mm, percpu: Make sure percpu_alloc early parameter has an argument | Cyrill Gorcunov | 1 | -0/+3 |
2012-10-29 | percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree() | Joonsoo Kim | 1 | -1/+1 |
2012-10-06 | sections: fix section conflicts in mm/percpu.c | Andi Kleen | 1 | -1/+1 |
2012-05-09 | kmemleak: Fix the kmemleak tracking of the percpu areas with !SMP | Catalin Marinas | 1 | -0/+2 |
2012-05-09 | percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar... | Tejun Heo | 1 | -0/+10 |
2012-03-29 | percpu: use KERN_CONT in pcpu_dump_alloc_info() | Tejun Heo | 1 | -5/+5 |
2012-01-14 | Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarina... | Linus Torvalds | 1 | -1/+11 |
2011-12-15 | percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addresses | Eugene Surovegin | 1 | -2/+4 |
2011-12-02 | kmemleak: Handle percpu memory allocation | Catalin Marinas | 1 | -1/+11 |
2011-11-23 | percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessary | Dave Young | 1 | -0/+11 |