index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Documentation: kvm: fix warning
Paolo Bonzini
2021-02-09
1
-1
/
+1
*
KVM: x86/xen: Allow reset of Xen attributes
David Woodhouse
2021-02-09
1
-10
/
+28
*
KVM: x86/mmu: Make HVA handler retpoline-friendly
Maciej S. Szmigiero
2021-02-09
2
-15
/
+22
*
KVM: x86: hyper-v: Drop hv_vcpu_to_vcpu() helper
Vitaly Kuznetsov
2021-02-09
1
-7
/
+4
*
KVM: x86: hyper-v: Allocate Hyper-V context lazily
Vitaly Kuznetsov
2021-02-09
3
-18
/
+26
*
KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional
Vitaly Kuznetsov
2021-02-09
10
-46
/
+69
*
KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamically
Vitaly Kuznetsov
2021-02-09
4
-12
/
+27
*
KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V context
Vitaly Kuznetsov
2021-02-09
5
-14
/
+29
*
KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcp...
Vitaly Kuznetsov
2021-02-09
5
-11
/
+21
*
KVM: x86: hyper-v: Stop shadowing global 'current_vcpu' variable
Vitaly Kuznetsov
2021-02-09
1
-6
/
+5
*
KVM: x86: hyper-v: Introduce to_kvm_hv() helper
Vitaly Kuznetsov
2021-02-09
4
-53
/
+64
*
KVM: x86: hyper-v: Rename vcpu_to_hv_syndbg() to to_hv_syndbg()
Vitaly Kuznetsov
2021-02-09
2
-5
/
+5
*
KVM: x86: hyper-v: Rename vcpu_to_stimer()/stimer_to_vcpu()
Vitaly Kuznetsov
2021-02-09
2
-21
/
+21
*
KVM: x86: hyper-v: Rename vcpu_to_synic()/synic_to_vcpu()
Vitaly Kuznetsov
2021-02-09
4
-20
/
+20
*
KVM: x86: hyper-v: Rename vcpu_to_hv_vcpu() to to_hv_vcpu()
Vitaly Kuznetsov
2021-02-09
2
-14
/
+14
*
KVM: x86: hyper-v: Drop unused kvm_hv_vapic_assist_page_enabled()
Vitaly Kuznetsov
2021-02-09
1
-5
/
+0
*
selftests: kvm: Properly set Hyper-V CPUIDs in evmcs_test
Vitaly Kuznetsov
2021-02-09
1
-1
/
+38
*
selftests: kvm: Move kvm_get_supported_hv_cpuid() to common code
Vitaly Kuznetsov
2021-02-09
3
-28
/
+39
*
KVM: Raise the maximum number of user memslots
Vitaly Kuznetsov
2021-02-09
6
-9
/
+2
*
selftests: kvm: Raise the default timeout to 120 seconds
Vitaly Kuznetsov
2021-02-09
1
-0
/
+1
*
KVM: x86: move kvm_inject_gp up from kvm_set_dr to callers
Paolo Bonzini
2021-02-09
3
-29
/
+20
*
KVM: x86: reading DR cannot fail
Paolo Bonzini
2021-02-09
4
-9
/
+7
*
KVM: SVM: Remove an unnecessary forward declaration
Sean Christopherson
2021-02-09
1
-2
/
+0
*
KVM: SVM: Move AVIC vCPU kicking snippet to helper function
Sean Christopherson
2021-02-09
1
-16
/
+19
*
KVM: x86: Restore all 64 bits of DR6 and DR7 during RSM on x86-64
Sean Christopherson
2021-02-09
1
-2
/
+2
*
KVM: x86: Remove misleading DR6/DR7 adjustments from RSM emulation
Sean Christopherson
2021-02-09
1
-4
/
+4
*
KVM: x86/xen: Use hva_t for holding hypercall page address
Sean Christopherson
2021-02-09
1
-2
/
+6
*
KVM: x86/xen: Remove extra unlock in kvm_xen_hvm_set_attr()
David Woodhouse
2021-02-09
1
-2
/
+0
*
KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()
Sean Christopherson
2021-02-09
1
-1
/
+1
*
mm: provide a saner PTE walking API for modules
Paolo Bonzini
2021-02-09
5
-13
/
+47
*
KVM: x86: compile out TDP MMU on 32-bit systems
Paolo Bonzini
2021-02-08
6
-51
/
+53
*
i915: kvmgt: the KVM mmu_lock is now an rwlock
Paolo Bonzini
2021-02-08
1
-6
/
+6
*
KVM: x86: Add helper to consolidate "raw" reserved GPA mask calculations
Sean Christopherson
2021-02-04
4
-9
/
+20
*
KVM: x86/mmu: Add helper to generate mask of reserved HPA bits
Sean Christopherson
2021-02-04
1
-5
/
+9
*
KVM: x86: Use reserved_gpa_bits to calculate reserved PxE bits
Sean Christopherson
2021-02-04
3
-59
/
+58
*
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
Sean Christopherson
2021-02-04
6
-9
/
+8
*
KVM: nSVM: Use common GPA helper to check for illegal CR3
Sean Christopherson
2021-02-04
1
-1
/
+1
*
KVM: VMX: Use GPA legality helpers to replace open coded equivalents
Sean Christopherson
2021-02-04
2
-20
/
+8
*
KVM: x86: Add a helper to handle legal GPA with an alignment requirement
Sean Christopherson
2021-02-04
1
-1
/
+7
*
KVM: x86: Add a helper to check for a legal GPA
Sean Christopherson
2021-02-04
1
-6
/
+11
*
KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRs
Sean Christopherson
2021-02-04
1
-1
/
+1
*
KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset
Sean Christopherson
2021-02-04
1
-0
/
+1
*
KVM: Add documentation for Xen hypercall and shared_info updates
David Woodhouse
2021-02-04
1
-5
/
+166
*
KVM: x86: declare Xen HVM shared info capability and add test case
David Woodhouse
2021-02-04
4
-1
/
+175
*
KVM: x86/xen: Add event channel interrupt vector upcall
David Woodhouse
2021-02-04
6
-1
/
+74
*
KVM: x86/xen: register vcpu time info region
Joao Martins
2021-02-04
4
-0
/
+23
*
KVM: x86/xen: setup pvclock updates
Joao Martins
2021-02-04
2
-15
/
+21
*
KVM: x86/xen: register vcpu info
Joao Martins
2021-02-04
3
-1
/
+29
*
KVM: x86/xen: Add KVM_XEN_VCPU_SET_ATTR/KVM_XEN_VCPU_GET_ATTR
David Woodhouse
2021-02-04
4
-0
/
+65
*
KVM: x86/xen: update wallclock region
Joao Martins
2021-02-04
3
-8
/
+43
[next]