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-06-14
KVM: x86: VMX: redo fix for link error without CONFIG_HYPERV
Arnd Bergmann
1
-4
/
+2
2018-06-14
KVM: x86: fix typo at kvm_arch_hardware_setup comment
Marcelo Tosatti
1
-1
/
+1
2018-06-12
KVM: x86: VMX: fix build without hyper-v
Linus Torvalds
1
-0
/
+3
2018-06-12
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-8
/
+14
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+2
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-2
/
+3
2018-06-12
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2
-4
/
+6
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+3
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-240
/
+771
2018-06-12
kvm: fix typo in flag name
Michael S. Tsirkin
1
-2
/
+2
2018-06-12
kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
Paolo Bonzini
2
-12
/
+22
2018-06-12
KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
Paolo Bonzini
3
-28
/
+38
2018-06-12
KVM: x86: introduce linear_{read,write}_system
Paolo Bonzini
1
-32
/
+32
2018-06-12
kvm: nVMX: Enforce cpl=0 for VMX instructions
Felix Wilhelm
1
-2
/
+13
2018-06-06
x86/bugs: Add AMD's SPEC_CTRL MSR usage
Konrad Rzeszutek Wilk
2
-5
/
+13
2018-06-06
x86/bugs: Add AMD's variant of SSB_NO
Konrad Rzeszutek Wilk
1
-1
/
+1
2018-06-04
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2018-06-04
kvm: nVMX: Add support for "VMWRITE to any supported field"
Jim Mattson
1
-9
/
+60
2018-06-04
kvm: nVMX: Restrict VMX capability MSR changes
Jim Mattson
1
-0
/
+7
2018-06-04
KVM: VMX: Optimize tscdeadline timer latency
Wanpeng Li
2
-1
/
+8
2018-06-01
kvm: Make VM ioctl do valloc for some archs
Marc Orr
2
-4
/
+4
2018-06-01
kvm: Change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-05-26
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2018-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-19
/
+38
2018-05-26
KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability
Vitaly Kuznetsov
1
-0
/
+1
2018-05-26
KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX imp...
Vitaly Kuznetsov
2
-12
/
+125
2018-05-26
KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implem...
Vitaly Kuznetsov
2
-1
/
+81
2018-05-26
KVM: x86: hyperv: do rep check for each hypercall separately
Vitaly Kuznetsov
1
-9
/
+12
2018-05-26
KVM: x86: hyperv: use defines when parsing hypercall parameters
Vitaly Kuznetsov
1
-3
/
+3
2018-05-26
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
1
-1
/
+1
2018-05-25
KVM: x86: fix #UD address of failed Hyper-V hypercalls
Radim Krčmář
2
-16
/
+15
2018-05-24
KVM: x86: Expose CLDEMOTE CPU feature to guest VM
Jingqi Liu
1
-1
/
+2
2018-05-24
KVM: nVMX: Emulate L1 individual-address invvpid by L0 individual-address inv...
Liran Alon
1
-3
/
+16
2018-05-24
KVM: nVMX: Don't flush TLB when vmcs12 uses VPID
Liran Alon
1
-6
/
+14
2018-05-24
KVM: nVMX: Use vmx local var for referencing vpid02
Liran Alon
1
-1
/
+1
2018-05-24
KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGION
Dan Carpenter
1
-1
/
+7
2018-05-24
KVM: x86: remove obsolete EXPORT... of handle_mmio_page_fault
Sean Christopherson
1
-1
/
+0
2018-05-24
kvm: x86: IA32_ARCH_CAPABILITIES is always supported
Jim Mattson
1
-0
/
+5
2018-05-24
KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changed
Wei Huang
1
-1
/
+4
2018-05-24
x86/kvm: fix LAPIC timer drift when guest uses periodic mode
David Vrabel
1
-2
/
+14
2018-05-23
KVM: nVMX: Ensure that VMCS12 field offsets do not change
Jim Mattson
1
-0
/
+157
2018-05-23
KVM: nVMX: Restore the VMCS12 offsets for v4.0 fields
Jim Mattson
1
-7
/
+18
2018-05-23
KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRING
Arnd Bergmann
1
-3
/
+3
2018-05-23
kvm: nVMX: Use nested_run_pending rather than from_vmentry
Jim Mattson
1
-17
/
+18
2018-05-23
KVM/VMX: Expose SSBD properly to guests
Konrad Rzeszutek Wilk
1
-2
/
+2
2018-05-21
Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Linus Torvalds
4
-50
/
+81
2018-05-17
KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
Tom Lendacky
4
-16
/
+47
2018-05-17
x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL
Thomas Gleixner
2
-4
/
+11
2018-05-17
x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP
Borislav Petkov
3
-15
/
+10
2018-05-17
KVM: SVM: Move spec control call after restore of GS
Thomas Gleixner
1
-12
/
+12
[next]