]> www.infradead.org Git - users/dwmw2/linux.git/shortlog
users/dwmw2/linux.git
2022-03-09 David WoodhouseKVM: x86/xen: Update self test for Xen PV timers xen-evtchn-kernel-v4
2022-03-09 David WoodhouseKVM: x86/xen: PV oneshot timer fixes
2022-03-09 Maxim LevitskyKVM: x86: SVM: allow to force AVIC to be enabled
2022-03-09 Maxim LevitskyKVM: x86: nSVM: implement nested VMLOAD/VMSAVE
2022-03-09 David WoodhouseKVM: x86/xen: Add self tests for KVM_XEN_HVM_CONFIG_EVT...
2022-03-09 Boris OstrovskyKVM: x86/xen: handle PV spinlocks slowpath
2022-03-09 David WoodhouseKVM: x86/xen: Advertise and document KVM_XEN_HVM_CONFIG...
2022-03-09 David WoodhouseKVM: x86/xen: Support per-vCPU event channel upcall...
2022-03-09 David WoodhouseKVM: x86/xen: Kernel acceleration for XENVER_version
2022-03-09 Joao MartinsKVM: x86/xen: handle PV timers oneshot mode
2022-03-09 David WoodhouseKVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID
2022-03-09 Joao MartinsKVM: x86/xen: handle PV IPI vcpu yield
2022-03-09 Joao MartinsKVM: x86/xen: intercept EVTCHNOP_send from guests
2022-03-09 David WoodhouseKVM: x86/xen: Support direct injection of event channel...
2022-03-09 David WoodhouseKVM: x86/xen: Make kvm_xen_set_evtchn() reusable from...
2022-03-09 David WoodhouseKVM: x86/xen: Use gfn_to_pfn_cache for vcpu_time_info
2022-03-09 David WoodhouseKVM: x86/xen: Use gfn_to_pfn_cache for vcpu_info
2022-03-09 David WoodhouseKVM: x86: Use gfn_to_pfn_cache for pv_time
2022-03-09 David WoodhouseKVM: x86/xen: Use gfn_to_pfn_cache for runstate area
2022-03-09 David WoodhouseKVM: Remove dirty handling from gfn_to_pfn_cache completely
2022-03-09 Sean ChristophersonKVM: Use enum to track if cached PFN will be used in...
2022-03-09 Paolo BonziniKVM: use kvcalloc for array allocations
2022-03-09 Peter GondaKVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_...
2022-03-09 Jim MattsonKVM: x86/pmu: Use different raw event masks for AMD...
2022-03-09 Sean ChristophersonKVM: Don't actually set a request when evicting vCPUs...
2022-03-09 Li RongQingKVM: x86: Support the vCPU preemption check with nopvsp...
2022-03-08 Suravee SuthikulpanitKVM: SVM: Allow AVIC support on system w/ physical...
2022-03-08 Sean ChristophersonKVM: selftests: Add test to populate a VM with the...
2022-03-08 Sean ChristophersonKVM: selftests: Define cpu_relax() helpers for s390...
2022-03-08 Sean ChristophersonKVM: selftests: Split out helper to allocate guest...
2022-03-08 Sean ChristophersonKVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION...
2022-03-08 Sean ChristophersonKVM: x86/mmu: WARN on any attempt to atomically update...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Check for a REMOVED leaf SPTE before...
2022-03-08 Paolo BonziniKVM: x86/mmu: Zap defunct roots via asynchronous worker
2022-03-08 Sean ChristophersonKVM: x86/mmu: Zap roots in two passes to avoid inducing...
2022-03-08 Paolo BonziniKVM: x86/mmu: Allow yielding when zapping GFNs for...
2022-03-08 Paolo BonziniKVM: x86/mmu: Zap invalidated roots via asynchronous...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Defer TLB flush to caller when freeing...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Do remote TLB flush before dropping RCU...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
2022-03-08 Sean ChristophersonKVM: x86/mmu: Require mmu_lock be held for write to...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Add dedicated helper to zap TDP MMU root...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Skip remote TLB flush when zapping all...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Zap only the target TDP MMU shadow page...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Refactor low-level TDP MMU set SPTE helpe...
2022-03-08 Sean ChristophersonKVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Drop RCU after processing each root in...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Check for !leaf=>leaf, not PFN change...
2022-03-08 Paolo BonziniKVM: x86/mmu: do not allow readers to acquire reference...
2022-03-08 Paolo BonziniKVM: x86/mmu: only perform eager page splitting on...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Require mmu_lock be held for write in...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Document that zapping invalidated roots...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Formalize TDP MMU's (unintended?) deferre...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Fix wrong/misleading comments in TDP...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Check for present SPTE when clearing...
2022-03-08 Paolo BonziniKVM: use __vcalloc for very large allocations
2022-03-08 Paolo Bonzinimm: use vmalloc_array and vcalloc for array allocations
2022-03-08 Paolo Bonzinimm: vmalloc: introduce array allocation functions
2022-03-04 Paolo BonziniMerge branch 'kvm-bugfixes' into HEAD
2022-03-02 Paolo BonziniKVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioc...
2022-03-02 Like XuKVM: x86/mmu: Passing up the error state of mmu_alloc_s...
2022-03-01 Sean ChristophersonKVM: SVM: Disable preemption across AVIC load/put durin...
2022-03-01 Sean ChristophersonKVM: SVM: Exit to userspace on ENOMEM/EFAULT GHCB errors
2022-03-01 Sean ChristophersonKVM: WARN if is_unsync_root() is called on a root witho...
2022-03-01 Sean ChristophersonKVM: Drop KVM_REQ_MMU_RELOAD and update vcpu-requests...
2022-03-01 Sean ChristophersonKVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch...
2022-03-01 Sean ChristophersonKVM: x86/mmu: Zap only obsolete roots if a root shadow...
2022-03-01 Sean ChristophersonKVM: Drop kvm_reload_remote_mmus(), open code request...
2022-03-01 Sean ChristophersonKVM: x86: Invoke kvm_mmu_unload() directly on CR4.PCIDE...
2022-03-01 Hou WenlongKVM: x86/emulator: Move the unhandled outer privilege...
2022-03-01 Hou WenlongKVM: x86/emulator: Fix wrong privilege check for code...
2022-03-01 Hou WenlongKVM: x86/emulator: Defer not-present segment check...
2022-03-01 Sean ChristophersonKVM: selftests: Add test to verify KVM handling of ICR
2022-03-01 Sean ChristophersonKVM: x86: Make kvm_lapic_set_reg() a "private" xAPIC...
2022-03-01 Sean ChristophersonKVM: x86: Treat x2APIC's ICR as a 64-bit register,...
2022-03-01 Sean ChristophersonKVM: x86: Add helpers to handle 64-bit APIC MSR read...
2022-03-01 Sean ChristophersonKVM: x86: Make kvm_lapic_reg_{read,write}() static
2022-03-01 Sean ChristophersonKVM: x86: WARN if KVM emulates an IPI without clearing...
2022-03-01 Sean ChristophersonKVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualiz...
2022-03-01 Sean ChristophersonKVM: SVM: Use common kvm_apic_write_nodecode() for...
2022-03-01 Sean ChristophersonKVM: x86: Use "raw" APIC register read for handling...
2022-03-01 Sean ChristophersonKVM: VMX: Handle APIC-write offset wrangling in VMX...
2022-03-01 Paolo BonziniKVM: x86: Do not change ICR on write to APIC_SELF_IPI
2022-03-01 Zhenzhong DuanKVM: x86: Fix emulation in writing cr8
2022-03-01 Paolo BonziniKVM: x86: flush TLB separately from MMU reset
2022-02-25 Li RongQingKVM: x86: Yield to IPI target vCPU only if it is busy
2022-02-25 Dexuan Cuix86/kvmclock: Fix Hyper-V Isolated VM's boot issue...
2022-02-25 Wanpeng Lix86/kvm: Don't waste memory if kvmclock is disabled
2022-02-25 Wanpeng Lix86/kvm: Don't use PV TLB/yield when mwait is advertised
2022-02-25 Paolo BonziniMerge tag 'kvmarm-fixes-5.17-4' of git://git.kernel...
2022-02-25 Paolo BonziniKVM: x86/mmu: clear MMIO cache when unloading the MMU
2022-02-25 Paolo BonziniKVM: x86/mmu: Always use current mmu's role when loadin...
2022-02-25 Paolo BonziniKVM: x86/mmu: load new PGD after the shadow MMU is...
2022-02-25 Paolo BonziniKVM: x86/mmu: look for a cached PGD when going from...
2022-02-25 Paolo BonziniKVM: x86/mmu: do not pass vcpu to root freeing functions
2022-02-25 Paolo BonziniKVM: x86/mmu: do not consult levels when freeing roots
2022-02-25 Paolo BonziniKVM: x86: use struct kvm_mmu_root_info for mmu->root
2022-02-25 Paolo BonziniKVM: x86/mmu: avoid NULL-pointer dereference on page...
next