aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/head_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-01x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao1-1/+4
2014-09-22Revert "x86/efi: Fixup GOT in all boot code paths"Linus Torvalds1-41/+15
2014-09-08x86/efi: Fixup GOT in all boot code pathsMatt Fleming1-15/+41
2014-04-17x86/efi: Delete most of the efi_call* macrosMatt Fleming1-1/+1
2014-04-10x86/efi: Correct EFI boot stub use of code32_startMatt Fleming1-6/+3
2014-03-05x86/boot: Fix non-EFI buildMatt Fleming1-0/+3
2014-03-04x86/boot: Don't overwrite cr4 when enabling PAEMatt Fleming1-1/+2
2014-03-04x86/efi: Firmware agnostic handover entry pointsMatt Fleming1-8/+54
2014-03-04x86/efi: Build our own EFI services pointer tableMatt Fleming1-10/+47
2013-10-13x86, kaslr: Return location from decompress_kernelKees Cook1-6/+10
2013-08-07x86, relocs: Move ELF relocation handling to CKees Cook1-0/+1
2013-05-28x86/mm: Drop unneeded include <asm/*pgtable, page*_types.h>Zhang Yanfei1-2/+0
2013-03-01x86_64: Use __BOOT_DS instead_of __KERNEL_DS for safetyLans Zhang1-1/+1
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+28
2013-01-29x86, boot: Update comments about entries for 64bit imageYinghai Lu1-9/+13
2013-01-29x86, boot: Move lldt/ltr out of 64bit code sectionYinghai Lu1-3/+6
2013-01-29x86, boot: Move verify_cpu.S and no_longmode downYinghai Lu1-8/+9
2013-01-27x86, build: Dynamically find entry points in compressed startup codeDavid Woodhouse1-4/+4
2012-07-20x86, efi: Handover ProtocolMatt Fleming1-0/+10
2012-04-16x86, efi: Add dedicated EFI stub entry pointMatt Fleming1-6/+16
2011-12-12x86, efi: EFI boot stub supportMatt Fleming1-0/+20
2010-11-10x86, cpu: Rename verify_cpu_64.S to verify_cpu.SKees Cook1-1/+1
2010-08-02x86, setup: Allow global variables and functions in the decompressorH. Peter Anvin1-0/+13
2009-10-24x86, boot: Simplify setting of the PAE bitAlexander Potashev1-2/+1
2009-09-18x86: convert compressed loader to use __HEAD and HEAD_TEXT macros.Tim Abbott1-1/+2
2009-05-11x86, boot: make kernel_alignment adjustable; new bzImage fieldsH. Peter Anvin1-4/+10
2009-05-11x86, boot: remove dead code from boot/compressed/head_*.SH. Peter Anvin1-2/+0
2009-05-11x86, boot: use LOAD_PHYSICAL_ADDR on 64 bitsH. Peter Anvin1-3/+3
2009-05-08x86, boot: determine compressed code offset at compile timeH. Peter Anvin1-28/+13
2009-05-08x86, boot: use appropriate rep string for move and clearH. Peter Anvin1-13/+13
2009-05-08x86, boot: set up the decompression stack as early as possibleH. Peter Anvin1-8/+8
2009-05-08x86, boot: straighten out ranges to copy/zero in compressed/head*.SH. Peter Anvin1-5/+13
2009-05-08x86, boot: stylistic cleanups for boot/compressed/head_64.SH. Peter Anvin1-21/+31
2009-05-08x86, boot: use BP_scratch in arch/x86/boot/compressed/head_*.SH. Peter Anvin1-1/+1
2009-02-20Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/coreIngo Molnar1-6/+4
2009-02-19x86: compressed head_64 - use ENTRY,ENDPROC macrosCyrill Gorcunov1-4/+2
2009-02-13x86: use _types.h headers in asm where availableJeremy Fitzhardinge1-2/+2
2008-05-25x86: compressed/head_64.S cleanup - use predefined flags from processor-flags.hCyrill Gorcunov1-2/+3
2008-04-19x86: cleanup: change _end to end_before_pgtYinghai Lu1-4/+4
2008-04-19x86: cleanup boot-heap usageAlexander van Heukelum1-9/+13
2008-02-04x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZEAndi Kleen1-4/+4
2007-10-27x86: Fix boot protocol KEEP_SEGMENTS check.Eric W. Biederman1-0/+7
2007-10-11x86_64: move kernelThomas Gleixner1-1/+1
2007-10-11x86_64: move bootThomas Gleixner1-0/+311