1. f6a0b5c Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  2. 85fe20b Merge branch 'x86-io-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  3. 8e92dc7 x86, setup: Don't skip mode setting for the standard VGA modes by H. Peter Anvin · 14 years ago
  4. eb572a5 x86-64, setup: Inhibit decompressor output if video info is invalid by H. Peter Anvin · 14 years ago
  5. f1f6baf x86, setup: When restoring the screen, update boot_params.screen_info by H. Peter Anvin · 14 years ago
  6. 3235dc3 x86: Remove trailing spaces in messages by Frans Pop · 14 years ago
  7. 6175ddf x86: Clean up mem*io functions. by Brian Gerst · 14 years ago
  8. 1351099 x86: add support for LZO-compressed kernels by Albin Tonnerre · 15 years ago
  9. 605c1a1 Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 15 years ago
  10. 17a2a9b x86, compress: Force i386 instructions for the decompressor by H. Peter Anvin · 15 years ago
  11. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  12. 873b527 x86: Regex support and known-movable symbols for relocs, fix _end by H. Peter Anvin · 15 years ago
  13. 273b281 kbuild: move utsrelease.h to include/generated by Sam Ravnborg · 15 years ago
  14. 9204595 kbuild: move compile.h to include/generated by Sam Ravnborg · 15 years ago
  15. 830cd2a Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  16. e33c019 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
  17. 350f8f5 x86: Eliminate redundant/contradicting cache line size config options by Jan Beulich · 15 years ago
  18. d9b2635 x86, setup: Store the boot cursor state by Matthew Garrett · 15 years ago
  19. 4868402 x86, boot: Simplify setting of the PAE bit by Alexander Potashev · 15 years ago
  20. a5912f6 x86: Document linker script ASSERT() quirk by Ingo Molnar · 15 years ago
  21. 5bb241b Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  22. caa27b6 kbuild: use INSTALLKERNEL to select customized installkernel script by Sam Ravnborg · 15 years ago
  23. 1dc818c x86: convert compressed loader to use __HEAD and HEAD_TEXT macros. by Tim Abbott · 15 years ago
  24. 0cc6d77 Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  25. fc0ce23 x86: add vmlinux.lds to targets in arch/x86/boot/compressed/Makefile by Jan Beulich · 15 years ago
  26. febe04d x86: fix usage of bios intcall() by Akinobu Mita · 15 years ago
  27. 2495fbf x86, setup: remove obsolete pre-Kconfig CONFIG_VIDEO_ variables by H. Peter Anvin · 15 years ago
  28. c4c5ab3 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  29. 7bf99fb gcov: enable GCOV_PROFILE_ALL for x86_64 by Peter Oberparleiter · 15 years ago
  30. 28b4868 x86, boot: use .code16gcc instead of .code16 by H. Peter Anvin · 15 years ago
  31. bec70683 Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  32. 82782ca Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  33. 6799687 x86, boot: add new generated files to the appropriate .gitignore files by Mike Galbraith · 15 years ago
  34. 46176b4 x86, relocs: ignore R_386_NONE in kernel relocation entries by Tejun Heo · 15 years ago
  35. ee07366 Merge branch 'x86/urgent' into x86/setup by H. Peter Anvin · 15 years ago
  36. bca23db x86, setup: revert ACPI 3 E820 extended attributes support by H. Peter Anvin · 15 years ago
  37. c6ac4c1 x86, boot: correct the calculation of ZO_INIT_SIZE by H. Peter Anvin · 15 years ago
  38. 7ed42a2 x86, boot: correct sanity checks in boot/compressed/misc.c by H. Peter Anvin · 15 years ago
  39. 5031296 x86: add extension fields for bootloader type and version by H. Peter Anvin · 15 years ago
  40. 37ba7ab x86, boot: make kernel_alignment adjustable; new bzImage fields by H. Peter Anvin · 15 years ago
  41. 99aa455 x86, boot: remove dead code from boot/compressed/head_*.S by H. Peter Anvin · 15 years ago
  42. 40b387a x86, boot: use LOAD_PHYSICAL_ADDR on 64 bits by H. Peter Anvin · 15 years ago
  43. 77d1a49 x86, boot: make symbols from the main vmlinux available by H. Peter Anvin · 15 years ago
  44. 02a884c x86, boot: determine compressed code offset at compile time by H. Peter Anvin · 15 years ago
  45. 36d3793 x86, boot: use appropriate rep string for move and clear by H. Peter Anvin · 15 years ago
  46. 9754191 x86, boot: zero EFLAGS on 32 bits by H. Peter Anvin · 15 years ago
  47. 0a13773 x86, boot: set up the decompression stack as early as possible by H. Peter Anvin · 15 years ago
  48. 5b11f1c x86, boot: straighten out ranges to copy/zero in compressed/head*.S by H. Peter Anvin · 15 years ago
  49. b40d68d x86, boot: stylistic cleanups for boot/compressed/head_64.S by H. Peter Anvin · 15 years ago
  50. 5f64ec6 x86, boot: stylistic cleanups for boot/compressed/head_32.S by H. Peter Anvin · 15 years ago
  51. bd2a369 x86, boot: use BP_scratch in arch/x86/boot/compressed/head_*.S by H. Peter Anvin · 15 years ago
  52. 283ab1c x86, boot: follow standard Kbuild style for compression suffix by H. Peter Anvin · 15 years ago
  53. 5f11e02 x86, boot: simplify arch/x86/boot/compressed/Makefile by H. Peter Anvin · 15 years ago
  54. 0b4eb46 x86, boot: align the .bss section in the decompressor by H. Peter Anvin · 15 years ago
  55. 83c4832 x86: boot/compressed/vmlinux.lds.S: fix build of bzImage with 64 bit compiler by Sam Ravnborg · 15 years ago
  56. 51b26ad x86: unify arch/x86/boot/compressed/vmlinux_*.lds by Linus Torvalds · 15 years ago
  57. cf9972a x86, setup: fix comment in the "glove box" code by H. Peter Anvin · 15 years ago
  58. cf06de7 x86, setup: "glove box" BIOS interrupts in the video code by H. Peter Anvin · 15 years ago
  59. 0a706db x86, setup: "glove box" BIOS interrupts in the MCA code by H. Peter Anvin · 15 years ago
  60. 3435d34 x86, setup: "glove box" BIOS interrupts in the EDD code by H. Peter Anvin · 15 years ago
  61. d54ea25 x86, setup: "glove box" BIOS interrupts in the APM code by H. Peter Anvin · 15 years ago
  62. df7699c x86, setup: "glove box" BIOS interrupts in the core boot code by H. Peter Anvin · 15 years ago
  63. 7a734e7 x86, setup: "glove box" BIOS calls -- infrastructure by H. Peter Anvin · 15 years ago
  64. 1e274a5 x86, setup: un-resequence mode setting for VGA 80x34 and 80x60 modes by H. Peter Anvin · 15 years ago
  65. 484cad3 Merge branch 'dma-debug' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 15 years ago
  66. 95a38f3 x86, setup: compile with -DDISABLE_BRANCH_PROFILING by H. Peter Anvin · 15 years ago
  67. cd67059 x86, setup: guard against pre-ACPI 3 e820 code not updating %ecx by H. Peter Anvin · 15 years ago
  68. c549e71 x86, setup: ACPI 3, BIOS workaround for E820-probing code by H. Peter Anvin · 15 years ago
  69. 32ec7fd x86, setup: preemptively save/restore edi and ebp around INT 15 E820 by H. Peter Anvin · 15 years ago
  70. 01522df x86, setup: mark %esi as clobbered in E820 BIOS call by Michael K. Johnson · 15 years ago
  71. 5f64135 x86, setup: fix the setting of 480-line VGA modes by H. Peter Anvin · 15 years ago
  72. be72169 x86, setup: move 32-bit code to .text32 by H. Peter Anvin · 15 years ago
  73. 16a6791 x86: use targets in the boot Makefile instead of CLEAN_FILES by H. Peter Anvin · 15 years ago
  74. f9c5107 x86: remove additional vestiges of the zImage/bzImage split by H. Peter Anvin · 15 years ago
  75. 5e47c47 x86: remove zImage support by H. Peter Anvin · 15 years ago
  76. 8b0e586 Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/core by Ingo Molnar · 15 years ago
  77. a852cbfa Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', 'x86/signal' and 'x86/urgent'; commit 'v2.6.29-rc6' into x86/core by Ingo Molnar · 15 years ago
  78. 965c7ec x86: remove the Voyager 32-bit subarch by Ingo Molnar · 15 years ago
  79. 6091628 Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/core by Ingo Molnar · 15 years ago
  80. cb425af x86: compressed head_32 - use ENTRY,ENDPROC macros by Cyrill Gorcunov · 15 years ago
  81. 2d4eeecb x86: compressed head_64 - use ENTRY,ENDPROC macros by Cyrill Gorcunov · 15 years ago
  82. 324bda9e x86: pmjump - use GLOBAL,ENDPROC macros by Cyrill Gorcunov · 15 years ago
  83. 2f79555 x86: copy.S - use GLOBAL,ENDPROC macros by Cyrill Gorcunov · 15 years ago
  84. 0341c14 x86: use _types.h headers in asm where available by Jeremy Fitzhardinge · 15 years ago
  85. 3bd323a x86 setup: a20: early timeout for a nonexistent keyboard controller by H. Peter Anvin · 15 years ago
  86. 7fc49f1 x86 setup: fix asm constraints in vesa_store_edid by Andreas Schwab · 15 years ago
  87. 042cbaf x86 setup: fix asm constraints in vesa_store_edid by Andreas Schwab · 15 years ago
  88. ae03c49 bzip2/lzma: x86 kernel compression support by Alain Knaff · 16 years ago
  89. fa623d1 Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core by Ingo Molnar · 16 years ago
  90. 5cf02b7 x86: use limited register constraint for setnz by Steven Rostedt · 16 years ago
  91. a1a00b5 x86: boot - fix sparse warnings by Hannes Eder · 16 years ago
  92. c17dad6 .gitignore updates by Alexey Dobriyan · 16 years ago
  93. 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 · 16 years ago
  94. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  95. 8bcad30 x86: make variables static by roel kluin · 16 years ago
  96. 4d31a2b fbdev: ignore VESA modes if framebuffer does not support them by Michal Januszewski · 16 years ago
  97. 8daf14c Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2 by Ingo Molnar · 16 years ago
  98. 0afe2db Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D by Ingo Molnar · 16 years ago
  99. e496e3d Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', 'x86/urgent' and 'x86/vmalloc' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  100. b8cd9d0 Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago