1. d960c9c x86 setup: remove IMAGE_OFFSET by Paul Bolle · 16 years ago
  2. f68ec0c Merge commit 'v2.6.27-rc8' into x86/setup by Ingo Molnar · 16 years ago
  3. 98920dc Revert "x86: fix ghost EDD devices in /sys again" by H. Peter Anvin · 16 years ago
  4. 6cdcdb9 x86 setup: fix ghost entries under /sys/firmware/edd take 3 by Andrey Borzenkov · 16 years ago
  5. 464f04c x86: fix ghost EDD devices in /sys again by Andrey Borzenkov · 16 years ago
  6. d2f3738 x86: when building image.iso, use isohybrid if it exists by H. Peter Anvin · 16 years ago
  7. b74b06c x86: boot: stub out unimplemented CPU feature words by H. Peter Anvin · 16 years ago
  8. 7f16a33 x86: boot/compressed/Makefile: fix "make clean" by H. Peter Anvin · 16 years ago
  9. 1b72691 x86: fix build warnings in real mode code by Andi Kleen · 16 years ago
  10. c2dcfde x86: cleanup for setup code crashes during IST probe by H. Peter Anvin · 16 years ago
  11. 7b27718 x86: fix setup code crashes on my old 486 box by Joerg Roedel · 16 years ago
  12. 2d6ffcc inflate: refactor inflate malloc code by Thomas Petazzoni · 16 years ago
  13. f2ba939 x86: check function status in EDD boot code by Jan Beulich · 16 years ago
  14. 4fdf08b x86: unify and correct the GDT_ENTRY() macro by H. Peter Anvin · 16 years ago
  15. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 16 years ago
  16. 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 16 years ago
  17. 3c1ca43 Merge branch 'x86/setup' into x86/devel by Ingo Molnar · 16 years ago
  18. 6bcb13b x86: config option to disable info from decompression of the kernel by Ben Collins · 16 years ago
  19. 2ee2394 x86: fix regression: boot failure on AMD Elan TS-5500 by H. Peter Anvin · 16 years ago
  20. 908ec7a x86: remove arbitrary ELF section limit in i386 relocatable kernel by H. Peter Anvin · 16 years ago
  21. aa60d13 x86: setup: issue a null command after enabling A20 via KBC by H. Peter Anvin · 16 years ago
  22. 1791a78 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  23. 52aaa12 x86: fix unused variable 'loops' warning in arch/x86/boot/a20.c by Manish Katiyar · 16 years ago
  24. d49c428 x86: make generic arch support NUMAQ by Yinghai Lu · 16 years ago
  25. 3b6b929 x86: Honor 'quiet' command line option in real mode boot decompressor. by Kristian Høgsberg · 16 years ago
  26. 23968f7 x86: Use structs instead of hardcoded offsets in x86 boot decompressor. by Kristian Høgsberg · 16 years ago
  27. c7d624d x86: Fix up silly i1586 boot message. by Dave Jones · 16 years ago
  28. c3965bd x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constant by Paul Jackson · 16 years ago
  29. 2141261 x86: janitor work in video-vga.c by Miklos Vajna · 16 years ago
  30. e83e31f4 x86: compressed/head_64.S cleanup - use predefined flags from processor-flags.h by Cyrill Gorcunov · 16 years ago
  31. 535694f x86: boot/printfc use NULL instead 0 by Thomas Gleixner · 16 years ago
  32. 7fafd91 x86: fix integer as NULL pointer warning by Harvey Harrison · 16 years ago
  33. 8bd1796 x86: relocs ELF handling - use SELFMAG instead of numeric constant by Cyrill Gorcunov · 16 years ago
  34. 8c4dd60 edd: add default mode CONFIG_EDD_OFF=n, override with edd={on,off} by Tim Gardner · 16 years ago
  35. 8b664aa x86, boot: add linked list of struct setup_data by Huang, Ying · 16 years ago
  36. 2cfed60 Update .gitignore files by Matthew Wilcox · 16 years ago
  37. 4a9f54c x86: cleanup: change _end to end_before_pgt by Yinghai Lu · 16 years ago
  38. 7c53976 x86: cleanup boot-heap usage by Alexander van Heukelum · 16 years ago
  39. cf9b111 x86: remove pointless comments by WANG Cong · 16 years ago
  40. e44b7b7 x86: move suspend wakeup code to C by Pavel Machek · 16 years ago
  41. 03056c8 x86: remove superfluous initialisation in boot code. by Alexander van Heukelum · 16 years ago
  42. 7030760 x86: coding style fixes to arch/x86/boot/cpucheck.c by Paolo Ciarrocchi · 16 years ago
  43. 023196a x86: coding style fix to arch/x86/boot/pm.c by Paolo Ciarrocchi · 16 years ago
  44. 1180e01 x86: more cleanups in arch/x86/boot/compressed/misc.c by Ingo Molnar · 16 years ago
  45. fd77c7c x86: coding style fixes to arch/x86/boot/compressed/misc.c by Paolo Ciarrocchi · 16 years ago
  46. 87253d1 x86: boot protocol updates by Ian Campbell · 16 years ago
  47. 52b3871 x86: bump image header to version 2.08. by Ingo Molnar · 16 years ago
  48. 7d6e737 x86: add a crc32 checksum to the kernel image. by Ian Campbell · 16 years ago
  49. 099e137 x86: use ELF format in compressed images. by Ian Campbell · 16 years ago
  50. 1722770 x86-boot: don't request VBE2 information by Peter Korsgaard · 16 years ago
  51. 829157b x86: handle BIOSes which terminate e820 with CF=1 and no SMAP by H. Peter Anvin · 16 years ago
  52. 0b6ca82 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  53. 3b35632 Update arch/x86/boot/.gitignore with new auto-generated files by S.Çağlar Onur · 16 years ago
  54. 9b706ae x86: trivial printk optimizations by Denys Vlasenko · 16 years ago
  55. 31422c5 x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE by Andi Kleen · 16 years ago
  56. f0be6c6 x86 setup: print missing CPU features in cleartext by H. Peter Anvin · 16 years ago
  57. 1622ac2 x86: define OBJCOPYFLAGS explicitly for each target. by Ian Campbell · 16 years ago
  58. 32ed937 x86: fix comments in vmlinux_64.lds by Yinghai Lu · 16 years ago
  59. 778cb92 x86: unify arch/x86/boot/compressed/misc_??.c by Ian Campbell · 16 years ago
  60. 4c83d65 x86: unify variable names in arch/x86/boot/compressed/misc_??.c by Ian Campbell · 16 years ago
  61. 8751f97 x86: unify headers in arch/x86/boot/compressed/misc_??.c by Ian Campbell · 16 years ago
  62. 818a08f x86: unify whitespace and comments in arch/x86/boot/compressed/misc_??.c by Ian Campbell · 16 years ago
  63. 6b3c042 x86: unify strings in arch/x86/boot/compressed/misc_??.c by Ian Campbell · 16 years ago
  64. f18c0e7 x86: unify arch/x86/boot/compressed/vmlinux_??.scr by Ian Campbell · 16 years ago
  65. 20514e9 x86: switch to .rodata.compressed in arch/x86/boot/compressed/vmlinux_??.scr by Ian Campbell · 16 years ago
  66. 004426e x86: unify whitespace in arch/x86/boot/compressed/vmlinux_??.scr by Ian Campbell · 16 years ago
  67. afe0bc6 x86: unify whitespace and comments in arch/x86/boot/compressed/vmlinux_??.lds by Ian Campbell · 16 years ago
  68. ade1af7 x86: remove unneded casts by Jan Engelhardt · 16 years ago
  69. 387faed x86 setup: correct the base in the GDT_ENTRY() macro by H. Peter Anvin · 16 years ago
  70. acd644b x86 setup: guard the heap against invalid stack setups by H. Peter Anvin · 16 years ago
  71. 1a8514e x86 setup: push video mode setup as late as possible by H. Peter Anvin · 16 years ago
  72. b710763 x86 setup: add note to use edd=off on EDD probing hangs by H. Peter Anvin · 16 years ago
  73. 70d8abf x86 setup: add missing prototype; formatting fix by H. Peter Anvin · 16 years ago
  74. f777501 x86 setup: OK -> ok (no need to scream) by H. Peter Anvin · 16 years ago
  75. e479c83 x86 setup: be more verbose when probing EDD by devzero@web.de · 16 years ago
  76. 32d0b98 x86 setup: early cmdline parser handle boolean options by devzero@web.de · 16 years ago
  77. 811a0ff x86 setup: fix constraints in segment accessor functions by H. Peter Anvin · 16 years ago
  78. 1cac500 x86 setup: display VESA graphics modes in vga=ask menu by H. Peter Anvin · 16 years ago
  79. 02a7b42 x86 setup: use X86_CR0_PE macro instead of hard-coded constant by H. Peter Anvin · 16 years ago
  80. 8808951 x86 setup: initialize LDTR and TR to make life easier to Intel VT by H. Peter Anvin · 16 years ago
  81. c4d9ba6 x86 setup: make PM transition more paranoid; cleanup 32-bit entry by H. Peter Anvin · 16 years ago
  82. cf8fa92 i386: handle an initrd in highmem (version 2) by H. Peter Anvin · 16 years ago
  83. a6b6807 x86: compile apm and voyager module only when selected in Kconfig by Andi Kleen · 16 years ago
  84. ff3cf85 x86: hlt on early crash by Ingo Molnar · 16 years ago
  85. db569af x86: unify arch/x86/boot/compressed/Makefile(s) by Sam Ravnborg · 16 years ago
  86. 4ba7e5c x86: biarch support for 32 bit builds beautified by Sam Ravnborg · 16 years ago
  87. ba08242 x86: tweak io_64.h for paravirt. by Glauber de Oliveira Costa · 16 years ago
  88. 4707c47 x86 vDSO: absolute relocs by Roland McGrath · 16 years ago
  89. b02aae9 x86: provide a DMI based port 0x80 I/O delay override. by Rene Herman · 16 years ago
  90. 16252da x86 setup: don't recalculate ss:esp unless really necessary by Jens Rottmann · 17 years ago
  91. d746d64 x86: do not use $(ARCH) when not needed by Sam Ravnborg · 17 years ago
  92. 1032c0b x86: arch/x86/Kconfig.cpu unification by Sam Ravnborg · 17 years ago
  93. 9f259cc x86 setup: set %ebx == %ebp == %edi == 0 on protected mode entry by H. Peter Anvin · 17 years ago
  94. 7ed1929 x86 setup: add a near jump to serialize %cr0 on 386/486 by H. Peter Anvin · 17 years ago
  95. bd53147 x86: Fix boot protocol KEEP_SEGMENTS check. by Eric W. Biederman · 17 years ago
  96. e6e1ace x86 setup: sizeof() is unsigned, unbreak comparisons by H. Peter Anvin · 17 years ago
  97. 6b6815c x86 setup: handle boot loaders which set up the stack incorrectly by H. Peter Anvin · 17 years ago
  98. fa76dab x86: clean up setup.h and the boot code by H. Peter Anvin · 17 years ago
  99. 4d022ad x86: ARRAY_SIZE cleanup by Alejandro Martinez Ruiz · 17 years ago
  100. a24e785 i386: paravirt boot sequence by Rusty Russell · 17 years ago