summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-02-10x86/apic: Add extra serialization for non-serializing MSRsDave Hansen5-15/+32
2021-02-10x86/build: Disable CET instrumentation in the kernelJosh Poimboeuf1-0/+3
2021-02-10KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit modeSean Christopherson1-0/+2
2021-02-10KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson2-0/+6
2021-02-07x86: __always_inline __{rd,wr}msr()Peter Zijlstra1-2/+2
2021-02-04KVM: x86: get smi pending status correctlyJay Zhou1-0/+5
2021-02-04KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migrationMaxim Levitsky1-5/+8
2021-02-04KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()Like Xu1-0/+4
2021-02-04KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]Like Xu1-1/+1
2021-01-27x86/cpu/amd: Set __max_die_per_package on AMDYazen Ghannam1-2/+2
2021-01-27x86/mmx: Use KFPU_387 for MMX string operationsAndy Lutomirski1-5/+15
2021-01-27x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov2-3/+3
2021-01-27x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski2-6/+18
2021-01-27x86/xen: Add xen_no_vector_callback option to test PCI INTX deliveryDavid Woodhouse1-1/+10
2021-01-19x86/hyperv: check cpu mask after interrupt has been disabledWei Liu1-3/+9
2021-01-17x86/resctrl: Don't move a task to the same resource groupFenghua Yu1-0/+7
2021-01-17x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu1-65/+43
2021-01-17x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby7-13/+22
2021-01-12KVM: x86: fix shift out of bounds reported by UBSANPaolo Bonzini1-1/+1
2021-01-12x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang1-3/+3
2021-01-12x86/mm: Fix leak of pmd ptlockDan Williams1-0/+2
2021-01-06KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini3-14/+22
2021-01-06KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini1-0/+4
2021-01-06KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRLPaolo Bonzini4-10/+29
2020-12-30x86/CPU/AMD: Save AMD NodeId as cpu_die_idYazen Ghannam4-17/+15
2020-12-30perf/x86/intel: Fix rtm_abort_event encoding on Ice LakeKan Liang1-1/+1
2020-12-30perf/x86/intel: Add event constraint for CYCLE_ACTIVITY.STALLS_MEM_ANYKan Liang1-1/+2
2020-12-30x86/kprobes: Restore BTF if the single-stepping is cancelledMasami Hiramatsu1-0/+5
2020-12-30x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse3-6/+18
2020-12-30x86/mm/ident_map: Check for errors from ident_pud_init()Arvind Sankar1-2/+10
2020-12-30perf/x86/intel: Check PEBS status correctlyStephane Eranian1-1/+1
2020-12-21x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen1-4/+2
2020-12-21x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse2-4/+1
2020-12-21KVM: mmu: Fix SPTE encoding of MMIO generation upper halfMaciej S. Szmigiero1-9/+20
2020-12-16x86/apic/vector: Fix ordering in vector assignmentThomas Gleixner1-10/+14
2020-12-16x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski2-6/+13
2020-12-16x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar2-2/+3
2020-12-16x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song3-9/+3
2020-12-11x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu1-2/+3
2020-12-11x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2-4/+21
2020-12-02x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen1-7/+25
2020-12-02x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen1-33/+2
2020-12-02x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpbAnand K Mistry1-2/+2
2020-12-02x86/mce: Do not overwrite no_way_out if mce_end() failsGabriele Paoloni1-2/+4
2020-12-02perf/x86: fix sysfs type mismatchesSami Tolvanen4-24/+12
2020-12-02x86/xen: don't unbind uninitialized lock_kicker_irqBrian Masney1-1/+11
2020-12-02KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini3-9/+12
2020-12-02KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extintPaolo Bonzini2-51/+34
2020-11-24x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu1-53/+10
2020-11-24efi/x86: Free efi_pgd with free_pages()Arvind Sankar1-11/+13