summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2019-05-22xen/pvh: correctly setup the PV EFI interface for dom0Roger Pau Monne5-14/+18
2019-05-22xen/pvh: set xen_domain_type to HVM in xen_pvh_initRoger Pau Monne1-0/+1
2019-05-22KVM: lapic: Busy wait for timer to expire when using hv_timerSean Christopherson1-1/+1
2019-05-22KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writesSean Christopherson1-13/+24
2019-05-22Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"Sean Christopherson1-25/+0
2019-05-22crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers1-8/+5
2019-05-22x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h modelsYazen Ghannam3-13/+48
2019-05-22x86/MCE: Add an MCE-record filtering functionYazen Ghannam3-0/+11
2019-05-22sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra5-0/+20
2019-05-22x86/speculation/mds: Revert CPU buffer clear on double fault exitAndy Lutomirski1-8/+0
2019-05-14x86/speculation/mds: Add 'mitigations=' support for MDSJosh Poimboeuf1-2/+3
2019-05-14x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2-3/+12
2019-05-14x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations offKonrad Rzeszutek Wilk1-1/+2
2019-05-14x86/speculation/mds: Fix commentBoris Ostrovsky1-1/+1
2019-05-14x86/speculation/mds: Add SMT warning messageJosh Poimboeuf1-0/+8
2019-05-14x86/speculation: Move arch_smt_update() call to after mitigation decisionsJosh Poimboeuf1-3/+2
2019-05-14x86/speculation/mds: Add mds=full,nosmt cmdline optionJosh Poimboeuf1-0/+10
2019-05-14Documentation: Move L1TF to separate directoryThomas Gleixner2-3/+3
2019-05-14x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner2-6/+13
2019-05-14x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner1-0/+25
2019-05-14x86/speculation/mds: Add mitigation control for MDSThomas Gleixner2-0/+75
2019-05-14x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner4-0/+26
2019-05-14x86/kvm/vmx: Add MDS protection when L1D Flush is not activeThomas Gleixner2-0/+4
2019-05-14x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner5-0/+31
2019-05-14x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner1-0/+25
2019-05-14x86/kvm: Expose X86_FEATURE_MD_CLEAR to guestsAndi Kleen1-1/+2
2019-05-14x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner2-8/+13
2019-05-14x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen3-9/+23
2019-05-14x86/speculation: Consolidate CPU whitelistsThomas Gleixner1-50/+60
2019-05-14x86/msr-index: Cleanup bit definesThomas Gleixner1-16/+18
2019-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-8/+116
2019-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+12
2019-05-05perf/x86/intel: Fix race in intel_pmu_disable_event()Jiri Olsa1-3/+7
2019-05-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-38/+114
2019-05-03perf/x86/intel/pt: Remove software double buffering PMU capabilityAlexander Shishkin1-2/+1
2019-05-02perf/x86/amd: Update generic hardware cache events for Family 17hKim Phillips1-3/+108
2019-05-01gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds1-2/+2
2019-05-01KVM: nVMX: Fix size checks in vmx_set_nested_stateJim Mattson1-2/+2
2019-04-30KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointerSean Christopherson2-4/+2
2019-04-30x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov2-0/+2
2019-04-30KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson2-2/+20
2019-04-30x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook1-0/+12
2019-04-29x86: make ZERO_PAGE() at least parse its argumentLinus Torvalds1-1/+1
2019-04-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+7
2019-04-27KVM: VMX: Move RSB stuffing to before the first RET after VM-ExitRick Edgecombe2-3/+12
2019-04-25perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC1...Harry Pan1-5/+5
2019-04-24x86/mm: Fix a crash with kmemleak_scan()Qian Cai1-0/+6
2019-04-22x86/boot: Disable RSDP parsing temporarilyBorislav Petkov1-1/+1
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-31/+92
2019-04-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-14/+41