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-05-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-20
/
+32
2016-05-25
kvm:vmx: more complete state update on APICv on/off
Roman Kagan
1
-18
/
+30
2016-05-24
svm: bitwise vs logical op typo
Dan Carpenter
1
-2
/
+2
2016-05-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-174
/
+895
2016-05-18
KVM: MTRR: remove MSR 0x2f8
Andy Honig
1
-2
/
+0
2016-05-18
KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same
Paolo Bonzini
3
-9
/
+9
2016-05-18
svm: Manage vcpu load/unload when enable AVIC
Suravee Suthikulpanit
1
-0
/
+89
2016-05-18
svm: Do not intercept CR8 when enable AVIC
Suravee Suthikulpanit
1
-4
/
+12
2016-05-18
svm: Do not expose x2APIC when enable AVIC
Suravee Suthikulpanit
1
-0
/
+12
2016-05-18
KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore
Suravee Suthikulpanit
2
-0
/
+12
2016-05-18
svm: Add VMEXIT handlers for AVIC
Suravee Suthikulpanit
4
-0
/
+341
2016-05-18
svm: Add interrupt injection via AVIC
Suravee Suthikulpanit
1
-4
/
+35
2016-05-18
KVM: x86: Detect and Initialize AVIC support
Suravee Suthikulpanit
1
-1
/
+224
2016-05-18
KVM: x86: Introducing kvm_x86_ops VM init/destroy hooks
Suravee Suthikulpanit
1
-0
/
+5
2016-05-18
KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_reg
Suravee Suthikulpanit
3
-33
/
+33
2016-05-18
KVM: x86: Misc LAPIC changes to expose helper functions
Suravee Suthikulpanit
2
-74
/
+82
2016-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2016-05-16
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-14
/
+14
2016-05-13
KVM: halt_polling: provide a way to qualify wakeups during poll
Christian Borntraeger
1
-0
/
+1
2016-05-11
kvm: Conditionally register IRQ bypass consumer
Alex Williamson
1
-11
/
+8
2016-05-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+5
2016-05-10
x86/kvm: Add stack frame dependency to fastop() inline asm
Josh Poimboeuf
1
-1
/
+5
2016-05-05
mm: thp: kvm: fix memory corruption in KVM with THP enabled
Andrea Arcangeli
1
-2
/
+2
2016-05-05
Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree
Ingo Molnar
1
-0
/
+4
2016-05-03
kvm: robustify steal time record
Wanpeng Li
1
-1
/
+17
2016-04-29
KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset
Bruce Rogers
1
-1
/
+1
2016-04-29
x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase
Andy Lutomirski
1
-1
/
+1
2016-04-28
perf/x86/intel/pt: Don't die on VMXON
Alexander Shishkin
1
-0
/
+4
2016-04-20
KVM: add missing memory barrier in kvm_{make,check}_request
Paolo Bonzini
1
-3
/
+0
2016-04-20
KVM: MMU: skip obsolete sp in for_each_gfn_*()
Xiao Guangrong
1
-16
/
+12
2016-04-20
KVM: x86: optimize steal time calculation
Liang Chen
1
-16
/
+3
2016-04-19
Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes
Ingo Molnar
7
-28
/
+39
2016-04-18
treewide: Fix typos in printk
Masanari Iida
1
-1
/
+1
2016-04-13
x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usage
Borislav Petkov
2
-3
/
+3
2016-04-13
x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage
Borislav Petkov
2
-7
/
+7
2016-04-13
Merge branch 'x86/cpu' into x86/asm, to merge more patches
Ingo Molnar
1
-1
/
+2
2016-04-13
x86/vdso: Remove direct HPET access through the vDSO
Andy Lutomirski
1
-2
/
+1
2016-04-10
KVM: x86: mask CPUID(0xD,0x1).EAX against host value
Paolo Bonzini
1
-0
/
+1
2016-04-10
kvm: x86: do not leak guest xcr0 into host interrupt handlers
David Matlack
1
-6
/
+4
2016-04-10
KVM: MMU: fix permission_fault()
Xiao Guangrong
2
-6
/
+5
2016-04-05
kvm: x86: make lapic hrtimer pinned
Luiz Capitulino
1
-4
/
+4
2016-04-01
kvm: set page dirty only if page has been writable
Yu Zhao
1
-2
/
+10
2016-04-01
KVM: Hyper-V: do not do hypercall userspace exits if SynIC is disabled
Paolo Bonzini
1
-0
/
+5
2016-04-01
KVM: x86: Inject pending interrupt even if pending nmi exist
Yuki Shibuya
1
-10
/
+10
2016-03-31
x86/cpufeature: Remove cpu_has_gbpages
Borislav Petkov
1
-1
/
+2
2016-03-24
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-5
/
+5
2016-03-22
KVM: page_track: fix access to NULL slot
Paolo Bonzini
1
-2
/
+7
2016-03-22
KVM/x86: update the comment of memory barrier in the vcpu_enter_guest()
Lan Tianyu
1
-2
/
+6
2016-03-22
KVM/x86: Call smp_wmb() before increasing tlbs_dirty
Lan Tianyu
1
-0
/
+11
2016-03-22
KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page...
Lan Tianyu
1
-4
/
+3
[next]