summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* x86/kexec: Use up-to-dated screen_info copy to fill boot paramsKairui Song2020-11-101-2/+1
* KVM: x86: emulating RDPID failure shall return #UD rather than #GPRobert Hoo2020-10-291-1/+1
* x86/mm/ptdump: Fix soft lockup in page table walkerAndrey Ryabinin2020-10-291-0/+2
* x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inlineThomas Gleixner2020-10-011-2/+2
* KVM: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford2020-10-011-2/+8
* x86/defconfig: Enable CONFIG_USB_XHCI_HCD=yAdam Borowski2020-09-232-0/+2
* KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exitWanpeng Li2020-09-231-0/+1
* vgacon: remove software scrollback supportLinus Torvalds2020-09-232-2/+0
* x86/i8259: Use printk_deferred() to prevent deadlockThomas Gleixner2020-08-211-1/+1
* x86: math-emu: Fix up 'cmp' insn for clang iasArnd Bergmann2020-07-311-1/+1
* x86/fpu: Disable bottom halves while loading FPU registersSebastian Andrzej Siewior2020-07-311-2/+2
* KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini2020-07-221-1/+1
* KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li2020-06-291-2/+2
* kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-291-13/+3
* x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu2020-06-291-2/+20
* x86/mm: Stop printing BRK addressesArvind Sankar2020-06-201-2/+0
* KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson2020-06-201-1/+1
* KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini2020-06-201-1/+1
* x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches.Anthony Steinhauser2020-06-201-2/+5
* x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS.Anthony Steinhauser2020-06-201-37/+49
* x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky2020-06-203-7/+24
* x86/speculation: Change misspelled STIPB to STIBPWaiman Long2020-06-202-4/+4
* x86/reboot/quirks: Add MacBook6,1 reboot quirkHill Ma2020-06-201-0/+8
* x86/speculation: Prevent rogue cross-process SSBD shutdownAnthony Steinhauser2020-06-201-18/+10
* x86_64: Fix jiffies ODR violationBob Haarman2020-06-202-6/+2
* x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-06-115-0/+144
* x86/cpu: Add 'table' argument to cpu_matches()Mark Gross2020-06-111-10/+13
* x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2020-06-112-1/+33
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2020-06-1118-47/+47
* x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor2020-06-111-2/+2
* x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl2020-06-031-1/+1
* KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson2020-05-201-1/+1
* x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-203-1/+15
* x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2020-05-2010-55/+2
* x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä2020-05-202-6/+5
* x86/apic/uv: Silence a shift wrapping warningDan Carpenter2020-05-101-2/+2
* x86/LDT: Print the real LDT base addressJan Beulich2020-05-101-1/+1
* perf/x86: Fix filter_events() bug with event mappingsStephane Eranian2020-05-101-1/+10
* perf/x86: Fix uninitialized value usagePeter Zijlstra2020-05-051-1/+2
* bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_BLuke Nelson2020-05-021-3/+15
* KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak2020-05-021-1/+1
* x86/vdso: Fix lsl operand orderSamuel Neves2020-04-241-1/+1
* x86/microcode/intel: replace sync_core() with native_cpuid_reg(eax)Evalds Iodzevics2020-04-241-1/+1
* x86/CPU: Add native CPUID variants returning a single datumBorislav Petkov2020-04-241-0/+18
* x86/mitigations: Clear CPU buffers on the SYSCALL fast pathBorislav Petkov2020-04-243-0/+9
* kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBDJim Mattson2020-04-241-1/+2
* KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson2020-04-241-0/+11
* x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner2020-04-241-0/+1
* acpi/x86: ignore unspecified bit positions in the ACPI global lock fieldJan Engelhardt2020-04-241-1/+1
* x86/boot: Use unsigned comparison for addressesArvind Sankar2020-04-242-3/+3