summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_64.S
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Expand static page table for fixmap spaceFeng Tang2018-10-031-4/+12
* x86/boot, objtool: Annotate indirect jump in secondary_startup_64()Peter Zijlstra2018-03-151-0/+2
* x86/mm/pti: Allocate a separate user PGDDave Hansen2018-01-021-3/+27
* x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski2017-12-251-1/+1
* x86/boot: Relocate definition of the initial state of CR0Ricardo Neri2017-12-251-3/+0
* x86/asm: Don't use the confusing '.ifeq' directiveJosh Poimboeuf2017-12-251-1/+1
* x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XE...Kirill A. Shutemov2017-12-251-5/+6
* x86/head: Add unwind hint annotationsJosh Poimboeuf2017-12-251-2/+12
* x86/head: Fix head ELF function annotationsJosh Poimboeuf2017-12-251-3/+3
* x86/head: Remove unused 'bad_address' codeJosh Poimboeuf2017-12-251-3/+0
* x86/head: Remove confusing commentJosh Poimboeuf2017-12-251-4/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-181-10/+10
* x86/mm: Add support to enable SME in early boot processingTom Lendacky2017-07-181-2/+18
* x86/boot/64: Add support of additional page table level during early bootKirill A. Shutemov2017-06-131-6/+20
* x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2017-06-131-7/+7
* x86/boot/64: Rewrite startup_64() in CKirill A. Shutemov2017-06-131-92/+3
* x86/boot/64: Rename start_cpu()Borislav Petkov2017-03-071-6/+4
* x86/boot/64: Push correct start_cpu() return addressJosh Poimboeuf2016-12-141-2/+3
* x86/boot/64: Use 'push' instead of 'call' in start_cpu()Josh Poimboeuf2016-12-141-1/+1
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-2/+6
|\
| * x86/boot/64: Optimize fixmap page fixupBorislav Petkov2016-11-281-2/+6
* | x86/boot/64: Use defines for page sizeBorislav Petkov2016-11-251-5/+5
* | x86/boot: Fix the end of the stack for idle tasksJosh Poimboeuf2016-10-201-8/+7
* | x86/boot/64: Put a real return address on the idle task stackJosh Poimboeuf2016-10-201-2/+3
* | x86/boot/64: Use a common function for starting CPUsJosh Poimboeuf2016-10-201-11/+11
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+3
|\
| * x86: move exports to actual definitionsAl Viro2016-08-071-0/+3
* | x86/head: Remove useless zeroed wordJosh Poimboeuf2016-08-181-1/+0
* | x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf2016-08-181-6/+5
|/
* x86/mm: Enable KASLR for physical mapping memory regionsThomas Garnier2016-07-081-1/+1
* x86/boot/64: Add forgotten end of function markerBorislav Petkov2016-06-271-0/+1
* x86/asm: Make sure verify_cpu() has a good stackBorislav Petkov2016-04-131-0/+8
* x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski2016-04-131-43/+2
* x86/head: Move the early NMI fixup into CAndy Lutomirski2016-04-131-6/+0
* x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski2016-04-131-31/+37
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-151-3/+1
|\
| * x86/boot: Simplify kernel load address alignment checkAlexander Kuleshov2016-01-301-3/+1
* | x86/asm: Remove unused L3_PAGE_OFFSETAlexander Kuleshov2016-01-271-1/+0
|/
* x86/cpu: Call verify_cpu() after having entered long mode tooBorislav Petkov2015-11-071-0/+8
* x86/kasan: Fix KASAN shadow region page tablesAlexander Popov2015-07-061-29/+0
* x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-05-241-9/+11
* x86/asm/head*.S: Change global labels to localBorislav Petkov2015-05-171-2/+2
* x86/asm: Optimize unnecessarily wide TEST instructionsDenys Vlasenko2015-03-071-1/+1
* Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar2015-03-041-0/+30
|\
| * x86_64: add KASan supportAndrey Ryabinin2015-02-131-0/+30
* | x86/asm/boot: Fix path in commentsAlexander Kuleshov2015-02-191-2/+2
|/
* x86: fix compile error due to X86_TRAP_NMI use in asm filesLinus Torvalds2014-03-071-1/+1
* x86: Ignore NMIs that come in during early bootH. Peter Anvin2014-03-071-1/+5
* x86: Make sure IDT is page alignedKees Cook2013-07-161-15/+0