1. 0988c37 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
  2. c2e3277 x86: fix pte_flags() to only return flags, fix lguest (updated) by Rusty Russell · 18 years ago
  3. 988781d x86: use setup_clear_cpu_cap with disable_apic, fix by Yinghai Lu · 18 years ago
  4. d95d62c sysdev: Convert the x86 mce tolerant sysdev attribute to generic attribute by Andi Kleen · 18 years ago
  5. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 18 years ago
  6. fc3a882 driver core: fix a lot of printk usages of bus_id by Greg Kroah-Hartman · 18 years ago
  7. 3bfd49c device create: x86: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 18 years ago
  8. 6d52dcb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 18 years ago
  9. cfc1b9a x86: convert Dprintk to pr_debug by Thomas Gleixner · 18 years ago
  10. 2e2dcc7 Merge branch 'x86/paravirt-spinlocks' into x86/for-linus by Ingo Molnar · 18 years ago
  11. acee709 Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus by Ingo Molnar · 18 years ago
  12. e66d90f Merge branch 'linus' into xen-64bit by Ingo Molnar · 18 years ago
  13. 1c29dd9 Merge branch 'linus' into x86/paravirt-spinlocks by Ingo Molnar · 18 years ago
  14. 7edf889 x86: remove extra calling to get ext cpuid level by Yinghai Lu · 18 years ago
  15. 9175fc0 x86: use setup_clear_cpu_cap() when disabling the lapic by Yinghai Lu · 18 years ago
  16. e27772b Merge branch 'linus' into x86/urgent by Ingo Molnar · 18 years ago
  17. 7e37c29 x86: KVM guest: make kvm_smp_prepare_boot_cpu() static by Adrian Bunk · 18 years ago
  18. e3a61b0 x86: add unknown_nmi_panic kernel parameter by Simon Arlott · 18 years ago
  19. 63b5d7a x86: add ->pre_time_init to x86_quirks by Yinghai Lu · 18 years ago
  20. 64898a8 x86: extend and use x86_quirks to clean up NUMAQ code by Yinghai Lu · 18 years ago
  21. 3c9cb6d x86: introduce x86_quirks by Yinghai Lu · 18 years ago
  22. 5f1f2b3 x86: improve debug printout: add target bootmem range in early_res_to_bootmem() by Yinghai Lu · 18 years ago
  23. e5849e7 x86: remove arch_get_ram_range by Yinghai Lu · 18 years ago
  24. ae79cda x86: Add a arch directory for x86 under debugfs by venkatesh.pallipadi@intel.com · 18 years ago
  25. 2ddf9b7 i386/xen: add proper unwind annotations to xen_sysenter_target by Jan Beulich · 18 years ago
  26. 08ad8af x86: reduce force_mwait visibility by Jan Beulich · 18 years ago
  27. 08e1a13 x86: reduce forbid_dac's visibility by Jan Beulich · 18 years ago
  28. fa10c51 arch/x86/kernel/cpu/common_64.c: remove double inclusions by Alexander Beregalov · 18 years ago
  29. 1181f8b x86_32: remove redundant KERN_INFO by Hiroshi Shimamoto · 18 years ago
  30. 6ac8d51 x86: introducing asm-x86/traps.h by Jaswinder Singh · 18 years ago
  31. 5ff4789 AMD IOMMU: set iommu for device from ACPI code too by Joerg Roedel · 18 years ago
  32. f1b0c8d Merge branch 'linus' into x86/amd-iommu by Ingo Molnar · 18 years ago
  33. 9781f39 x86: consolidate the definition of the force_mwait variable by Thomas Petazzoni · 18 years ago
  34. 4712965 x86 setup.c: cleanup includes by Alexander Beregalov · 18 years ago
  35. 8b2b9c1 x86, intel_cacheinfo: fix use-after-free cache_kobject by Akinobu Mita · 18 years ago
  36. 7dedcee x86: traps_xx: modify x86_64 to use _log_lvl variants by Alexander van Heukelum · 18 years ago
  37. 78cbac6 x86: traps_xx: refactor die() like in x86_64 by Alexander van Heukelum · 18 years ago
  38. 7019cc2 x86 BIOS interface for RTC on SGI UV by Russ Anderson · 18 years ago
  39. 49a66a0 x86: I/O APIC: Always report how the timer has been set up by Maciej W. Rozycki · 18 years ago
  40. baa1318 x86: APIC: Make apic_verbosity unsigned by Maciej W. Rozycki · 18 years ago
  41. 17c4469 x86: I/O APIC: Include <asm/i8259.h> required by some code by Maciej W. Rozycki · 18 years ago
  42. 836c129 x86: apic_32 - introduce calibrate_APIC_clock by Cyrill Gorcunov · 18 years ago
  43. 89b3b1f x86: apic_64 - make calibrate_APIC_clock to return error code by Cyrill Gorcunov · 18 years ago
  44. cdbfc55 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 18 years ago
  45. 2fb5e1e Merge branch 'linus' into x86/paravirt-spinlocks by Ingo Molnar · 18 years ago
  46. 593f4a7 x86: APIC: remove apic_write_around(); use alternatives by Maciej W. Rozycki · 18 years ago
  47. 29cbeb0 x86: use cpu_clear in remove_cpu_from_maps by Yinghai Lu · 18 years ago
  48. cd569ef Merge branch 'linus' into x86/urgent by Ingo Molnar · 18 years ago
  49. 48ae744 Merge branch 'linus' into x86/step by Ingo Molnar · 18 years ago
  50. 6879827 x86: remove arch/x86/kernel/smpcommon_32.c by Ingo Molnar · 18 years ago
  51. 393d81a Merge branch 'linus' into xen-64bit by Ingo Molnar · 18 years ago
  52. 4fdf08b x86: unify and correct the GDT_ENTRY() macro by H. Peter Anvin · 18 years ago
  53. 2b04be7 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
  54. bdec6ca 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
  55. 9354094 x86: fix numaq_tsc_disable by Yinghai Lu · 18 years ago
  56. fab3b58 x86 reboot quirks: add Dell Precision WorkStation T5400 by Ingo Molnar · 18 years ago
  57. 8e9509c ftrace: fix merge buglet by Ingo Molnar · 18 years ago
  58. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 18 years ago
  59. da5e09a ACPI : Create "idle=nomwait" bootparam by Zhao Yakui · 18 years ago
  60. c1e3b37 ACPI: Create "idle=halt" bootparam by Zhao Yakui · 18 years ago
  61. 5b53496 ACPI: Disable the C2C3_FFH access mode HW has no MWAIT support by Zhao Yakui · 18 years ago
  62. 380fdd7 x86 ptrace: user-sets-TF nits by Roland McGrath · 18 years ago
  63. d4d6715 x86 ptrace: unify syscall tracing by Roland McGrath · 18 years ago
  64. 64f0973 x86 ptrace: unify TIF_SINGLESTEP by Roland McGrath · 18 years ago
  65. 6718d0d x86 ptrace: block-step fix by Roland McGrath · 18 years ago
  66. 77e4424 Merge branch 'linus' into x86/kprobes by Ingo Molnar · 18 years ago
  67. 34646bc x86, paravirt-spinlocks: fix boot hang by Ingo Molnar · 18 years ago
  68. 9af9857 x86: paravirt spinlocks, modular build fix by Ingo Molnar · 18 years ago
  69. 4bb689e x86: paravirt spinlocks, !CONFIG_SMP build fixes by Ingo Molnar · 18 years ago
  70. 8efcbab paravirt: introduce a "lock-byte" spinlock implementation by Jeremy Fitzhardinge · 18 years ago
  71. 74d4aff x86/paravirt: add hooks for spinlock operations by Jeremy Fitzhardinge · 18 years ago
  72. 0940294 x86_64: adjust exception frame on paranoid exceptions by Jeremy Fitzhardinge · 18 years ago
  73. 6a52e4b x86_64: further cleanup of 32-bit compat syscall mechanisms by Jeremy Fitzhardinge · 18 years ago
  74. 6596f24 Revert "x86_64: there's no need to preallocate level1_fixmap_pgt" by Ingo Molnar · 18 years ago
  75. 4a5c3e7 xen64: implement failsafe callback by Jeremy Fitzhardinge · 18 years ago
  76. 3d75e1b xen64: add hypervisor callbacks for events, etc by Jeremy Fitzhardinge · 18 years ago
  77. 555cf2b xen64: add asm-offsets by Jeremy Fitzhardinge · 18 years ago
  78. 8c5e5ac xen64: add xen-head code to head_64.S by Jeremy Fitzhardinge · 18 years ago
  79. 5b09b28 x86_64: add workaround for no %gs-based percpu by Jeremy Fitzhardinge · 18 years ago
  80. 7c33b1e x86_64: unstatic get_local_pda by Jeremy Fitzhardinge · 18 years ago
  81. cbcd79c x86: use __page_aligned_data/bss by Jeremy Fitzhardinge · 18 years ago
  82. 87b935a x86: clean up formatting of __switch_to by Jeremy Fitzhardinge · 18 years ago
  83. 8840c0c x86_64: there's no need to preallocate level1_fixmap_pgt by Jeremy Fitzhardinge · 18 years ago
  84. c1f2f09 pvops-64: call paravirt_post_allocator_init() on setup_arch() by Eduardo Habkost · 18 years ago
  85. a312b37 x86/paravirt: call paravirt_pagetable_setup_{start, done} by Eduardo Habkost · 18 years ago
  86. fafa3a3 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  87. 431ceb8 x86: fix TSC build error on 32bit by Thomas Gleixner · 18 years ago
  88. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 18 years ago
  89. da6e88f Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  90. af5329c Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  91. 91d0322 Merge branch 'linus' into x86/urgent by Ingo Molnar · 18 years ago
  92. d54191b Kprobe smoke test lockdep warning by Peter Zijlstra · 18 years ago
  93. 5a86102 Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 by Linus Torvalds · 18 years ago
  94. 751851a Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 18 years ago
  95. d18bb9a Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  96. 4bb0057 Merge branch 'core/printk' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  97. e18425a Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  98. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 18 years ago
  99. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 18 years ago
  100. a3da5bf Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago