Age | Commit message (Expand) | Author | Files | Lines |
2023-11-03 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -8/+10 |
2023-11-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 14 | -151/+365 |
2023-10-31 | Merge tag 'kvm-x86-svm-6.7' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 3 | -42/+42 |
2023-10-31 | Merge tag 'kvm-x86-pmu-6.7' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 1 | -4/+4 |
2023-10-31 | Merge tag 'kvm-x86-xen-6.7' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 3 | -5/+54 |
2023-10-31 | Merge tag 'kvm-x86-mmu-6.7' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 5 | -21/+55 |
2023-10-31 | Merge tag 'kvm-x86-misc-6.7' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 10 | -64/+191 |
2023-10-31 | Merge tag 'kvm-x86-apic-6.7' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 2 | -15/+19 |
2023-10-31 | Merge tag 'x86_cpu_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+0 |
2023-10-27 | KVM: x86: Service NMI requests after PMI requests in VM-Enter path | Mingwei Zhang | 1 | -4/+4 |
2023-10-19 | KVM: x86: Ignore MSR_AMD64_TW_CFG access | Maciej S. Szmigiero | 1 | -0/+2 |
2023-10-19 | KVM: x86: remove the unused assigned_dev_head from kvm_arch | Liang Chen | 1 | -1/+0 |
2023-10-19 | KVM: x86/mmu: Remove unnecessary ‘NULL’ values from sptep | Li zeming | 1 | -2/+10 |
2023-10-18 | x86: KVM: Add feature flag for CPUID.80000021H:EAX[bit 1] | Jim Mattson | 1 | -1/+2 |
2023-10-18 | KVM: x86: remove always-false condition in kvmclock_sync_fn | Dongli Zhang | 1 | -3/+0 |
2023-10-18 | KVM: x86: hyper-v: Don't auto-enable stimer on write from user-space | Nicolas Saenz Julienne | 1 | -4/+6 |
2023-10-17 | KVM: x86/mmu: Stop kicking vCPUs to sync the dirty log when PML is disabled | David Matlack | 1 | -0/+3 |
2023-10-17 | KVM: x86: Use octal for file permission | Peng Hao | 3 | -20/+20 |
2023-10-15 | Merge tag 'kvm-x86-pmu-6.6-fixes' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 6 | -31/+19 |
2023-10-12 | KVM: SVM: Fix build error when using -Werror=unused-but-set-variable | Tom Lendacky | 1 | -1/+1 |
2023-10-12 | x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested() | Maxim Levitsky | 1 | -0/+3 |
2023-10-12 | x86: KVM: SVM: add support for Invalid IPI Vector interception | Maxim Levitsky | 1 | -1/+4 |
2023-10-12 | x86: KVM: SVM: always update the x2avic msr interception | Maxim Levitsky | 1 | -2/+1 |
2023-10-12 | KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2} | Sean Christopherson | 2 | -10/+16 |
2023-10-12 | x86/fpu: Allow caller to constrain xfeatures when copying to uabi buffer | Sean Christopherson | 1 | -12/+9 |
2023-10-11 | KVM: VMX: drop IPAT in memtype when CD=1 for KVM_X86_QUIRK_CD_NW_CLEARED | Yan Zhao | 1 | -6/+3 |
2023-10-11 | KVM: x86/mmu: Zap KVM TDP when noncoherent DMA assignment starts/stops | Yan Zhao | 1 | -2/+17 |
2023-10-10 | KVM: x86: Don't sync user-written TSC against startup values | Like Xu | 1 | -10/+24 |
2023-10-10 | KVM: x86/mmu: Zap SPTEs on MTRR update iff guest MTRRs are honored | Yan Zhao | 1 | -1/+1 |
2023-10-10 | KVM: x86/mmu: Zap SPTEs when CR0.CD is toggled iff guest MTRRs are honored | Yan Zhao | 1 | -1/+1 |
2023-10-10 | KVM: x86/mmu: Add helpers to return if KVM honors guest MTRRs | Yan Zhao | 2 | -9/+23 |
2023-10-09 | KVM: x86: Virtualize HWCR.TscFreqSel[bit 24] | Jim Mattson | 1 | -2/+6 |
2023-10-09 | KVM: x86: Allow HWCR.McStatusWrEn to be cleared once set | Jim Mattson | 1 | -3/+2 |
2023-10-06 | KVM: x86: Refine calculation of guest wall clock to use a single TSC read | David Woodhouse | 3 | -9/+81 |
2023-10-05 | KVM: x86/xen: ignore the VCPU_SSHOTTMR_future flag | Paul Durrant | 1 | -5/+1 |
2023-10-05 | KVM: x86: Add SBPB support | Josh Poimboeuf | 3 | -6/+27 |
2023-10-05 | KVM: x86: Add IBPB_BRTYPE support | Josh Poimboeuf | 1 | -2/+2 |
2023-10-05 | KVM: SVM: Treat all "skip" emulation for SEV guests as outright failures | Sean Christopherson | 2 | -13/+8 |
2023-10-05 | KVM: x86: Refactor can_emulate_instruction() return to be more expressive | Sean Christopherson | 3 | -26/+32 |
2023-10-04 | KVM: x86/xen: Use fast path for Xen timer delivery | David Woodhouse | 1 | -0/+49 |
2023-10-04 | KVM: X86: Reduce size of kvm_vcpu_arch structure when CONFIG_KVM_XEN=n | Peng Hao | 2 | -0/+4 |
2023-10-04 | kvm: mmu: dynamically allocate the x86-mmu shrinker | Qi Zheng | 1 | -8/+10 |
2023-09-28 | KVM: x86: Clear bit12 of ICR after APIC-write VM-exit | Tao Su | 1 | -13/+13 |
2023-09-28 | KVM: x86: Fix lapic timer interrupt lost after loading a snapshot. | Haitao Shan | 2 | -2/+6 |
2023-09-28 | KVM: SVM: Update SEV-ES shutdown intercepts with more metadata | Peter Gonda | 1 | -8/+7 |
2023-09-28 | KVM: x86: Add CONFIG_KVM_MAX_NR_VCPUS to allow up to 4096 vCPUs | Kyle Meyer | 1 | -0/+11 |
2023-09-27 | KVM: x86: Force TLB flush on userspace changes to special registers | Michal Luczaj | 1 | -2/+6 |
2023-09-27 | KVM: x86: Remove redundant vcpu->arch.cr0 assignments | Michal Luczaj | 2 | -2/+0 |
2023-09-26 | KVM: x86/pmu: Synthesize at most one PMI per VM-exit | Jim Mattson | 2 | -26/+4 |
2023-09-26 | KVM: x86: Mask LVTPC when handling a PMI | Jim Mattson | 1 | -2/+6 |