1. 974f221 x86/boot: Move compressed kernel to the end of the decompression buffer by Yinghai Lu · 9 years ago
  2. c040288 x86/boot: Clarify purpose of functions in misc.c by Kees Cook · 9 years ago
  3. 6d92bc9 x86/build: Build compressed x86 kernels as PIE by H.J. Lu · 9 years ago
  4. 40e4f2d1 x86/asm/boot/64: Use __BOOT_TSS instead of literal $0x20 by Denys Vlasenko · 10 years ago
  5. fb148d8 x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.S by Alexander Kuleshov · 10 years ago
  6. e602336 x86, kaslr: Prevent .bss from overlaping initrd by Junjie Mao · 10 years ago
  7. f367039 Revert "x86/efi: Fixup GOT in all boot code paths" by Linus Torvalds · 10 years ago
  8. 9cb0e39 x86/efi: Fixup GOT in all boot code paths by Matt Fleming · 10 years ago
  9. 62fa6e6 x86/efi: Delete most of the efi_call* macros by Matt Fleming · 11 years ago
  10. 7e8213c x86/efi: Correct EFI boot stub use of code32_start by Matt Fleming · 11 years ago
  11. 3db4caf x86/boot: Fix non-EFI build by Matt Fleming · 11 years ago
  12. 108d3f4 x86/boot: Don't overwrite cr4 when enabling PAE by Matt Fleming · 11 years ago
  13. b8ff87a x86/efi: Firmware agnostic handover entry points by Matt Fleming · 11 years ago
  14. 54b52d8 x86/efi: Build our own EFI services pointer table by Matt Fleming · 11 years ago
  15. 8ab3820 x86, kaslr: Return location from decompress_kernel by Kees Cook · 11 years ago
  16. a021506 x86, relocs: Move ELF relocation handling to C by Kees Cook · 11 years ago
  17. 592a9b8 x86/mm: Drop unneeded include <asm/*pgtable, page*_types.h> by Zhang Yanfei · 12 years ago
  18. 2dead15 x86_64: Use __BOOT_DS instead_of __KERNEL_DS for safety by Lans Zhang · 12 years ago
  19. 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  20. 8ee2f2d x86, boot: Update comments about entries for 64bit image by Yinghai Lu · 12 years ago
  21. d3c433b x86, boot: Move lldt/ltr out of 64bit code section by Yinghai Lu · 12 years ago
  22. 187a8a7 x86, boot: Move verify_cpu.S and no_longmode down by Yinghai Lu · 12 years ago
  23. 99f857d x86, build: Dynamically find entry points in compressed startup code by David Woodhouse · 12 years ago
  24. 9ca8f72 x86, efi: Handover Protocol by Matt Fleming · 12 years ago
  25. b199430 x86, efi: Add dedicated EFI stub entry point by Matt Fleming · 13 years ago
  26. 291f363 x86, efi: EFI boot stub support by Matt Fleming · 13 years ago
  27. c5cbac6 x86, cpu: Rename verify_cpu_64.S to verify_cpu.S by Kees Cook · 14 years ago
  28. 22a57f5 x86, setup: Allow global variables and functions in the decompressor by H. Peter Anvin · 14 years ago
  29. 4868402 x86, boot: Simplify setting of the PAE bit by Alexander Potashev · 15 years ago
  30. 1dc818c x86: convert compressed loader to use __HEAD and HEAD_TEXT macros. by Tim Abbott · 15 years ago
  31. 37ba7ab x86, boot: make kernel_alignment adjustable; new bzImage fields by H. Peter Anvin · 16 years ago
  32. 99aa455 x86, boot: remove dead code from boot/compressed/head_*.S by H. Peter Anvin · 16 years ago
  33. 40b387a x86, boot: use LOAD_PHYSICAL_ADDR on 64 bits by H. Peter Anvin · 16 years ago
  34. 02a884c x86, boot: determine compressed code offset at compile time by H. Peter Anvin · 16 years ago
  35. 36d3793 x86, boot: use appropriate rep string for move and clear by H. Peter Anvin · 16 years ago
  36. 0a13773 x86, boot: set up the decompression stack as early as possible by H. Peter Anvin · 16 years ago
  37. 5b11f1c x86, boot: straighten out ranges to copy/zero in compressed/head*.S by H. Peter Anvin · 16 years ago
  38. b40d68d x86, boot: stylistic cleanups for boot/compressed/head_64.S by H. Peter Anvin · 16 years ago
  39. bd2a369 x86, boot: use BP_scratch in arch/x86/boot/compressed/head_*.S by H. Peter Anvin · 16 years ago
  40. 6091628 Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/core by Ingo Molnar · 16 years ago
  41. 2d4eeecb x86: compressed head_64 - use ENTRY,ENDPROC macros by Cyrill Gorcunov · 16 years ago
  42. 0341c14 x86: use _types.h headers in asm where available by Jeremy Fitzhardinge · 16 years ago
  43. e83e31f4 x86: compressed/head_64.S cleanup - use predefined flags from processor-flags.h by Cyrill Gorcunov · 17 years ago
  44. 4a9f54c x86: cleanup: change _end to end_before_pgt by Yinghai Lu · 17 years ago
  45. 7c53976 x86: cleanup boot-heap usage by Alexander van Heukelum · 17 years ago
  46. 31422c5 x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE by Andi Kleen · 17 years ago
  47. bd53147 x86: Fix boot protocol KEEP_SEGMENTS check. by Eric W. Biederman · 17 years ago
  48. 250c227 x86_64: move kernel by Thomas Gleixner · 17 years ago
  49. 9e9b457 x86_64: move boot by Thomas Gleixner · 17 years ago[Renamed (99%) from arch/x86_64/boot/compressed/head_64.S]
  50. 16cfc18 x86_64: prepare shared boot/compressed/head.S by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/boot/compressed/head.S]
  51. e0a84f6 x86_64: prepare shared kernel/verify_cpu.S by Thomas Gleixner · 17 years ago
  52. 08da5a2 x86_64: Early segment setup for VT by Zachary Amsden · 17 years ago
  53. 85414b6 Define zero-page offset 0x1e4 as a scratch field, and use it by H. Peter Anvin · 17 years ago
  54. a4831e0 [PATCH] x86-64: Move cpu verification code to common file by Vivek Goyal · 18 years ago
  55. 1ab60e0 [PATCH] x86-64: Relocatable Kernel Support by Vivek Goyal · 18 years ago
  56. f454944 [PATCH] x86_64: coding style and whitespace fixups by Domen Puncer · 19 years ago
  57. d053750 [PATCH] kexec: x86_64: add CONFIG_PHYSICAL_START by Eric W. Biederman · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago