1. 484d90e x86, build: Globally set -fno-pic by Andrew Boie · 12 years ago
  2. 0a2fe19 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  3. c1b669b Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  4. bd448d4 x86, boot: Exclude cmdline.c if you can't use it by Gokul Caushik · 12 years ago
  5. cec49df x86, boot: Exclude early_serial_console.c if can't use it. by Joe Millenbach · 12 years ago
  6. 641a1ce x86, boot: Removed unused debug flag and set code by Joe Millenbach · 12 years ago
  7. 7aac301 x86, boot: Switch output functions from command-line flags to conditional compilation by Joe Millenbach · 12 years ago
  8. cb454fe x86, boot: Changed error putstr path to match new debug_putstr format by Joe Millenbach · 12 years ago
  9. e605a42 x86, boot: Wrap debug printing in a new debug_putstr function by Joe Millenbach · 12 years ago
  10. 9f4e439 x86, boot: Removed quiet flag and switched quiet output to debug flag by Joe Millenbach · 12 years ago
  11. 9ca8f72 x86, efi: Handover Protocol by Matt Fleming · 12 years ago
  12. e5a7286 x86, boot: Remove ancient, unconditionally #ifdef'd out dead code by Paul Bolle · 12 years ago
  13. 743628e x86, efi stub: Add .reloc section back into image by Jordan Justen · 12 years ago
  14. 9fa7ded x86, efi; Add EFI boot stub console support by Matt Fleming · 13 years ago
  15. 30dc0d0 x86, efi: Only close open files in error path by Matt Fleming · 12 years ago
  16. 44bc40e Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  17. 8ca038d Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  18. 6520fe5 x86, realmode: 16-bit real-mode code support for relocs tool by H. Peter Anvin · 12 years ago
  19. b2d0b7a keyboard: Use BIOS Keyboard variable to set Numlock by Joshua Cov · 12 years ago
  20. 7c77cda x86, relocs: Remove an unused variable by Kusanagi Kouichi · 12 years ago
  21. b199430 x86, efi: Add dedicated EFI stub entry point by Matt Fleming · 12 years ago
  22. a9aff3e Merge branch x86/build into x86/efi and fix up arch/x86/boot/tools/build.c by H. Peter Anvin · 12 years ago
  23. e47bb0b x86, efi: Fix NumberOfRvaAndSizes field in PE32 header for EFI_STUB by Matt Fleming · 12 years ago
  24. e31be36 x86, efi: Fix .text section overlapping image header for EFI_STUB by Matt Fleming · 12 years ago
  25. 2e064b1 x86, efi: Fix issue of overlapping .reloc section for EFI_STUB by Jordan Justen · 12 years ago
  26. 446e1c8 x86, boot: Correct CFLAGS for hostprogs by H. Peter Anvin · 12 years ago
  27. 28f23d1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  28. 02c5025 Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  29. c5c7fb8 Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for-linus', 'x86-process-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  30. c7b7383 x86, efi: Fix pointer math issue in handle_ramdisks() by Dan Carpenter · 13 years ago
  31. a51f40477 x86, build: Fix portability issues when cross-building by H. Peter Anvin · 13 years ago
  32. b8d43cb x86, tools: Remove unneeded header files from tools/build.c by H. Peter Anvin · 13 years ago
  33. 92f42c5 x86, efi: Fix endian issues and unaligned accesses by Matt Fleming · 13 years ago
  34. d40f833 x86, boot: Restrict CFLAGS for hostprogs by Matt Fleming · 13 years ago
  35. 12871c5 x86, mkpiggy: Don't open code put_unaligned_le32() by Matt Fleming · 13 years ago
  36. 55f9709 x86, relocs: Don't open code put_unaligned_le32() by Matt Fleming · 13 years ago
  37. 35f1790 x86, boot: Fix port argument to inl() function by He Chunhui · 13 years ago
  38. 5067cf5 x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf() by Jesper Juhl · 13 years ago
  39. 2d2da60f x86, efi: Break up large initrd reads by Maarten Lankhorst · 13 years ago
  40. 291f363 x86, efi: EFI boot stub support by Matt Fleming · 13 years ago
  41. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  42. 079f85e x86, build: Do not set the root_dev field in bzImage by Michal Marek · 13 years ago
  43. 39b6897 x86, setup: When probing memory with e801, use ax/bx as a pair by H. Peter Anvin · 13 years ago
  44. 6670e9c x86, build: Make sure mkpiggy fails on read error by Daniel J Blueman · 14 years ago
  45. 3031480 x86: support XZ-compressed kernel by Lasse Collin · 14 years ago
  46. 37d9a8c Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  47. 147dd56 x86-32: Make sure we can map all of lowmem if we need to by H. Peter Anvin · 14 years ago
  48. c5cbac6 x86, cpu: Rename verify_cpu_64.S to verify_cpu.S by Kees Cook · 14 years ago
  49. 68f4d5a x86, setup: Use string copy operation to optimze copy in kernel compression by Zhao Yakui · 14 years ago
  50. 74b3c44 x86, setup: Fix earlyprintk=serial,0x3f8,115200 by Yinghai Lu · 14 years ago
  51. 83d9f65 x86, setup: Fix earlyprintk=serial,ttyS0,115200 by Yinghai Lu · 14 years ago
  52. 6238b47 x86, setup: move isdigit.h to ctype.h, header files on top. by H. Peter Anvin · 14 years ago
  53. 8fee13a x86, setup: enable early console output from the decompressor by Yinghai Lu · 14 years ago
  54. f4ed287 x86, setup: reorganize the early console setup by Yinghai Lu · 14 years ago
  55. 22a57f5 x86, setup: Allow global variables and functions in the decompressor by H. Peter Anvin · 14 years ago
  56. 70b0d22 x86, setup: Only set early_serial_base after port is initialized by Yinghai Lu · 14 years ago
  57. ce0aa5d x86, setup: Make the setup code also accept console=uart8250 by Yinghai Lu · 14 years ago
  58. fa97bdf x86, setup: Early-boot serial I/O support by Pekka Enberg · 14 years ago
  59. cf3bdc2 x86, setup: Set ax register in boot vga query by Andi Kleen · 14 years ago
  60. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  61. 13da9e2 Revert "endian: #define __BYTE_ORDER" by Linus Torvalds · 14 years ago
  62. b3b77c8 endian: #define __BYTE_ORDER by Joakim Tjernlund · 14 years ago
  63. 041d5f9 Rename .rodata.compressed to .rodata..compressed. by Denys Vlasenko · 15 years ago
  64. 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 · 15 years ago
  65. 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 · 15 years ago
  66. 8e92dc7 x86, setup: Don't skip mode setting for the standard VGA modes by H. Peter Anvin · 15 years ago
  67. eb572a5 x86-64, setup: Inhibit decompressor output if video info is invalid by H. Peter Anvin · 15 years ago
  68. f1f6baf x86, setup: When restoring the screen, update boot_params.screen_info by H. Peter Anvin · 15 years ago
  69. 3235dc3 x86: Remove trailing spaces in messages by Frans Pop · 15 years ago
  70. 6175ddf x86: Clean up mem*io functions. by Brian Gerst · 15 years ago
  71. 1351099 x86: add support for LZO-compressed kernels by Albin Tonnerre · 15 years ago
  72. 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
  73. 17a2a9b x86, compress: Force i386 instructions for the decompressor by H. Peter Anvin · 15 years ago
  74. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  75. 873b527 x86: Regex support and known-movable symbols for relocs, fix _end by H. Peter Anvin · 15 years ago
  76. 273b281 kbuild: move utsrelease.h to include/generated by Sam Ravnborg · 15 years ago
  77. 9204595 kbuild: move compile.h to include/generated by Sam Ravnborg · 15 years ago
  78. 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
  79. 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
  80. 350f8f5 x86: Eliminate redundant/contradicting cache line size config options by Jan Beulich · 15 years ago
  81. d9b2635 x86, setup: Store the boot cursor state by Matthew Garrett · 15 years ago
  82. 4868402 x86, boot: Simplify setting of the PAE bit by Alexander Potashev · 15 years ago
  83. a5912f6 x86: Document linker script ASSERT() quirk by Ingo Molnar · 15 years ago
  84. 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
  85. caa27b6 kbuild: use INSTALLKERNEL to select customized installkernel script by Sam Ravnborg · 15 years ago
  86. 1dc818c x86: convert compressed loader to use __HEAD and HEAD_TEXT macros. by Tim Abbott · 15 years ago
  87. 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
  88. fc0ce23 x86: add vmlinux.lds to targets in arch/x86/boot/compressed/Makefile by Jan Beulich · 15 years ago
  89. febe04d x86: fix usage of bios intcall() by Akinobu Mita · 15 years ago
  90. 2495fbf x86, setup: remove obsolete pre-Kconfig CONFIG_VIDEO_ variables by H. Peter Anvin · 15 years ago
  91. 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
  92. 7bf99fb gcov: enable GCOV_PROFILE_ALL for x86_64 by Peter Oberparleiter · 15 years ago
  93. 28b4868 x86, boot: use .code16gcc instead of .code16 by H. Peter Anvin · 15 years ago
  94. 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
  95. 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
  96. 6799687 x86, boot: add new generated files to the appropriate .gitignore files by Mike Galbraith · 15 years ago
  97. 46176b4 x86, relocs: ignore R_386_NONE in kernel relocation entries by Tejun Heo · 15 years ago
  98. ee07366 Merge branch 'x86/urgent' into x86/setup by H. Peter Anvin · 15 years ago
  99. bca23db x86, setup: revert ACPI 3 E820 extended attributes support by H. Peter Anvin · 15 years ago
  100. c6ac4c1 x86, boot: correct the calculation of ZO_INIT_SIZE by H. Peter Anvin · 15 years ago