index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: vmx: detect mismatched size in VMCS read/write
Paolo Bonzini
2015-12-16
1
-17
/
+83
*
KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcs
Paolo Bonzini
2015-12-16
1
-19
/
+20
*
KVM: VMX: fix read/write sizes of VMCS fields
Paolo Bonzini
2015-12-16
1
-4
/
+4
*
KVM: VMX: fix the writing POSTED_INTR_NV
Li RongQing
2015-12-16
1
-2
/
+2
*
kvm/x86: Hyper-V SynIC timers
Andrey Smetanin
2015-12-16
5
-3
/
+367
*
kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
Andrey Smetanin
2015-12-16
1
-0
/
+31
*
kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT
Andrey Smetanin
2015-12-16
1
-4
/
+7
*
kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers
Andrey Smetanin
2015-12-16
1
-6
/
+14
*
kvm/x86: Rearrange func's declarations inside Hyper-V header
Andrey Smetanin
2015-12-16
1
-10
/
+10
*
drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 header
Andrey Smetanin
2015-12-16
1
-0
/
+8
*
drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
Andrey Smetanin
2015-12-16
1
-0
/
+76
*
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
[next]