summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_64.S
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-141-11/+9
|\
| * x86/build: Fix vmlinux size check on 64-bitArvind Sankar2020-10-291-11/+9
* | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-141-9/+0
|\ \
| * | x86/head/64: Remove unused GET_CR2_INTO() macroArvind Sankar2020-11-181-9/+0
| |/
* / x86/head/64: Check SEV encryption before switching to kernel page-tableJoerg Roedel2020-10-291-0/+16
|/
* x86/head/64: Don't call verify_cpu() on starting APsJoerg Roedel2020-09-091-0/+12
* x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel2020-09-091-0/+36
* x86/sev-es: Setup an early #VC handlerJoerg Roedel2020-09-091-0/+30
* x86/head/64: Move early exception dispatch to C codeJoerg Roedel2020-09-071-10/+1
* x86/head/64: Install a CPU bringup IDTJoerg Roedel2020-09-071-0/+5
* x86/head/64: Switch to initial stack earlierJoerg Roedel2020-09-071-3/+6
* x86/head/64: Load segment registers earlierJoerg Roedel2020-09-071-26/+26
* x86/head/64: Load GDT after switch to virtual addressesJoerg Roedel2020-09-071-8/+8
* x86/head/64: Install startup GDTJoerg Roedel2020-09-071-0/+14
* x86/entry: Remove the apic/BUILD interrupt leftoversThomas Gleixner2020-06-111-3/+4
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* x86/asm/64: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2019-10-181-6/+6
* x86/asm: Do not annotate functions with GLOBALJiri Slaby2019-10-181-2/+3
* x86/asm/head: Annotate data appropriatelyJiri Slaby2019-10-181-40/+47
* x86/asm: Annotate local pseudo-functionsJiri Slaby2019-10-181-2/+2
* x86/asm: Reorder early variablesJiri Slaby2019-10-051-6/+5
* x86/irq/64: Update stale commentCao jin2019-07-221-4/+4
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-201-3/+1
|\
| * x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-171-3/+1
* | x86/head/64: Annotate start_cpu0() as non-callableJosh Poimboeuf2019-07-181-2/+2
|/
* x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski2019-04-171-1/+1
* xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVHMaran Wilson2018-12-131-1/+1
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-1/+1
|\
| * x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-3/+1
| * x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-0/+2
* | x86/mm: Expand static page table for fixmap spaceFeng Tang2018-09-201-4/+12
|/
* x86/asm/64: Use 32-bit XOR to zero registersJan Beulich2018-07-031-1/+1
* 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