summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2022-06-14x86/cpu: Elide KCSAN for cpu_has() and friendsPeter Zijlstra1-1/+1
2022-06-14x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()Jan Beulich1-1/+1
2022-06-09kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao1-0/+8
2022-06-09x86/mce: relocate set{clear}_mce_nospec() functionsJane Chu1-52/+0
2022-06-09x86/pm: Fix false positive kmemleak report in msr_build_context()Matthieu Baerts2-5/+9
2022-06-09ACPICA: Avoid cache flush inside virtual machinesKirill A. Shutemov1-1/+13
2022-06-06x86/uaccess: Implement macros for CMPXCHG on user addressesPeter Zijlstra1-0/+142
2022-05-30x86/tsc: Use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2-4/+12
2022-05-09x86/cpu: Load microcode during restore_processor_state()Borislav Petkov1-0/+2
2022-04-27stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka1-4/+2
2022-04-27KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPUVitaly Kuznetsov1-3/+1
2022-04-20x86/tsx: Disable TSX development mode at bootPawan Gupta1-2/+2
2022-04-20KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loadedSean Christopherson1-2/+3
2022-04-20static_call: Properly initialise DEFINE_STATIC_CALL_RET0()Christophe Leroy1-0/+2
2022-04-13x86/extable: Prefer local labels in .set directivesNick Desaulniers1-10/+10
2022-04-13x86/bug: Prevent shadowing in __WARN_FLAGSVincent Mailhol1-2/+2
2022-04-13perf/x86/intel: Don't extend the pseudo-encoding to GP countersKan Liang1-0/+5
2022-04-13x86/msi: Fix msi message data shadow structReto Buerki1-8/+11
2022-04-13x86: Annotate call_on_stack()Peter Zijlstra1-1/+2
2022-04-13KVM: x86/pmu: Use different raw event masks for AMD and IntelJim Mattson1-0/+1
2022-04-08KVM: x86: SVM: fix avic spec based definitions againMaxim Levitsky1-3/+5
2022-04-08KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255Suravee Suthikulpanit1-1/+1
2022-03-08Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-8/+10
2022-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2022-02-21x86/speculation: Add eIBRS + Retpoline optionsPeter Zijlstra1-1/+3
2022-02-21x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)2-7/+7
2022-02-17x86/kvm/fpu: Remove kvm_vcpu_arch.guest_supported_xcr0Leonardo Bras1-1/+0
2022-02-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+37
2022-02-13Merge tag 'objtool_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-9/+11
2022-02-12Merge tag 'for-linus-5.17a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+7
2022-02-10xen/x86: detect support for extended destination IDRoger Pau Monne1-0/+7
2022-02-08KVM: x86: SVM: move avic definitions from AMD's spec to svm.hMaxim Levitsky2-0/+37
2022-02-05Merge tag 'for-linus-5.17a-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-14/+0
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini44-291/+407
2022-02-03x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asmNick Desaulniers1-9/+11
2022-02-01KVM: x86: Move delivery of non-APICv interrupt into vendor codeSean Christopherson2-2/+3
2022-01-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+6
2022-01-28KVM: x86: add system attribute to retrieve full set of supported xsave statesPaolo Bonzini1-0/+3
2022-01-28xen/x2apic: enable x2apic mode when supported for HVMRoger Pau Monne1-14/+0
2022-01-26KVM: x86: Forcibly leave nested virt when SMM state is toggledSean Christopherson1-0/+1
2022-01-26KVM: x86: Pass emulation type to can_emulate_instruction()Sean Christopherson1-1/+2
2022-01-25KVM/X86: Make kvm_vcpu_reload_apic_access_page() staticQuanfa Fu1-1/+0
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-2/+0
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-14/+2
2022-01-19KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooksSean Christopherson2-14/+0
2022-01-19Merge branch 'kvm-pi-raw-spinlock' into HEADPaolo Bonzini2-4/+2
2022-01-19KVM: VMX: Reject KVM_RUN if emulation is required with pending exceptionSean Christopherson2-0/+2
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-44/+115
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+33