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
2018-01-16
KVM: VMX: introduce X2APIC_MSR macro
Paolo Bonzini
1
-10
/
+9
2018-01-16
KVM: vmx: speed up MSR bitmap merge
Paolo Bonzini
1
-36
/
+42
2018-01-16
KVM: vmx: simplify MSR bitmap setup
Paolo Bonzini
1
-8
/
+6
2018-01-16
KVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexit
Paolo Bonzini
1
-3
/
+0
2018-01-16
KVM: nVMX: initialize more non-shadowed fields in prepare_vmcs02_full
Paolo Bonzini
1
-79
/
+83
2018-01-16
KVM: nVMX: initialize descriptor cache fields in prepare_vmcs02_full
Paolo Bonzini
1
-22
/
+34
2018-01-16
KVM: nVMX: track dirty state of non-shadowed VMCS fields
Paolo Bonzini
2
-1
/
+34
2018-01-16
KVM: VMX: split list of shadowed VMCS field to a separate file
Paolo Bonzini
2
-60
/
+75
2018-01-16
kvm: vmx: Reduce size of vmcs_field_to_offset_table
Jim Mattson
1
-7
/
+13
2018-01-16
kvm: vmx: Change vmcs_field_type to vmcs_field_width
Jim Mattson
1
-19
/
+19
2018-01-16
kvm: vmx: Introduce VMCS12_MAX_FIELD_INDEX
Jim Mattson
1
-1
/
+7
2018-01-16
KVM: VMX: optimize shadow VMCS copying
Paolo Bonzini
1
-78
/
+65
2018-01-16
KVM: vmx: shadow more fields that are read/written on every vmexits
Paolo Bonzini
1
-9
/
+23
2018-01-16
KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
Liran Alon
1
-2
/
+3
2018-01-16
KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interrupts
Liran Alon
2
-25
/
+18
2018-01-16
KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-in...
Liran Alon
1
-1
/
+11
2018-01-16
KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updated
Liran Alon
3
-11
/
+21
2018-01-16
KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()
Liran Alon
3
-7
/
+6
2018-01-16
KVM: nVMX: Fix bug of injecting L2 exception into L1
Liran Alon
2
-1
/
+1
2018-01-16
kvm/vmx: Use local vmx variable in vmx_get_msr()
Borislav Petkov
1
-5
/
+6
2018-01-16
KVM: MMU: consider host cache mode in MMIO page check
Haozhong Zhang
1
-1
/
+13
2018-01-16
Merge branch 'kvm-insert-lfence'
Paolo Bonzini
1
-2
/
+10
2018-01-16
KVM: x86: prefer "depends on" to "select" for SEV
Paolo Bonzini
1
-3
/
+1
2018-01-16
Merge branch 'sev-v9-p2' of https://github.com/codomania/kvm
Paolo Bonzini
5
-11
/
+1219
2018-01-16
KVM: x86: avoid unnecessary XSETBV on guest entry
Paolo Bonzini
1
-1
/
+2
2018-01-16
KVM: x86: fix escape of guest dr6 to the host
Wanpeng Li
1
-0
/
+6
2018-01-16
KVM: X86: support paravirtualized help for TLB shootdowns
Wanpeng Li
2
-8
/
+14
2018-01-16
KVM: X86: introduce invalidate_gpa argument to tlb flush
Wanpeng Li
3
-20
/
+21
2018-01-16
KVM: X86: Add KVM_VCPU_PREEMPTED
Wanpeng Li
1
-1
/
+1
2018-01-15
kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
Paolo Bonzini
1
-3
/
+4
2018-01-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-0
/
+8
2018-01-12
x86/retpoline: Fill return stack buffer on vmexit
David Woodhouse
2
-0
/
+8
2018-01-11
Merge branch 'kvm-insert-lfence' into kvm-master
Paolo Bonzini
1
-2
/
+10
2018-01-11
KVM: x86: Add memory barrier on vmcs field lookup
Andrew Honig
1
-2
/
+10
2018-01-11
KVM: x86: emulate #UD while in guest mode
Paolo Bonzini
2
-12
/
+2
2018-01-11
x86: kvm: propagate register_shrinker return code
Arnd Bergmann
1
-6
/
+10
2018-01-11
KVM MMU: check pending exception before injecting APF
Haozhong Zhang
1
-1
/
+2
2018-01-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-1
/
+32
2018-01-05
kvm: vmx: Scrub hardware GPRs at VM-exit
Jim Mattson
2
-1
/
+32
2017-12-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-24
/
+64
2017-12-21
kvm: x86: fix RSM when PCID is non-zero
Paolo Bonzini
1
-7
/
+25
2017-12-18
Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-1
/
+1
2017-12-18
KVM: Fix stack-out-of-bounds read in write_mmio
Wanpeng Li
1
-4
/
+4
2017-12-17
x86/entry: Remap the TSS into the CPU entry area
Andy Lutomirski
1
-1
/
+1
2017-12-17
x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss
Andy Lutomirski
1
-1
/
+1
2017-12-15
KVM/x86: Check input paging mode when cs.l is set
Lan Tianyu
1
-0
/
+26
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
Christoffer Dall
1
-6
/
+16
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
Christoffer Dall
1
-2
/
+6
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
Christoffer Dall
1
-2
/
+5
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
Christoffer Dall
1
-1
/
+3
[prev]
[next]