index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
Andrey Smetanin
2015-12-16
1
-0
/
+2
*
KVM: s390: consider system MHA for guest storage
Guenther Hutzl
2015-12-15
1
-1
/
+5
*
KVM: s390: fix mismatch between user and in-kernel guest limit
Dominik Dingel
2015-12-15
4
-7
/
+25
*
KVM: s390: obey kptr_restrict in traces
Christian Borntraeger
2015-12-15
2
-7
/
+8
*
KVM: s390: use assignment instead of memcpy
Christian Borntraeger
2015-12-15
1
-2
/
+4
*
KVM: s390: remove redudant assigment of error code
Christian Borntraeger
2015-11-30
1
-3
/
+1
*
KVM: s390: remove pointless test_facility(2) check
Heiko Carstens
2015-11-30
1
-1
/
+1
*
KVM: s390: don't load kvm without virtualization support
David Hildenbrand
2015-11-30
1
-0
/
+5
*
s390: show virtualization support in /proc/cpuinfo
David Hildenbrand
2015-11-30
3
-0
/
+22
*
s390/sclp: introduce check for SIE
David Hildenbrand
2015-11-30
1
-1
/
+5
*
KVM: s390: don't switch to ESCA for ucontrol
David Hildenbrand
2015-11-30
1
-1
/
+1
*
KVM: s390: cleanup sca_add_vcpu
David Hildenbrand
2015-11-30
1
-12
/
+11
*
KVM: s390: always set/clear the SCA sda field
David Hildenbrand
2015-11-30
1
-8
/
+4
*
KVM: s390: fix SCA related races and double use
David Hildenbrand
2015-11-30
1
-6
/
+5
*
KVM: s390: we always have a SCA
David Hildenbrand
2015-11-30
1
-6
/
+1
*
KVM: s390: fast path for sca_ext_call_pending
David Hildenbrand
2015-11-30
1
-2
/
+4
*
KVM: s390: Enable up to 248 VCPUs per VM
Eugene (jno) Dvurechenski
2015-11-30
2
-2
/
+3
*
KVM: s390: Introduce switching code
Eugene (jno) Dvurechenski
2015-11-30
4
-9
/
+103
*
KVM: s390: Make provisions for ESCA utilization
Eugene (jno) Dvurechenski
2015-11-30
3
-29
/
+106
*
KVM: s390: Introduce new structures
Eugene (jno) Dvurechenski
2015-11-30
4
-26
/
+70
*
KVM: s390: Provide SCA-aware helpers for VCPU add/del
Eugene (jno) Dvurechenski
2015-11-30
1
-13
/
+31
*
KVM: s390: Generalize access to SIGP controls
Eugene (jno) Dvurechenski
2015-11-30
1
-27
/
+45
*
KVM: s390: Generalize access to IPTE controls
Eugene (jno) Dvurechenski
2015-11-30
2
-5
/
+10
*
s390/sclp: introduce checks for ESCA and HVS
Eugene (jno) Dvurechenski
2015-11-30
1
-0
/
+2
*
KVM: s390: rewrite vcpu_post_run and drop out early
David Hildenbrand
2015-11-30
2
-42
/
+24
*
KVM: Use common function for VCPU lookup by id
David Hildenbrand
2015-11-30
2
-16
/
+5
*
KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()
Takuya Yoshikawa
2015-11-26
2
-15
/
+9
*
KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
Takuya Yoshikawa
2015-11-26
1
-21
/
+6
*
KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...
Takuya Yoshikawa
2015-11-26
2
-18
/
+11
*
KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()
Takuya Yoshikawa
2015-11-25
1
-7
/
+7
*
KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptes
Takuya Yoshikawa
2015-11-25
1
-9
/
+17
*
KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()
Takuya Yoshikawa
2015-11-25
2
-10
/
+5
*
KVM: x86: MMU: Make mmu_set_spte() return emulate value
Takuya Yoshikawa
2015-11-25
2
-18
/
+19
*
KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap
Takuya Yoshikawa
2015-11-25
1
-18
/
+18
*
KVM: x86: MMU: Remove unused parameter of __direct_map()
Takuya Yoshikawa
2015-11-25
1
-8
/
+4
*
KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct
Takuya Yoshikawa
2015-11-25
3
-104
/
+113
*
KVM: powerpc: kvmppc_visible_gpa can be boolean
Yaowei Bai
2015-11-25
1
-2
/
+2
*
KVM: x86: MMU: always set accessed bit in shadow PTEs
Paolo Bonzini
2015-11-25
2
-8
/
+5
*
KVM: x86: correctly print #AC in traces
Paolo Bonzini
2015-11-25
1
-1
/
+1
*
KVM: svm: add support for RDTSCP
Paolo Bonzini
2015-11-25
1
-1
/
+23
*
KVM: x86: expose MSR_TSC_AUX to userspace
Paolo Bonzini
2015-11-25
1
-5
/
+6
*
kvm/x86: Hyper-V kvm exit
Andrey Smetanin
2015-11-25
3
-0
/
+27
*
kvm/x86: Hyper-V synthetic interrupt controller
Andrey Smetanin
2015-11-25
7
-7
/
+434
*
kvm/x86: per-vcpu apicv deactivation support
Andrey Smetanin
2015-11-25
7
-47
/
+63
*
kvm/x86: split ioapic-handled and EOI exit bitmaps
Andrey Smetanin
2015-11-25
8
-18
/
+20
*
kvm/irqchip: kvm_arch_irq_routing_update renaming split
Andrey Smetanin
2015-11-25
1
-1
/
+1
*
KVM: nVMX: remove incorrect vpid check in nested invvpid emulation
Haozhong Zhang
2015-11-25
1
-5
/
+0
*
Merge tag 'kvm-arm-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
2015-11-24
69
-467
/
+781
|
\
|
*
arm64: kvm: report original PAR_EL1 upon panic
Mark Rutland
2015-11-24
1
-1
/
+5
|
*
arm64: kvm: avoid %p in __kvm_hyp_panic
Mark Rutland
2015-11-24
1
-1
/
+1
[next]