1. 3e9e57f x86/acpi: store ACPI ids from MADT for future usage by Vitaly Kuznetsov · 8 years ago
  2. 2c773dd x86: Convert a few more per-CPU items to read-mostly ones by Jan Beulich · 10 years ago
  3. 0816b0f x86: Add read_mostly declaration/definition to variables from smp.h by Vlad Zolotarov · 12 years ago
  4. d5e2800 percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bit by Tejun Heo · 12 years ago
  5. 645a791 x86: Unify CPU -> NUMA node mapping between 32 and 64bit by Tejun Heo · 14 years ago
  6. 4c321ff x86: Replace cpu_2_logical_apicid[] with early percpu variable by Tejun Heo · 14 years ago
  7. 3044100 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  8. 72d7c3b x86: Use memblock to replace early_res by Yinghai Lu · 14 years ago
  9. f6e9456c x86, cleanup: Remove obsolete boot_cpu_id variable by Robert Richter · 14 years ago
  10. a4ce96a Fix up trivial spelling errors ('taht' -> 'that') by Linus Torvalds · 14 years ago
  11. 9aebbdb x86, numa: fix boot without RAM on node0 again by Yinghai Lu · 14 years ago
  12. 167b712 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  13. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  14. e565813 x86/mm: Remove unused DBG() macro by Akinobu Mita · 14 years ago
  15. e534c7c numa: x86_64: use generic percpu var numa_node_id() implementation by Lee Schermerhorn · 14 years ago
  16. c273fb3 Rename .data.init to .data..init. by Denys Vlasenko · 15 years ago
  17. fb90ef9 early_res: Add free_early_partial() by Yinghai Lu · 15 years ago
  18. 4068523 x86: setup_percpu.c: Use pr_<level> and add pr_fmt(fmt) by Joe Perches · 15 years ago
  19. 4518e6a x86,percpu: use embedding for 64bit NUMA and page for 32bit NUMA by Tejun Heo · 15 years ago
  20. c8826dd percpu: update embedding first chunk allocator to handle sparse units by Tejun Heo · 15 years ago
  21. fb435d5 percpu: add pcpu_unit_offsets[] by Tejun Heo · 15 years ago
  22. fd1e8a1 percpu: introduce pcpu_alloc_info and pcpu_group_info by Tejun Heo · 15 years ago
  23. 3cbc856 percpu: add @align to pcpu_fc_alloc_fn_t by Tejun Heo · 15 years ago
  24. 9a77376 percpu: drop @static_size from first chunk allocators by Tejun Heo · 15 years ago
  25. f58dc01 percpu: generalize first chunk allocator selection by Tejun Heo · 15 years ago
  26. 00ae406 percpu: rename 4k first chunk allocator to page by Tejun Heo · 15 years ago
  27. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  28. 74d46d6 percpu, sparc64: fix sparse possible cpu map handling by Tejun Heo · 15 years ago
  29. a530b79 percpu: teach large page allocator about NUMA by Tejun Heo · 15 years ago
  30. 8c4bfc6 x86,percpu: generalize lpage first chunk allocator by Tejun Heo · 15 years ago
  31. d4b95f8 x86,percpu: generalize 4k first chunk allocator by Tejun Heo · 15 years ago
  32. 788e5ab percpu: drop @unit_size from embed first chunk allocator by Tejun Heo · 15 years ago
  33. 0017c86 x86: ensure percpu lpage doesn't consume too much vmalloc space by Tejun Heo · 15 years ago
  34. fa8a709 x86: implement percpu_alloc kernel parameter by Tejun Heo · 15 years ago
  35. e59a1bb x86: fix pageattr handling for lpage percpu allocator and re-enable it by Tejun Heo · 15 years ago
  36. 0ff2587 x86: prepare setup_pcpu_lpage() for pageattr fix by Tejun Heo · 15 years ago
  37. 97c9bf0 x86: rename remap percpu first chunk allocator to lpage by Tejun Heo · 15 years ago
  38. c5806df x86: fix duplicate free in setup_pcpu_remap() failure path by Tejun Heo · 15 years ago
  39. bb77629 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  40. 71c9d8b x86: Remove remap percpu allocator for the time being by Tejun Heo · 15 years ago
  41. 35d5a9a x86: fix system without memory on node0 by Yinghai Lu · 15 years ago
  42. 3de46fd x86: remove duplicated code with pcpu_need_numa() by Yinghai Lu · 15 years ago
  43. eb12ce6 x86,percpu: fix inverted NUMA test in setup_pcpu_remap() by Tejun Heo · 15 years ago
  44. 66c3a75 percpu: generalize embedding first chunk setup helper by Tejun Heo · 16 years ago
  45. 6074d5b percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk() by Tejun Heo · 16 years ago
  46. 6b19b0c x86, percpu: setup reserved percpu area for x86_64 by Tejun Heo · 16 years ago
  47. edcb463 percpu, module: implement reserved allocation and use it for module percpu variables by Tejun Heo · 16 years ago
  48. 9a4f8a8 x86: make embedding percpu allocator return excessive free space by Tejun Heo · 16 years ago
  49. cafe881 percpu: use negative for auto for pcpu_setup_first_chunk() arguments by Tejun Heo · 16 years ago
  50. 24ff954 x86, percpu: fix minor bugs in setup_percpu.c by Tejun Heo · 16 years ago
  51. 8ac8375 x86: add remapping percpu first chunk allocator by Tejun Heo · 16 years ago
  52. 89c9215 x86: add embedding percpu first chunk allocator by Tejun Heo · 16 years ago
  53. 5f5d840 x86: separate out setup_pcpu_4k() from setup_per_cpu_areas() by Tejun Heo · 16 years ago
  54. 8d408b4 percpu: give more latitude to arch specific first chunk initialization by Tejun Heo · 16 years ago
  55. 458a3e6 x86: update populate_extra_pte() and add populate_extra_pmd() by Tejun Heo · 16 years ago
  56. 1112441 x86: convert to the new dynamic percpu allocator by Tejun Heo · 16 years ago
  57. 60a5317 x86: implement x86_32 stack protector by Tejun Heo · 16 years ago
  58. 552be87 x86: pass in cpu number to switch_to_new_gdt() by Brian Gerst · 16 years ago
  59. cf3997f x86: clean up indentation in setup_per_cpu_areas() by Tejun Heo · 16 years ago
  60. 22f2513 x86: fix build breakage on voyage by James Bottomley · 16 years ago
  61. 2697fbd x86: load new GDT after setting up boot cpu per-cpu area by Brian Gerst · 16 years ago
  62. b2d2f43 x86: initialize per-cpu GDT segment in per-cpu setup by Brian Gerst · 16 years ago
  63. 89c9c4c x86: make Voyager use x86 per-cpu setup. by Brian Gerst · 16 years ago
  64. 34019be x86: don't assume boot cpu is #0 by Brian Gerst · 16 years ago
  65. 1688401 x86: move this_cpu_offset by Brian Gerst · 16 years ago
  66. 996db81 x86: only compile setup_percpu.o on SMP by Brian Gerst · 16 years ago
  67. ec70de8 x86: move apic variables to apic.c by Brian Gerst · 16 years ago
  68. 74631a2 x86: always page-align per-cpu area start and size by Brian Gerst · 16 years ago
  69. 2f2f52b x86: move setup_cpu_local_masks() by Brian Gerst · 16 years ago
  70. 6470aff x86: move 64-bit NUMA code by Brian Gerst · 16 years ago
  71. 0d77e7f x86: merge setup_per_cpu_maps() into setup_per_cpu_areas() by Brian Gerst · 16 years ago
  72. 947e76c x86: move stack_canary into irq_stack by Brian Gerst · 16 years ago
  73. e7a22c1 x86-64: Move nodenumber from PDA to per-cpu. by Brian Gerst · 16 years ago
  74. ea92790 x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  75. 26f80bd x86-64: Convert irqstacks to per-cpu by Brian Gerst · 16 years ago
  76. a338af2 x86: fix build bug introduced during merge by Tejun Heo · 16 years ago
  77. b12d8db x86: make pda a percpu variable by Tejun Heo · 16 years ago
  78. 9939dda x86: merge 64 and 32 SMP percpu handling by Tejun Heo · 16 years ago
  79. 1a51e3a x86: fold pda into percpu area on SMP by Tejun Heo · 16 years ago
  80. c8f3329 x86: use static _cpu_pda array by Tejun Heo · 16 years ago
  81. 3e5d8f9 x86: make percpu symbols zerobased on SMP by Tejun Heo · 16 years ago
  82. c90aa89 x86: cleanup early setup_percpu references by Mike Travis · 16 years ago
  83. 0687903 x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.h by Jaswinder Singh Rajput · 16 years ago
  84. 3d14bda Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  85. 0936912 Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x86/urgent by Ingo Molnar · 16 years ago
  86. 8a87dd9 x86: setup_percpu.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  87. c2d1cec x86: cleanup remaining cpumask_t ops in smpboot code by Mike Travis · 16 years ago
  88. ab14398 x86: setup_per_cpu_areas() cleanup by Cyrill Gorcunov · 16 years ago
  89. 7eb1955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask by Mike Travis · 16 years ago
  90. 393d68f cpumask: x86: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumask by Rusty Russell · 16 years ago
  91. a168196 x86: move and enhance debug printk for nr_cpu_ids etc. by Mike Travis · 16 years ago
  92. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 16 years ago
  93. 5541079 x86: remove redundant KERN_DEBUG on pr_debug by Gustavo F. Padovan · 16 years ago
  94. d6c88a5 genirq: revert dynarray by Thomas Gleixner · 16 years ago
  95. 1f8ff03 x86: alloc dyn_array all together by Yinghai Lu · 16 years ago
  96. 1f3fcd4 add per_cpu_dyn_array support by Yinghai Lu · 16 years ago
  97. 0b88641 Merge commit 'v2.6.27-rc7' into x86/debug by Ingo Molnar · 16 years ago
  98. a677f58 x86: print per_cpu data address by Yinghai Lu · 16 years ago
  99. e56b3bc cpu masks: optimize and clean up cpumask_of_cpu() by Linus Torvalds · 16 years ago
  100. 6524d93 cpumask: put cpumask_of_cpu_map in the initdata section by Mike Travis · 16 years ago