aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2022-06-21Merge tag 'v5.10.122' into v5.10/standard/baseBruce Ashfield
2022-06-14x86/cpu: Elide KCSAN for cpu_has() and friendsPeter Zijlstra
2022-06-14Merge tag 'v5.10.121' into v5.10/standard/baseBruce Ashfield
2022-06-14Merge tag 'v5.10.120' into v5.10/standard/baseBruce Ashfield
2022-06-09kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao
2022-06-09um: Fix out-of-bounds read in LDT setupVincent Whitchurch
2022-06-09KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple faultSean Christopherson
2022-06-09KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-EntrySean Christopherson
2022-06-09x86/sev: Annotate stack change in the #VC handlerLai Jiangshan
2022-06-09perf/amd/ibs: Use interrupt regs ip for stack unwindingRavi Bangoria
2022-06-09x86/mm: Cleanup the control_va_addr_alignment() __setup handlerRandy Dunlap
2022-06-09x86: Fix return value of __setup handlersRandy Dunlap
2022-06-09x86/pm: Fix false positive kmemleak report in msr_build_context()Matthieu Baerts
2022-06-09x86/delay: Fix the wrong asm constraint in delay_loop()Ammar Faizi
2022-06-09x86/microcode: Add explicit CPU vendor dependencyBorislav Petkov
2022-06-09perf/amd/ibs: Cascade pmu init functions' return valueRavi Bangoria
2022-06-09ACPICA: Avoid cache flush inside virtual machinesKirill A. Shutemov
2022-06-09x86/platform/uv: Update TSC sync state for UV5Mike Travis
2022-06-09ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman
2022-06-09perf/x86/intel: Fix event constraints for ICLKan Liang
2022-06-09x86/MCE/AMD: Fix memory leak when threshold_create_bank() failsAmmar Faizi
2022-06-06KVM: x86: avoid calling x86 emulator without a decoded instructionSean Christopherson
2022-06-06x86, kvm: use correct GFP flags for preemption disabledPaolo Bonzini
2022-06-06x86/kvm: Alloc dummy async #PF token outside of raw spinlockSean Christopherson
2022-06-01x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook
2022-05-31Merge tag 'v5.10.119' into v5.10/standard/baseBruce Ashfield
2022-05-30x86/tsc: Use fallback for random_get_entropy() instead of zeroJason A. Donenfeld
2022-05-30random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior
2022-05-30lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-05-30lib/crypto: blake2s: include as built-inJason A. Donenfeld
2022-05-30crypto: blake2s - share the "shash" API boilerplate codeEric Biggers
2022-05-30crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers
2022-05-30KVM: x86/mmu: fix NULL pointer dereference on guest INVPCIDPaolo Bonzini
2022-05-30KVM: x86: Properly handle APF vs disabled LAPIC situationVitaly Kuznetsov
2022-05-25Merge tag 'v5.10.118' into v5.10/standard/baseBruce Ashfield
2022-05-25Merge tag 'v5.10.115' into v5.10/standard/baseBruce Ashfield
2022-05-25KVM: x86/mmu: Update number of zapped pages even if page list is stableSean Christopherson
2022-05-25crypto: x86/chacha20 - Avoid spurious jumps to other functionsPeter Zijlstra
2022-05-25um: Cleanup syscall_handler_t definition/cast, fix warningDavid Gow
2022-05-12KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertisedWanpeng Li
2022-05-12KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugsPaolo Bonzini
2022-05-12KVM: x86: Do not change ICR on write to APIC_SELF_IPIPaolo Bonzini
2022-05-12x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resumeWanpeng Li
2022-05-12kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMUSandipan Das
2022-05-12KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_idKyle Huey
2022-05-09Merge tag 'v5.10.114' into v5.10/standard/baseBruce Ashfield
2022-05-09x86/cpu: Load microcode during restore_processor_state()Borislav Petkov
2022-05-09x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Mikulas Patocka
2022-05-09x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guestsThomas Gleixner
2022-05-03Merge tag 'v5.10.113' into v5.10/standard/baseBruce Ashfield