1. 20c6c18 x86/boot: Disable the address-of-packed-member compiler warning by Matthias Kaehlcke · 7 years ago
  2. 3780578 x86/boot: Use CROSS_COMPILE prefix for readelf by Rob Landley · 7 years ago
  3. 846221c Remove references to dead make variable LINUX_INCLUDE by Paul Bolle · 8 years ago
  4. a980ce3 x86/build: Build compressed x86 kernels as PIE when !CONFIG_RELOCATABLE as well by H.J. Lu · 8 years ago
  5. 98f7852 x86/boot: Refuse to build with data relocations by Kees Cook · 8 years ago
  6. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  7. 3a94707 x86/KASLR: Build identity mappings on demand by Kees Cook · 8 years ago
  8. dc425a6 x86/boot: Extract error reporting functions by Kees Cook · 8 years ago
  9. 4abf061 x86/boot: Correctly bounds-check relocations by Yinghai Lu · 8 years ago
  10. 4d2d542 x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_total_size' by Yinghai Lu · 8 years ago
  11. 67b6662 x86/boot: Fix "run_size" calculation by Yinghai Lu · 8 years ago
  12. be1fb0e kbuild: delete unnecessary "@:" by Masahiro Yamada · 9 years ago
  13. 9b23874 x86/KASLR: Rename aslr.c to kaslr.c by Kees Cook · 9 years ago
  14. 6d92bc9 x86/build: Build compressed x86 kernels as PIE by H.J. Lu · 9 years ago
  15. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
  16. c0dd671686 objtool: Mark non-standard object files and directories by Josh Poimboeuf · 9 years ago
  17. c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 9 years ago
  18. 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  19. ef7f0d6 x86_64: add KASan support by Andrey Ryabinin · 10 years ago
  20. 96738c6 x86/efi: Avoid triple faults during EFI mixed mode calls by Matt Fleming · 10 years ago
  21. d69911a x86, build: replace Perl script with Shell script by Kees Cook · 10 years ago
  22. 8139548 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  23. b6444bd Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  24. e2e68ae x86: Use $(OBJDUMP) instead of plain objdump by Chris Clayton · 10 years ago
  25. 243b675 efi/x86: Move x86 back to libstub by Ard Biesheuvel · 10 years ago
  26. fb7183e x86, boot: Document intermediates more clearly by Kees Cook · 10 years ago
  27. e602336 x86, kaslr: Prevent .bss from overlaping initrd by Junjie Mao · 10 years ago
  28. 74da386 Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linux by Linus Torvalds · 10 years ago
  29. 84be880 Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>" by Matt Fleming · 10 years ago
  30. 3afed06 x86, boot: Don't compile early_serial_console.c when !CONFIG_EARLY_PRINTK by Josh Triplett · 11 years ago
  31. 9e6abd2 x86, boot: Don't compile aslr.c when !CONFIG_RANDOMIZE_BASE by Josh Triplett · 11 years ago
  32. 9a1cb47 x86, boot: Use the usual -y -n mechanism for objects in vmlinux by Josh Triplett · 11 years ago
  33. f4f75ad5 efi: efistub: Convert into static library by Ard Biesheuvel · 10 years ago
  34. 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
  35. 8b3b005 x86, build: Pass in additional -mno-mmx, -mno-sse options by H. Peter Anvin · 11 years ago
  36. 8ab3820 x86, kaslr: Return location from decompress_kernel by Kees Cook · 11 years ago
  37. dd78b97 x86, boot: Move CPU flags out of cpucheck by Kees Cook · 11 years ago
  38. f9b493a arm: add support for LZ4-compressed kernel by Kyungsik Lee · 11 years ago
  39. 9187082 x86: Fix rebuild with EFI_STUB enabled by Jan Beulich · 12 years ago
  40. 9dead5b efi: Build EFI stub with EFI-appropriate options by Matthew Garrett · 12 years ago
  41. 6520fe5 x86, realmode: 16-bit real-mode code support for relocs tool by H. Peter Anvin · 12 years ago
  42. 12871c5 x86, mkpiggy: Don't open code put_unaligned_le32() by Matt Fleming · 13 years ago
  43. 291f363 x86, efi: EFI boot stub support by Matt Fleming · 13 years ago
  44. 3031480 x86: support XZ-compressed kernel by Lasse Collin · 14 years ago
  45. 8fee13a4 x86, setup: enable early console output from the decompressor by Yinghai Lu · 14 years ago
  46. 1351099 x86: add support for LZO-compressed kernels by Albin Tonnerre · 15 years ago
  47. 17a2a9b x86, compress: Force i386 instructions for the decompressor by H. Peter Anvin · 15 years ago
  48. fc0ce23 x86: add vmlinux.lds to targets in arch/x86/boot/compressed/Makefile by Jan Beulich · 15 years ago
  49. 7bf99fb gcov: enable GCOV_PROFILE_ALL for x86_64 by Peter Oberparleiter · 15 years ago
  50. 02a884c x86, boot: determine compressed code offset at compile time by H. Peter Anvin · 15 years ago
  51. 283ab1c x86, boot: follow standard Kbuild style for compression suffix by H. Peter Anvin · 15 years ago
  52. 5f11e02 x86, boot: simplify arch/x86/boot/compressed/Makefile by H. Peter Anvin · 15 years ago
  53. 51b26ad x86: unify arch/x86/boot/compressed/vmlinux_*.lds by Linus Torvalds · 15 years ago
  54. 95a38f3 x86, setup: compile with -DDISABLE_BRANCH_PROFILING by H. Peter Anvin · 16 years ago
  55. ae03c49 bzip2/lzma: x86 kernel compression support by Alain Knaff · 16 years ago
  56. 7f16a33 x86: boot/compressed/Makefile: fix "make clean" by H. Peter Anvin · 16 years ago
  57. 099e137 x86: use ELF format in compressed images. by Ian Campbell · 17 years ago
  58. 1622ac2 x86: define OBJCOPYFLAGS explicitly for each target. by Ian Campbell · 17 years ago
  59. 778cb92 x86: unify arch/x86/boot/compressed/misc_??.c by Ian Campbell · 17 years ago
  60. f18c0e7 x86: unify arch/x86/boot/compressed/vmlinux_??.scr by Ian Campbell · 17 years ago
  61. db569af x86: unify arch/x86/boot/compressed/Makefile(s) by Sam Ravnborg · 17 years ago
  62. 9e9b457 x86_64: move boot by Thomas Gleixner · 17 years ago
  63. 0530bf3 i386: move boot by Thomas Gleixner · 17 years ago[Renamed (62%) from arch/i386/boot/compressed/Makefile]
  64. 9b88467 i386: prepare shared boot/compressed/Makefile by Thomas Gleixner · 17 years ago
  65. 16ae154 i386: prepare shared boot/compressed/head.S by Thomas Gleixner · 17 years ago
  66. 20e482b i386: prepare shared boot/compressed/vmlinux.scr by Thomas Gleixner · 17 years ago
  67. e2ec985 i386: prepare shared boot/compressed/vmlinux.lds by Thomas Gleixner · 17 years ago
  68. c1c85a5 i386: prepare shared boot/compressed/misc.c by Thomas Gleixner · 17 years ago
  69. 4fd0696 Use the new x86 setup code for i386 by H. Peter Anvin · 17 years ago
  70. 6a044b3 [PATCH] i386: Warn upon absolute relocations being present by Vivek Goyal · 18 years ago
  71. 968de4f [PATCH] i386: Relocatable kernel support by Eric W. Biederman · 18 years ago
  72. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago