1. 34945ed x86: common.c boot_cpu_stack and boot_exception_stacks should be static by Jaswinder Singh · 18 years ago
  2. f0bc220 x86: process.c declare c1e_remove_cpu before they get used by Jaswinder Singh · 18 years ago
  3. 57a3750 x86: time_64.c timer_interrupt() should be static by Jaswinder Singh · 18 years ago
  4. fde9071 x86: clean up dead code in vmi_32.c by Zachary Amsden · 18 years ago
  5. a9b43c7 x86: setup.c find_and_reserve_crashkernel should be static by Jaswinder Singh · 18 years ago
  6. a0286c9 x86: fix missing space in printk, #2 by Michael Tokarev · 18 years ago
  7. 55c395b x86: fix missing space in printk by Michael Tokarev · 18 years ago
  8. c051556 Merge commit 'v2.6.28-rc7' into x86/cleanups by Ingo Molnar · 18 years ago
  9. 72244c0 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  10. 66a45cc Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  11. 8c7b905 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 18 years ago
  12. 23a14b9 kvm_setup_secondary_clock() is cpuinit by Al Viro · 18 years ago
  13. 2236d25 enable_IR_x2apic() needs to be __init by Al Viro · 18 years ago
  14. 4385cec x86: intel_cacheinfo, minor show_type cleanup by Jiri Slaby · 18 years ago
  15. a266d9f [CPUFREQ] powernow-k8: ignore out-of-range PstateStatus value by Andreas Herrmann · 18 years ago
  16. de90add x86, bts: fix wrmsr and spinlock over kmalloc by Markus Metzger · 18 years ago
  17. c4858ff x86, pebs: fix PEBS record size configuration by Markus Metzger · 18 years ago
  18. 292c669 x86, bts: exclude ds.c from build when disabled by Markus Metzger · 18 years ago
  19. eff79ae arch/x86/kernel/pci-calgary_64.c: change simple_strtol to simple_strtoul by Julia Lawall · 18 years ago
  20. a1967d6 x86: revert irq number limitation by Thomas Gleixner · 18 years ago
  21. 9f14416 Merge commit 'v2.6.28-rc6' into irq/urgent by Ingo Molnar · 18 years ago
  22. 57550b2 Merge commit 'v2.6.28-rc6' into x86/urgent by Ingo Molnar · 18 years ago
  23. 0ca4b6b x86: Fix interrupt leak due to migration by Matthew Wilcox · 18 years ago
  24. bfe085f x86: fixing __cpuinit/__init tangle, xsave_cntxt_init() by Rakib Mullick · 18 years ago
  25. 9bc646f x86: fix __cpuinit/__init tangle in init_thread_xstate() by Rakib Mullick · 18 years ago
  26. 093bac1 x86: quirk for reboot stalls on a Dell Optiplex 330 by Steve Conklin · 18 years ago
  27. 73f56c0 Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 18 years ago
  28. 0af40a4 x86: more general identifier for Phoenix BIOS by Philipp Kohlbecher · 18 years ago
  29. 8501c45 AMD IOMMU: check for next_bit also in unmapped area by Joerg Roedel · 18 years ago
  30. 695b567 AMD IOMMU: fix fullflush comparison length by Joerg Roedel · 18 years ago
  31. 3ce1f93 AMD IOMMU: enable device isolation per default by Joerg Roedel · 18 years ago
  32. e5e1f60 AMD IOMMU: add parameter to disable device isolation by Joerg Roedel · 18 years ago
  33. cbe9ee0 Merge branch 'x86/urgent' into x86/cleanups by Ingo Molnar · 18 years ago
  34. 10db4ef x86, PEBS/DS: fix code flow in ds_request() by Ingo Molnar · 18 years ago
  35. 93ce99e x86: add rdtsc barrier to TSC sync check by Venki Pallipadi · 18 years ago
  36. 0bd7b79 x86: entry_64.S: remove whitespace at end of lines by Alexander van Heukelum · 18 years ago
  37. 9dacc71 Merge commit 'v2.6.28-rc5' into x86/cleanups by Ingo Molnar · 18 years ago
  38. d3c6aa1 x86: fix es7000 compiling by Yinghai Lu · 18 years ago
  39. d1f1e9c x86, bts: fix unlock problem in ds.c by Markus Metzger · 18 years ago
  40. 52168e6 Revert "x86: blacklist DMAR on Intel G31/G33 chipsets" by David Woodhouse · 18 years ago
  41. 5d2007e Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 18 years ago
  42. 08c1184 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  43. 3e0fe36 Merge branch 'misc' into release by Len Brown · 18 years ago
  44. 3283625 ACPI: pci_link: remove acpi_irq_balance_set() interface by Bjorn Helgaas · 18 years ago
  45. a29a2af x86: KVM guest: fix section mismatch warning in kvmclock.c by Rakib Mullick · 18 years ago
  46. 5ceb1a0 x86: HPET: enter hpet_interrupt_handler with interrupts disabled by Matt Fleming · 18 years ago
  47. 89d77a1 x86: HPET: read from HPET_Tn_CMP() not HPET_T0_CMP by Matt Fleming · 18 years ago
  48. 1de5b08 x86: HPET: convert WARN_ON to WARN_ON_ONCE by Matt Fleming · 18 years ago
  49. 6c2e940 x86: apic honour irq affinity which was set in early boot by Thomas Gleixner · 18 years ago
  50. cb9e35d x86: clean up rdtsc_barrier() use by Ingo Molnar · 18 years ago
  51. 7cbaef9 sched: optimize sched_clock() a bit by Ingo Molnar · 18 years ago
  52. 8d00450 Revert "x86: default to reboot via ACPI" by Eduardo Habkost · 18 years ago
  53. 31f2971 Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 18 years ago
  54. 80be308 AMD IOMMU: fix lazy IO/TLB flushing in unmap path by Joerg Roedel · 18 years ago
  55. d6f0f39 x86: add smp_mb() before sending INVALIDATE_TLB_VECTOR by Suresh Siddha · 18 years ago
  56. c78d0cf x86: don't allow nr_irqs > NR_IRQS by Ben Hutchings · 18 years ago
  57. 70de9a9 x86: don't use tsc_khz to calculate lpj if notsc is passed by Alok Kataria · 18 years ago
  58. 67d1128 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  59. 1f98757 x86: Clean up late e820 resource allocation by Linus Torvalds · 18 years ago
  60. b342797 x86: build fix by Ingo Molnar · 18 years ago
  61. 74c75f5 Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  62. 1c4acdb x86: cpu_index build fix by Ingo Molnar · 18 years ago
  63. bfcb4c1 x86/voyager: fix missing cpu_index initialisation by James Bottomley · 18 years ago
  64. b3572e3 x86/voyager: fix compile breakage caused by dc1e35c6e95e8923cf1d3510438b63c600fee1e2 by James Bottomley · 18 years ago
  65. 017d9d2 x86: use CONFIG_X86_SMP instead of CONFIG_SMP by James Bottomley · 18 years ago
  66. 8bd93ca Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  67. d6c3112 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 18 years ago
  68. ae9b940 AMD IOMMU: fix detection of NP capable IOMMUs by Joerg Roedel · 18 years ago
  69. 9352f56 x86: two trivial sparse annotations by Harvey Harrison · 18 years ago
  70. e946217 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  71. 0d8762c Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  72. 87c6f40 x86, gart: fix gart detection for Fam11h CPUs by Joerg Roedel · 18 years ago
  73. e7706fc x86, kdump: fix invalid access on i386 sparsemem by Ken'ichi Ohmichi · 18 years ago
  74. 3c52204 x86: AMD microcode patch loader author update by Peter Oruba · 18 years ago
  75. 36b75da x86: microcode patch loader author update by Peter Oruba · 18 years ago
  76. 8115f3f ftrace: use a real variable for ftrace_nop in x86 by Steven Rostedt · 18 years ago
  77. ef020ab x86/uv: memory allocation at initialization by Cliff Wickman · 18 years ago
  78. 4944dd6 Merge commit 'v2.6.28-rc2' into tracing/urgent by Ingo Molnar · 18 years ago
  79. 3b15e58 x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCI by Fenghua Yu · 18 years ago
  80. 03967c5 x86: restore the old swiotlb alloc_coherent behavior by FUJITA Tomonori · 18 years ago
  81. c3c9897 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  82. 5b34653 Merge branch 'x86/um-header' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  83. 765426e Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  84. 6770ab5 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 18 years ago
  85. 15adc04 ftrace, powerpc, sparc64, x86: remove notrace from arch ftrace file by Steven Rostedt · 18 years ago
  86. 4d296c2 ftrace: remove mcount set by Steven Rostedt · 18 years ago
  87. ab9a091 ftrace: use probe_kernel by Steven Rostedt · 18 years ago
  88. 76aefee ftrace: comment arch ftrace code by Steven Rostedt · 18 years ago
  89. 593eb8a ftrace: return error on failed modified text. by Steven Rostedt · 18 years ago
  90. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 18 years ago
  91. bb89855 x86, um: ... and asm-x86 move by Al Viro · 18 years ago
  92. 1ca2cc7 Merge branch 'bugzilla-11715' into test by Len Brown · 18 years ago
  93. 057316c Merge branch 'linus' into test by Len Brown · 18 years ago
  94. 1b79b27 Merge branch 'yinghai' into test by Len Brown · 18 years ago
  95. 5f50ef4 Merge branch 'misc' into test by Len Brown · 18 years ago
  96. 530bc23 Merge branch 'i7300_idle' into test by Len Brown · 18 years ago
  97. 6b3c4f8 Merge branch 'FW_BUG' into test by Len Brown · 18 years ago
  98. 3cfba08 x86: fix section mismatch warning - apic_x2apic_phys by Marcin Slusarz · 18 years ago
  99. 2caa371 x86: fix section mismatch warning - apic_x2apic_cluster by Marcin Slusarz · 18 years ago
  100. f8827c0 x86: fix section mismatch warning - apic_x2apic_uv_x by Marcin Slusarz · 18 years ago