index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: move nsec_to_cycles from x86.c to x86.h
Marcelo Tosatti
2016-06-27
1
-6
/
+0
*
KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
Paolo Bonzini
2016-06-02
1
-0
/
+5
*
KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number
Paolo Bonzini
2016-06-02
1
-0
/
+4
*
kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR
Paolo Bonzini
2016-06-02
1
-1
/
+1
*
KVM: Handle MSR_IA32_PERF_CTL
Dmitry Bilunov
2016-06-02
1
-0
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-05-19
1
-28
/
+36
|
\
|
*
svm: Add VMEXIT handlers for AVIC
Suravee Suthikulpanit
2016-05-18
1
-0
/
+2
|
*
KVM: x86: Introducing kvm_x86_ops VM init/destroy hooks
Suravee Suthikulpanit
2016-05-18
1
-0
/
+5
|
*
KVM: halt_polling: provide a way to qualify wakeups during poll
Christian Borntraeger
2016-05-13
1
-0
/
+1
|
*
kvm: Conditionally register IRQ bypass consumer
Alex Williamson
2016-05-11
1
-11
/
+8
|
*
kvm: robustify steal time record
Wanpeng Li
2016-05-03
1
-1
/
+17
|
*
KVM: x86: optimize steal time calculation
Liang Chen
2016-04-20
1
-16
/
+3
*
|
Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes
Ingo Molnar
2016-04-19
1
-16
/
+14
|
\
|
|
*
kvm: x86: do not leak guest xcr0 into host interrupt handlers
David Matlack
2016-04-10
1
-6
/
+4
|
*
KVM: x86: Inject pending interrupt even if pending nmi exist
Yuki Shibuya
2016-04-01
1
-10
/
+10
*
|
x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-2
/
+2
*
|
x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-6
/
+6
|
/
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-03-24
1
-1
/
+1
|
\
|
*
Merge branch 'x86/cleanups' into x86/urgent
Ingo Molnar
2016-03-17
1
-1
/
+1
|
|
\
|
|
*
x86: Fix misspellings in comments
Adam Buchbinder
2016-02-24
1
-1
/
+1
*
|
|
KVM/x86: update the comment of memory barrier in the vcpu_enter_guest()
Lan Tianyu
2016-03-22
1
-2
/
+6
*
|
|
KVM, pkeys: expose CPUID/CR4 to guest
Huaitong Han
2016-03-22
1
-3
/
+6
*
|
|
KVM, pkeys: add pkeys support for permission_fault
Huaitong Han
2016-03-22
1
-1
/
+6
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-03-16
1
-63
/
+95
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch
Paolo Bonzini
2016-03-09
1
-1
/
+1
|
*
|
KVM: i8254: don't assume layout of kvm_kpit_state
Radim Krčmář
2016-03-04
1
-4
/
+8
|
*
|
KVM: i8254: remove notifiers from PIT discard policy
Radim Krčmář
2016-03-04
1
-2
/
+10
|
*
|
KVM: i8254: remove unnecessary uses of PIT state lock
Radim Krčmář
2016-03-04
1
-2
/
+2
|
*
|
KVM: i8254: pass struct kvm_pit instead of kvm in PIT
Radim Krčmář
2016-03-04
1
-11
/
+15
|
*
|
KVM: MMU: apply page track notifier
Xiao Guangrong
2016-03-03
1
-2
/
+2
|
*
|
KVM: page track: add notifier support
Xiao Guangrong
2016-03-03
1
-0
/
+4
|
*
|
KVM: page track: add the framework of guest page tracking
Xiao Guangrong
2016-03-03
1
-0
/
+5
|
*
|
KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed
Xiao Guangrong
2016-03-03
1
-6
/
+8
|
*
|
KVM: x86: pass kvm_get_time_scale arguments in hertz
Paolo Bonzini
2016-02-16
1
-7
/
+7
|
*
|
KVM: x86: fix missed hardware breakpoints
Paolo Bonzini
2016-02-16
1
-0
/
+1
|
*
|
KVM: x86: rewrite handling of scaled TSC for kvmclock
Paolo Bonzini
2016-02-16
1
-7
/
+8
|
*
|
KVM: x86: rename argument to kvm_set_tsc_khz
Paolo Bonzini
2016-02-16
1
-7
/
+7
|
*
|
KVM: x86: consolidate different ways to test for in-kernel LAPIC
Paolo Bonzini
2016-02-09
1
-8
/
+9
|
*
|
KVM: x86: Use vector-hashing to deliver lowest-priority interrupts
Feng Wu
2016-02-09
1
-0
/
+9
|
*
|
KVM: x86: introduce do_shl32_div32
Paolo Bonzini
2016-02-09
1
-8
/
+2
|
|
/
*
|
KVM: x86: fix root cause for missed hardware breakpoints
Paolo Bonzini
2016-02-26
1
-5
/
+4
*
|
KVM: x86: fix missed hardware breakpoints
Paolo Bonzini
2016-02-24
1
-0
/
+1
|
/
*
kvm: rename pfn_t to kvm_pfn_t
Dan Williams
2016-01-16
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-01-12
1
-14
/
+96
|
\
|
*
kvm/x86: Update SynIC timers on guest entry only
Andrey Smetanin
2016-01-08
1
-0
/
+6
|
*
KVM: move architecture-dependent requests to arch/
Paolo Bonzini
2016-01-08
1
-0
/
+15
|
*
kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clock
Nicholas Krause
2016-01-07
1
-1
/
+2
|
*
kvm/x86: Hyper-V SynIC timers
Andrey Smetanin
2015-12-16
1
-0
/
+9
|
*
KVM: x86: expose MSR_TSC_AUX to userspace
Paolo Bonzini
2015-11-25
1
-5
/
+6
|
*
kvm/x86: Hyper-V kvm exit
Andrey Smetanin
2015-11-25
1
-0
/
+6
[next]