index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: VMX: fix build without hyper-v
Linus Torvalds
2018-06-13
1
-0
/
+3
*
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-13
4
-8
/
+14
|
\
|
*
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-13
1
-1
/
+2
|
*
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-13
1
-2
/
+3
|
*
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-06-13
2
-4
/
+6
|
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-1
/
+3
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-06-12
11
-240
/
+771
|
\
\
|
|
/
|
/
|
|
*
kvm: fix typo in flag name
Michael S. Tsirkin
2018-06-12
1
-2
/
+2
|
*
kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
Paolo Bonzini
2018-06-12
2
-12
/
+22
|
*
KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
Paolo Bonzini
2018-06-12
3
-28
/
+38
|
*
KVM: x86: introduce linear_{read,write}_system
Paolo Bonzini
2018-06-12
1
-32
/
+32
|
*
kvm: nVMX: Enforce cpl=0 for VMX instructions
Felix Wilhelm
2018-06-12
1
-2
/
+13
|
*
kvm: nVMX: Add support for "VMWRITE to any supported field"
Jim Mattson
2018-06-04
1
-9
/
+60
|
*
kvm: nVMX: Restrict VMX capability MSR changes
Jim Mattson
2018-06-04
1
-0
/
+7
|
*
KVM: VMX: Optimize tscdeadline timer latency
Wanpeng Li
2018-06-04
2
-1
/
+8
|
*
kvm: Make VM ioctl do valloc for some archs
Marc Orr
2018-06-01
2
-4
/
+4
|
*
kvm: Change return type to vm_fault_t
Souptick Joarder
2018-06-01
1
-1
/
+1
|
*
KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability
Vitaly Kuznetsov
2018-05-26
1
-0
/
+1
|
*
KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX imp...
Vitaly Kuznetsov
2018-05-26
2
-12
/
+125
|
*
KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implem...
Vitaly Kuznetsov
2018-05-26
2
-1
/
+81
|
*
KVM: x86: hyperv: do rep check for each hypercall separately
Vitaly Kuznetsov
2018-05-26
1
-9
/
+12
|
*
KVM: x86: hyperv: use defines when parsing hypercall parameters
Vitaly Kuznetsov
2018-05-26
1
-3
/
+3
|
*
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
2018-05-26
1
-1
/
+1
|
|
\
|
*
|
KVM: x86: Expose CLDEMOTE CPU feature to guest VM
Jingqi Liu
2018-05-24
1
-1
/
+2
|
*
|
KVM: nVMX: Emulate L1 individual-address invvpid by L0 individual-address inv...
Liran Alon
2018-05-24
1
-3
/
+16
|
*
|
KVM: nVMX: Don't flush TLB when vmcs12 uses VPID
Liran Alon
2018-05-24
1
-6
/
+14
|
*
|
KVM: nVMX: Use vmx local var for referencing vpid02
Liran Alon
2018-05-24
1
-1
/
+1
|
*
|
KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGION
Dan Carpenter
2018-05-24
1
-1
/
+7
|
*
|
KVM: x86: remove obsolete EXPORT... of handle_mmio_page_fault
Sean Christopherson
2018-05-24
1
-1
/
+0
|
*
|
KVM: nVMX: Ensure that VMCS12 field offsets do not change
Jim Mattson
2018-05-23
1
-0
/
+157
|
*
|
KVM: nVMX: Restore the VMCS12 offsets for v4.0 fields
Jim Mattson
2018-05-23
1
-7
/
+18
|
*
|
KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRING
Arnd Bergmann
2018-05-23
1
-3
/
+3
|
*
|
kvm: nVMX: Use nested_run_pending rather than from_vmentry
Jim Mattson
2018-05-23
1
-17
/
+18
|
*
|
kvm: mmu: Don't expose private memslots to L2
Jim Mattson
2018-05-14
1
-0
/
+8
|
*
|
kvm: mmu: Add guest_mode to kvm_mmu_page_role
Jim Mattson
2018-05-14
1
-1
/
+4
|
*
|
kvm: nVMX: Eliminate APIC access page sharing between L1 and L2
Jim Mattson
2018-05-14
1
-26
/
+6
|
*
|
kvm: vmx: Basic APIC virtualization controls have three settings
Jim Mattson
2018-05-14
3
-27
/
+37
|
*
|
kvm: vmx: Introduce lapic_mode enumeration
Jim Mattson
2018-05-14
2
-11
/
+29
|
*
|
KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap support
Vitaly Kuznetsov
2018-05-14
1
-0
/
+25
|
*
|
kvm: x86: Refactor mmu_free_roots()
Junaid Shahid
2018-05-14
1
-34
/
+30
|
*
|
KVM: X86: Fix reserved bits check for MOV to CR3
Wanpeng Li
2018-05-14
2
-2
/
+4
*
|
|
x86/bugs: Add AMD's SPEC_CTRL MSR usage
Konrad Rzeszutek Wilk
2018-06-06
2
-5
/
+13
*
|
|
x86/bugs: Add AMD's variant of SSB_NO
Konrad Rzeszutek Wilk
2018-06-06
1
-1
/
+1
*
|
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-06-05
1
-0
/
+1
|
\
\
\
|
*
|
|
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
2018-04-25
1
-0
/
+1
*
|
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-05-26
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
KVM/VMX: Expose SSBD properly to guests
Konrad Rzeszutek Wilk
2018-05-23
1
-2
/
+2
*
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-05-26
4
-19
/
+38
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
KVM: x86: fix #UD address of failed Hyper-V hypercalls
Radim Krčmář
2018-05-25
2
-16
/
+15
|
*
|
|
|
kvm: x86: IA32_ARCH_CAPABILITIES is always supported
Jim Mattson
2018-05-24
1
-0
/
+5
[next]