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
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-12
treewide: kvzalloc() -> kvcalloc()
Kees Cook
1
-2
/
+3
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-34
/
+63
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
1
-6
/
+16
2018-06-12
KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
Paolo Bonzini
1
-13
/
+26
2018-06-04
KVM: VMX: Optimize tscdeadline timer latency
Wanpeng Li
1
-0
/
+1
2018-06-01
kvm: Change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-9
/
+8
2018-05-26
KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability
Vitaly Kuznetsov
1
-0
/
+1
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ář
1
-8
/
+4
2018-05-24
KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changed
Wei Huang
1
-1
/
+4
2018-05-23
KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRING
Arnd Bergmann
1
-3
/
+3
2018-05-21
Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Linus Torvalds
1
-9
/
+4
2018-05-17
KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
Tom Lendacky
1
-9
/
+4
2018-05-15
KVM: X86: Lower the default timer frequency limit to 200us
Wanpeng Li
1
-1
/
+1
2018-05-14
kvm: vmx: Introduce lapic_mode enumeration
Jim Mattson
1
-11
/
+15
2018-05-14
KVM: X86: Fix reserved bits check for MOV to CR3
Wanpeng Li
1
-1
/
+1
2018-05-11
kvm: x86: Suppress CR3_PCID_INVD bit only when PCIDs are enabled
Junaid Shahid
1
-1
/
+4
2018-05-11
x86: Delay skip of emulated hypercall instruction
Marian Rotariu
1
-8
/
+11
2018-04-16
kvm: x86: move MSR_IA32_TSC handling to x86.c
Paolo Bonzini
1
-0
/
+6
2018-04-16
X86/KVM: Properly update 'tsc_offset' to represent the running guest
KarimAllah Ahmed
1
-2
/
+4
2018-04-11
X86/KVM: Do not allow DISABLE_EXITS_MWAIT when LAPIC ARAT is not available
KarimAllah Ahmed
1
-1
/
+2
2018-04-04
kvm: x86: fix a compile warning
Peng Hao
1
-1
/
+1
2018-04-04
KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"
Wanpeng Li
1
-1
/
+15
2018-04-04
KVM: X86: Introduce handle_ud()
Wanpeng Li
1
-0
/
+13
2018-03-28
KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pe...
Liran Alon
1
-13
/
+20
2018-03-28
KVM: x86: Fix misleading comments on handling pending exceptions
Liran Alon
1
-2
/
+12
2018-03-28
KVM: x86: Rename interrupt.pending to interrupt.injected
Liran Alon
1
-4
/
+4
2018-03-28
KVM: VMX: No need to clear pending NMI/interrupt on inject realmode interrupt
Liran Alon
1
-5
/
+0
2018-03-28
x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGE
Ladi Prosek
1
-1
/
+1
2018-03-28
KVM: x86: Fix perf timer mode IP reporting
Andi Kleen
1
-13
/
+4
2018-03-23
KVM: x86: move setting of ept_identity_map_addr to vmx.c
Sean Christopherson
1
-2
/
+1
2018-03-21
KVM: nVMX: Do not load EOI-exitmap while running L2
Liran Alon
1
-2
/
+16
2018-03-16
KVM: X86: Provide a capability to disable PAUSE intercepts
Wanpeng Li
1
-1
/
+3
2018-03-16
KVM: X86: Provide a capability to disable HLT intercepts
Wanpeng Li
1
-0
/
+3
2018-03-16
KVM: X86: Provide a capability to disable MWAIT intercepts
Wanpeng Li
1
-4
/
+20
2018-03-16
KVM: x86: Add support for VMware backdoor Pseudo-PMCs
Arbel Moshe
1
-17
/
+24
2018-03-16
KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoor
Liran Alon
1
-0
/
+28
2018-03-16
KVM: x86: Add emulation_type to not raise #UD on emulation failure
Liran Alon
1
-3
/
+8
2018-03-16
KVM: x86: Add module parameter for supporting VMware backdoor
Liran Alon
1
-0
/
+4
2018-03-16
KVM: x86: add kvm_fast_pio() to consolidate fast PIO code
Sean Christopherson
1
-4
/
+19
2018-03-16
x86/kvm/hyper-v: add reenlightenment MSRs support
Vitaly Kuznetsov
1
-1
/
+11
2018-03-16
KVM: x86: Add support for AMD Core Perf Extension in guest
Janakarajan Natarajan
1
-0
/
+1
2018-03-06
KVM: nVMX: expose VMX capabilities for nested hypervisors to userspace
Paolo Bonzini
1
-0
/
+19
2018-03-06
KVM: x86: KVM_CAP_SYNC_REGS
Ken Hofsass
1
-15
/
+87
2018-03-06
kvm: x86: hyperv: guest->host event signaling via eventfd
Roman Kagan
1
-0
/
+10
2018-03-06
kvm: x86: factor out kvm.arch.hyperv (de)init
Roman Kagan
1
-1
/
+2
2018-03-01
KVM: x86: fix vcpu initialization with userspace lapic
Radim Krčmář
1
-1
/
+2
2018-03-01
KVM: X86: Allow userspace to define the microcode version
Wanpeng Li
1
-2
/
+9
[prev]
[next]