1. 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
  2. 0afe2db Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D by Ingo Molnar · 16 years ago
  3. 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
  4. b8cd9d0 Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  5. 2407390 x86: replace a magic number with a named constant in the VESA boot code by Michal Januszewski · 16 years ago
  6. d960c9c x86 setup: remove IMAGE_OFFSET by Paul Bolle · 16 years ago
  7. cc65f1e x86 setup: correct segfault in generation of 32-bit reloc kernel by H. Peter Anvin · 16 years ago
  8. f68ec0c Merge commit 'v2.6.27-rc8' into x86/setup by Ingo Molnar · 16 years ago
  9. 98920dc Revert "x86: fix ghost EDD devices in /sys again" by H. Peter Anvin · 16 years ago
  10. 6cdcdb9 x86 setup: fix ghost entries under /sys/firmware/edd take 3 by Andrey Borzenkov · 16 years ago
  11. 5e51900 Merge commit 'v2.6.27-rc6' into x86/cleanups by Ingo Molnar · 16 years ago
  12. 97fc055 x86 setup: handle more than 8 CPU flag words by H. Peter Anvin · 16 years ago
  13. 9985647 x86 setup: drop SWAP_DEV by Paul Bolle · 16 years ago
  14. 464f04c x86: fix ghost EDD devices in /sys again by Andrey Borzenkov · 16 years ago
  15. d2f3738 x86: when building image.iso, use isohybrid if it exists by H. Peter Anvin · 16 years ago
  16. b74b06c x86: boot: stub out unimplemented CPU feature words by H. Peter Anvin · 16 years ago
  17. 7203781 Merge branch 'x86/cpu' into x86/core by H. Peter Anvin · 16 years ago
  18. 7f16a33 x86: boot/compressed/Makefile: fix "make clean" by H. Peter Anvin · 16 years ago
  19. 7414aa4 x86: generate names for /proc/cpuinfo from <asm/cpufeature.h> by H. Peter Anvin · 16 years ago
  20. b30a72a Merge branch 'x86/urgent' into x86/cpu by H. Peter Anvin · 16 years ago
  21. 7393423 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  22. e2fe16d x86: boot: stub out unimplemented CPU feature words by H. Peter Anvin · 16 years ago
  23. 1b72691 x86: fix build warnings in real mode code by Andi Kleen · 16 years ago
  24. 020878a x86: coding style fixes to arch/x86/boot/compressed/misc.c by Paolo Ciarrocchi · 16 years ago
  25. c2dcfde x86: cleanup for setup code crashes during IST probe by H. Peter Anvin · 16 years ago
  26. 7b27718 x86: fix setup code crashes on my old 486 box by Joerg Roedel · 16 years ago
  27. 59f09ba x86: fix comment in protected mode header by Philipp Kohlbecher · 16 years ago
  28. 1503af6 Merge branch 'linus' into x86/header-guards by Ingo Molnar · 16 years ago
  29. 2d6ffcc inflate: refactor inflate malloc code by Thomas Petazzoni · 16 years ago
  30. a318631 x86: consolidate header guards by Vegard Nossum · 16 years ago
  31. f2ba939 x86: check function status in EDD boot code by Jan Beulich · 16 years ago
  32. 4fdf08b x86: unify and correct the GDT_ENTRY() macro by H. Peter Anvin · 16 years ago
  33. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 16 years ago
  34. 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 16 years ago
  35. 3c1ca43 Merge branch 'x86/setup' into x86/devel by Ingo Molnar · 16 years ago
  36. 6bcb13b x86: config option to disable info from decompression of the kernel by Ben Collins · 16 years ago
  37. 2ee2394 x86: fix regression: boot failure on AMD Elan TS-5500 by H. Peter Anvin · 16 years ago
  38. 908ec7a x86: remove arbitrary ELF section limit in i386 relocatable kernel by H. Peter Anvin · 16 years ago
  39. aa60d13 x86: setup: issue a null command after enabling A20 via KBC by H. Peter Anvin · 16 years ago
  40. 1791a78 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  41. 52aaa12 x86: fix unused variable 'loops' warning in arch/x86/boot/a20.c by Manish Katiyar · 16 years ago
  42. d49c428 x86: make generic arch support NUMAQ by Yinghai Lu · 16 years ago
  43. 3b6b929 x86: Honor 'quiet' command line option in real mode boot decompressor. by Kristian Høgsberg · 16 years ago
  44. 23968f7 x86: Use structs instead of hardcoded offsets in x86 boot decompressor. by Kristian Høgsberg · 16 years ago
  45. c7d624d x86: Fix up silly i1586 boot message. by Dave Jones · 16 years ago
  46. c3965bd x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constant by Paul Jackson · 16 years ago
  47. 2141261 x86: janitor work in video-vga.c by Miklos Vajna · 16 years ago
  48. e83e31f4 x86: compressed/head_64.S cleanup - use predefined flags from processor-flags.h by Cyrill Gorcunov · 16 years ago
  49. 535694f x86: boot/printfc use NULL instead 0 by Thomas Gleixner · 16 years ago
  50. 7fafd91 x86: fix integer as NULL pointer warning by Harvey Harrison · 16 years ago
  51. 8bd1796 x86: relocs ELF handling - use SELFMAG instead of numeric constant by Cyrill Gorcunov · 16 years ago
  52. 8c4dd60 edd: add default mode CONFIG_EDD_OFF=n, override with edd={on,off} by Tim Gardner · 16 years ago
  53. 8b664aa x86, boot: add linked list of struct setup_data by Huang, Ying · 17 years ago
  54. 2cfed60 Update .gitignore files by Matthew Wilcox · 16 years ago
  55. 4a9f54c x86: cleanup: change _end to end_before_pgt by Yinghai Lu · 16 years ago
  56. 7c53976 x86: cleanup boot-heap usage by Alexander van Heukelum · 16 years ago
  57. cf9b111 x86: remove pointless comments by WANG Cong · 17 years ago
  58. e44b7b7 x86: move suspend wakeup code to C by Pavel Machek · 16 years ago
  59. 03056c8 x86: remove superfluous initialisation in boot code. by Alexander van Heukelum · 17 years ago
  60. 7030760 x86: coding style fixes to arch/x86/boot/cpucheck.c by Paolo Ciarrocchi · 17 years ago
  61. 023196a x86: coding style fix to arch/x86/boot/pm.c by Paolo Ciarrocchi · 17 years ago
  62. 1180e01 x86: more cleanups in arch/x86/boot/compressed/misc.c by Ingo Molnar · 17 years ago
  63. fd77c7c x86: coding style fixes to arch/x86/boot/compressed/misc.c by Paolo Ciarrocchi · 17 years ago
  64. 87253d1 x86: boot protocol updates by Ian Campbell · 17 years ago
  65. 52b3871 x86: bump image header to version 2.08. by Ingo Molnar · 17 years ago
  66. 7d6e737 x86: add a crc32 checksum to the kernel image. by Ian Campbell · 17 years ago
  67. 099e137 x86: use ELF format in compressed images. by Ian Campbell · 17 years ago
  68. 1722770 x86-boot: don't request VBE2 information by Peter Korsgaard · 17 years ago
  69. 829157b x86: handle BIOSes which terminate e820 with CF=1 and no SMAP by H. Peter Anvin · 17 years ago
  70. 0b6ca82 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  71. 3b35632 Update arch/x86/boot/.gitignore with new auto-generated files by S.Çağlar Onur · 17 years ago
  72. 9b706ae x86: trivial printk optimizations by Denys Vlasenko · 17 years ago
  73. 31422c5 x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE by Andi Kleen · 17 years ago
  74. f0be6c6 x86 setup: print missing CPU features in cleartext by H. Peter Anvin · 17 years ago
  75. 1622ac2 x86: define OBJCOPYFLAGS explicitly for each target. by Ian Campbell · 17 years ago
  76. 32ed937 x86: fix comments in vmlinux_64.lds by Yinghai Lu · 17 years ago
  77. 778cb92 x86: unify arch/x86/boot/compressed/misc_??.c by Ian Campbell · 17 years ago
  78. 4c83d65 x86: unify variable names in arch/x86/boot/compressed/misc_??.c by Ian Campbell · 17 years ago
  79. 8751f97 x86: unify headers in arch/x86/boot/compressed/misc_??.c by Ian Campbell · 17 years ago
  80. 818a08f x86: unify whitespace and comments in arch/x86/boot/compressed/misc_??.c by Ian Campbell · 17 years ago
  81. 6b3c042 x86: unify strings in arch/x86/boot/compressed/misc_??.c by Ian Campbell · 17 years ago
  82. f18c0e7 x86: unify arch/x86/boot/compressed/vmlinux_??.scr by Ian Campbell · 17 years ago
  83. 20514e9 x86: switch to .rodata.compressed in arch/x86/boot/compressed/vmlinux_??.scr by Ian Campbell · 17 years ago
  84. 004426e x86: unify whitespace in arch/x86/boot/compressed/vmlinux_??.scr by Ian Campbell · 17 years ago
  85. afe0bc6 x86: unify whitespace and comments in arch/x86/boot/compressed/vmlinux_??.lds by Ian Campbell · 17 years ago
  86. ade1af7 x86: remove unneded casts by Jan Engelhardt · 17 years ago
  87. 387faed x86 setup: correct the base in the GDT_ENTRY() macro by H. Peter Anvin · 17 years ago
  88. acd644b x86 setup: guard the heap against invalid stack setups by H. Peter Anvin · 17 years ago
  89. 1a8514e x86 setup: push video mode setup as late as possible by H. Peter Anvin · 17 years ago
  90. b710763 x86 setup: add note to use edd=off on EDD probing hangs by H. Peter Anvin · 17 years ago
  91. 70d8abf x86 setup: add missing prototype; formatting fix by H. Peter Anvin · 17 years ago
  92. f777501 x86 setup: OK -> ok (no need to scream) by H. Peter Anvin · 17 years ago
  93. e479c83 x86 setup: be more verbose when probing EDD by devzero@web.de · 17 years ago
  94. 32d0b98 x86 setup: early cmdline parser handle boolean options by devzero@web.de · 17 years ago
  95. 811a0ff x86 setup: fix constraints in segment accessor functions by H. Peter Anvin · 17 years ago
  96. 1cac500 x86 setup: display VESA graphics modes in vga=ask menu by H. Peter Anvin · 17 years ago
  97. 02a7b42 x86 setup: use X86_CR0_PE macro instead of hard-coded constant by H. Peter Anvin · 17 years ago
  98. 8808951 x86 setup: initialize LDTR and TR to make life easier to Intel VT by H. Peter Anvin · 17 years ago
  99. c4d9ba6 x86 setup: make PM transition more paranoid; cleanup 32-bit entry by H. Peter Anvin · 17 years ago
  100. cf8fa92 i386: handle an initrd in highmem (version 2) by H. Peter Anvin · 17 years ago