index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
44
-1342
/
+2929
2021-02-17
entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling point
Frederic Weisbecker
1
-0
/
+1
2021-02-11
KVM: x86/xen: Explicitly pad struct compat_vcpu_info to 64 bytes
Sean Christopherson
1
-5
/
+6
2021-02-11
KVM: SVM: Make symbol 'svm_gp_erratum_intercept' static
Wei Yongjun
1
-1
/
+1
2021-02-09
KVM: x86/xen: Allow reset of Xen attributes
David Woodhouse
1
-10
/
+28
2021-02-09
KVM: x86/mmu: Make HVA handler retpoline-friendly
Maciej S. Szmigiero
2
-15
/
+22
2021-02-09
KVM: x86: hyper-v: Drop hv_vcpu_to_vcpu() helper
Vitaly Kuznetsov
1
-7
/
+4
2021-02-09
KVM: x86: hyper-v: Allocate Hyper-V context lazily
Vitaly Kuznetsov
3
-18
/
+26
2021-02-09
KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional
Vitaly Kuznetsov
5
-7
/
+29
2021-02-09
KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamically
Vitaly Kuznetsov
3
-11
/
+25
2021-02-09
KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V context
Vitaly Kuznetsov
5
-14
/
+29
2021-02-09
KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcp...
Vitaly Kuznetsov
5
-11
/
+21
2021-02-09
KVM: x86: hyper-v: Stop shadowing global 'current_vcpu' variable
Vitaly Kuznetsov
1
-6
/
+5
2021-02-09
KVM: x86: hyper-v: Introduce to_kvm_hv() helper
Vitaly Kuznetsov
4
-53
/
+64
2021-02-09
KVM: x86: hyper-v: Rename vcpu_to_hv_syndbg() to to_hv_syndbg()
Vitaly Kuznetsov
2
-5
/
+5
2021-02-09
KVM: x86: hyper-v: Rename vcpu_to_stimer()/stimer_to_vcpu()
Vitaly Kuznetsov
2
-21
/
+21
2021-02-09
KVM: x86: hyper-v: Rename vcpu_to_synic()/synic_to_vcpu()
Vitaly Kuznetsov
4
-20
/
+20
2021-02-09
KVM: x86: hyper-v: Rename vcpu_to_hv_vcpu() to to_hv_vcpu()
Vitaly Kuznetsov
2
-14
/
+14
2021-02-09
KVM: x86: hyper-v: Drop unused kvm_hv_vapic_assist_page_enabled()
Vitaly Kuznetsov
1
-5
/
+0
2021-02-09
KVM: x86: move kvm_inject_gp up from kvm_set_dr to callers
Paolo Bonzini
3
-29
/
+20
2021-02-09
KVM: x86: reading DR cannot fail
Paolo Bonzini
3
-8
/
+6
2021-02-09
KVM: SVM: Remove an unnecessary forward declaration
Sean Christopherson
1
-2
/
+0
2021-02-09
KVM: SVM: Move AVIC vCPU kicking snippet to helper function
Sean Christopherson
1
-16
/
+19
2021-02-09
KVM: x86: Restore all 64 bits of DR6 and DR7 during RSM on x86-64
Sean Christopherson
1
-2
/
+2
2021-02-09
KVM: x86: Remove misleading DR6/DR7 adjustments from RSM emulation
Sean Christopherson
1
-4
/
+4
2021-02-09
KVM: x86/xen: Use hva_t for holding hypercall page address
Sean Christopherson
1
-2
/
+6
2021-02-09
KVM: x86/xen: Remove extra unlock in kvm_xen_hvm_set_attr()
David Woodhouse
1
-2
/
+0
2021-02-08
KVM: x86: compile out TDP MMU on 32-bit systems
Paolo Bonzini
5
-51
/
+51
2021-02-04
KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset
Sean Christopherson
1
-0
/
+1
2021-02-04
KVM: x86: Add helper to consolidate "raw" reserved GPA mask calculations
Sean Christopherson
4
-9
/
+20
2021-02-04
KVM: x86/mmu: Add helper to generate mask of reserved HPA bits
Sean Christopherson
1
-5
/
+9
2021-02-04
KVM: x86: Use reserved_gpa_bits to calculate reserved PxE bits
Sean Christopherson
3
-59
/
+58
2021-02-04
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
Sean Christopherson
5
-8
/
+7
2021-02-04
KVM: nSVM: Use common GPA helper to check for illegal CR3
Sean Christopherson
1
-1
/
+1
2021-02-04
KVM: VMX: Use GPA legality helpers to replace open coded equivalents
Sean Christopherson
2
-20
/
+8
2021-02-04
KVM: x86: Add a helper to handle legal GPA with an alignment requirement
Sean Christopherson
1
-1
/
+7
2021-02-04
KVM: x86: Add a helper to check for a legal GPA
Sean Christopherson
1
-6
/
+11
2021-02-04
KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRs
Sean Christopherson
1
-1
/
+1
2021-02-04
KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset
Sean Christopherson
1
-0
/
+1
2021-02-04
KVM: x86: declare Xen HVM shared info capability and add test case
David Woodhouse
1
-1
/
+2
2021-02-04
KVM: x86/xen: Add event channel interrupt vector upcall
David Woodhouse
4
-1
/
+71
2021-02-04
KVM: x86/xen: register vcpu time info region
Joao Martins
2
-0
/
+20
2021-02-04
KVM: x86/xen: setup pvclock updates
Joao Martins
2
-15
/
+21
2021-02-04
KVM: x86/xen: register vcpu info
Joao Martins
1
-1
/
+24
2021-02-04
KVM: x86/xen: Add KVM_XEN_VCPU_SET_ATTR/KVM_XEN_VCPU_GET_ATTR
David Woodhouse
3
-0
/
+52
2021-02-04
KVM: x86/xen: update wallclock region
Joao Martins
3
-8
/
+43
2021-02-04
KVM: x86/xen: register shared_info page
Joao Martins
1
-4
/
+36
2021-02-04
KVM: x86/xen: add definitions of compat_shared_info, compat_vcpu_info
David Woodhouse
1
-0
/
+36
2021-02-04
KVM: x86/xen: latch long_mode when hypercall page is set up
David Woodhouse
1
-1
/
+15
2021-02-04
KVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTR
Joao Martins
3
-0
/
+52
[next]