1. c8826dd percpu: update embedding first chunk allocator to handle sparse units by Tejun Heo · 15 years ago
  2. 6563297 percpu: use group information to allocate vmap areas sparsely by Tejun Heo · 15 years ago
  3. bba174f percpu: add chunk->base_addr by Tejun Heo · 15 years ago
  4. fb435d5 percpu: add pcpu_unit_offsets[] by Tejun Heo · 15 years ago
  5. fd1e8a1 percpu: introduce pcpu_alloc_info and pcpu_group_info by Tejun Heo · 15 years ago
  6. 033e48f percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upward by Tejun Heo · 15 years ago
  7. 3cbc856 percpu: add @align to pcpu_fc_alloc_fn_t by Tejun Heo · 15 years ago
  8. 1d9d325 percpu: make @dyn_size mandatory for pcpu_setup_first_chunk() by Tejun Heo · 15 years ago
  9. 9a77376 percpu: drop @static_size from first chunk allocators by Tejun Heo · 15 years ago
  10. f58dc01 percpu: generalize first chunk allocator selection by Tejun Heo · 15 years ago
  11. 08fc458 percpu: build first chunk allocators selectively by Tejun Heo · 15 years ago
  12. 00ae406 percpu: rename 4k first chunk allocator to page by Tejun Heo · 15 years ago
  13. 004018e percpu: improve boot messages by Tejun Heo · 15 years ago
  14. 971f391 percpu: fix pcpu_reclaim() locking by Tejun Heo · 15 years ago
  15. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  16. 142d44b percpu: use the right flag for get_vm_area() by Amerigo Wang · 15 years ago
  17. 74d46d6 percpu, sparc64: fix sparse possible cpu map handling by Tejun Heo · 15 years ago
  18. a530b79 percpu: teach large page allocator about NUMA by Tejun Heo · 15 years ago
  19. 2f39e63 percpu: allow non-linear / sparse cpu -> unit mapping by Tejun Heo · 15 years ago
  20. ce3141a percpu: drop pcpu_chunk->page[] by Tejun Heo · 15 years ago
  21. c8a51be percpu: reorder a few functions in mm/percpu.c by Tejun Heo · 15 years ago
  22. 38a6be5 percpu: simplify pcpu_setup_first_chunk() by Tejun Heo · 15 years ago
  23. 8c4bfc6 x86,percpu: generalize lpage first chunk allocator by Tejun Heo · 15 years ago
  24. 8f05a6a percpu: make 4k first chunk allocator map memory by Tejun Heo · 15 years ago
  25. d4b95f8 x86,percpu: generalize 4k first chunk allocator by Tejun Heo · 15 years ago
  26. 788e5ab percpu: drop @unit_size from embed first chunk allocator by Tejun Heo · 15 years ago
  27. 79ba6ac x86: make pcpu_chunk_addr_search() matching stricter by Tejun Heo · 15 years ago
  28. e74e396 percpu: use dynamic percpu allocator as the default percpu allocator by Tejun Heo · 15 years ago
  29. fa8a709 x86: implement percpu_alloc kernel parameter by Tejun Heo · 15 years ago
  30. 85ae87c percpu: fix too lazy vunmap cache flushing by Tejun Heo · 15 years ago
  31. e1b9aa3 percpu: remove rbtree and use page->index instead by Christoph Lameter · 15 years ago
  32. ae9e6bc9 percpu: don't put the first chunk in reverse-map rbtree by Tejun Heo · 15 years ago
  33. 66c3a75 percpu: generalize embedding first chunk setup helper by Tejun Heo · 15 years ago
  34. 6074d5b percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk() by Tejun Heo · 15 years ago
  35. e010098 percpu: make x86 addr <-> pcpu ptr conversion macros generic by Tejun Heo · 15 years ago
  36. ccea34b percpu: finer grained locking to break deadlock and allow atomic free by Tejun Heo · 15 years ago
  37. a56dbdd percpu: move fully free chunk reclamation into a work by Tejun Heo · 15 years ago
  38. 9f7dcf2 percpu: move chunk area map extension out of area allocation by Tejun Heo · 15 years ago
  39. 1880d93 percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free() by Tejun Heo · 15 years ago
  40. edcb463 percpu, module: implement reserved allocation and use it for module percpu variables by Tejun Heo · 15 years ago
  41. 3e24aa5 percpu: add an indirection ptr for chunk page map access by Tejun Heo · 15 years ago
  42. cafe881 percpu: use negative for auto for pcpu_setup_first_chunk() arguments by Tejun Heo · 15 years ago
  43. 61ace7f percpu: improve first chunk initial area map handling by Tejun Heo · 15 years ago
  44. 2441d15 percpu: cosmetic renames in pcpu_setup_first_chunk() by Tejun Heo · 15 years ago
  45. 02d51fdf percpu: kill compile warning in pcpu_populate_chunk() by Tejun Heo · 15 years ago
  46. 40150d3 percpu: add __read_mostly to variables which are mostly read only by Tejun Heo · 15 years ago
  47. 8d408b4 percpu: give more latitude to arch specific first chunk initialization by Tejun Heo · 15 years ago
  48. d9b55ee percpu: remove unit_size power-of-2 restriction by Tejun Heo · 15 years ago
  49. c0c0a29 vmalloc: add @align to vm_area_register_early() by Tejun Heo · 15 years ago
  50. cb83b42 percpu: fix pcpu_chunk_struct_size by Tejun Heo · 15 years ago
  51. cae3aeb percpu: clean up size usage by Tejun Heo · 15 years ago
  52. fbf59bc percpu: implement new dynamic percpu allocator by Tejun Heo · 15 years ago