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
2021-02-04
KVM: x86: move kvm_inject_gp up from kvm_set_xcr to callers
Paolo Bonzini
1
-6
/
+4
2021-02-04
KVM: cleanup DR6/DR7 reserved bits checks
Paolo Bonzini
1
-2
/
+2
2021-02-04
KVM: move EXIT_FASTPATH_REENTER_GUEST to common code
Paolo Bonzini
1
-3
/
+14
2021-02-04
KVM: x86: use static calls to reduce kvm_x86_ops overhead
Jason Baron
1
-150
/
+148
2021-02-04
KVM: x86: introduce definitions to support static calls for kvm_x86_ops
Jason Baron
1
-0
/
+9
2021-02-04
KVM: Stop using deprecated jump label APIs
Cun Li
1
-5
/
+4
2021-02-04
KVM: x86: Factor out x86 instruction emulation with decoding
Wei Huang
1
-23
/
+39
2021-02-04
KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
Chenyi Qiang
1
-14
/
+19
2021-02-04
KVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA32_DEBUGCTL
Like Xu
1
-14
/
+2
2021-02-04
KVM: VMX: Enable bus lock VM exit
Chenyi Qiang
1
-0
/
+23
2021-02-04
KVM: X86: Reset the vcpu->run->flags at the beginning of vcpu_run
Chenyi Qiang
1
-1
/
+4
2021-02-04
KVM: x86/mmu: Remove the defunct update_pte() paging hook
Sean Christopherson
1
-1
/
+0
2021-02-04
x86: kvm: style: Simplify bool comparison
YANG LI
1
-1
/
+1
2021-02-04
KVM: x86: Take KVM's SRCU lock only if steal time update is needed
Sean Christopherson
1
-9
/
+11
2021-02-04
KVM: x86: Remove obsolete disabling of page faults in kvm_arch_vcpu_put()
Sean Christopherson
1
-10
/
+0
2021-02-03
KVM: x86: cleanup CR3 reserved bits checks
Paolo Bonzini
1
-0
/
+2
2021-02-01
KVM/x86: assign hva with the right value to vm_munmap the pages
Zheng Zhan Liang
1
-1
/
+1
2021-02-01
KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
Paolo Bonzini
1
-9
/
+17
2021-01-25
KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX
Paolo Bonzini
1
-3
/
+1
2021-01-25
kvm: tracing: Fix unmatched kvm_entry and kvm_exit events
Lorenzo Brescia
1
-2
/
+1
2021-01-25
KVM: x86: get smi pending status correctly
Jay Zhou
1
-0
/
+4
2021-01-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-6
/
+24
2021-01-08
KVM: x86: __kvm_vcpu_halt can be static
Paolo Bonzini
1
-1
/
+1
2021-01-07
KVM: SVM: Add support for booting APs in an SEV-ES guest
Tom Lendacky
1
-5
/
+21
2021-01-07
KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
Maxim Levitsky
1
-1
/
+3
2021-01-07
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
1
-8
/
+10
2020-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-116
/
+395
2020-12-19
mm, kvm: account kvm_vcpu_mmap to kmemcg
Shakeel Butt
1
-1
/
+1
2020-12-15
KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
Tom Lendacky
1
-0
/
+6
2020-12-15
KVM: SVM: Provide support for SEV-ES vCPU loading
Tom Lendacky
1
-1
/
+2
2020-12-15
KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest
Tom Lendacky
1
-10
/
+46
2020-12-15
KVM: SVM: Do not report support for SMM for an SEV-ES guest
Tom Lendacky
1
-2
/
+2
2020-12-15
KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES
Tom Lendacky
1
-9
/
+18
2020-12-15
KVM: SVM: Add support for CR4 write traps for an SEV-ES guest
Tom Lendacky
1
-4
/
+12
2020-12-15
KVM: SVM: Add support for CR0 write traps for an SEV-ES guest
Tom Lendacky
1
-13
/
+20
2020-12-15
KVM: SVM: Support string IO operations for an SEV-ES guest
Tom Lendacky
1
-0
/
+54
2020-12-15
KVM: SVM: Support MMIO for an SEV-ES guest
Tom Lendacky
1
-0
/
+123
2020-12-15
KVM: SVM: Create trace events for VMGEXIT MSR protocol processing
Tom Lendacky
1
-0
/
+2
2020-12-15
KVM: SVM: Create trace events for VMGEXIT processing
Tom Lendacky
1
-0
/
+2
2020-12-15
KVM: SVM: Prevent debugging under SEV-ES
Tom Lendacky
1
-0
/
+3
2020-12-15
KVM: SVM: Add required changes to support intercepts under SEV-ES
Tom Lendacky
1
-2
/
+9
2020-12-15
KVM: x86: introduce complete_emulated_msr callback
Paolo Bonzini
1
-4
/
+4
2020-12-15
KVM: x86: use kvm_complete_insn_gp in emulating RDMSR/WRMSR
Paolo Bonzini
1
-28
/
+16
2020-11-27
KVM: x86: Fix split-irqchip vs interrupt injection window request
Paolo Bonzini
1
-8
/
+10
2020-11-15
kvm: x86: Sink cpuid update into vendor-specific set_cr4 functions
Jim Mattson
1
-8
/
+0
2020-11-15
KVM: X86: Implement ring-based dirty memory tracking
Peter Xu
1
-0
/
+9
2020-11-15
KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
Peter Xu
1
-6
/
+31
2020-11-15
KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctl
Vitaly Kuznetsov
1
-18
/
+27
2020-11-15
KVM: x86: Return bool instead of int for CR4 and SREGS validity checks
Sean Christopherson
1
-16
/
+12
2020-11-15
KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook
Sean Christopherson
1
-2
/
+4
[next]