summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Fix unsynchronized access to sev members through svm_register_enc_regionPeter Gonda2021-02-131-7/+11
* x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2021-02-105-14/+30
* x86/build: Disable CET instrumentation in the kernelJosh Poimboeuf2021-02-101-0/+3
* KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson2021-02-101-0/+5
* x86: __always_inline __{rd,wr}msr()Peter Zijlstra2021-02-071-2/+2
* KVM: x86: get smi pending status correctlyJay Zhou2021-02-031-0/+5
* KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]Like Xu2021-02-031-1/+1
* crypto: x86/crc32c - fix building with clang iasArnd Bergmann2021-01-231-1/+1
* x86/hyperv: check cpu mask after interrupt has been disabledWei Liu2021-01-191-3/+9
* x86/resctrl: Don't move a task to the same resource groupFenghua Yu2021-01-171-0/+7
* x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu2021-01-171-65/+43
* KVM: x86: fix shift out of bounds reported by UBSANPaolo Bonzini2021-01-121-1/+1
* x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang2021-01-121-3/+3
* xen/pvh: correctly setup the PV EFI interface for dom0Roger Pau Monne2021-01-124-9/+13
* x86/mm: Fix leak of pmd ptlockDan Williams2021-01-121-0/+2
* KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini2021-01-063-13/+20
* KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini2021-01-061-0/+4
* x86/kprobes: Restore BTF if the single-stepping is cancelledMasami Hiramatsu2020-12-301-0/+5
* x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse2020-12-303-6/+18
* x86/mm/ident_map: Check for errors from ident_pud_init()Arvind Sankar2020-12-301-2/+10
* x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen2020-12-301-4/+2
* x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse2020-12-302-4/+1
* x86/apic/vector: Fix ordering in vector assignmentThomas Gleixner2020-12-301-10/+14
* x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski2020-12-302-6/+13
* x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar2020-12-302-2/+3
* x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song2020-12-303-8/+8
* x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu2020-12-111-2/+3
* x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-112-4/+21
* x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen2020-12-021-7/+25
* x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen2020-12-021-33/+2
* x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpbAnand K Mistry2020-12-021-2/+2
* perf/x86: fix sysfs type mismatchesSami Tolvanen2020-12-024-24/+12
* x86/xen: don't unbind uninitialized lock_kicker_irqBrian Masney2020-12-021-1/+11
* KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini2020-12-023-9/+12
* KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extintPaolo Bonzini2020-12-022-51/+34
* x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu2020-11-241-53/+10
* efi/x86: Free efi_pgd with free_pages()Arvind Sankar2020-11-241-11/+13
* KVM: x86: clflushopt should be treated as a no-op by emulationDavid Edmondson2020-11-221-1/+7
* x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry2020-11-181-19/+33
* x86/kexec: Use up-to-dated screen_info copy to fill boot paramsKairui Song2020-11-101-2/+1
* perf/x86/amd/ibs: Fix raw sample data accumulationKim Phillips2020-11-052-10/+17
* perf/x86/amd/ibs: Don't include randomized bits in get_ibs_op_count()Kim Phillips2020-11-051-4/+8
* x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10 compil...Jiri Slaby2020-11-051-8/+1
* x86/xen: disable Firmware First mode for correctable memory errorsJuergen Gross2020-11-051-0/+9
* arch/x86/amd/ibs: Fix re-arming IBS FetchKim Phillips2020-11-051-1/+14
* x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabledRandy Dunlap2020-11-051-0/+1
* KVM: x86: emulating RDPID failure shall return #UD rather than #GPRobert Hoo2020-10-301-1/+1
* x86/events/amd/iommu: Fix sizeof mismatchColin Ian King2020-10-291-1/+1
* x86/nmi: Fix nmi_handle() duration miscalculationLibing Zhou2020-10-291-3/+2
* x86/fpu: Allow multiple bits in clearcpuid= parameterArvind Sankar2020-10-291-8/+22