aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-09x86/apic/ioapic: Rename skip_ioapic_setupThomas Gleixner1-3/+4
2023-08-09x86/apic: Rename disable_apicThomas Gleixner1-2/+2
2023-08-09x86/cpu: Remove unused physid_*() nonsenseThomas Gleixner1-26/+0
2023-08-09x86/cpu: Make identify_boot_cpu() staticThomas Gleixner1-1/+0
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)2-0/+3
2023-08-08x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.hJinghao Jia1-1/+1
2023-08-08x86/vdso: Choose the right GDT_ENTRY_CPUNODE for 32-bit getcpu() on 64-bit ke...Xin Li1-1/+1
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+12
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds4-6/+32
2023-08-07x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel2-2/+7
2023-08-07x86/efistub: Perform SNP feature test while running in the firmwareArd Biesheuvel1-0/+4
2023-08-07x86/decompressor: Factor out kernel decompression and relocationArd Biesheuvel1-0/+8
2023-08-06x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callbackThomas Gleixner2-8/+0
2023-08-06x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()Thomas Gleixner1-2/+2
2023-08-04Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2023-08-03KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooksSean Christopherson1-2/+2
2023-08-03x86/virt: KVM: Move "disable SVM" helper into KVM SVMSean Christopherson1-50/+0
2023-08-03x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported()Sean Christopherson1-28/+0
2023-08-03x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()Sean Christopherson1-6/+0
2023-08-03x86/virt: KVM: Move VMXOFF helpers into KVM VMXSean Christopherson1-42/+0
2023-08-03x86/virt: KVM: Open code cpu_has_vmx() in KVM VMXSean Christopherson1-10/+0
2023-08-03x86/reboot: Expose VMCS crash hooks if and only if KVM_{INTEL,AMD} is enabledSean Christopherson1-0/+4
2023-08-03x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callbackSean Christopherson1-8/+0
2023-08-03x86/reboot: KVM: Handle VMXOFF in KVM's reboot callbackSean Christopherson1-10/+0
2023-08-03x86/reboot: Harden virtualization hooks for emergency rebootSean Christopherson1-2/+3
2023-08-03x86/reboot: VMCLEAR active VMCSes before emergency rebootSean Christopherson2-2/+2
2023-08-03x86/mm: Remove "INVPCID single" feature trackingDave Hansen1-1/+0
2023-08-03x86/qspinlock-paravirt: Fix missing-prototype warningArnd Bergmann1-0/+2
2023-08-03x86/paravirt: Silence unused native_pv_lock_init() function warningArnd Bergmann2-6/+8
2023-08-03x86/asm: Avoid unneeded __div64_32 function definitionArnd Bergmann1-0/+6
2023-08-02x86/shstk: Add ARCH_SHSTK_STATUSRick Edgecombe2-1/+2
2023-08-02x86/shstk: Add ARCH_SHSTK_UNLOCKMike Rapoport1-0/+1
2023-08-02x86: Add PTRACE interface for shadow stackRick Edgecombe1-3/+4
2023-08-02x86/shstk: Support WRSS for userspaceRick Edgecombe1-0/+1
2023-08-02x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe1-0/+3
2023-08-02x86/shstk: Handle signals for shadow stackRick Edgecombe1-0/+5
2023-08-02x86/shstk: Introduce routines modifying shstkRick Edgecombe1-0/+13
2023-08-02x86/shstk: Handle thread shadow stackRick Edgecombe3-1/+9
2023-08-02x86/shstk: Add user-mode shadow stack supportRick Edgecombe3-0/+12
2023-08-02x86/shstk: Add user control-protection fault handlerRick Edgecombe3-2/+20
2023-08-02x86: Introduce userspace API for shadow stackRick Edgecombe3-0/+33
2023-08-02x86/fpu: Add helper for modifying xstateRick Edgecombe1-0/+9
2023-08-02x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor statesRick Edgecombe2-4/+18
2023-08-02mm: Don't allow write GUPs to shadow stack memoryRick Edgecombe1-0/+5
2023-07-31x86: always initialize xen-swiotlb when xen-pcifront is enablingChristoph Hellwig1-6/+0
2023-07-31x86/cpu: Fix amd_check_microcode() declarationArnd Bergmann2-2/+3
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+3
2023-07-29KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson2-1/+3
2023-07-28KVM: SEV: Enable data breakpoints in SEV-ESAlexey Kardashevskiy2-0/+2
2023-07-28x86/smpboot: Change smp_store_boot_cpu_info() to staticSohil Mehta1-2/+0