1. 4ee5b10 [x86 setup] Correct the SMAP check for INT 0x15, AX=0xe820 by H. Peter Anvin · 17 years ago
  2. 2efa33f [x86 setup] Handle case of improperly terminated E820 chain by H. Peter Anvin · 17 years ago
  3. bbc15f4 [x86 setup] Fix typo in arch/i386/boot/header.S by Paul Bolle · 17 years ago
  4. 3f662b3 [x86 setup] Present the canonical video mode number to the kernel by H. Peter Anvin · 17 years ago
  5. ce29a1f [x86 setup] Work around bug in Xen HVM by Christian Ehrhardt · 17 years ago
  6. 4221d01 [x86 setup] Don't rely on the VESA BIOS being register-clean by H. Peter Anvin · 17 years ago
  7. 71351b9 [x86 setup] Make sure AH=00h when setting a video mode by H. Peter Anvin · 17 years ago
  8. b015124 [x86 setup] Volatilize asm() statements by H. Peter Anvin · 17 years ago
  9. 9a5f35d [x86 setup] edd.c: make sure MBR signatures actually get reported by H. Peter Anvin · 17 years ago
  10. c1a6e2b [x86 setup] Don't use EDD to get the MBR signature by H. Peter Anvin · 17 years ago
  11. 362cea3 [x86 setup] The current display page is returned in %bh, not %bl by H. Peter Anvin · 17 years ago
  12. 463c9a9 [x86 setup] EDD: add missing =m constraint by H. Peter Anvin · 17 years ago
  13. 59acc08 [x86 setup] video setup: Fix VBE DDC reading by Antonino A. Daplas · 17 years ago
  14. 8ddf83f 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
  15. 47f8218 broken lilo check on make install by Gabriel C · 17 years ago
  16. ff659d1 [x86 setup] EDD: Fix the computation of the MBR sector buffer by H. Peter Anvin · 17 years ago
  17. 8b608d2 [x86 setup] Newline after setup signature failure message by H. Peter Anvin · 17 years ago
  18. 8218d02 x86 boot code comments typos by Randy Dunlap · 17 years ago
  19. 238b706 [x86 setup] Make struct ist_info cross-architecture, and use in setup code by H. Peter Anvin · 17 years ago
  20. 1a13286 [x86 setup] APM: BX should be zero when disconnecting by H. Peter Anvin · 17 years ago
  21. 1514ab0 [x86 setup] APM detection logic bug fix by Mikael Pettersson · 17 years ago
  22. d2eea68 xen: disable vdso "nosegneg" on native boot by Roland McGrath · 17 years ago
  23. 1279506 Update .gitignore for arch/i386/boot by Matthew Wilcox · 17 years ago
  24. 3fbc541 [PATCH] x86: do not recompile boot for each build by Sam Ravnborg · 17 years ago
  25. 8c027ae [x86 setup] Save/restore DS around invocations of INT 10h by H. Peter Anvin · 17 years ago
  26. 7ad37df [x86 setup] VGA: Clear the Protect bit before setting the vertical height by H. Peter Anvin · 17 years ago
  27. 5593eaa [x86 setup] Fix assembly constraints by H. Peter Anvin · 17 years ago
  28. 9aa3909 [x86 setup] build/tools.c: fix comment by H. Peter Anvin · 17 years ago
  29. 600b2fc xen: suppress abs symbol warnings for unused reloc pointers by Jeremy Fitzhardinge · 17 years ago
  30. c397368 Remove old i386 setup code by H. Peter Anvin · 17 years ago
  31. 4fd0696 Use the new x86 setup code for i386 by H. Peter Anvin · 17 years ago
  32. f2d98ae Linker script for the new x86 setup code by H. Peter Anvin · 17 years ago
  33. 6260731 Assembly header and main routine for new x86 setup code by H. Peter Anvin · 17 years ago
  34. 7052fdd Code for actual protected-mode entry by H. Peter Anvin · 17 years ago
  35. 5e8ddcbe Video mode probing support for the new x86 setup code by H. Peter Anvin · 17 years ago
  36. 337496e Voyager support for the new x86 setup code by H. Peter Anvin · 17 years ago
  37. 449f2ab Memory probing support for the new x86 setup code by H. Peter Anvin · 17 years ago
  38. 3b53d30 MCA support for new x86 setup code by H. Peter Anvin · 17 years ago
  39. d13444a EDD probing code for the new x86 setup code by H. Peter Anvin · 17 years ago
  40. 31b54f4 CPU features verification for the new x86 setup code by H. Peter Anvin · 17 years ago
  41. 0008ea3 Version string for the new x86 setup code by H. Peter Anvin · 17 years ago
  42. 1543610 Console-writing code for the new x86 setup code by H. Peter Anvin · 17 years ago
  43. e44c22f Command-line parsing code for the new x86 setup code by H. Peter Anvin · 17 years ago
  44. 49df18f APM probing code by H. Peter Anvin · 17 years ago
  45. 5a8a812 A20 handling code by H. Peter Anvin · 17 years ago
  46. 5be8656 String-handling functions for the new x86 setup code. by H. Peter Anvin · 17 years ago
  47. ad7e906 Simple bitops for the new x86 setup code. by H. Peter Anvin · 17 years ago
  48. 62bd033 Top header file for new x86 setup code by H. Peter Anvin · 17 years ago
  49. f7f4a5f Header file to produce 16-bit code with gcc by H. Peter Anvin · 17 years ago
  50. 85414b6 Define zero-page offset 0x1e4 as a scratch field, and use it by H. Peter Anvin · 17 years ago
  51. 4c1f59d i386: Fix wrong CPU error message in early boot path by Christian Volkmann · 17 years ago
  52. 01e73be Revert "fbdev: ignore VESA modes if framebuffer is disabled" by Linus Torvalds · 17 years ago
  53. 464bdd3 fbdev: ignore VESA modes if framebuffer is disabled by Antonino A. Daplas · 17 years ago
  54. c7f81c9 [PATCH] i386: Verify important CPUID bits in real mode by Andi Kleen · 17 years ago
  55. 484ad39 [PATCH] i386: Drop -traditional in arch/i386/boot by Andi Kleen · 17 years ago
  56. 35c7422 [PATCH] x86: deflate stack usage in lib/inflate.c by Jeremy Fitzhardinge · 17 years ago
  57. 8f9aeca [PATCH] x86: add command line length to boot protocol by Bernhard Walle · 17 years ago
  58. a369a71 [PATCH] x86: Don't probe for DDC on VBE1.2 by Zwane Mwaikambo · 17 years ago
  59. ca82018 Use ARRAY_SIZE() macro in i386 relocs.c file by Robert P. J. Day · 17 years ago
  60. 2a3d4f1 [PATCH] __crc_... is intended to be absolute by Al Viro · 18 years ago
  61. c6b33cc [PATCH] Fix insta-reboot with "i386: Relocatable kernel support" by Segher Boessenkool · 18 years ago
  62. 29263fb [PATCH] Add .gitignore file for relocs in arch/i386 by Thomas Meyer · 18 years ago
  63. d5d2448 [PATCH] x86-64: Fix numaq build error by Randy Dunlap · 18 years ago
  64. d3561b7 [PATCH] paravirt: header and stubs for paravirtualisation by Rusty Russell · 18 years ago
  65. be274ee [PATCH] i386: extend bzImage protocol for relocatable protected mode kernel by Vivek Goyal · 18 years ago
  66. e69f202 [PATCH] i386: Implement CONFIG_PHYSICAL_ALIGN by Vivek Goyal · 18 years ago
  67. 6a044b3 [PATCH] i386: Warn upon absolute relocations being present by Vivek Goyal · 18 years ago
  68. 968de4f [PATCH] i386: Relocatable kernel support by Eric W. Biederman · 18 years ago
  69. 2a43f3e [PATCH] i386: CONFIG_PHYSICAL_START cleanup by Eric W. Biederman · 18 years ago
  70. 5a73fdc [PATCH] Some config.h removals by Zachary Amsden · 18 years ago
  71. 575400d [PATCH] i386: Fix the EDD code misparsing the command line by H. Peter Anvin · 18 years ago
  72. 606bd58 [PATCH] x86: AUX_DEVICE_INFO is one byte long, use 'movb' by Diego Calleja · 18 years ago
  73. 63104ee kbuild: introduce utsrelease.h by Sam Ravnborg · 18 years ago
  74. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  75. 81a07d7 Merge branch 'x86-64' by Linus Torvalds · 18 years ago
  76. bf66025 [PATCH] i386/x86-64: Fix isoimage when syslinux is in /usr/share by Andi Kleen · 18 years ago
  77. b79c4df7 [PATCH] i386/x86-64: Consolidate arch/{i386,x86_64}/boot/compressed/misc.c by Carl-Daniel Hailfinger · 18 years ago
  78. ba70710 [PATCH] fbdev: Firmware EDID fixes by Antonino A. Daplas · 18 years ago
  79. 89ec4c2 [PATCH] vesafb: Fix incorrect logo colors in x86_64 by Antonino A. Daplas · 18 years ago
  80. 59153f7 [PATCH] fbdev: Make BIOS EDID reading configurable by Antonino A. Daplas · 18 years ago
  81. 841b8a4 [PATCH] x86: "make isoimage" support; FDINITRD= support; minor cleanups by H. Peter Anvin · 18 years ago
  82. 2c3ca07 [PATCH] Fix EDD to properly ignore signature of non-existing drives by Andrey Borzenkov · 18 years ago
  83. e2fbf1a [PATCH] x86: gitignore some autogenerated files for i386 by Thomas Meyer · 18 years ago
  84. d274ba2 x86: fix "make install" target by Linus Torvalds · 19 years ago
  85. ab396e9 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  86. 2b4f2f4 [PATCH] vesafb: Drop blank hook by Antonino A. Daplas · 19 years ago
  87. 0d20bab kbuild: drop vmlinux dependency from "make install" by H. Peter Anvin · 19 years ago
  88. 7e7f358 [PATCH] Split out screen_info from tty.h by Brian Gerst · 19 years ago
  89. 5e518d7 [PATCH] fbdev: Resurrect hooks to get EDID from firmware by Antonino A. Daplas · 19 years ago
  90. d2d5838 [PATCH] vesafb: Add blanking support by Antonino A. Daplas · 19 years ago
  91. f8eeaaf [PATCH] Make the bzImage format self-terminating by H. Peter Anvin · 19 years ago
  92. a8f5034 [PATCH] coverity: i386: build.c: negative return to unsigned fix by KAMBAROV, ZAUR · 19 years ago
  93. f454944 [PATCH] x86_64: coding style and whitespace fixups by Domen Puncer · 19 years ago
  94. 3d345e3 [PATCH] kexec: x86: add CONFIG_PYSICAL_START by Eric W. Biederman · 19 years ago
  95. 0f8e2d6 [PATCH] use ${CROSS_COMPILE}installkernel in arch/*/boot/install.sh by Ian Campbell · 19 years ago
  96. 2894801 [PATCH] kbuild: display compile version by Coywolf Qi Hunt · 19 years ago
  97. 125947f [PATCH] CodingStyle: trivial whitespace fixups by Domen Puncer · 19 years ago
  98. 5f76be8 [PATCH] fbdev: edid.h cleanups by Adrian Bunk · 19 years ago
  99. f9ba705 [PATCH] Increase number of e820 entries hard limit from 32 to 128 by Venkatesh Pallipadi · 19 years ago
  100. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago