summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel2020-02-281-6/+7
* Revert "KVM: VMX: Add non-canonical check on writes to RTIT address MSRs"Sasha Levin2020-02-281-8033/+0
* KVM: x86: emulate RDPIDPaolo Bonzini2020-02-283-2/+42
* x86/vdso: Use RDPID in preference to LSL when availableAndy Lutomirski2020-02-282-1/+7
* KVM: nVMX: vmread should not set rflags to specify success in case of #PFMiaohe Lin2020-02-141-1/+3
* KVM: VMX: Add non-canonical check on writes to RTIT address MSRsSean Christopherson2020-02-141-0/+8033
* KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVMSean Christopherson2020-02-141-2/+0
* KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-3/+10
* KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-8/+16
* KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-1/+5
* KVM: x86: drop picdev_in_range()David Hildenbrand2020-02-141-23/+12
* KVM: x86: Free wbinvd_dirty_mask if vCPU creation failsSean Christopherson2020-02-141-1/+1
* KVM: x86: Protect MSR-based index computations in fixed_msr_to_seg_unit() fro...Marios Pomonis2020-02-141-2/+7
* KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-3/+9
* KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks i...Marios Pomonis2020-02-141-2/+8
* KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-6/+7
* KVM: x86: Protect MSR-based index computations in pmu.h from Spectre-v1/L1TF ...Marios Pomonis2020-02-141-4/+14
* KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-0/+2
* KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-4/+7
* KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-2/+7
* KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-2/+14
* x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEARPawan Gupta2020-02-141-6/+7
* x86, perf: Fix the dependency of the x86 insn decoder selftestMasami Hiramatsu2020-01-291-1/+1
* x86/kgbd: Use NMI_VECTOR not APIC_DM_NMIThomas Gleixner2020-01-291-1/+1
* x86/efistub: Disable paging at mixed mode entryArd Biesheuvel2020-01-231-0/+5
* locking/x86: Remove the unused atomic_inc_short() methdDmitry Vyukov2020-01-121-13/+0
* x86/crash: Add a forward declaration of struct kimageLianbo Jiang2020-01-041-0/+2
* x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner2020-01-041-3/+6
* x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen2020-01-042-3/+3
* x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 modelsShirish S2019-12-211-3/+2
* KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)Paolo Bonzini2019-12-211-1/+4
* KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIESPaolo Bonzini2019-12-211-2/+7
* KVM: x86: do not modify masked bits of shared MSRsPaolo Bonzini2019-12-211-2/+3
* x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defectKai-Heng Feng2019-12-211-0/+11
* x86/apic/32: Avoid bogus LDR warningsJan Beulich2019-12-211-10/+15
* x86/speculation: Fix redundant MDS mitigation messageWaiman Long2019-11-281-0/+13
* x86/speculation: Fix incorrect MDS/TAA mitigation statusWaiman Long2019-11-281-2/+15
* x86/insn: Fix awk regexp warningsAlexander Kapshuk2019-11-281-2/+2
* kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stackSteven Rostedt (VMware)2019-11-281-7/+35
* KVM/x86: Fix invvpid and invept register operand size in 64-bit modeUros Bizjak2019-11-281-2/+2
* x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one errorBjorn Helgaas2019-11-251-1/+1
* x86/olpc: Fix build error with CONFIG_MFD_CS5535=mBorislav Petkov2019-11-251-2/+1
* uprobes/x86: Prohibit probing on MOV SS instructionMasami Hiramatsu2019-11-251-0/+4
* kprobes/x86: Prohibit probing on exception masking instructionsMasami Hiramatsu2019-11-252-0/+22
* x86/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra2019-11-253-10/+10
* x86/CPU: Use correct macros for Cyrix callsMatthew Whitehead2019-11-251-1/+1
* signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman2019-11-251-1/+1
* x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-164-28/+54
* x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf2019-11-161-4/+0
* x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko2019-11-162-6/+61