index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-30
KVM: x86/xen: Compatibility fixes for shared runstate area
David Woodhouse
4
-113
/
+276
2022-11-28
KVM: x86: Advertise PREFETCHIT0/1 CPUID to user space
Jiaxi Chen
2
-1
/
+2
2022-11-28
KVM: x86: Advertise AVX-NE-CONVERT CPUID to user space
Jiaxi Chen
2
-1
/
+2
2022-11-28
KVM: x86: Advertise AVX-VNNI-INT8 CPUID to user space
Jiaxi Chen
2
-1
/
+10
2022-11-28
x86: KVM: Advertise AVX-IFMA CPUID to user space
Jiaxi Chen
2
-1
/
+3
2022-11-28
x86: KVM: Advertise AMX-FP16 CPUID to user space
Chang S. Bae
2
-1
/
+2
2022-11-28
x86: KVM: Advertise CMPccXADD CPUID to user space
Jiaxi Chen
2
-1
/
+2
2022-11-28
KVM: x86: Update KVM-only leaf handling to allow for 100% KVM-only leafs
Sean Christopherson
2
-7
/
+19
2022-11-28
KVM: x86: Add BUILD_BUG_ON() to detect bad usage of "scattered" flags
Sean Christopherson
1
-1
/
+7
2022-11-28
MAINTAINERS: Add KVM x86/xen maintainer list
David Woodhouse
1
-0
/
+10
2022-11-28
KVM: x86/xen: Add CPL to Xen hypercall tracepoint
David Woodhouse
2
-7
/
+10
2022-11-28
KVM: always declare prototype for kvm_arch_irqchip_in_kernel
Paolo Bonzini
1
-1
/
+1
2022-11-24
KVM: Update gfn_to_pfn_cache khva when it moves within the same page
David Woodhouse
1
-1
/
+6
2022-11-24
KVM: x86/xen: Only do in-kernel acceleration of hypercalls for guest CPL0
David Woodhouse
1
-1
/
+11
2022-11-24
KVM: x86/xen: Validate port number in SCHEDOP_poll
David Woodhouse
1
-8
/
+12
2022-11-23
KVM: s390: remove unused gisa_clear_ipm_gisc() function
Heiko Carstens
1
-5
/
+0
2022-11-23
s390/vfio-ap: GISA: sort out physical vs virtual pointers usage
Nico Boehr
1
-1
/
+1
2022-11-23
KVM: s390: pv: module parameter to fence asynchronous destroy
Claudio Imbrenda
1
-1
/
+7
2022-11-23
KVM: s390: pv: support for Destroy fast UVC
Claudio Imbrenda
2
-8
/
+63
2022-11-23
KVM: s390: pv: avoid export before import if possible
Claudio Imbrenda
1
-0
/
+7
2022-11-23
KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
Claudio Imbrenda
2
-0
/
+4
2022-11-23
KVM: s390: pv: api documentation for asynchronous destroy
Claudio Imbrenda
1
-4
/
+37
2022-11-23
KVM: s390: pv: asynchronous destroy for reboot
Claudio Imbrenda
5
-18
/
+333
2022-11-21
KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'
Vitaly Kuznetsov
3
-2
/
+2
2022-11-21
KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test
Vitaly Kuznetsov
2
-5
/
+58
2022-11-21
KVM: selftests: evmcs_test: Introduce L2 TLB flush test
Vitaly Kuznetsov
2
-2
/
+50
2022-11-21
KVM: selftests: Introduce rdmsr_from_l2() and use it for MSR-Bitmap tests
Vitaly Kuznetsov
2
-21
/
+23
2022-11-21
KVM: selftests: Stuff RAX/RCX with 'safe' values in vmmcall()/vmcall()
Vitaly Kuznetsov
3
-10
/
+24
2022-11-21
KVM: selftests: Allocate Hyper-V partition assist page
Vitaly Kuznetsov
2
-0
/
+10
2022-11-21
KVM: selftests: Create a vendor independent helper to allocate Hyper-V specif...
Vitaly Kuznetsov
6
-33
/
+48
2022-11-21
KVM: selftests: Split off load_evmcs() from load_vmcs()
Vitaly Kuznetsov
3
-22
/
+24
2022-11-21
KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
Vitaly Kuznetsov
5
-38
/
+56
2022-11-21
KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
Vitaly Kuznetsov
1
-5
/
+17
2022-11-21
KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
Vitaly Kuznetsov
1
-4
/
+6
2022-11-21
KVM: selftests: Hyper-V PV TLB flush selftest
Vitaly Kuznetsov
4
-0
/
+693
2022-11-18
KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request u...
Vitaly Kuznetsov
2
-2
/
+3
2022-11-18
KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
Vitaly Kuznetsov
1
-2
/
+3
2022-11-18
KVM: selftests: Hyper-V PV IPI selftest
Vitaly Kuznetsov
5
-4
/
+349
2022-11-18
KVM: selftests: Move the function doing Hyper-V hypercall to a common header
Vitaly Kuznetsov
2
-19
/
+20
2022-11-18
KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
Vitaly Kuznetsov
2
-4
/
+5
2022-11-18
KVM: selftests: Better XMM read/write helpers
Vitaly Kuznetsov
1
-34
/
+36
2022-11-18
KVM: x86: Expose Hyper-V L2 TLB flush feature
Vitaly Kuznetsov
1
-0
/
+1
2022-11-18
KVM: nSVM: hyper-v: Enable L2 TLB flush
Vitaly Kuznetsov
5
-2
/
+70
2022-11-18
KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno
Vitaly Kuznetsov
3
-6
/
+6
2022-11-18
KVM: nVMX: hyper-v: Enable L2 TLB flush
Vitaly Kuznetsov
4
-0
/
+47
2022-11-18
KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
Vitaly Kuznetsov
6
-24
/
+20
2022-11-18
KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
Vitaly Kuznetsov
1
-0
/
+8
2022-11-18
KVM: x86: hyper-v: L2 TLB flush
Vitaly Kuznetsov
3
-24
/
+80
2022-11-18
KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
Vitaly Kuznetsov
1
-0
/
+17
2022-11-18
KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
Vitaly Kuznetsov
8
-1
/
+23
[next]