1. 1825b8e x86: remove extra barriers from load_gs_base() by Brian Gerst · 16 years ago
  2. b2d2f43 x86: initialize per-cpu GDT segment in per-cpu setup by Brian Gerst · 16 years ago
  3. 89c9c4c x86: make Voyager use x86 per-cpu setup. by Brian Gerst · 16 years ago
  4. 34019be x86: don't assume boot cpu is #0 by Brian Gerst · 16 years ago
  5. 1688401 x86: move this_cpu_offset by Brian Gerst · 16 years ago
  6. 996db81 x86: only compile setup_percpu.o on SMP by Brian Gerst · 16 years ago
  7. ec70de8 x86: move apic variables to apic.c by Brian Gerst · 16 years ago
  8. 74631a2 x86: always page-align per-cpu area start and size by Brian Gerst · 16 years ago
  9. 2f2f52b x86: move setup_cpu_local_masks() by Brian Gerst · 16 years ago
  10. 6470aff x86: move 64-bit NUMA code by Brian Gerst · 16 years ago
  11. 0d77e7f x86: merge setup_per_cpu_maps() into setup_per_cpu_areas() by Brian Gerst · 16 years ago
  12. 99d0000 x86, xen: fix hardirq.h merge fallout by Ingo Molnar · 16 years ago
  13. 2de3a5f x86: make irq_cpustat_t fields conditional by Brian Gerst · 16 years ago
  14. 22da7b3 x86: merge hardirq_{32,64}.h into hardirq.h by Brian Gerst · 16 years ago
  15. 658a9a2 x86: sync hardirq_{32,64}.h by Brian Gerst · 16 years ago
  16. 3819cd4 x86: remove include of apic.h from hardirq_64.h by Brian Gerst · 16 years ago
  17. 03d2989 x86: remove idle_timestamp from 32bit irq_cpustat_t by Brian Gerst · 16 years ago
  18. 03b4863 x86: make UV support configurable by Nick Piggin · 16 years ago
  19. ace6c6c x86: make x86_32 use tlb_64.c, build fix, clean up X86_L1_CACHE_BYTES by Ingo Molnar · 16 years ago
  20. 1980307 Merge branch 'x86/mm' into core/percpu by Ingo Molnar · 16 years ago
  21. 4ec71fa x86: uv cleanup, build fix by Ingo Molnar · 16 years ago
  22. 55f4949 x86, mm: move tlb.c to arch/x86/mm/ by Ingo Molnar · 16 years ago
  23. 3eb3963 Merge branch 'cpus4096' into core/percpu by Ingo Molnar · 16 years ago
  24. 16c2d3f x86: rename tlb_64.c to tlb.c by Tejun Heo · 16 years ago
  25. 02cf94c x86: make x86_32 use tlb_64.c by Tejun Heo · 16 years ago
  26. 6dd01be x86: prepare for tlb merge by Tejun Heo · 16 years ago
  27. bdbcdd4 x86: uv cleanup by Tejun Heo · 16 years ago
  28. d650a51 x86: merge irq_regs.h by Brian Gerst · 16 years ago
  29. 6826c8f x86: merge mmu_context.h by Brian Gerst · 16 years ago
  30. 0dd76d7 x86: set %fs to __KERNEL_PERCPU unconditionally for x86_32 by Brian Gerst · 16 years ago
  31. 299e269 x86: fix percpu_write with 64-bit constants by Brian Gerst · 16 years ago
  32. 06deef8 x86: clean up gdt_page definition by Brian Gerst · 16 years ago
  33. 67e68bd x86: update canary handling during switch by Tejun Heo · 16 years ago
  34. 92181f1 x86: optimise x86's do_page_fault (C entry point for the page fault path) by Nick Piggin · 16 years ago
  35. 0ce1c38 Merge commit 'v2.6.29-rc2' into x86/mm by Ingo Molnar · 16 years ago
  36. 5766b84 x86, cpumask: fix tlb flush race by Ingo Molnar · 16 years ago
  37. 8f5d36e Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 16 years ago
  38. 0d974d4 x86: remove pda.h by Brian Gerst · 16 years ago
  39. 947e76c x86: move stack_canary into irq_stack by Brian Gerst · 16 years ago
  40. 8c7e58e x86: rework __per_cpu_load adjustments by Brian Gerst · 16 years ago
  41. 8ce0319 x86: remove pda_init() by Brian Gerst · 16 years ago
  42. b4a8f7a x86: conditionalize stack canary handling in hot path by Tejun Heo · 16 years ago
  43. c6e50f9 x86: cleanup stack protector by Tejun Heo · 16 years ago
  44. 5cdc5e9e x86: fully honor "nolapic", fix by Ingo Molnar · 16 years ago
  45. b2b062b Merge branch 'core/percpu' into stackprotector by Ingo Molnar · 16 years ago
  46. 87b2640 x86-64: Use absolute displacements for per-cpu accesses. by Brian Gerst · 16 years ago
  47. c2558e0 x86-64: Move isidle from PDA to per-cpu. by Brian Gerst · 16 years ago
  48. e7a22c1 x86-64: Move nodenumber from PDA to per-cpu. by Brian Gerst · 16 years ago
  49. 5689553 x86-64: Move irqcount from PDA to per-cpu. by Brian Gerst · 16 years ago
  50. 3d1e42a x86-64: Move oldrsp from PDA to per-cpu. by Brian Gerst · 16 years ago
  51. 9af4565 x86-64: Move kernelstack from PDA to per-cpu. by Brian Gerst · 16 years ago
  52. c6f5e0a x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  53. ea92790 x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  54. 92d65b2 x86-64: Convert exception stacks to per-cpu by Brian Gerst · 16 years ago
  55. 26f80bd x86-64: Convert irqstacks to per-cpu by Brian Gerst · 16 years ago
  56. 9eb912d x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  57. 1b437c8 x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  58. 74e7904 linker script: add missing .data.percpu.page_aligned by Tejun Heo · 16 years ago
  59. cef30b3 x86: put trigger in to detect mismatched apic versions. by Mike Travis · 16 years ago
  60. 6eb714c cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write by Mike Travis · 16 years ago
  61. 88d998c Merge branch 'misc' into release by Len Brown · 16 years ago
  62. 5a4ccaf kprobes: check CONFIG_FREEZER instead of CONFIG_PM by Masami Hiramatsu · 16 years ago
  63. cd3adf5 x86_64: initialize this_cpu_off to __per_cpu_load by Tejun Heo · 16 years ago
  64. a338af2 x86: fix build bug introduced during merge by Tejun Heo · 16 years ago
  65. 6dbde35 percpu: add optimized generic percpu accessors by Ingo Molnar · 16 years ago
  66. 004aa32 x86: misc clean up after the percpu update by Tejun Heo · 16 years ago
  67. 49357d1 x86: convert pda ops to wrappers around x86 percpu accessors by Tejun Heo · 16 years ago
  68. b12d8db x86: make pda a percpu variable by Tejun Heo · 16 years ago
  69. 9939dda x86: merge 64 and 32 SMP percpu handling by Tejun Heo · 16 years ago
  70. 1a51e3a x86: fold pda into percpu area on SMP by Tejun Heo · 16 years ago
  71. c8f3329 x86: use static _cpu_pda array by Tejun Heo · 16 years ago
  72. f32ff53 x86: load pointer to pda into %gs while brining up a CPU by Tejun Heo · 16 years ago
  73. 3e5d8f9 x86: make percpu symbols zerobased on SMP by Tejun Heo · 16 years ago
  74. a698c82 x86: make vmlinux_32.lds.S use PERCPU() macro by Tejun Heo · 16 years ago
  75. c90aa89 x86: cleanup early setup_percpu references by Mike Travis · 16 years ago
  76. f10fcd4 x86: make early_per_cpu() a lvalue and use it by Tejun Heo · 16 years ago
  77. 7de6883 x86: fix pda_to_op() by Tejun Heo · 16 years ago
  78. b60c31d powerpc: Get the number of SLBs from "slb-size" property by Michael Neuling · 16 years ago
  79. 9ba0fdb powerpc: is_hugepage_only_range() must account for both 4kB and 64kB slices by Dave Kleikamp · 16 years ago
  80. 5c94907 powerpc/ps3: Printing fixups for l64 to ll64 conversion arch/powerpc by Stephen Rothwell · 16 years ago
  81. 5418b9c powerpc/ps3: ps3_repository_read_mm_info() takes u64 * arguments by Stephen Rothwell · 16 years ago
  82. 46ca0d1 powerpc/ps3: clear_bit()/set_bit() operate on unsigned longs by Stephen Rothwell · 16 years ago
  83. b17b3df powerpc/ps3: The lv1_ routines have u64 parameters by Stephen Rothwell · 16 years ago
  84. 494fd07 powerpc/ps3: Use dma_addr_t down through the stack by Stephen Rothwell · 16 years ago
  85. c52fe6b powerpc/ps3: set_dabr() takes an unsigned long by Stephen Rothwell · 16 years ago
  86. a9f8d25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  87. 5da7f3d alpha: make pte_alloc_one_kernel() inline by Ivan Kokshaysky · 16 years ago
  88. 6946ce0 alpha: .gitignore vmlinux.lds by Ivan Kokshaysky · 16 years ago
  89. 5f7dc5d alpha: fix RTC on marvel by Ivan Kokshaysky · 16 years ago
  90. 2f88d15 alpha: nautilus - fix hang on boot by Ivan Kokshaysky · 16 years ago
  91. 70b66cb alpha: nautilus - fix compile failure with gcc-4.3 by Ivan Kokshaysky · 16 years ago
  92. b5db0e3 Revert "x86 PAT: remove CPA WARN_ON for zero pte" by Linus Torvalds · 16 years ago
  93. c99dbbe sched: fix warning on ia64 by Mike Travis · 16 years ago
  94. 175add1 [IA64] SN specific version of dma_get_required_mask() by John Keller · 16 years ago
  95. a6a3bb5 [IA64] generic_defconfig: Enable SATA_VITESSE by Brent Casavant · 16 years ago
  96. 88fc241 [IA64] dump stack on kernel unaligned warnings by Doug Chapman · 16 years ago
  97. 0773a6c [IA64] Turn on CONFIG_HAVE_UNSTABLE_CLOCK by Tony Luck · 16 years ago
  98. 7a0b6e0 [IA64] Update to use account_{steal,idle}_ticks by Isaku Yamahata · 16 years ago
  99. c847a9c Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/travis/linux-2.6-cpus4096-for-ingo into cpus4096 by Ingo Molnar · 16 years ago
  100. f2a0827 x86: fix build warning when CONFIG_NUMA not defined. by Mike Travis · 16 years ago