summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2021-02-10x86/apic: Add extra serialization for non-serializing MSRsDave Hansen
2021-02-10x86/build: Disable CET instrumentation in the kernelJosh Poimboeuf
2021-02-10KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson
2021-02-07x86: __always_inline __{rd,wr}msr()Peter Zijlstra
2021-02-03KVM: x86: get smi pending status correctlyJay Zhou
2021-02-03KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]Like Xu
2021-01-23crypto: x86/crc32c - fix building with clang iasArnd Bergmann
2021-01-19x86/hyperv: check cpu mask after interrupt has been disabledWei Liu
2021-01-17x86/resctrl: Don't move a task to the same resource groupFenghua Yu
2021-01-17x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu
2021-01-12KVM: x86: fix shift out of bounds reported by UBSANPaolo Bonzini
2021-01-12x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang
2021-01-12xen/pvh: correctly setup the PV EFI interface for dom0Roger Pau Monne
2021-01-12x86/mm: Fix leak of pmd ptlockDan Williams
2021-01-06KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini
2021-01-06KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini
2020-12-30x86/kprobes: Restore BTF if the single-stepping is cancelledMasami Hiramatsu
2020-12-30x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse
2020-12-30x86/mm/ident_map: Check for errors from ident_pud_init()Arvind Sankar
2020-12-30x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen
2020-12-30x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse
2020-12-30x86/apic/vector: Fix ordering in vector assignmentThomas Gleixner
2020-12-30x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski
2020-12-30x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar
2020-12-30x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song
2020-12-11x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu
2020-12-11x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu
2020-12-02x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen
2020-12-02x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen
2020-12-02x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpbAnand K Mistry
2020-12-02perf/x86: fix sysfs type mismatchesSami Tolvanen
2020-12-02x86/xen: don't unbind uninitialized lock_kicker_irqBrian Masney
2020-12-02KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini
2020-12-02KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extintPaolo Bonzini
2020-11-24x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu
2020-11-24efi/x86: Free efi_pgd with free_pages()Arvind Sankar
2020-11-22KVM: x86: clflushopt should be treated as a no-op by emulationDavid Edmondson
2020-11-18x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry
2020-11-10x86/kexec: Use up-to-dated screen_info copy to fill boot paramsKairui Song
2020-11-05perf/x86/amd/ibs: Fix raw sample data accumulationKim Phillips
2020-11-05perf/x86/amd/ibs: Don't include randomized bits in get_ibs_op_count()Kim Phillips
2020-11-05x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10 compil...Jiri Slaby
2020-11-05x86/xen: disable Firmware First mode for correctable memory errorsJuergen Gross
2020-11-05arch/x86/amd/ibs: Fix re-arming IBS FetchKim Phillips
2020-11-05x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabledRandy Dunlap
2020-10-30KVM: x86: emulating RDPID failure shall return #UD rather than #GPRobert Hoo
2020-10-29x86/events/amd/iommu: Fix sizeof mismatchColin Ian King
2020-10-29x86/nmi: Fix nmi_handle() duration miscalculationLibing Zhou
2020-10-29x86/fpu: Allow multiple bits in clearcpuid= parameterArvind Sankar
2020-10-29KVM: SVM: Initialize prev_ga_tag before useSuravee Suthikulpanit