summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_64.S
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-11/+6
|\
| * x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf2023-03-231-6/+6
| * x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf2023-03-231-5/+0
* | x86/smpboot: Remove initial_gsBrian Gerst2023-03-211-14/+8
* | x86/smpboot: Remove early_gdt_descr on 64-bitBrian Gerst2023-03-211-5/+6
* | x86/smpboot: Remove initial_stack on 64-bitBrian Gerst2023-03-211-15/+28
|/
* x86/callthunks: Add call patching for call depth trackingThomas Gleixner2022-10-171-0/+1
* objtool: Add entry UNRET validationPeter Zijlstra2022-06-271-0/+5
* Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-2/+26
|\
| * x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson2022-04-071-2/+26
* | x86/head/64: Re-enable stack protectionMichael Roth2022-04-061-3/+21
* | x86/sev: Detect/setup SEV/SME features earlier in bootMichael Roth2022-04-061-0/+13
|/
* x86/ibt,sev: AnnotationsPeter Zijlstra2022-03-151-0/+2
* x86/ibt: Annotate text referencesPeter Zijlstra2022-03-151-0/+4
* x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra2022-03-151-1/+3
* x86/ibt,xen: Sprinkle the ENDBRPeter Zijlstra2022-03-151-0/+1
* x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra2022-03-151-1/+2
* x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel2021-12-061-1/+18
* x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>H. Peter Anvin (Intel)2021-05-121-3/+3
* 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