aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2019-05-23perf/x86/amd: Update generic hardware cache events for Family 17hKim Phillips
2019-05-23KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflowDavid Rientjes
2019-05-23KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson
2019-05-23x86/mm: Don't exceed the valid physical address spaceRalph Campbell
2019-05-23x86/realmode: Don't leak the trampoline kernel addressMatteo Croce
2019-05-15x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior
2019-05-15x86/retpolines: Disable switch jump tables when retpolines are enabledDaniel Borkmann
2019-05-15x86, retpolines: Raise limit for generating indirect calls from switch-caseDaniel Borkmann
2019-05-15perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC1...Harry Pan
2019-05-15x86/speculation: Prevent deadlock on ssb_state::lockThomas Gleixner
2019-05-15perf/x86: Fix incorrect PEBS_REGSKan Liang
2019-05-15x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen
2019-05-15perf/x86/amd: Add event map for AMD Family 17hKim Phillips
2019-05-15x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu
2019-05-15crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-05-15Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee
2019-05-15KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov
2019-05-15KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson
2019-05-14x86/speculation/mds: Add 'mitigations=' support for MDSJosh Poimboeuf
2019-05-14x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf
2019-05-14x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations offKonrad Rzeszutek Wilk
2019-05-14x86/speculation/mds: Fix commentBoris Ostrovsky
2019-05-14x86/speculation/mds: Add SMT warning messageJosh Poimboeuf
2019-05-14x86/speculation: Move arch_smt_update() call to after mitigation decisionsJosh Poimboeuf
2019-05-14x86/speculation/mds: Add mds=full,nosmt cmdline optionJosh Poimboeuf
2019-05-14Documentation: Move L1TF to separate directoryThomas Gleixner
2019-05-14x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner
2019-05-14x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner
2019-05-14x86/speculation/mds: Add mitigation control for MDSThomas Gleixner
2019-05-14x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner
2019-05-14x86/kvm/vmx: Add MDS protection when L1D Flush is not activeThomas Gleixner
2019-05-14x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner
2019-05-14x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner
2019-05-14x86/kvm: Expose X86_FEATURE_MD_CLEAR to guestsAndi Kleen
2019-05-14x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner
2019-05-14x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen
2019-05-14x86/speculation: Consolidate CPU whitelistsThomas Gleixner
2019-05-14x86/msr-index: Cleanup bit definesThomas Gleixner
2019-05-14kvm: x86: Report STIBP on GET_SUPPORTED_CPUIDEduardo Habkost
2019-05-14x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra
2019-05-05KVM: nVMX: restore host state in nested_vmx_vmexit for VMFailSean Christopherson
2019-05-05x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an...Nathan Chancellor
2019-05-05x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processorsMatthew Whitehead
2019-05-05x86/hyperv: Prevent potential NULL pointer dereferenceKangjie Lu
2019-05-05x86/hpet: Prevent potential NULL pointer dereferenceAditya Pakki
2019-05-05x86/mm: Don't leak kernel addressesMatteo Croce
2019-05-05KVM: x86: nVMX: fix x2APIC VTPR read interceptMarc Orr
2019-05-05KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)Marc Orr
2019-05-05x86/perf/amd: Remove need to check "running" bit in NMI handlerLendacky, Thomas
2019-05-05x86/perf/amd: Resolve NMI latency issues for active PMCsLendacky, Thomas