summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2022-04-10Merge tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-10Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-04-10Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-04-07x86/msi: Fix msi message data shadow structReto Buerki
2022-04-07x86/extable: Prefer local labels in .set directivesNick Desaulniers
2022-04-07x86,bpf: Avoid IBT objtool warningPeter Zijlstra
2022-04-05x86/speculation: Restore speculation related MSRs during S3 resumePawan Gupta
2022-04-05x86/pm: Save the MSR validity status at context setupPawan Gupta
2022-04-05x86/bug: Prevent shadowing in __WARN_FLAGSVincent Mailhol
2022-04-05perf/x86/intel: Update the FRONTEND MSR mask on Sapphire RapidsKan Liang
2022-04-05perf/x86/intel: Don't extend the pseudo-encoding to GP countersKan Liang
2022-04-05perf/x86/uncore: Add Raptor Lake uncore supportKan Liang
2022-04-05perf/x86/msr: Add Raptor Lake CPU supportKan Liang
2022-04-05perf/x86/cstate: Add Raptor Lake supportKan Liang
2022-04-05perf/x86: Add Intel Raptor Lake supportKan Liang
2022-04-05x86/percpu: Remove volatile from arch_raw_cpu_ptr().Sebastian Andrzej Siewior
2022-04-05static_call: Properly initialise DEFINE_STATIC_CALL_RET0()Christophe Leroy
2022-04-05x86,static_call: Fix __static_call_return0 for i386Peter Zijlstra
2022-04-04x86/mm/tlb: Revert retpoline avoidance approachDave Hansen
2022-04-03Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-03Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-04-02KVM: x86: fix sending PV IPILi RongQing
2022-04-02KVM: x86/mmu: do compare-and-exchange of gPTE via the user addressPaolo Bonzini
2022-04-02KVM: x86: Remove redundant vm_entry_controls_clearbit() callZhenzhong Duan
2022-04-02KVM: x86: cleanup enter_rmode()Zhenzhong Duan
2022-04-02KVM: x86: SVM: fix tsc scaling when the host doesn't support itMaxim Levitsky
2022-04-02kvm: x86: SVM: remove unused definesMaxim Levitsky
2022-04-02KVM: x86: SVM: move tsc ratio definitions to svm.hMaxim Levitsky
2022-04-02KVM: x86: SVM: fix avic spec based definitions againMaxim Levitsky
2022-04-02KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsrHou Wenlong
2022-04-02KVM: x86/emulator: Emulate RDPID only if it is enabled in guestHou Wenlong
2022-04-02KVM: x86/pmu: Fix and isolate TSX-specific performance event logicLike Xu
2022-04-02KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was setMaxim Levitsky
2022-04-02KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRsJim Mattson
2022-04-02KVM: x86: Trace all APICv inhibit changes and capture overall statusSean Christopherson
2022-04-02KVM: x86: Add wrappers for setting/clearing APICv inhibitsSean Christopherson
2022-04-02KVM: x86: Make APICv inhibit reasons an enum and cleanup namingSean Christopherson
2022-04-02KVM: X86: Handle implicit supervisor access with SMAPLai Jiangshan
2022-04-02KVM: X86: Rename variable smap to not_smap in permission_fault()Lai Jiangshan
2022-04-02KVM: X86: Fix comments in update_permission_bitmaskLai Jiangshan
2022-04-02KVM: X86: Change the type of access u32 to u64Lai Jiangshan
2022-04-02KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse
2022-04-02KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson
2022-04-02KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()Peter Gonda
2022-04-02KVM: x86/pmu: Use different raw event masks for AMD and IntelJim Mattson
2022-04-02KVM: x86/mmu: Zap only TDP MMU leafs in zap range and mmu_notifier unmapSean Christopherson
2022-04-02KVM: SVM: fix panic on out-of-bounds guest IRQYi Wang
2022-04-02KVM: MMU: propagate alloc_workqueue failurePaolo Bonzini
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds