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
/
svm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-08
KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm_virtualize_tpr()
Joerg Roedel
2
-4
/
+4
2020-07-08
KVM: SVM: Add svm_ prefix to set/clr/is_intercept()
Joerg Roedel
3
-48
/
+48
2020-07-08
KVM: SVM: Add vmcb_ prefix to mark_*() functions
Joerg Roedel
5
-31
/
+31
2020-07-08
KVM: SVM: Rename struct nested_state to svm_nested_state
Joerg Roedel
1
-2
/
+2
2020-07-08
kvm: x86: Set last_vmentry_cpu in vcpu_enter_guest
Jim Mattson
1
-1
/
+0
2020-07-08
kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu
Jim Mattson
3
-7
/
+4
2020-07-08
kvm: x86: Add "last CPU" to some KVM_EXIT information
Jim Mattson
1
-1
/
+3
2020-07-08
kvm: svm: Always set svm->last_cpu on VMRUN
Jim Mattson
2
-1
/
+1
2020-07-08
kvm: svm: Prefer vcpu->cpu to raw_smp_processor_id()
Jim Mattson
1
-6
/
+3
2020-07-08
KVM: x86: report sev_pin_memory errors with PTR_ERR
Paolo Bonzini
1
-10
/
+12
2020-07-08
KVM: SVM: convert get_user_pages() --> pin_user_pages()
John Hubbard
1
-3
/
+3
2020-07-08
KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast()
John Hubbard
1
-1
/
+5
2020-07-08
KVM: nSVM: Check that DR6[63:32] and DR7[64:32] are not set on vmrun of neste...
Krish Sadhukhan
1
-0
/
+3
2020-07-08
KVM: X86: Do the same ignore_msrs check for feature msrs
Peter Xu
1
-1
/
+1
2020-06-15
kvm/svm: disable KCSAN for svm_vcpu_run()
Qian Cai
1
-1
/
+1
2020-06-13
Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2020-06-11
x86/entry: Convert Machine Check to IDTENTRY_IST
Thomas Gleixner
1
-1
/
+1
2020-06-08
KVM: SVM: fix calls to is_intercept
Paolo Bonzini
2
-2
/
+4
2020-06-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-416
/
+714
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
1
-2
/
+1
2020-06-01
KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in
Wei Wang
1
-3
/
+4
2020-06-01
KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info
Vitaly Kuznetsov
2
-2
/
+3
2020-06-01
KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE
Paolo Bonzini
2
-0
/
+148
2020-06-01
KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmu
Paolo Bonzini
1
-1
/
+4
2020-06-01
KVM: nSVM: leave guest mode when clearing EFER.SVME
Paolo Bonzini
3
-2
/
+25
2020-06-01
KVM: nSVM: split nested_vmcb_check_controls
Paolo Bonzini
1
-9
/
+14
2020-06-01
KVM: nSVM: remove HF_HIF_MASK
Paolo Bonzini
2
-6
/
+1
2020-06-01
KVM: nSVM: remove HF_VINTR_MASK
Paolo Bonzini
3
-7
/
+5
2020-06-01
KVM: nSVM: synthesize correct EXITINTINFO on vmexit
Paolo Bonzini
2
-14
/
+49
2020-06-01
KVM: SVM: preserve VGIF across VMCB switch
Paolo Bonzini
1
-1
/
+5
2020-06-01
KVM: nSVM: extract svm_set_gif
Paolo Bonzini
3
-37
/
+37
2020-06-01
KVM: nSVM: remove unnecessary if
Paolo Bonzini
1
-2
/
+1
2020-06-01
KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexit
Paolo Bonzini
3
-25
/
+38
2020-06-01
KVM: nSVM: restore clobbered INT_CTL fields after clearing VINTR
Paolo Bonzini
1
-1
/
+9
2020-06-01
KVM: nSVM: save all control fields in svm->nested
Paolo Bonzini
3
-58
/
+39
2020-06-01
KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_area
Paolo Bonzini
1
-6
/
+4
2020-06-01
KVM: nSVM: clean up tsc_offset update
Paolo Bonzini
1
-4
/
+5
2020-06-01
KVM: nSVM: move MMU setup to nested_prepare_vmcb_control
Paolo Bonzini
1
-6
/
+6
2020-06-01
KVM: nSVM: extract preparation of VMCB for nested run
Paolo Bonzini
1
-16
/
+24
2020-06-01
KVM: nSVM: extract load_nested_vmcb_control
Paolo Bonzini
1
-16
/
+22
2020-06-01
KVM: nSVM: move map argument out of enter_svm_guest_mode
Paolo Bonzini
3
-10
/
+9
2020-05-28
KVM: SVM: always update CR3 in VMCB
Paolo Bonzini
2
-16
/
+6
2020-05-28
KVM: nSVM: correctly inject INIT vmexits
Paolo Bonzini
1
-0
/
+27
2020-05-28
KVM: nSVM: remove exit_required
Paolo Bonzini
3
-19
/
+1
2020-05-28
KVM: nSVM: inject exceptions via svm_check_nested_events
Paolo Bonzini
3
-92
/
+54
2020-05-28
KVM: x86: enable event window in inject_pending_event
Paolo Bonzini
1
-12
/
+12
2020-05-27
KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()
Vitaly Kuznetsov
1
-3
/
+3
2020-05-27
KVM: nSVM: leave ASID aside in copy_vmcb_control_area
Paolo Bonzini
1
-1
/
+1
2020-05-27
KVM: nSVM: fix condition for filtering async PF
Paolo Bonzini
1
-2
/
+2
2020-05-27
KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s index
Sean Christopherson
1
-1
/
+1
[next]