index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: mmu: delay mmu audit activation
Sasha Levin
2013-11-20
1
-1
/
+1
*
kvm, vmx: Fix lazy FPU on nested guest
Anthoine Bourgeois
2013-11-13
1
-0
/
+3
*
kvm, cpuid: Fix sparse warning
Borislav Petkov
2013-11-07
1
-3
/
+5
*
kvm: optimize out smp_mb after srcu_read_unlock
Michael S. Tsirkin
2013-11-06
1
-3
/
+4
*
KVM: x86: trace cpuid emulation when called from emulator
Gleb Natapov
2013-11-05
1
-1
/
+1
*
KVM: emulator: cleanup decode_register_operand() a bit
Gleb Natapov
2013-11-05
1
-7
/
+3
*
KVM: emulator: check rex prefix inside decode_register()
Gleb Natapov
2013-11-05
1
-11
/
+7
*
Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue
Gleb Natapov
2013-11-04
1
-2
/
+3
|
\
|
*
kvm: Add struct kvm arg to memslot APIs
Aneesh Kumar K.V
2013-10-17
1
-2
/
+3
*
|
KVM: x86: fix emulation of "movzbl %bpl, %eax"
Paolo Bonzini
2013-11-03
1
-1
/
+4
*
|
KVM: x86: emulate SAHF instruction
Paolo Bonzini
2013-10-31
1
-1
/
+14
*
|
kvm/vmx: error message typo fix
Michael S. Tsirkin
2013-10-31
1
-1
/
+1
*
|
KVM: x86: fix KVM_SET_XCRS loop
Paolo Bonzini
2013-10-31
1
-2
/
+2
*
|
KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVE
Paolo Bonzini
2013-10-31
1
-1
/
+10
*
|
kvm: Create non-coherent DMA registeration
Alex Williamson
2013-10-30
2
-4
/
+21
*
|
kvm/x86: Convert iommu_flags to iommu_noncoherent
Alex Williamson
2013-10-30
2
-2
/
+2
*
|
kvm: Add VFIO device
Alex Williamson
2013-10-30
2
-1
/
+2
*
|
kvm: Emulate MOVBE
Borislav Petkov
2013-10-30
2
-5
/
+66
*
|
kvm, emulator: Add initial three-byte insns support
Borislav Petkov
2013-10-30
1
-0
/
+30
*
|
kvm, emulator: Rename VendorSpecific flag
Borislav Petkov
2013-10-30
2
-9
/
+8
*
|
kvm, emulator: Use opcode length
Borislav Petkov
2013-10-30
2
-4
/
+5
*
|
kvm: Add KVM_GET_EMULATED_CPUID
Borislav Petkov
2013-10-30
3
-11
/
+60
*
|
nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supported
Jan Kiszka
2013-10-28
1
-1
/
+2
*
|
nVMX: Fix pick-up of uninjected NMIs
Jan Kiszka
2013-10-28
1
-1
/
+1
*
|
KVM: nVMX: Report 2MB EPT pages as supported
Jan Kiszka
2013-10-28
1
-1
/
+2
*
|
Powerpc KVM work is based on a commit after rc4.
Gleb Natapov
2013-10-17
1
-13
/
+15
|
\
\
|
|
/
|
/
|
|
*
KVM: nVMX: fix shadow on EPT
Gleb Natapov
2013-10-10
1
-12
/
+12
|
*
KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefined
Gleb Natapov
2013-09-25
1
-1
/
+3
*
|
KVM: Drop FOLL_GET in GUP when doing async page fault
chai wen
2013-10-15
1
-2
/
+2
*
|
KVM: nVMX: Fully support nested VMX preemption timer
Arthur Chunqi Li
2013-10-10
1
-2
/
+40
*
|
KVM: mmu: change useless int return types to void
Paolo Bonzini
2013-10-03
5
-56
/
+35
*
|
KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unload
Paolo Bonzini
2013-10-03
1
-10
/
+4
*
|
KVM: mmu: remove uninteresting MMU "new_cr3" callbacks
Paolo Bonzini
2013-10-03
2
-13
/
+2
*
|
KVM: mmu: remove uninteresting MMU "free" callbacks
Paolo Bonzini
2013-10-03
1
-18
/
+4
*
|
KVM: x86: only copy XSAVE state for the supported features
Paolo Bonzini
2013-10-03
2
-6
/
+33
*
|
KVM: x86: prevent setting unsupported XSAVE states
Paolo Bonzini
2013-10-03
2
-3
/
+23
*
|
KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0
Paolo Bonzini
2013-10-03
2
-1
/
+4
*
|
KVM: Convert kvm_lock back to non-raw spinlock
Paolo Bonzini
2013-09-30
2
-7
/
+6
*
|
KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2
Gleb Natapov
2013-09-30
1
-0
/
+20
*
|
KVM: nVMX: Check all exceptions for intercept during delivery to L2
Gleb Natapov
2013-09-30
1
-8
/
+4
*
|
KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFO
Gleb Natapov
2013-09-30
1
-4
/
+4
*
|
KVM: nVMX: Amend nested_run_pending logic
Gleb Natapov
2013-09-30
1
-14
/
+12
*
|
KVM: nVMX: Enable unrestricted guest mode support
Jan Kiszka
2013-09-24
1
-4
/
+14
*
|
KVM: nVMX: Implement support for EFER saving on VM-exit
Jan Kiszka
2013-09-24
1
-1
/
+3
*
|
KVM: nVMX: Do not set identity page map for L2
Jan Kiszka
2013-09-24
1
-2
/
+4
*
|
KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_state
Jan Kiszka
2013-09-24
1
-1
/
+1
|
/
*
KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...
Gleb Natapov
2013-09-17
1
-0
/
+9
*
KVM: nEPT: reset PDPTR register cache on nested vmentry emulation
Gleb Natapov
2013-09-17
1
-0
/
+4
*
KVM: mmu: allow page tables to be in read-only slots
Paolo Bonzini
2013-09-17
1
-1
/
+19
*
KVM: x86 emulator: emulate RETF imm
Bruce Rogers
2013-09-17
1
-1
/
+13
[next]