summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2023-08-07x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel6-97/+12
2023-08-07x86/efistub: Perform SNP feature test while running in the firmwareArd Biesheuvel2-46/+70
2023-08-07x86/decompressor: Factor out kernel decompression and relocationArd Biesheuvel2-5/+31
2023-08-07x86/decompressor: Move global symbol references to C codeArd Biesheuvel3-23/+11
2023-08-07x86/decompressor: Merge trampoline cleanup with switching codeArd Biesheuvel2-24/+8
2023-08-07x86/decompressor: Pass pgtable address to trampoline directlyArd Biesheuvel3-11/+8
2023-08-07x86/decompressor: Only call the trampoline when changing paging levelsArd Biesheuvel2-54/+13
2023-08-07x86/decompressor: Call trampoline directly from C codeArd Biesheuvel2-37/+26
2023-08-07x86/decompressor: Avoid the need for a stack in the 32-bit trampolineArd Biesheuvel3-21/+40
2023-08-07x86/decompressor: Use standard calling convention for trampolineArd Biesheuvel2-15/+14
2023-08-07x86/decompressor: Call trampoline as a normal functionArd Biesheuvel2-45/+36
2023-08-07x86/decompressor: Assign paging related global variables earlierArd Biesheuvel2-11/+5
2023-08-07x86/decompressor: Store boot_params pointer in callee save registerArd Biesheuvel1-26/+16
2023-08-07x86/efistub: Clear BSS in EFI handover protocol entrypointArd Biesheuvel1-1/+13
2023-08-07x86/decompressor: Avoid magic offsets for EFI handover entrypointArd Biesheuvel2-19/+19
2023-08-07x86/efistub: Simplify and clean up handover entry codeArd Biesheuvel3-31/+14
2023-08-07x86/head_64: Store boot_params pointer in callee save registerArd Biesheuvel1-20/+12
2023-08-07x86/decompressor: Don't rely on upper 32 bits of GPRs being preservedArd Biesheuvel1-7/+23
2023-08-07x86/sev: Do not try to parse for the CC blob on non-AMD hardwareBorislav Petkov (AMD)2-3/+43
2023-08-05Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-27/+34
2023-08-03x86/hyperv: add noop functions to x86_init mpparse functionsSaurabh Sengar1-0/+4
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-56/+121
2023-07-30Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-9/+26
2023-07-30arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2-2/+2
2023-07-29KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson1-4/+9
2023-07-29KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson5-20/+52
2023-07-29Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"Sean Christopherson1-8/+2
2023-07-29KVM: x86: Acquire SRCU read lock when handling fastpath MSR writesSean Christopherson1-0/+4
2023-07-29KVM: VMX: Use vmread_error() to report VM-Fail in "goto" pathSean Christopherson1-2/+1
2023-07-29KVM: VMX: Make VMREAD error path play nice with noinstrSean Christopherson3-9/+26
2023-07-29KVM: x86/irq: Conditionally register IRQ bypass consumer againLike Xu1-1/+1
2023-07-29KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipivPeng Hao1-1/+2
2023-07-29KVM: x86: check the kvm_cpu_get_interrupt result before using itMaxim Levitsky1-3/+7
2023-07-29KVM: x86: VMX: set irr_pending in kvm_apic_update_irrMaxim Levitsky1-1/+4
2023-07-29KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomicallyMaxim Levitsky1-7/+13
2023-07-26x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memoryKirill A. Shutemov1-7/+11
2023-07-24x86/hyperv: fix a warning in mshyperv.hZhiHu1-1/+1
2023-07-24x86/hyperv: Disable IBT when hypercall page lacks ENDBR instructionMichael Kelley1-0/+21
2023-07-22x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabledKim Phillips1-6/+9
2023-07-22x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam1-2/+2
2023-07-21x86: Fix kthread unwindPeter Zijlstra1-1/+15
2023-07-17x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)5-0/+66
2023-07-17x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)1-72/+67
2023-07-16Merge tag 'perf_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+7
2023-07-15Merge tag 'x86_urgent_for_6.5_rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-74/+119
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2023-07-13Merge tag 'for-linus-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-16/+21
2023-07-11x86/cfi: Only define poison_cfi() if CONFIG_X86_KERNEL_IBT=yIngo Molnar1-0/+2
2023-07-11x86/ftrace: Remove unsued extern declaration ftrace_regs_caller_ret()YueHaibing1-1/+0
2023-07-10x86/fineibt: Poison ENDBR at +0Peter Zijlstra1-0/+16