index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-28
scripts/spelling.txt: add "an user" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
12
-882
/
+1178
2017-02-21
KVM: VMX: use correct vmcs_read/write for guest segment selector/base
Chao Peng
1
-2
/
+2
2017-02-21
x86/kvm/vmx: Defer TR reload after VM exit
Andy Lutomirski
1
-14
/
+9
2017-02-21
x86/kvm/vmx: Simplify segment_base()
Andy Lutomirski
1
-8
/
+7
2017-02-21
x86/kvm/vmx: Get rid of segment_base() on 64-bit kernels
Andy Lutomirski
1
-4
/
+7
2017-02-21
x86/kvm/vmx: Don't fetch the TSS base from the GDT
Andy Lutomirski
1
-10
/
+4
2017-02-20
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+3
2017-02-20
kvm: fix page struct leak in handle_vmon
Paolo Bonzini
1
-2
/
+7
2017-02-17
KVM: x86: remove code for lazy FPU handling
Paolo Bonzini
4
-145
/
+19
2017-02-17
KVM: race-free exit from KVM_RUN without POSIX signals
Paolo Bonzini
1
-1
/
+5
2017-02-16
KVM: Support vCPU-based gfn->hva cache
Cao, Lei
2
-33
/
+30
2017-02-16
KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls
Paolo Bonzini
1
-22
/
+8
2017-02-15
KVM: svm: inititalize hash table structures directly
David Hildenbrand
1
-4
/
+2
2017-02-15
kvm: nVMX: Refactor nested_vmx_run()
Jim Mattson
1
-49
/
+62
2017-02-15
kvm: nVMX: Split VMCS checks from nested_vmx_run()
Jim Mattson
1
-91
/
+103
2017-02-15
kvm: nVMX: Refactor nested_get_vmcs12_pages()
Jim Mattson
1
-69
/
+69
2017-02-15
kvm: nVMX: Refactor handle_vmptrld()
Jim Mattson
1
-9
/
+13
2017-02-15
kvm: nVMX: Refactor handle_vmon()
Jim Mattson
1
-41
/
+52
2017-02-15
kvm: nVMX: Prepare for checkpointing L2 state
Jim Mattson
1
-29
/
+48
2017-02-15
kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection
Paolo Bonzini
3
-29
/
+34
2017-02-15
KVM: x86: do not scan IRR twice on APICv vmentry
Paolo Bonzini
4
-27
/
+27
2017-02-15
KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callers
Paolo Bonzini
2
-4
/
+7
2017-02-15
KVM: x86: preparatory changes for APICv cleanups
Paolo Bonzini
3
-26
/
+35
2017-02-15
kvm: nVMX: move nested events check to kvm_vcpu_running
Paolo Bonzini
1
-3
/
+3
2017-02-15
KVM: vmx: clear pending interrupts on KVM_SET_LAPIC
Paolo Bonzini
2
-2
/
+10
2017-02-15
kvm: vmx: Use the hardware provided GPA instead of page walk
Paolo Bonzini
1
-0
/
+3
2017-02-09
KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bit
Arnd Bergmann
1
-0
/
+4
2017-02-09
Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-1
/
+2
2017-02-08
KVM: x86: fix compilation
Paolo Bonzini
1
-1
/
+1
2017-02-07
KVM: x86: add KVM_HC_CLOCK_PAIRING hypercall
Marcelo Tosatti
1
-0
/
+66
2017-02-07
KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail
David Hildenbrand
1
-5
/
+5
2017-02-07
KVM: nVMX: kmap() can't fail
David Hildenbrand
1
-9
/
+0
2017-02-03
KVM: x86: do not save guest-unsupported XSAVE state
Radim Krčmář
1
-0
/
+1
2017-02-01
sched/cputime: Convert task/group cputime to nsecs
Frederic Weisbecker
1
-2
/
+3
2017-01-27
kvm: x86: mmu: Verify that restored PTE has needed perms in fast page fault
Junaid Shahid
1
-59
/
+68
2017-01-27
kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_fault
Junaid Shahid
1
-5
/
+5
2017-01-27
kvm: x86: mmu: Update comment in mark_spte_for_access_track
Junaid Shahid
1
-3
/
+3
2017-01-27
kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.c
Junaid Shahid
3
-8
/
+6
2017-01-27
kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constants
Junaid Shahid
1
-3
/
+3
2017-01-21
Revert "KVM: nested VMX: disable perf cpuid reporting"
Jim Mattson
2
-8
/
+0
2017-01-17
kvm: x86: Expose Intel VPOPCNTDQ feature to guest
Piotr Luc
1
-1
/
+1
2017-01-17
Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Radim Krčmář
4
-14
/
+66
2017-01-17
KVM: x86: fix fixing of hypercalls
Dmitry Vyukov
1
-1
/
+2
2017-01-12
KVM: x86: fix emulation of "MOV SS, null selector"
Paolo Bonzini
1
-10
/
+38
2017-01-12
KVM: x86: fix NULL deref in vcpu_scan_ioapic
Wanpeng Li
1
-0
/
+2
2017-01-12
KVM: x86: Introduce segmented_write_std
Steve Rutherford
1
-4
/
+18
2017-01-12
KVM: x86: flush pending lapic jump label updates on module unload
David Matlack
3
-0
/
+8
2017-01-09
kvm: nVMX: Reorder error checks for emulated VMXON
Jim Mattson
1
-3
/
+3
2017-01-09
KVM: lapic: do not scan IRR when delivering an interrupt
Paolo Bonzini
1
-4
/
+15
[next]