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-06-01
x86/kvm/hyper-v: Add support for synthetic debugger interface
Jon Doron
1
-0
/
+8
2020-06-01
KVM: x86/pmu: Support full width counting
Like Xu
1
-0
/
+2
2020-06-01
KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in
Wei Wang
1
-2
/
+2
2020-06-01
KVM: x86: announce KVM_FEATURE_ASYNC_PF_INT
Vitaly Kuznetsov
1
-0
/
+1
2020-06-01
KVM: x86: acknowledgment mechanism for async pf page ready notifications
Vitaly Kuznetsov
1
-4
/
+22
2020-06-01
KVM: x86: interrupt based APF 'page ready' event delivery
Vitaly Kuznetsov
1
-26
/
+67
2020-06-01
KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...
Vitaly Kuznetsov
1
-1
/
+1
2020-06-01
KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info
Vitaly Kuznetsov
1
-4
/
+13
2020-06-01
Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Rea...
Vitaly Kuznetsov
1
-22
/
+1
2020-06-01
KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE
Paolo Bonzini
1
-1
/
+2
2020-05-28
KVM: nSVM: inject exceptions via svm_check_nested_events
Paolo Bonzini
1
-11
/
+2
2020-05-28
KVM: x86: enable event window in inject_pending_event
Paolo Bonzini
1
-51
/
+66
2020-05-27
KVM: x86: track manually whether an event has been injected
Paolo Bonzini
1
-5
/
+12
2020-05-27
KVM: x86: Initialize tdp_level during vCPU creation
Sean Christopherson
1
-0
/
+1
2020-05-27
kvm/x86: Remove redundant function implementations
彭浩(Richard)
1
-0
/
+1
2020-05-27
KVM: Fix the indentation to match coding style
Haiwei Li
1
-1
/
+1
2020-05-27
KVM: x86: Remove superfluous brackets from case statement
Sean Christopherson
1
-2
/
+2
2020-05-27
KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flags
Paolo Bonzini
1
-1
/
+1
2020-05-27
Merge branch 'kvm-master' into HEAD
Paolo Bonzini
1
-1
/
+5
2020-05-27
KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
Maxim Levitsky
1
-0
/
+4
2020-05-15
KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce
Jim Mattson
1
-1
/
+1
2020-05-15
kvm: add halt-polling cpu usage stats
David Matlack
1
-0
/
+2
2020-05-15
KVM: X86: TSCDEADLINE MSR emulation fastpath
Wanpeng Li
1
-0
/
+16
2020-05-15
KVM: X86: Introduce more exit_fastpath_completion enum values
Wanpeng Li
1
-9
/
+10
2020-05-15
KVM: X86: Introduce kvm_vcpu_exit_request() helper
Wanpeng Li
1
-2
/
+8
2020-05-15
KVM: X86: Sanity check on gfn before removal
Peter Xu
1
-0
/
+4
2020-05-15
KVM: X86: Force ASYNC_PF_PER_VCPU to be power of two
Peter Xu
1
-3
/
+5
2020-05-15
KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums
Sean Christopherson
1
-2
/
+2
2020-05-15
kvm: x86: Cleanup vcpu->arch.guest_xstate_size
Xiaoyao Li
1
-2
/
+0
2020-05-13
KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'
Sean Christopherson
1
-5
/
+4
2020-05-13
KVM: x86: Replace late check_nested_events() hack with more precise fix
Paolo Bonzini
1
-24
/
+12
2020-05-13
KVM: x86: WARN on injected+pending exception even in nested case
Sean Christopherson
1
-1
/
+3
2020-05-13
KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowed
Paolo Bonzini
1
-3
/
+3
2020-05-13
KVM: x86: Set KVM_REQ_EVENT if run is canceled with req_immediate_exit set
Sean Christopherson
1
-0
/
+2
2020-05-13
KVM: nVMX: Open a window for pending nested VMX preemption timer
Sean Christopherson
1
-0
/
+9
2020-05-13
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
1
-40
/
+72
2020-05-13
KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c
Babu Moger
1
-0
/
+17
2020-05-08
KVM: SVM: Disable AVIC before setting V_IRQ
Suravee Suthikulpanit
1
-1
/
+12
2020-05-08
KVM: Introduce kvm_make_all_cpus_request_except()
Suravee Suthikulpanit
1
-1
/
+1
2020-05-08
KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6
Paolo Bonzini
1
-11
/
+0
2020-05-08
KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6
Paolo Bonzini
1
-6
/
+2
2020-05-07
KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUG
Peter Xu
1
-1
/
+1
2020-05-07
KVM: x86: fix DR6 delivery for various cases of #DB injection
Paolo Bonzini
1
-5
/
+6
2020-05-07
KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly
Peter Xu
1
-0
/
+1
2020-05-06
kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bits
Paolo Bonzini
1
-15
/
+5
2020-04-23
KVM: x86: move nested-related kvm_x86_ops to a separate struct
Paolo Bonzini
1
-14
/
+14
2020-04-23
KVM: x86: check_nested_events is never NULL
Paolo Bonzini
1
-3
/
+3
2020-04-21
Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
1
-1
/
+11
2020-04-21
KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run
Tianjia Zhang
1
-5
/
+6
2020-04-21
KVM: X86: Improve latency for single target IPI fastpath
Wanpeng Li
1
-3
/
+3
[next]