summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner2019-05-141-0/+1
* x86/speculation/mds: Add mitigation control for MDSThomas Gleixner2019-05-141-0/+5
* x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner2019-05-143-0/+23
* x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner2019-05-141-0/+13
* x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner2019-05-141-0/+25
* x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner2019-05-141-0/+1
* x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen2019-05-142-0/+7
* x86/msr-index: Cleanup bit definesThomas Gleixner2019-05-141-16/+18
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-141-16/+17
* KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson2019-05-051-0/+1
* x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior2019-05-022-14/+7
* x86/asm: Use stricter assembly constraints in bitopsAlexander Potapenko2019-04-171-23/+18
* x86/asm: Remove dead __GNUC__ conditionalsRasmus Villemoes2019-04-173-41/+0
* xen: Prevent buffer overflow in privcmd ioctlDan Carpenter2019-04-171-0/+3
* KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-04-031-0/+1
* KVM: x86: update %rip after emulating IOSean Christopherson2019-04-031-0/+1
* x86/unwind: Handle NULL pointer calls better in frame unwinderJann Horn2019-03-271-0/+6
* KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-03-231-1/+1
* x86/CPU: Add Icelake model numberRajneesh Bhardwaj2019-03-231-0/+2
* x86: Add TSX Force Abort CPUID/MSRPeter Zijlstra (Intel)2019-03-132-0/+7
* x86_64: increase stack size for KASAN_EXTRAQian Cai2019-03-131-0/+4
* x86/uaccess: Don't leak the AC flag into __put_user() value evaluationAndy Lutomirski2019-03-051-3/+4
* x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche2019-02-201-1/+7
* x86/fpu: Add might_fault() to user_insn()Sebastian Andrzej Siewior2019-02-121-0/+3
* x86/pkeys: Properly copy pkey state at fork()Dave Hansen2019-01-311-0/+18
* x86/mce: Fix -Wmissing-prototypes warningsBorislav Petkov2019-01-261-3/+3
* x86/mm: Fix guard hole handlingKirill A. Shutemov2019-01-131-0/+5
* KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson2019-01-091-1/+1
* kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost2018-12-291-0/+1
* locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra2018-12-211-0/+21
* KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz2018-12-051-1/+2
* x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner2018-12-051-0/+1
* x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2018-12-051-0/+1
* x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner2018-12-052-6/+4
* x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner2018-12-052-2/+8
* x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner2018-12-051-2/+11
* x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner2018-12-051-3/+0
* x86/speculation: Prepare for per task indirect branch speculation controlTim Chen2018-12-053-3/+19
* x86/speculation: Add command line control for indirect branch speculationThomas Gleixner2018-12-051-0/+10
* x86/speculation: Rename SSBD update functionsThomas Gleixner2018-12-051-3/+3
* x86/speculation: Update the TIF_SSBD commentTim Chen2018-12-051-1/+1
* x86/retpoline: Remove minimal retpoline supportZhenzhong Duan2018-12-051-2/+0
* x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan2018-12-051-4/+6
* x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC variantZhenzhong Duan2018-12-051-4/+13
* x86/mm: Move LDT remap out of KASLR region on 5-level pagingKirill A. Shutemov2018-11-272-8/+8
* acpi/nfit, x86/mce: Validate a MCE's address before using itVishal Verma2018-11-211-0/+1
* acpi/nfit, x86/mce: Handle only uncorrectable machine checksVishal Verma2018-11-211-0/+1
* KVM: nVMX: Clear reserved bits of #DB exit qualificationJim Mattson2018-11-131-0/+1
* x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior2018-11-131-0/+6
* x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context ...Sebastian Andrzej Siewior2018-10-171-1/+1