1. 5336940 x86: fix pci-gart failure handling by FUJITA Tomonori · 17 years ago
  2. 69243f9 x86: Dump filtering supports x86_64 sparsemem by Ken'ichi Ohmichi · 17 years ago
  3. 03d0d20 x86: fix compiler warnings in arch/x86/kernel/early-quirks.c by Jeff Garzik · 17 years ago
  4. 74a3d2d x86: fix !SMP compiler warning in arch/x86/kernel/acpi/processor.c by Jeff Garzik · 17 years ago
  5. bd53147 x86: Fix boot protocol KEEP_SEGMENTS check. by Eric W. Biederman · 17 years ago
  6. 0cca1ca x86: voyager: fix bogus conversion to per_cpu for boot_cpu_info by James Bottomley · 17 years ago
  7. 027447c x86: export smp_ops to allow modular build of KVM by Thomas Gleixner · 17 years ago
  8. ceff8d8 Revert "i386: export i386 smp_call_function_mask() to modules" by Thomas Gleixner · 17 years ago
  9. 26adc0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup by Linus Torvalds · 17 years ago
  10. 0e4bd10 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/x86 by Linus Torvalds · 17 years ago
  11. e6e1ace x86 setup: sizeof() is unsigned, unbreak comparisons by H. Peter Anvin · 17 years ago
  12. 6b6815c x86 setup: handle boot loaders which set up the stack incorrectly by H. Peter Anvin · 17 years ago
  13. 22fa8d5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  14. 7f14957 Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  15. 4757238 x86: move i386 and x86_64 Kconfig files to x86 directory by Sam Ravnborg · 17 years ago
  16. d013a27 x86: unification of i386 and x86_64 Kconfig.debug by Randy Dunlap · 17 years ago
  17. 2266cfd x86: move defconfig files for i386 and x86_64 to x86 by Sam Ravnborg · 17 years ago
  18. 74b469f x86: move i386 and x86_64 Makefiles to arch/x86 by Sam Ravnborg · 17 years ago
  19. e88a39d x86: pci-gart fix by FUJITA Tomonori · 17 years ago
  20. e1e7296 lguest: documentation update by Rusty Russell · 17 years ago
  21. 4cfe6c3 lguest: build fix by Jeff Garzik · 17 years ago
  22. 25c47bb lguest: use defines from x86 headers instead of magic numbers by Rusty Russell · 17 years ago
  23. eec407c x86: fix bogus KERN_ALERT on oops by Alexey Dobriyan · 17 years ago
  24. 230e55a x86: lguest build fix by Jeff Garzik · 17 years ago
  25. 1fb473d x86: fix CONFIG_KEXEC build breakage by Mike Galbraith · 17 years ago
  26. 25c2635 Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 17 years ago
  27. 7c23997 [SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriate by Jeff Garzik · 17 years ago
  28. 1b82ba6 x86: Add HPET force support for MCP55 (nForce 5) chipsets by Carlos Corbacho · 17 years ago
  29. d79a5f8 x86: Force enable HPET for CK804 (nForce 4) chipsets by Carlos Corbacho · 17 years ago
  30. fa76dab x86: clean up setup.h and the boot code by H. Peter Anvin · 17 years ago
  31. 0de80bc x86: Save registers in saved_context during suspend and hibernation by Rafael J. Wysocki · 17 years ago
  32. d88203d x86: whitespace cleanup of mce_64.c by Thomas Gleixner · 17 years ago
  33. 01e1118 x86: consolidate the cpu/ related code usage by Thomas Gleixner · 17 years ago
  34. 3bc258a x86: prepare consolidation of cpu/ related code usage by Thomas Gleixner · 17 years ago
  35. 34d19e2 x86: prepare consolidation of cpu/ related Makefiles by Thomas Gleixner · 17 years ago
  36. 5e4181b x86: Unify arch/x86/kernel/acpi Makefiles by Thomas Gleixner · 17 years ago
  37. 9b58aeb x86: merge arch/x86/crypto Makefiles by Thomas Gleixner · 17 years ago
  38. 62a31a0 x86: unify crash_32/64.c by Hiroshi Shimamoto · 17 years ago
  39. 9b7711f x86: add lapic_shutdown for x86_64 by Hiroshi Shimamoto · 17 years ago
  40. 4d022ad x86: ARRAY_SIZE cleanup by Alejandro Martinez Ruiz · 17 years ago
  41. 8c66006 x86: fix more TSC clock source calibration errors by Dave Johnson · 17 years ago
  42. edaf420 x86: fix TSC clock source calibration error by Dave Johnson · 17 years ago
  43. ea580655 x86: add instrumentation menu by Adrian Bunk · 17 years ago
  44. 814a0e5 Revert lguest magic and use hook in head.S by Rusty Russell · 17 years ago
  45. 19f1537 Lguest support for Virtio by Rusty Russell · 17 years ago
  46. 0ca49ca Remove old lguest bus and drivers. by Rusty Russell · 17 years ago
  47. 0a8a69d Virtio helper routines for a descriptor ringbuffer implementation by Rusty Russell · 17 years ago
  48. 47436aa Boot with virtual == physical to get closer to native Linux. by Rusty Russell · 17 years ago
  49. c18acd7 Allow guest to specify syscall vector to use. by Rusty Russell · 17 years ago
  50. b410e7b Make hypercalls arch-independent. by Jes Sorensen · 17 years ago
  51. 625efab Move i386 part of core.c to x86/core.c. by Jes Sorensen · 17 years ago
  52. 34b8867 Move lguest guest support to arch/x86. by Rusty Russell · 17 years ago
  53. d3d1c4bdf1 Normalize config options for guest support by Rusty Russell · 17 years ago
  54. 69450bb Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  55. 58b053e Update arch/ to use sg helpers by Jens Axboe · 17 years ago
  56. 00bf409 kexec: add BSS to resource tree by Bernhard Walle · 17 years ago
  57. e820482 Intel IOMMU: Iommu Gfx workaround by Keshavamurthy, Anil S · 17 years ago
  58. 3460a6d Intel IOMMU: DMAR fault handling support by Keshavamurthy, Anil S · 17 years ago
  59. ba39592 Intel IOMMU: Intel IOMMU driver by Keshavamurthy, Anil S · 17 years ago
  60. a9c55b3 Intel IOMMU: clflush_cache_range now takes size param by Keshavamurthy, Anil S · 17 years ago
  61. a24e785 i386: paravirt boot sequence by Rusty Russell · 17 years ago
  62. e5371ac update boot spec to 2.07 by Rusty Russell · 17 years ago
  63. c00046c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  64. 9631512 Fix typo in arch/x86/kernel/tsc_32.c by Josh Triplett · 17 years ago
  65. 676b185 spelling fixes: arch/x86_64/ by Simon Arlott · 17 years ago
  66. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 17 years ago
  67. 4aad794 BOOT: Show that no_ipi_broadcast() takes a parameter. by Robert P. J. Day · 17 years ago
  68. 60812a4 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  69. db955170 more UTF-8 conversions by Marcin Garski · 17 years ago
  70. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  71. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  72. 2679065 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  73. 5c3391f Use extended crashkernel command line on x86_64 by Bernhard Walle · 17 years ago
  74. d62cc47 Use extended crashkernel command line on i386 by Bernhard Walle · 17 years ago
  75. 19c5870 Use helpers to obtain task pid in printks (arch code) by Alexey Dobriyan · 17 years ago
  76. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  77. 22124c9 kmap leak fix for x86_32 kdump by Fernando Luis Vázquez Cao · 17 years ago
  78. 92cb761 x86: convert cpuinfo_x86 array to a per_cpu array by Mike Travis · 17 years ago
  79. f1df280 x86: introduce frame_pointer() and stack_pointer() by Jan Blunck · 17 years ago
  80. 124d395 i386: do not BUG_ON() when MSR is unknown by Stephane Eranian · 17 years ago
  81. 71b3123 x86: acpi use cpu_physical_id by Mike Travis · 17 years ago
  82. b627847 x86: convert cpu_llc_id to be a per cpu variable by Mike Travis · 17 years ago
  83. 71fff5e x86: convert cpu_to_apicid to be a per cpu variable by Mike Travis · 17 years ago
  84. dbeb2be i386: introduce "used_vectors" bitmap which can be used to reserve vectors. by Rusty Russell · 17 years ago
  85. 39743c9 x86: use raw locks during oopses by Andi Kleen · 17 years ago
  86. b1992df x86: honor _PAGE_PSE bit on page walks by Jan Beulich · 17 years ago
  87. 1f503e7 i386: do cpuid_device_create() in CPU_UP_PREPARE instead of CPU_ONLINE. by Akinobu Mita · 17 years ago
  88. 66d16ed x86: implement missing x86_64 function smp_call_function_mask() by Laurent Vivier · 17 years ago
  89. 9d1c6e7 x86: use descriptor's functions instead of inline assembly by Glauber de Oliveira Costa · 17 years ago
  90. 9d975eb i386: consolidate show_regs and show_registers for i386 by Pavel Emelyanov · 17 years ago
  91. 574a604 i386: make callgraph use dump_trace() on i386/x86_64 by Jan Blunck · 17 years ago
  92. 9480626 x86: enable iommu_merge by default by Andi Kleen · 17 years ago
  93. 54ef340 x86: Unify i386 and x86-64 early quirks by Andi Kleen · 17 years ago
  94. 158ad32 x86: enable HPET on ICH3 and ICH4 by Udo A. Steinberg · 17 years ago
  95. b196884 x86: force enable HPET on VT8235/8237 chipsets by Udo A. Steinberg · 17 years ago
  96. b17530b x86: add force_hpet boot option by Thomas Gleixner · 17 years ago
  97. 7649223 x86: quirk.c trivial coding style and white space cleanup by Thomas Gleixner · 17 years ago
  98. b3f5dde x86: don't zero pad addresses in segfault message by Andi Kleen · 17 years ago
  99. 95d1b8f x86: Use linux/elfcore-compat.h by Roland McGrath · 17 years ago
  100. 7778887 x86: merge init_task_32/64.c by Hiroshi Shimamoto · 17 years ago