summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu2020-02-281-1/+1
* x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel2020-02-281-7/+1
* efi/x86: Don't panic or BUG() on non-critical error conditionsArd Biesheuvel2020-02-282-18/+19
* x86/vdso: Provide missing include fileValdis Klētnieks2020-02-281-0/+1
* x86/sysfb: Fix check for bad VRAM sizeArvind Sankar2020-02-281-1/+1
* efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel2020-02-281-6/+7
* KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson2020-02-281-0/+3
* Revert "KVM: VMX: Add non-canonical check on writes to RTIT address MSRs"Sasha Levin2020-02-281-8033/+0
* Revert "KVM: nVMX: Use correct root level for nested EPT shadow page tables"Sasha Levin2020-02-281-3/+0
* perf/x86/intel: Fix inaccurate period in context switch for auto-reloadKan Liang2020-02-281-0/+2
* perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event mapKim Phillips2020-02-281-0/+1
* KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson2020-02-281-0/+3
* KVM: x86: emulate RDPIDPaolo Bonzini2020-02-283-2/+42
* KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson2020-02-141-3/+3
* 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-1/+1
* KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platformSean Christopherson2020-02-141-0/+5
* KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-8/+16
* 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/+6
* KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-3/+8
* 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/+8
* 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/+1
* KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-4/+6
* KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-4/+9
* KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-2/+6
* KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-2/+14
* KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacksMarios Pomonis2020-02-141-1/+5
* x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEARPawan Gupta2020-02-141-6/+7
* x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen2020-02-051-8/+8
* x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen2020-02-051-5/+5
* x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen2020-02-051-2/+10
* x86, perf: Fix the dependency of the x86 insn decoder selftestMasami Hiramatsu2020-01-271-1/+1
* x86/kgbd: Use NMI_VECTOR not APIC_DM_NMIThomas Gleixner2020-01-271-1/+1
* x86/mm: Remove unused variable 'cpu'Qian Cai2020-01-271-3/+0
* x86/efistub: Disable paging at mixed mode entryArd Biesheuvel2020-01-231-0/+5
* x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai2020-01-231-1/+1
* perf/x86/intel: Fix PT PMI handlingAlexander Shishkin2020-01-121-2/+7
* x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakageDave Young2020-01-121-4/+2
* perf/x86/intel/bts: Fix the use of page_private()Alexander Shishkin2020-01-091-5/+11
* x86/mce: Fix possibly incorrect severity calculation on AMDJan H. Schönherr2020-01-041-1/+1
* x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]Yazen Ghannam2019-12-311-1/+1
* x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()Konstantin Khlebnikov2019-12-311-1/+1
* x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter2019-12-311-6/+12
* x86/crash: Add a forward declaration of struct kimageLianbo Jiang2019-12-311-0/+2
* x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner2019-12-311-3/+6
* x86/mce: Lower throttling MCE messages' priority to warningBenjamin Berg2019-12-311-1/+1