1. 9c77679 x86, build: copy ldlinux.c32 to image.iso by H. Peter Anvin · 9 years ago
  2. 67b6662 x86/boot: Fix "run_size" calculation by Yinghai Lu · 9 years ago
  3. d607251 x86/boot: Calculate decompression size during boot not build by Yinghai Lu · 9 years ago
  4. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
  5. c0dd671686 objtool: Mark non-standard object files and directories by Josh Poimboeuf · 9 years ago
  6. c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 9 years ago
  7. c63f06d kasan: move KASAN_SANITIZE in arch/x86/boot/Makefile by Andrey Konovalov · 9 years ago
  8. 9491630 x86/boot: Obsolete the MCA sys_desc_table by Paolo Pisati · 9 years ago
  9. ef7f0d6 x86_64: add KASan support by Andrey Ryabinin · 10 years ago
  10. 280dbc5 x86/build: Clean auto-generated processor feature files by Bjørn Mork · 10 years ago
  11. 9def39be x86: Support compiling out human-friendly processor feature names by Josh Triplett · 11 years ago
  12. ac008fe x86, build: Don't get confused by local symbols by H. Peter Anvin · 10 years ago
  13. b8ff87a x86/efi: Firmware agnostic handover entry points by Matt Fleming · 11 years ago
  14. 4064e0e Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/build by H. Peter Anvin · 11 years ago
  15. 1c678da x86: Remove duplication of 16-bit CFLAGS by David Woodhouse · 11 years ago
  16. f4bcd8c Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  17. 8b3b005 x86, build: Pass in additional -mno-mmx, -mno-sse options by H. Peter Anvin · 11 years ago
  18. dd78b97 x86, boot: Move CPU flags out of cpucheck by Kees Cook · 11 years ago
  19. 809373e x86, build: move build output statistics away from stderr by Kees Cook · 11 years ago
  20. 99f857d x86, build: Dynamically find entry points in compressed startup code by David Woodhouse · 12 years ago
  21. b6eea87 x86, boot: Explicitly include autoconf.h for hostprogs by Matt Fleming · 12 years ago
  22. abbf159 UAPI: Partition the header include path sets and add uapi/ header directories by David Howells · 12 years ago
  23. 484d90e x86, build: Globally set -fno-pic by Andrew Boie · 12 years ago
  24. 446e1c8 x86, boot: Correct CFLAGS for hostprogs by H. Peter Anvin · 13 years ago
  25. d40f833 x86, boot: Restrict CFLAGS for hostprogs by Matt Fleming · 13 years ago
  26. 079f85e x86, build: Do not set the root_dev field in bzImage by Michal Marek · 14 years ago
  27. f4ed287 x86, setup: reorganize the early console setup by Yinghai Lu · 14 years ago
  28. 7bf99fb gcov: enable GCOV_PROFILE_ALL for x86_64 by Peter Oberparleiter · 15 years ago
  29. 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
  30. c6ac4c1 x86, boot: correct the calculation of ZO_INIT_SIZE by H. Peter Anvin · 15 years ago
  31. 77d1a49 x86, boot: make symbols from the main vmlinux available by H. Peter Anvin · 15 years ago
  32. 7a734e7 x86, setup: "glove box" BIOS calls -- infrastructure by H. Peter Anvin · 16 years ago
  33. 95a38f3 x86, setup: compile with -DDISABLE_BRANCH_PROFILING by H. Peter Anvin · 16 years ago
  34. 16a6791 x86: use targets in the boot Makefile instead of CLEAN_FILES by H. Peter Anvin · 16 years ago
  35. f9c5107 x86: remove additional vestiges of the zImage/bzImage split by H. Peter Anvin · 16 years ago
  36. 5e47c47 x86: remove zImage support by H. Peter Anvin · 16 years ago
  37. 965c7ec x86: remove the Voyager 32-bit subarch by Ingo Molnar · 16 years ago
  38. d960c9c x86 setup: remove IMAGE_OFFSET by Paul Bolle · 16 years ago
  39. d2f3738 x86: when building image.iso, use isohybrid if it exists by H. Peter Anvin · 16 years ago
  40. e44b7b7 x86: move suspend wakeup code to C by Pavel Machek · 17 years ago
  41. 099e137 x86: use ELF format in compressed images. by Ian Campbell · 17 years ago
  42. f0be6c6 x86 setup: print missing CPU features in cleartext by H. Peter Anvin · 17 years ago
  43. 1622ac2 x86: define OBJCOPYFLAGS explicitly for each target. by Ian Campbell · 17 years ago
  44. a6b6807 x86: compile apm and voyager module only when selected in Kconfig by Andi Kleen · 17 years ago
  45. 4ba7e5c x86: biarch support for 32 bit builds beautified by Sam Ravnborg · 17 years ago
  46. d746d64 x86: do not use $(ARCH) when not needed by Sam Ravnborg · 17 years ago
  47. 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 17 years ago
  48. 7eebb93 x86: fix boot error introduced by kbuild by Sam Ravnborg · 17 years ago
  49. 222d394 kbuild: enable 'make AFLAGS=...' to add additional options to AS by Sam Ravnborg · 17 years ago
  50. a0f97e0 kbuild: enable 'make CFLAGS=...' to add additional options to CC by Sam Ravnborg · 17 years ago
  51. 96ae6ea i386: move boot by Thomas Gleixner · 17 years ago[Renamed (99%) from arch/i386/boot/Makefile]
  52. 3fbc541 [PATCH] x86: do not recompile boot for each build by Sam Ravnborg · 17 years ago
  53. 4fd0696 Use the new x86 setup code for i386 by H. Peter Anvin · 17 years ago
  54. 484ad39 [PATCH] i386: Drop -traditional in arch/i386/boot by Andi Kleen · 18 years ago
  55. bf66025 [PATCH] i386/x86-64: Fix isoimage when syslinux is in /usr/share by Andi Kleen · 18 years ago
  56. 841b8a4 [PATCH] x86: "make isoimage" support; FDINITRD= support; minor cleanups by H. Peter Anvin · 19 years ago
  57. d274ba2 x86: fix "make install" target by Linus Torvalds · 19 years ago
  58. 0d20bab kbuild: drop vmlinux dependency from "make install" by H. Peter Anvin · 19 years ago
  59. f454944 [PATCH] x86_64: coding style and whitespace fixups by Domen Puncer · 19 years ago
  60. 2894801 [PATCH] kbuild: display compile version by Coywolf Qi Hunt · 19 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago