index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hyperv
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-12-16
kvm/x86: Remove Hyper-V SynIC timer stopping
Andrey Smetanin
1
-1
/
+0
2015-12-16
kvm: Dump guest rIP when the guest tried something unsupported
Borislav Petkov
1
-1
/
+2
2015-12-16
KVM: vmx: detect mismatched size in VMCS read/write
Paolo Bonzini
1
-17
/
+83
2015-12-16
KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcs
Paolo Bonzini
1
-19
/
+20
2015-12-16
KVM: VMX: fix read/write sizes of VMCS fields
Paolo Bonzini
1
-4
/
+4
2015-12-16
KVM: VMX: fix the writing POSTED_INTR_NV
Li RongQing
1
-2
/
+2
2015-12-16
kvm/x86: Hyper-V SynIC timers
Andrey Smetanin
6
-3
/
+368
2015-12-16
kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
Andrey Smetanin
2
-0
/
+33
2015-12-16
kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT
Andrey Smetanin
1
-4
/
+7
2015-12-16
kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers
Andrey Smetanin
1
-6
/
+14
2015-12-16
kvm/x86: Rearrange func's declarations inside Hyper-V header
Andrey Smetanin
1
-10
/
+10
2015-12-16
drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 header
Andrey Smetanin
2
-9
/
+8
2015-12-16
drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
Andrey Smetanin
2
-75
/
+76
2015-12-16
drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
Andrey Smetanin
2
-2
/
+2
2015-12-16
drivers/hv: replace enum hv_message_type by u32
Andrey Smetanin
1
-2
/
+2
2015-12-15
KVM: s390: consider system MHA for guest storage
Guenther Hutzl
2
-2
/
+12
2015-12-15
KVM: s390: fix mismatch between user and in-kernel guest limit
Dominik Dingel
5
-8
/
+27
2015-12-15
KVM: s390: obey kptr_restrict in traces
Christian Borntraeger
2
-7
/
+8
2015-12-15
KVM: s390: use assignment instead of memcpy
Christian Borntraeger
1
-2
/
+4
2015-11-30
KVM: s390: remove redudant assigment of error code
Christian Borntraeger
1
-3
/
+1
2015-11-30
KVM: s390: remove pointless test_facility(2) check
Heiko Carstens
1
-1
/
+1
2015-11-30
KVM: s390: don't load kvm without virtualization support
David Hildenbrand
1
-0
/
+5
2015-11-30
s390: show virtualization support in /proc/cpuinfo
David Hildenbrand
3
-0
/
+22
2015-11-30
s390/sclp: introduce check for SIE
David Hildenbrand
2
-1
/
+6
2015-11-30
KVM: s390: don't switch to ESCA for ucontrol
David Hildenbrand
1
-1
/
+1
2015-11-30
KVM: s390: cleanup sca_add_vcpu
David Hildenbrand
1
-12
/
+11
2015-11-30
KVM: s390: always set/clear the SCA sda field
David Hildenbrand
1
-8
/
+4
2015-11-30
KVM: s390: fix SCA related races and double use
David Hildenbrand
1
-6
/
+5
2015-11-30
KVM: s390: we always have a SCA
David Hildenbrand
1
-6
/
+1
2015-11-30
KVM: s390: fast path for sca_ext_call_pending
David Hildenbrand
1
-2
/
+4
2015-11-30
KVM: s390: Enable up to 248 VCPUs per VM
Eugene (jno) Dvurechenski
2
-2
/
+3
2015-11-30
KVM: s390: Introduce switching code
Eugene (jno) Dvurechenski
4
-9
/
+103
2015-11-30
KVM: s390: Make provisions for ESCA utilization
Eugene (jno) Dvurechenski
3
-29
/
+106
2015-11-30
KVM: s390: Introduce new structures
Eugene (jno) Dvurechenski
4
-26
/
+70
2015-11-30
KVM: s390: Provide SCA-aware helpers for VCPU add/del
Eugene (jno) Dvurechenski
1
-13
/
+31
2015-11-30
KVM: s390: Generalize access to SIGP controls
Eugene (jno) Dvurechenski
1
-27
/
+45
2015-11-30
KVM: s390: Generalize access to IPTE controls
Eugene (jno) Dvurechenski
2
-5
/
+10
2015-11-30
s390/sclp: introduce checks for ESCA and HVS
Eugene (jno) Dvurechenski
2
-1
/
+8
2015-11-30
KVM: s390: rewrite vcpu_post_run and drop out early
David Hildenbrand
2
-42
/
+24
2015-11-30
KVM: Remove unnecessary debugfs dentry references
Janosch Frank
2
-15
/
+4
2015-11-30
KVM: use heuristic for fast VCPU lookup by id
David Hildenbrand
1
-0
/
+5
2015-11-30
KVM: Use common function for VCPU lookup by id
David Hildenbrand
3
-23
/
+10
2015-11-26
KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()
Takuya Yoshikawa
2
-15
/
+9
2015-11-26
KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
Takuya Yoshikawa
1
-21
/
+6
2015-11-26
KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...
Takuya Yoshikawa
2
-18
/
+11
2015-11-25
KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()
Takuya Yoshikawa
1
-7
/
+7
2015-11-25
KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptes
Takuya Yoshikawa
2
-11
/
+19
2015-11-25
KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()
Takuya Yoshikawa
2
-10
/
+5
2015-11-25
KVM: x86: MMU: Make mmu_set_spte() return emulate value
Takuya Yoshikawa
2
-18
/
+19
2015-11-25
KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap
Takuya Yoshikawa
1
-18
/
+18
[next]