summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2020-08-21perf/x86/rapl: Fix missing psys sysfs attributesZhang Rui
2020-08-21x86/bugs/multihit: Fix mitigation reporting when VMX is not in usePawan Gupta
2020-08-21x86/tsr: Fix tsc frequency enumeration bug on Lightning Mountain SoCDilip Kota
2020-08-21genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner
2020-08-19irqdomain/treewide: Free firmware node after domain removalJon Derrick
2020-08-19kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostMaxim Levitsky
2020-08-19crypto: aesni - add compatibility with IASJian Cai
2020-08-19x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_taskEric Dumazet
2020-08-19x86/uaccess: Make __get_user_size() Clang compliant on 32-bitNick Desaulniers
2020-08-19crypto: aesni - Fix build with LLVM_IAS=1Sedat Dilek
2020-08-19x86, sched: Bail out of frequency invariance if turbo_freq/base_freq gives 0Giovanni Gherdovich
2020-08-19x86, sched: Bail out of frequency invariance if turbo frequency is unknownGiovanni Gherdovich
2020-08-19perf/x86/intel/uncore: Fix oops when counting IMC uncore events on some TGLKan Liang
2020-08-19x86/mce/inject: Fix a wrong assignment of i_mce.statusZhenzhong Duan
2020-08-05x86/i8259: Use printk_deferred() to prevent deadlockThomas Gleixner
2020-08-05KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVMWanpeng Li
2020-08-05KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabledWanpeng Li
2020-08-05x86/stacktrace: Fix reliable check for empty user task stacksJosh Poimboeuf
2020-08-05x86/unwind/orc: Fix ORC for newly forked tasksJosh Poimboeuf
2020-07-29x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel
2020-07-29x86/boot: Don't add the EFI stub to targetsArvind Sankar
2020-07-29x86: math-emu: Fix up 'cmp' insn for clang iasArnd Bergmann
2020-07-29irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner
2020-07-22genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner
2020-07-22x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski
2020-07-22copy_xstate_to_kernel: Fix typo which caused GDB regressionKevin Buettner
2020-07-22x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen
2020-07-16KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson
2020-07-16KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit modeSean Christopherson
2020-07-16KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini
2020-07-16x86/entry: Increase entry_stack size to a full pagePeter Zijlstra
2020-07-16perf/x86/rapl: Fix RAPL config variable bugStephane Eranian
2020-07-16perf/x86/rapl: Move RAPL support to common x86 codeStephane Eranian
2020-07-09x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelistedSean Christopherson
2020-06-30x86/asm/64: Align start of __clear_user() loop to 16-bytesMatt Fleming
2020-06-30x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeupSean Christopherson
2020-06-30x86/cpu: Use pinning mask for CR4 bits needing to be 0Kees Cook
2020-06-30KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson
2020-06-30KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson
2020-06-30kvm: lapic: fix broken vcpu hotplugIgor Mammedov
2020-06-30KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li
2020-06-30Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"Vitaly Kuznetsov
2020-06-30efi/x86: Setup stack correctly for efi_pe_entryArvind Sankar
2020-06-30x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter
2020-06-30x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger
2020-06-30x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre
2020-06-30x86/cpu: Move resctrl CPUID code to resctrl/Reinette Chatre
2020-06-24kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa
2020-06-24x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy()Tony Luck
2020-06-24x86/idt: Keep spurious entries unset in system_vectorsVitaly Kuznetsov