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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-16
kvm: x86: cpuid: remove the unnecessary variable
Jiang Biao
1
-2
/
+2
2016-11-16
kvm: x86: make a function in x86.c static to avoid compiling warning
Jiang Biao
1
-1
/
+1
2016-11-16
kvm: x86: make function static to avoid compiling warning
Jiang Biao
1
-1
/
+1
2016-11-09
Merge tag 'tags/for-kvmgt' into HEAD
Paolo Bonzini
2
-4
/
+10
2016-11-04
kvm/page_track: export symbols for external usage
Jike Song
1
-0
/
+4
2016-11-04
kvm/page_track: call notifiers with kvm_page_track_notifier_node
Jike Song
2
-4
/
+6
2016-11-04
KVM: x86: add track_flush_slot page track notifier
Xiaoguang Chen
3
-1
/
+33
2016-11-03
kvm: x86: avoid atomic operations on APICv vmentry
Paolo Bonzini
2
-3
/
+17
2016-11-02
KVM: nVMX: support descriptor table exits
Paolo Bonzini
1
-0
/
+3
2016-11-02
KVM: x86: use ktime_get instead of seeking the hrtimer_clock_base
Paolo Bonzini
1
-4
/
+4
2016-11-02
KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer support
Wanpeng Li
2
-28
/
+76
2016-11-02
KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timer
Wanpeng Li
1
-8
/
+8
2016-11-02
KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()
Wanpeng Li
3
-1
/
+11
2016-11-02
KVM: LAPIC: guarantee the timer is in tsc-deadline mode
Wanpeng Li
1
-2
/
+2
2016-11-02
KVM: LAPIC: extract start_sw_period() to handle periodic/oneshot mode
Wanpeng Li
1
-42
/
+47
2016-11-02
kvm: x86: remove the misleading comment in vmx_handle_external_intr
Longpeng(Mike)
1
-5
/
+0
2016-11-02
KVM: x86: add track_flush_slot page track notifier
Xiaoguang Chen
3
-1
/
+33
2016-11-02
KVM: VMX: refactor setup of global page-sized bitmaps
Radim Krčmář
1
-82
/
+38
2016-11-02
KVM: VMX: join functions that disable x2apic msr intercepts
Radim Krčmář
1
-36
/
+15
2016-11-02
KVM: VMX: remove functions that enable msr intercepts
Radim Krčmář
1
-53
/
+4
2016-11-02
kvm: nVMX: Update MSR load counts on a VMCS switch
Jim Mattson
1
-0
/
+11
2016-11-02
kvm: nVMX: Fetch VM_INSTRUCTION_ERROR from vmcs02 on vmx->fail
Jim Mattson
1
-1
/
+5
2016-11-02
KVM: X86: MMU: no mmu_notifier_seq++ in kvm_age_hva
Peter Feiner
1
-9
/
+1
2016-11-02
KVM: VMX: Better name x2apic msr bitmaps
Wanpeng Li
1
-36
/
+36
2016-11-02
kvm: x86: Check memopp before dereference (CVE-2016-8630)
Owen Hofmann
1
-1
/
+1
2016-11-02
kvm: nVMX: VMCLEAR an active shadow VMCS after last use
Jim Mattson
1
-7
/
+15
2016-11-02
KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCK
Paolo Bonzini
3
-62
/
+6
2016-11-01
x86/fpu, kvm: Remove host CR0.TS manipulation
Andy Lutomirski
2
-13
/
+4
2016-11-01
Merge branch 'core/urgent' into x86/fpu, to merge fixes
Ingo Molnar
2
-3
/
+3
2016-10-28
KVM: x86: fix wbinvd_dirty_mask use-after-free
Ido Yariv
1
-1
/
+3
2016-10-27
kvm/x86: Show WRMSR data is in hex
Borislav Petkov
1
-3
/
+3
2016-10-27
kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID types
Jim Mattson
1
-2
/
+2
2016-10-20
kvm: x86: memset whole irq_eoi
Jiri Slaby
1
-1
/
+1
2016-10-20
kvm/x86: Fix unused variable warning in kvm_timer_init()
Borislav Petkov
1
-2
/
+2
2016-10-16
Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflict
Ingo Molnar
12
-206
/
+860
2016-10-11
kthread: kthread worker API cleanup
Petr Mladek
1
-7
/
+7
2016-10-07
x86/fpu, kvm: Remove KVM vcpu->fpu_counter
Rik van Riel
1
-3
/
+1
2016-10-07
x86/fpu: Remove use_eager_fpu()
Andy Lutomirski
2
-13
/
+1
2016-10-06
Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-199
/
+853
2016-09-23
KVM: nVMX: Fix the NMI IDT-vectoring handling
Wanpeng Li
1
-15
/
+16
2016-09-23
KVM: VMX: Enable MSR-BASED TPR shadow even if APICv is inactive
Wanpeng Li
1
-38
/
+94
2016-09-23
KVM: nVMX: Fix reload apic access page warning
Wanpeng Li
1
-1
/
+1
2016-09-20
kvm: svm: fix unsigned compare less than zero comparison
Colin Ian King
1
-4
/
+5
2016-09-20
KVM: x86: Hyper-V tsc page setup
Paolo Bonzini
3
-20
/
+148
2016-09-20
KVM: x86: introduce get_kvmclock_ns
Paolo Bonzini
3
-18
/
+38
2016-09-20
KVM: x86: initialize kvmclock_offset
Paolo Bonzini
1
-0
/
+1
2016-09-20
KVM: x86: always fill in vcpu->arch.hv_clock
Paolo Bonzini
1
-50
/
+59
2016-09-20
Merge branch 'linus' into x86/asm, to pick up fixes
Ingo Molnar
2
-5
/
+7
2016-09-18
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2016-09-16
kvm: x86: export TSC information to user-space
Luiz Capitulino
1
-1
/
+50
[prev]
[next]