summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_64.S
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Comment _PAGE_GLOBAL mysteryDave Hansen2018-04-121-1/+10
* Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar2018-03-121-0/+2
|\
| * x86/boot, objtool: Annotate indirect jump in secondary_startup_64()Peter Zijlstra2018-02-211-0/+2
* | x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov2018-02-211-1/+1
* | x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVELKirill A. Shutemov2018-02-211-6/+6
* | x86/mm: Support boot-time switching of paging modes in the early boot codeKirill A. Shutemov2018-02-161-6/+4
* | x86/mm: Initialize 'page_offset_base' at boot-timeKirill A. Shutemov2018-02-161-1/+1
|/
* x86/mm/pti: Allocate a separate user PGDDave Hansen2017-12-231-3/+27
* Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar2017-11-061-5/+6
|\ \
| * | x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XE...Kirill A. Shutemov2017-10-201-5/+6
| |/
* | x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski2017-11-021-1/+1
* | Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar2017-11-021-3/+0
|\ \
| * | x86/boot: Relocate definition of the initial state of CR0Ricardo Neri2017-11-011-3/+0
| |/
* | x86/asm: Don't use the confusing '.ifeq' directiveJosh Poimboeuf2017-10-231-1/+1
* | x86/head: Add unwind hint annotationsJosh Poimboeuf2017-09-281-2/+12
* | x86/head: Fix head ELF function annotationsJosh Poimboeuf2017-09-281-3/+3
* | x86/head: Remove unused 'bad_address' codeJosh Poimboeuf2017-09-281-3/+0
* | x86/head: Remove confusing commentJosh Poimboeuf2017-09-281-4/+0
|/
* 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
OpenPOWER on IntegriCloud