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
2020-11-27
KVM: x86: Fix split-irqchip vs interrupt injection window request
Paolo Bonzini
1
-8
/
+10
2020-11-13
KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_arch
Babu Moger
1
-1
/
+1
2020-11-08
KVM: x86: handle MSR_IA32_DEBUGCTLMSR with report_ignored_msrs
Pankaj Gupta
1
-3
/
+3
2020-11-08
kvm: x86: request masterclock update any time guest uses different msr
Oliver Upton
1
-1
/
+1
2020-11-08
kvm: x86: ensure pv_cpuid.features is initialized when enabling cap
Oliver Upton
1
-0
/
+2
2020-11-08
kvm: x86: reads of restricted pv msrs should also result in #GP
Oliver Upton
1
-0
/
+34
2020-11-08
KVM: x86: use positive error values for msr emulation that causes #GP
Maxim Levitsky
1
-13
/
+15
2020-10-30
KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()
Takashi Iwai
1
-4
/
+4
2020-10-21
Merge branch 'kvm-fixes' into 'next'
Paolo Bonzini
1
-5
/
+6
2020-10-21
KVM: x86: allow kvm_x86_ops.set_efer to return an error value
Maxim Levitsky
1
-1
/
+6
2020-10-21
KVM: x86: report negative values from wrmsr emulation to userspace
Maxim Levitsky
1
-3
/
+6
2020-10-21
KVM: x86: xen_hvm_config: cleanup return values
Maxim Levitsky
1
-14
/
+9
2020-10-21
KVM: x86: allocate vcpu->arch.cpuid_entries dynamically
Vitaly Kuznetsov
1
-0
/
+1
2020-10-21
kvm: x86: only provide PV features if enabled in guest's CPUID
Oliver Upton
1
-5
/
+62
2020-10-21
kvm: x86: set wall_clock in kvm_write_wall_clock()
Oliver Upton
1
-1
/
+2
2020-10-21
kvm: x86: encapsulate wrmsr(MSR_KVM_SYSTEM_TIME) emulation in helper fn
Oliver Upton
1
-26
/
+32
2020-10-21
KVM: VMX: Forbid userspace MSR filters for x2APIC
Paolo Bonzini
1
-1
/
+8
2020-10-21
KVM: VMX: Ignore userspace MSR filters for x2APIC
Sean Christopherson
1
-2
/
+2
2020-09-28
KVM: x86: do not attempt TSC synchronization on guest writes
Paolo Bonzini
1
-20
/
+10
2020-09-28
KVM: x86: rename KVM_REQ_GET_VMCS12_PAGES
Paolo Bonzini
1
-2
/
+2
2020-09-28
KVM: x86: Introduce MSR filtering
Alexander Graf
1
-1
/
+144
2020-09-28
KVM: x86: Add infrastructure for MSR filtering
Alexander Graf
1
-0
/
+6
2020-09-28
KVM: x86: Allow deflecting unknown MSR accesses to user space
Alexander Graf
1
-4
/
+116
2020-09-28
KVM: x86: Return -ENOENT on unimplemented MSRs
Alexander Graf
1
-1
/
+1
2020-09-28
KVM: x86: Rename "shared_msrs" to "user_return_msrs"
Sean Christopherson
1
-48
/
+53
2020-09-28
KVM: x86: Add RIP to the kvm_entry, i.e. VM-Enter, tracepoint
Sean Christopherson
1
-1
/
+1
2020-09-28
KVM: x86: Add kvm_x86_ops hook to short circuit emulation
Sean Christopherson
1
-3
/
+11
2020-09-28
KVM: x86: fix MSR_IA32_TSC read for nested migration
Maxim Levitsky
1
-2
/
+14
2020-09-28
KVM: X86: Move handling of INVPCID types to x86
Babu Moger
1
-0
/
+78
2020-09-28
KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c
Babu Moger
1
-0
/
+28
2020-09-28
KVM: LAPIC: Narrow down the kick target vCPU
Wanpeng Li
1
-6
/
+0
2020-09-25
KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE
Sean Christopherson
1
-1
/
+2
2020-09-24
KVM: x86: fix MSR_IA32_TSC read for nested migration
Maxim Levitsky
1
-2
/
+15
2020-09-23
KVM: x86: VMX: Make smaller physical guest address space support user-configu...
Mohammed Gamal
1
-1
/
+1
2020-09-22
Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...
Paolo Bonzini
1
-7
/
+4
2020-09-11
KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_EN
Vitaly Kuznetsov
1
-1
/
+1
2020-09-11
Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-2
/
+13
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-7
/
+4
2020-08-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+4
2020-08-21
arm64/x86: KVM: Introduce steal-time cap
Andrew Jones
1
-0
/
+3
2020-08-17
kvm: x86: Toggling CR4.PKE does not load PDPTEs in PAE mode
Jim Mattson
1
-1
/
+1
2020-08-17
kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE mode
Jim Mattson
1
-1
/
+1
2020-08-17
KVM: x86: fix access code passed to gva_to_gpa
Paolo Bonzini
1
-1
/
+3
2020-08-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-12
/
+12
2020-08-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+10
2020-08-09
KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled
Sean Christopherson
1
-12
/
+12
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-83
/
+148
2020-08-05
kvm: detect assigned device via irqbypass manager
Zhu Lingshan
1
-2
/
+10
2020-08-04
Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+6
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
[next]