summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-06-17KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson1-1/+1
2020-06-17KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini1-1/+1
2020-06-17KVM: nSVM: fix condition for filtering async PFPaolo Bonzini1-2/+2
2020-06-17KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02Sean Christopherson3-6/+17
2020-06-17x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck2-8/+22
2020-06-17KVM: x86: Fix APIC page invalidation raceEiichi Tsukata1-5/+2
2020-06-17KVM: x86: respect singlestep when emulating instructionFelipe Franciosi1-1/+1
2020-06-17KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson1-18/+9
2020-06-17KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flagsPaolo Bonzini1-1/+1
2020-06-17perf/x86/intel: Add more available bits for OFFCORE_RESPONSE of Intel TremontKan Liang1-2/+2
2020-06-17x86/reboot/quirks: Add MacBook6,1 reboot quirkHill Ma1-0/+8
2020-06-17x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches.Anthony Steinhauser1-2/+5
2020-06-17x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS.Anthony Steinhauser1-37/+50
2020-06-17x86/speculation: Prevent rogue cross-process SSBD shutdownAnthony Steinhauser1-18/+10
2020-06-17x86/PCI: Mark Intel C620 MROMs as having non-compliant BARsXiaochun Lee1-0/+4
2020-06-17x86: mm: ptdump: calculate effective permissions correctlySteven Price1-13/+20
2020-06-17x86_64: Fix jiffies ODR violationBob Haarman2-6/+2
2020-06-17KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini1-9/+10
2020-06-17x86/cpu/amd: Make erratum #1054 a legacy erratumKim Phillips1-2/+1
2020-06-10x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross5-0/+144
2020-06-10x86/cpu: Add 'table' argument to cpu_matches()Mark Gross1-11/+14
2020-06-10x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2-1/+36
2020-06-07mm: Fix mremap not considering huge pmd devmapFan Yang1-0/+1
2020-06-07x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor1-2/+2
2020-06-07x86/hyperv: Properly suspend/resume reenlightenment notificationsVitaly Kuznetsov1-2/+17
2020-06-07x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long"Andy Lutomirski1-2/+9
2020-06-03x86/ioperm: Prevent a memory leak when fork failsJay Lang3-15/+15
2020-06-03copy_xstate_to_kernel(): don't leave parts of destination uninitializedAl Viro1-38/+48
2020-06-03x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl1-1/+1
2020-05-27x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf1-0/+7
2020-05-27bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann1-0/+1
2020-05-27x86/apic: Move TSC deadline timer debug printkThomas Gleixner1-13/+14
2020-05-20KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson1-1/+1
2020-05-20x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf1-7/+9
2020-05-20x86: Fix early boot crash on gcc-10, third tryBorislav Petkov3-1/+15
2020-05-20KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger3-18/+18
2020-05-20x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)3-1/+37
2020-05-20kvm: nVMX: reflect MTF VM-exits if injected by L1Oliver Upton1-1/+18
2020-05-20KVM: nVMX: Consolidate nested MTF checks to helper functionOliver Upton1-1/+1
2020-05-14kvm: ioapic: Restrict lazy EOI update to edge-triggered interruptsPaolo Bonzini1-5/+5
2020-05-14arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan1-1/+1
2020-05-14KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit1-2/+2
2020-05-14x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf3-14/+43
2020-05-14x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf1-1/+1
2020-05-14x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf1-3/+3
2020-05-14x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes1-1/+1
2020-05-14x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn1-1/+1
2020-05-14x86/entry/64: Fix unwind hints in __switch_to_asm()Josh Poimboeuf1-3/+2
2020-05-14x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf1-1/+2
2020-05-14x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf1-19/+21