1. 2c4ae3a percpu: stop printing kernel addresses by Matteo Croce · 5 years ago
  2. 8f54ead percpu: include linux/sched.h for cond_resched() by Tejun Heo · 6 years ago
  3. 3f406ec percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages by Tahsin Erdogan · 7 years ago
  4. 9b73966 mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk() by zijun_hu · 8 years ago
  5. 93c76b6b mm/percpu.c: correct max_distance calculation for pcpu_embed_first_chunk() by zijun_hu · 8 years ago
  6. 6710e59 percpu: fix synchronization between synchronous map extension and chunk destruction by Tejun Heo · 8 years ago
  7. 4f996e2 percpu: fix synchronization between chunk->map_extend_work and chunk destruction by Tejun Heo · 8 years ago
  8. 870d4b1 mm: percpu: use pr_fmt to prefix output by Joe Perches · 8 years ago
  9. 1170532 mm: convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 8 years ago
  10. 756a025f0 mm: coalesce split strings by Joe Perches · 8 years ago
  11. 598d809 mm: convert pr_warning to pr_warn by Joe Perches · 8 years ago
  12. 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 8 years ago
  13. f09f124 mm/percpu: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  14. 292c24a percpu: clean up of schunk->map[] assignment in pcpu_setup_first_chunk by Baoquan He · 9 years ago
  15. 8a8c35f mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc() by Larry Finger · 9 years ago
  16. bffc437 percpu: Fix trivial typos in comments by Yannick Guerrini · 9 years ago
  17. 807de07 percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  18. 9f29566 percpu: off by one in BUG_ON() by Dan Carpenter · 10 years ago
  19. 6ae833c percpu: fix how @gfp is interpreted by the percpu allocator by Tejun Heo · 10 years ago
  20. bb2e226 Revert "percpu: free percpu allocation info for uniprocessor system" by Guenter Roeck · 10 years ago
  21. 23cb898 percpu: fix locking regression in the failure path of pcpu_alloc() by Tejun Heo · 10 years ago
  22. 1a4d760 percpu: implement asynchronous chunk population by Tejun Heo · 10 years ago
  23. fe6bd8c percpu: rename pcpu_reclaim_work to pcpu_balance_work by Tejun Heo · 10 years ago
  24. b539b87 percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populated by Tejun Heo · 10 years ago
  25. 9c824b6 percpu: make sure chunk->map array has available space by Tejun Heo · 10 years ago
  26. 5835d96 percpu: implement [__]alloc_percpu_gfp() by Tejun Heo · 10 years ago
  27. e04d320 percpu: indent the population block in pcpu_alloc() by Tejun Heo · 10 years ago
  28. a16037c percpu: make pcpu_alloc_area() capable of allocating only from populated areas by Tejun Heo · 10 years ago
  29. b38d08f percpu: restructure locking by Tejun Heo · 10 years ago
  30. a93ace4 percpu: move region iterations out of pcpu_[de]populate_chunk() by Tejun Heo · 10 years ago
  31. dca4964 percpu: move common parts out of pcpu_[de]populate_chunk() by Tejun Heo · 10 years ago
  32. 3189edd percpu: free percpu allocation info for uniprocessor system by Honggang Li · 10 years ago
  33. fb009e3 percpu: Use ALIGN macro instead of hand coding alignment calculation by Christoph Lameter · 10 years ago
  34. 5a838c3 percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree() by Jianyu Zhan · 10 years ago
  35. 21ddfd3 percpu: renew the max_contig if we merge the head and previous block by Jianyu Zhan · 10 years ago
  36. 2f69fa8 percpu: allocation size should be even by Viro · 10 years ago
  37. 3d331ad percpu: speed alloc_pcpu_area() up by Al Viro · 10 years ago
  38. 723ad1d percpu: store offsets instead of lengths in ->map[] by Al Viro · 10 years ago
  39. 706c16f perpcu: fold pcpu_split_block() into the only caller by Al Viro · 10 years ago
  40. df32e43 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  41. 999c17e mm/percpu.c: use memblock apis for early memory allocations by Santosh Shilimkar · 10 years ago
  42. 8a09217 percpu: use VMALLOC_TOTAL instead of VMALLOC_END - VMALLOC_START by Laura Abbott · 10 years ago
  43. f851c8d percpu: fix bootmem error handling in pcpu_page_first_chunk() by Michael Holzheu · 11 years ago
  44. 5479c78 mm, percpu: Make sure percpu_alloc early parameter has an argument by Cyrill Gorcunov · 11 years ago
  45. b4916cb percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree() by Joonsoo Kim · 12 years ago
  46. 17f3609 sections: fix section conflicts in mm/percpu.c by Andi Kleen · 12 years ago
  47. 100d13c kmemleak: Fix the kmemleak tracking of the percpu areas with !SMP by Catalin Marinas · 12 years ago
  48. 42b6428 percpu: pcpu_embed_first_chunk() should free unused parts after all allocs are complete by Tejun Heo · 12 years ago
  49. cb12982 percpu: use KERN_CONT in pcpu_dump_alloc_info() by Tejun Heo · 12 years ago
  50. 892d208 Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux by Linus Torvalds · 12 years ago
  51. 9f57bd4 percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addresses by Eugene Surovegin · 12 years ago
  52. f528f0b kmemleak: Handle percpu memory allocation by Catalin Marinas · 13 years ago
  53. 67589c7 percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessary by Dave Young · 12 years ago
  54. a855b84 percpu: fix chunk range calculation by Tejun Heo · 12 years ago
  55. 90459ce0 percpu: rename pcpu_mem_alloc to pcpu_mem_zalloc by Bob Liu · 13 years ago
  56. 5129df0 Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  57. 6988f20 Merge branch 'fixes-2.6.39' into for-2.6.40 by Tejun Heo · 13 years ago
  58. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  59. 787e5b0 percpu: Cast away printk format warning by Mike Frysinger · 13 years ago
  60. eac522e NOMMU: percpu should use is_vmalloc_addr(). by David Howells · 13 years ago
  61. 0415b00d1 percpu: Always align percpu output section to PAGE_SIZE by Tejun Heo · 13 years ago
  62. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  63. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  64. bcbea79 percpu: print out alloc information with KERN_DEBUG instead of KERN_INFO by Tejun Heo · 13 years ago
  65. 7af4c09 percpu: zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc() by Jesper Juhl · 14 years ago
  66. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  67. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  68. 0fc0531 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  69. 46b30ea percpu: fix pcpu_last_unit_cpu by Tejun Heo · 14 years ago
  70. 9329ba9 percpu: update comments to reflect that percpu allocations are always zero-filled by Tejun Heo · 14 years ago
  71. 3c9a024 percpu: fix build breakage on s390 and cleanup build configuration tests by Tejun Heo · 14 years ago
  72. bbddff0 percpu: use percpu allocator on UP too by Tejun Heo · 14 years ago
  73. 54157c4 percpu: fix a mismatch between code and comment by Namhyung Kim · 14 years ago
  74. a002d14 percpu: fix a memory leak in pcpu_extend_area_map() by Huang Shijie · 14 years ago
  75. 4785879 fix a typo on comments in mm/percpu.c by Namhyung Kim · 14 years ago
  76. 099a19d percpu: allow limited allocation before slab is online by Tejun Heo · 14 years ago
  77. 4ba6ce2 percpu: make @dyn_size always mean min dyn_size in first chunk init functions by Tejun Heo · 14 years ago
  78. 9983b6f0 percpu: fix first chunk match in per_cpu_ptr_to_phys() by Tejun Heo · 14 years ago
  79. a92d3ff percpu: fix trivial bugs in pcpu_build_alloc_info() by Pavel V. Panteleev · 14 years ago
  80. b0c9778 percpu: implement kernel memory based chunk allocation by Tejun Heo · 14 years ago
  81. 9f64553 percpu: move vmalloc based chunk management into percpu-vm.c by Tejun Heo · 14 years ago
  82. 88999a8 percpu: misc preparations for nommu support by Tejun Heo · 14 years ago
  83. 6081089 percpu: reorganize chunk creation and destruction by Tejun Heo · 14 years ago
  84. 020ec65 percpu: factor out pcpu_addr_in_first/reserved_chunk() and update per_cpu_ptr_to_phys() by Tejun Heo · 14 years ago
  85. 10fad5e percpu, module: implement and use is_kernel/module_percpu_address() by Tejun Heo · 14 years ago
  86. 43cf38e percpu: add __percpu sparse annotations to core kernel subsystems by Tejun Heo · 14 years ago
  87. ab38612 Merge branch 'master' into percpu by Tejun Heo · 14 years ago
  88. 129182e percpu: avoid calling __pcpu_ptr_to_addr(NULL) by Andrew Morton · 14 years ago
  89. 32032df Merge branch 'master' into percpu by Tejun Heo · 14 years ago
  90. 22b737f percpu: refactor the code in pcpu_[de]populate_chunk() by WANG Cong · 14 years ago
  91. 50de1a8 Merge branch 'for-linus' into for-next by Tejun Heo · 14 years ago
  92. 3b034b0 percpu: Fix kdump failure if booted with percpu_alloc=page by Vivek Goyal · 14 years ago
  93. 833af84 percpu: restructure pcpu_extend_area_map() to fix bugs and improve readability by Tejun Heo · 14 years ago
  94. 0f5e481 percpu: remove some sparse warnings by Tejun Heo · 15 years ago
  95. 403a91b percpu: allow pcpu_alloc() to be called with IRQs off by Jiri Kosina · 15 years ago
  96. b7a4c94 Merge branch 'for-linus' into for-next by Tejun Heo · 15 years ago
  97. 1a0c329 percpu: fix compile warnings by Tejun Heo · 15 years ago
  98. 23fb064 percpu: kill legacy percpu allocator by Tejun Heo · 15 years ago
  99. f2badb0 percpu: make allocation failures more verbose by Tejun Heo · 15 years ago
  100. 635b75f percpu: make pcpu_setup_first_chunk() failures more verbose by Tejun Heo · 15 years ago