summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf eventJim Mattson2022-02-141-2/+3
* KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky2022-02-114-49/+55
* KVM: SVM: set IRR in svm_deliver_interruptPaolo Bonzini2022-02-112-3/+1
* KVM: SVM: extract avic_ring_doorbellMaxim Levitsky2022-02-111-11/+20
* Merge tag 'kvmarm-fixes-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-111-0/+2
|\
| * KVM: arm64: vgic: Read HW interrupt pending state from the HWMarc Zyngier2022-02-111-0/+2
* | KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPUDavid Woodhouse2022-02-101-30/+67
* | KVM: x86: SVM: move avic definitions from AMD's spec to svm.hMaxim Levitsky2022-02-084-32/+38
* | KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibi...Maxim Levitsky2022-02-081-1/+6
* | KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L...Maxim Levitsky2022-02-081-4/+13
* | KVM: x86: nSVM: expose clean bit support to the guestMaxim Levitsky2022-02-081-0/+1
* | KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSMMaxim Levitsky2022-02-082-0/+6
* | KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved stateMaxim Levitsky2022-02-081-0/+2
* | KVM: x86: nSVM: fix potential NULL derefernce on nested migrationMaxim Levitsky2022-02-081-12/+14
* | KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG caseMaxim Levitsky2022-02-081-2/+10
* | Revert "svm: Add warning message for AVIC IPI invalid target"Sean Christopherson2022-02-081-2/+0
* | Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-062-2/+16
|\ \
| * | perf/x86/intel/pt: Fix crash with stop filters in single-range modeTristan Hume2022-02-021-2/+3
| * | x86/perf: Default set FREEZE_ON_SMI for allPeter Zijlstra2022-02-021-0/+13
* | | Merge tag 'for-linus-5.17a-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-02-054-47/+10
|\ \ \
| * | | x86/Xen: streamline (and fix) PV CPU enumerationJan Beulich2022-02-032-24/+6
| * | | xen/x2apic: enable x2apic mode when supported for HVMRoger Pau Monne2022-01-282-23/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-02-0517-115/+222
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-051728-22078/+60813
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errataJames Morse2022-02-034-3/+46
| | * | | KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occursJames Morse2022-02-031-0/+8
| | * | | KVM: arm64: Avoid consuming a stale esr value when SError occurJames Morse2022-02-031-1/+2
| | | |/ | | |/|
| * | | KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointerSean Christopherson2022-02-041-3/+3
| * | | KVM: x86: Report deprecated x87 features in supported CPUIDJim Mattson2022-02-041-6/+7
| * | | Merge tag 'kvm-riscv-fixes-5.17-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2022-02-022-18/+33
| |\ \ \
| | * | | RISC-V: KVM: Fix SBI implementation versionAnup Patel2022-02-021-1/+2
| | * | | RISC-V: KVM: make CY, TM, and IR counters accessible in VU modeMayuresh Chitale2022-02-021-0/+4
| | * | | kvm/riscv: rework guest entry logicMark Rutland2022-02-021-17/+27
| * | | | kvm/arm64: rework guest entry logicMark Rutland2022-02-011-18/+33
| |/ / /
| * | | kvm/x86: rework guest entry logicMark Rutland2022-02-014-50/+7
| * | | kvm/mips: rework guest entry logicMark Rutland2022-02-011-4/+46
| * | | KVM: x86: Move delivery of non-APICv interrupt into vendor codeSean Christopherson2022-02-015-12/+37
* | | | Merge tag 'random-5.17-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-042-4/+4
|\ \ \ \
| * | | | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-02-042-4/+4
| | |/ / | |/| |
* | | | Merge tag 'mips-fixes-5.17_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-032-4/+10
|\ \ \ \ | |/ / / |/| | |
| * | | MIPS: KVM: fix vz.c kernel-doc notationRandy Dunlap2022-02-011-3/+9
| * | | MIPS: octeon: Fix missed PTR->PTR_WD conversionThomas Bogendoerfer2022-02-011-1/+1
* | | | Merge tag 'x86_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-302-1/+2
|\ \ \ \
| * | | | x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPINTony Luck2022-01-251-0/+1
| * | | | x86/MCE/AMD: Allow thresholding interface updates after initYazen Ghannam2022-01-231-1/+1
| | |_|/ | |/| |
* | | | ia64: make IA64_MCA_RECOVERY bool instead of tristateRandy Dunlap2022-01-301-1/+1
* | | | Merge tag 'pci-v5.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-293-9/+8
|\ \ \ \
| * | | | PCI/sysfs: Find shadow ROM before static attribute initializationBjorn Helgaas2022-01-263-9/+8
| |/ / /
* | | | Merge tag 'powerpc-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-2912-11/+38
|\ \ \ \
| * | | | powerpc/64s/interrupt: Fix decrementer stormNicholas Piggin2022-01-251-2/+3