index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-10-06
1
-30
/
+387
|
\
|
*
kvm: svm: fix unsigned compare less than zero comparison
Colin Ian King
2016-09-20
1
-4
/
+5
|
*
kvm: x86: drop read_tsc_offset()
Luiz Capitulino
2016-09-16
1
-8
/
+0
|
*
svm: Implements update_pi_irte hook to setup posted interrupt
Suravee Suthikulpanit
2016-09-08
1
-19
/
+266
|
*
svm: Introduce AMD IOMMU avic_ga_log_notifier
Suravee Suthikulpanit
2016-09-08
1
-2
/
+68
|
*
svm: Introduces AVIC per-VM ID
Suravee Suthikulpanit
2016-09-08
1
-0
/
+51
*
|
x86: Apply more __ro_after_init and const
Kees Cook
2016-08-10
1
-1
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-08-02
1
-1
/
+7
|
\
|
*
KVM: x86: use guest_exit_irqoff
Paolo Bonzini
2016-07-01
1
-0
/
+6
|
*
KVM: x86: Fix typos
Andrea Gelmini
2016-06-14
1
-1
/
+1
*
|
kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APIC
Suravee Suthikulpanit
2016-06-16
1
-5
/
+10
*
|
kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid()
Suravee Suthikulpanit
2016-06-16
1
-3
/
+3
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-05-27
1
-2
/
+2
|
\
|
*
svm: bitwise vs logical op typo
Dan Carpenter
2016-05-24
1
-2
/
+2
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-05-19
1
-9
/
+661
|
\
|
|
*
KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same
Paolo Bonzini
2016-05-18
1
-1
/
+1
|
*
svm: Manage vcpu load/unload when enable AVIC
Suravee Suthikulpanit
2016-05-18
1
-0
/
+89
|
*
svm: Do not intercept CR8 when enable AVIC
Suravee Suthikulpanit
2016-05-18
1
-4
/
+12
|
*
svm: Do not expose x2APIC when enable AVIC
Suravee Suthikulpanit
2016-05-18
1
-0
/
+12
|
*
KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore
Suravee Suthikulpanit
2016-05-18
1
-0
/
+10
|
*
svm: Add VMEXIT handlers for AVIC
Suravee Suthikulpanit
2016-05-18
1
-0
/
+279
|
*
svm: Add interrupt injection via AVIC
Suravee Suthikulpanit
2016-05-18
1
-4
/
+35
|
*
KVM: x86: Detect and Initialize AVIC support
Suravee Suthikulpanit
2016-05-18
1
-1
/
+224
*
|
x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase
Andy Lutomirski
2016-04-29
1
-1
/
+1
|
/
*
KVM, pkeys: add pkeys support for permission_fault
Huaitong Han
2016-03-22
1
-0
/
+8
*
kvm/x86: Pass return code of kvm_emulate_hypercall
Andrey Smetanin
2016-02-16
1
-2
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-01-12
1
-5
/
+32
|
\
|
*
KVM: svm: add support for RDTSCP
Paolo Bonzini
2015-11-25
1
-1
/
+23
|
*
kvm/x86: per-vcpu apicv deactivation support
Andrey Smetanin
2015-11-25
1
-3
/
+8
|
*
kvm/x86: split ioapic-handled and EOI exit bitmaps
Andrey Smetanin
2015-11-25
1
-1
/
+1
*
|
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-01-11
1
-0
/
+17
|
\
\
|
*
|
x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR
Borislav Petkov
2015-11-24
1
-0
/
+17
|
|
/
*
/
kvm: x86: move tracepoints outside extended quiescent state
Paolo Bonzini
2015-12-11
1
-2
/
+2
|
/
*
KVM: x86: rename update_db_bp_intercept to update_bp_intercept
Paolo Bonzini
2015-11-10
1
-1
/
+1
*
KVM: svm: unconditionally intercept #DB
Paolo Bonzini
2015-11-10
1
-11
/
+3
*
KVM: x86: work around infinite loop in microcode when #AC is delivered
Eric Northup
2015-11-10
1
-0
/
+8
*
KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()
Haozhong Zhang
2015-11-10
1
-2
/
+1
*
KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()
Haozhong Zhang
2015-11-10
1
-8
/
+2
*
KVM: x86: Replace call-back compute_tsc_offset() with a common function
Haozhong Zhang
2015-11-10
1
-10
/
+0
*
KVM: x86: Replace call-back set_tsc_khz() with a common function
Haozhong Zhang
2015-11-10
1
-36
/
+0
*
KVM: x86: Add a common TSC scaling function
Haozhong Zhang
2015-11-10
1
-44
/
+4
*
KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch
Haozhong Zhang
2015-11-10
1
-15
/
+11
*
KVM: x86: Collect information for setting TSC scaling ratio
Haozhong Zhang
2015-11-10
1
-0
/
+3
*
kvm: x86: zero EFER on INIT
Paolo Bonzini
2015-10-19
1
-6
/
+5
*
kvm: svm: Only propagate next_rip when guest supports it
Joerg Roedel
2015-10-16
1
-1
/
+10
*
KVM: x86: unify handling of interrupt window
Paolo Bonzini
2015-10-01
1
-13
/
+0
*
KVM: x86: introduce lapic_in_kernel
Paolo Bonzini
2015-10-01
1
-2
/
+2
*
KVM: x86: replace vm_has_apicv hook with cpu_uses_apicv
Paolo Bonzini
2015-10-01
1
-2
/
+2
*
KVM: x86: store IOAPIC-handled vectors in each VCPU
Paolo Bonzini
2015-10-01
1
-1
/
+1
*
Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
Dirk Müller
2015-10-01
1
-1
/
+1
[next]