platform/kernel/linux-rpi.git
2022-12-01 Sean ChristophersonKVM: nVMX: Reword comments about generating nested...
2022-12-01 Sean ChristophersonKVM: x86: Clean up KVM_CAP_X86_USER_SPACE_MSR documentation
2022-12-01 Sean ChristophersonKVM: x86: Reword MSR filtering docs to more precisely...
2022-12-01 Sean ChristophersonKVM: x86: Delete documentation for READ|WRITE in KVM_X8...
2022-12-01 Jim MattsonKVM: VMX: Execute IBPB on emulated VM-exit when guest...
2022-12-01 Jim MattsonKVM: VMX: Guest usage of IA32_SPEC_CTRL is likely
2022-12-01 Sean ChristophersonKVM: nVMX: Inject #GP, not #UD, if "generic" VMXON...
2022-12-01 Zhao LiuKVM: SVM: Replace kmap_atomic() with kmap_local_page()
2022-12-01 Sean ChristophersonKVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP...
2022-12-01 Sean ChristophersonKVM: x86: Fail emulation during EMULTYPE_SKIP on any...
2022-12-01 Peng HaoKVM: x86: Keep the lock order consistent between SRCU...
2022-11-30 Sean ChristophersonKVM: VMX: Resume guest immediately when injecting ...
2022-11-30 Paolo BonziniKVM: x86: fix uninitialized variable use on KVM_REQ_TRI...
2022-11-30 Michal LuczajKVM: x86: Remove unused argument in gpc_unmap_khva()
2022-11-30 Michal LuczajKVM: Shorten gfn_to_pfn_cache function names
2022-11-30 David WoodhouseKVM: x86/xen: Add runstate tests for 32-bit mode and...
2022-11-30 David WoodhouseKVM: x86/xen: Allow XEN_RUNSTATE_UPDATE flag behaviour...
2022-11-30 David WoodhouseKVM: x86/xen: Compatibility fixes for shared runstate...
2022-11-28 Paolo BonziniMerge tag 'kvm-s390-next-6.2-1' of https://git./linux...
2022-11-28 Jiaxi ChenKVM: x86: Advertise PREFETCHIT0/1 CPUID to user space
2022-11-28 Jiaxi ChenKVM: x86: Advertise AVX-NE-CONVERT CPUID to user space
2022-11-28 Jiaxi ChenKVM: x86: Advertise AVX-VNNI-INT8 CPUID to user space
2022-11-28 Jiaxi Chenx86: KVM: Advertise AVX-IFMA CPUID to user space
2022-11-28 Chang S. Baex86: KVM: Advertise AMX-FP16 CPUID to user space
2022-11-28 Jiaxi Chenx86: KVM: Advertise CMPccXADD CPUID to user space
2022-11-28 Sean ChristophersonKVM: x86: Update KVM-only leaf handling to allow for...
2022-11-28 Sean ChristophersonKVM: x86: Add BUILD_BUG_ON() to detect bad usage of...
2022-11-28 David WoodhouseMAINTAINERS: Add KVM x86/xen maintainer list
2022-11-28 David WoodhouseKVM: x86/xen: Add CPL to Xen hypercall tracepoint
2022-11-28 Paolo BonziniKVM: always declare prototype for kvm_arch_irqchip_in_k...
2022-11-24 Paolo BonziniMerge branch 'kvm-dwmw2-fixes' into HEAD
2022-11-23 David WoodhouseKVM: Update gfn_to_pfn_cache khva when it moves within...
2022-11-23 David WoodhouseKVM: x86/xen: Only do in-kernel acceleration of hyperca...
2022-11-23 David WoodhouseKVM: x86/xen: Validate port number in SCHEDOP_poll
2022-11-23 Heiko CarstensKVM: s390: remove unused gisa_clear_ipm_gisc() function
2022-11-23 Nico Boehrs390/vfio-ap: GISA: sort out physical vs virtual pointe...
2022-11-23 Claudio ImbrendaKVM: s390: pv: module parameter to fence asynchronous...
2022-11-23 Claudio ImbrendaKVM: s390: pv: support for Destroy fast UVC
2022-11-23 Claudio ImbrendaKVM: s390: pv: avoid export before import if possible
2022-11-23 Claudio ImbrendaKVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
2022-11-23 Claudio ImbrendaKVM: s390: pv: api documentation for asynchronous destroy
2022-11-23 Claudio ImbrendaKVM: s390: pv: asynchronous destroy for reboot
2022-11-21 Vitaly KuznetsovKVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'
2022-11-21 Vitaly KuznetsovKVM: selftests: hyperv_svm_test: Introduce L2 TLB flush...
2022-11-21 Vitaly KuznetsovKVM: selftests: evmcs_test: Introduce L2 TLB flush...
2022-11-21 Vitaly KuznetsovKVM: selftests: Introduce rdmsr_from_l2() and use it...
2022-11-21 Vitaly KuznetsovKVM: selftests: Stuff RAX/RCX with 'safe' values in...
2022-11-21 Vitaly KuznetsovKVM: selftests: Allocate Hyper-V partition assist page
2022-11-21 Vitaly KuznetsovKVM: selftests: Create a vendor independent helper...
2022-11-21 Vitaly KuznetsovKVM: selftests: Split off load_evmcs() from load_vmcs()
2022-11-21 Vitaly KuznetsovKVM: selftests: Move Hyper-V VP assist page enablement...
2022-11-21 Vitaly KuznetsovKVM: selftests: Sync 'struct hv_vp_assist_page' definit...
2022-11-21 Vitaly KuznetsovKVM: selftests: Sync 'struct hv_enlightened_vmcs' defin...
2022-11-21 Vitaly KuznetsovKVM: selftests: Hyper-V PV TLB flush selftest
2022-11-18 Vitaly KuznetsovKVM: selftests: Export vm_vaddr_unused_gap() to make...
2022-11-18 Vitaly KuznetsovKVM: selftests: Fill in vm->vpages_mapped bitmap in...
2022-11-18 Vitaly KuznetsovKVM: selftests: Hyper-V PV IPI selftest
2022-11-18 Vitaly KuznetsovKVM: selftests: Move the function doing Hyper-V hyperca...
2022-11-18 Vitaly KuznetsovKVM: selftests: Move HYPERV_LINUX_OS_ID definition...
2022-11-18 Vitaly KuznetsovKVM: selftests: Better XMM read/write helpers
2022-11-18 Vitaly KuznetsovKVM: x86: Expose Hyper-V L2 TLB flush feature
2022-11-18 Vitaly KuznetsovKVM: nSVM: hyper-v: Enable L2 TLB flush
2022-11-18 Vitaly KuznetsovKVM: x86: Make kvm_hv_get_assist_page() return 0/-errno
2022-11-18 Vitaly KuznetsovKVM: nVMX: hyper-v: Enable L2 TLB flush
2022-11-18 Vitaly KuznetsovKVM: nVMX: hyper-v: Cache VP assist page in 'struct...
2022-11-18 Vitaly KuznetsovKVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2...
2022-11-18 Vitaly KuznetsovKVM: x86: hyper-v: L2 TLB flush
2022-11-18 Vitaly KuznetsovKVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
2022-11-18 Vitaly KuznetsovKVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tl...
2022-11-18 Vitaly KuznetsovKVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
2022-11-18 Vitaly KuznetsovKVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS...
2022-11-18 Vitaly KuznetsovKVM: x86: hyper-v: Use preallocated buffer in 'struct...
2022-11-18 Vitaly KuznetsovKVM: x86: hyper-v: Create a separate fifo for L2 TLB...
2022-11-18 Vitaly KuznetsovKVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask...
2022-11-18 Vitaly KuznetsovKVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPU...
2022-11-18 Vitaly Kuznetsovx86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS...
2022-11-18 Vitaly KuznetsovKVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's...
2022-11-18 Vitaly KuznetsovKVM: x86: hyper-v: Expose support for extended gva...
2022-11-18 Vitaly KuznetsovKVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_...
2022-11-18 Sean ChristophersonKVM: x86: hyper-v: Add helper to read hypercall data...
2022-11-18 Vitaly KuznetsovKVM: x86: hyper-v: Introduce TLB flush fifo
2022-11-18 Vitaly KuznetsovKVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_F...
2022-11-18 Sean ChristophersonKVM: x86: Move clearing of TLB_FLUSH_CURRENT to kvm_vcp...
2022-11-18 Vitaly KuznetsovKVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
2022-11-18 Vitaly KuznetsovKVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2...
2022-11-18 Sean Christophersonx86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb...
2022-11-18 Sean ChristophersonKVM: SVM: Add a proper field for Hyper-V VMCB enlighten...
2022-11-18 Sean ChristophersonKVM: selftests: Move "struct hv_enlightenments" to...
2022-11-18 Sean Christophersonx86/hyperv: Move VMCB enlightenment definitions to...
2022-11-18 Paolo BonziniKVM: x86: avoid memslot check in NX hugepage recovery...
2022-11-17 Paolo BonziniMerge branch 'kvm-svm-harden' into HEAD
2022-11-17 Maxim LevitskyKVM: x86: remove exit_int_info warning in svm_handle_exit
2022-11-17 Maxim LevitskyKVM: selftests: add svm part to triple_fault_test
2022-11-17 Maxim LevitskyKVM: x86: allow L1 to not intercept triple fault
2022-11-17 Maxim Levitskykvm: selftests: add svm nested shutdown test
2022-11-17 Maxim LevitskyKVM: selftests: move idt_entry to header
2022-11-17 Maxim LevitskyKVM: x86: forcibly leave nested mode on vCPU reset
2022-11-17 Maxim LevitskyKVM: x86: add kvm_leave_nested
2022-11-17 Maxim LevitskyKVM: x86: nSVM: harden svm_free_nested against freeing...
2022-11-17 Maxim LevitskyKVM: x86: nSVM: leave nested mode on vCPU free
next