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.13.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
2010-03-01
KVM: switch vcpu context to use SRCU
Marcelo Tosatti
3
-26
/
+30
2010-03-01
KVM: convert io_bus to SRCU
Marcelo Tosatti
3
-10
/
+13
2010-03-01
KVM: x86: switch kvm_set_memory_alias to SRCU update
Marcelo Tosatti
1
-9
/
+51
2010-03-01
KVM: use SRCU for dirty log
Marcelo Tosatti
1
-8
/
+41
2010-03-01
KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update
Marcelo Tosatti
2
-15
/
+19
2010-03-01
KVM: split kvm_arch_set_memory_region into prepare and commit
Marcelo Tosatti
1
-22
/
+29
2010-03-01
KVM: modify alias layout in x86s struct kvm_arch
Marcelo Tosatti
1
-5
/
+16
2010-03-01
KVM: modify memslots layout in struct kvm
Marcelo Tosatti
3
-9
/
+10
2010-03-01
KVM: Add KVM_MMIO kconfig item
Avi Kivity
1
-0
/
+1
2010-03-01
KVM: SVM: Adjust tsc_offset only if tsc_unstable
Joerg Roedel
1
-8
/
+10
2010-03-01
KVM: VMX: Add instruction rdtscp support for guest
Sheng Yang
3
-4
/
+66
2010-03-01
KVM: Add cpuid_update() callback to kvm_x86_ops
Sheng Yang
3
-0
/
+15
2010-03-01
KVM: Extended shared_msr_global to per CPU
Sheng Yang
1
-22
/
+33
2010-03-01
KVM: VMX: Remove redundant variable
Sheng Yang
1
-2
/
+0
2010-03-01
KVM: VMX: Fold ept_update_paging_mode_cr4() into its caller
Avi Kivity
1
-12
/
+8
2010-03-01
KVM: VMX: When using ept, allow the guest to own cr4.pge
Avi Kivity
1
-0
/
+2
2010-03-01
KVM: VMX: Make guest cr4 mask more conservative
Avi Kivity
1
-4
/
+6
2010-03-01
KVM: Add accessor for reading cr4 (or some bits of cr4)
Avi Kivity
4
-17
/
+29
2010-03-01
KVM: VMX: Move some cr[04] related constants to vmx.c
Avi Kivity
1
-0
/
+13
2010-03-01
KVM: VMX: Trap and invalid MWAIT/MONITOR instruction
Sheng Yang
1
-0
/
+10
2010-03-01
KVM: MMU: Report spte not found in rmap before BUG()
Avi Kivity
1
-0
/
+1
2010-03-01
KVM: x86: raise TSS exception for NULL CS and SS segments
Marcelo Tosatti
1
-0
/
+11
2010-03-01
KVM: x86: make double/triple fault promotion generic to all exceptions
Eddie Dong
1
-28
/
+61
2010-02-09
KVM: PIT: control word is write-only
Marcelo Tosatti
1
-0
/
+3
2010-02-09
kvmclock: count total_sleep_time when updating guest clock
Jason Wang
1
-4
/
+3
2010-01-25
KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
Wei Yongjun
1
-2
/
+3
2010-01-25
KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
Wei Yongjun
1
-0
/
+1
2010-01-25
KVM: MMU: bail out pagewalk on kvm_read_guest error
Marcelo Tosatti
1
-1
/
+3
2010-01-25
KVM: x86: Fix host_mapping_level()
Sheng Yang
1
-4
/
+2
2010-01-25
KVM: Fix race between APIC TMR and IRR
Avi Kivity
1
-5
/
+6
2009-12-27
KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates
Jan Kiszka
1
-4
/
+8
2009-12-27
KVM: LAPIC: make sure IRR bitmap is scanned after vm load
Marcelo Tosatti
1
-0
/
+1
2009-12-27
KVM: MMU: remove prefault from invlpg handler
Marcelo Tosatti
1
-18
/
+0
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-33
/
+31
2009-12-10
x86: i8254.c: Add pr_fmt(fmt)
Joe Perches
1
-5
/
+7
2009-12-08
Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-483
/
+1239
2009-12-03
KVM: VMX: Fix comparison of guest efer with stale host value
Avi Kivity
2
-6
/
+7
2009-12-03
KVM: Drop user return notifier when disabling virtualization on a cpu
Avi Kivity
1
-0
/
+9
2009-12-03
KVM: VMX: Disable unrestricted guest when EPT disabled
Sheng Yang
1
-1
/
+3
2009-12-03
KVM: x86 emulator: limit instructions to 15 bytes
Avi Kivity
1
-1
/
+4
2009-12-03
KVM: x86: Add KVM_GET/SET_VCPU_EVENTS
Jan Kiszka
3
-0
/
+129
2009-12-03
KVM: VMX: Report unexpected simultaneous exceptions as internal errors
Avi Kivity
1
-3
/
+8
2009-12-03
KVM: Allow internal errors reported to userspace to carry extra data
Avi Kivity
2
-0
/
+2
2009-12-03
KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUG
Jan Kiszka
1
-6
/
+14
2009-12-03
KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapic
Marcelo Tosatti
1
-0
/
+6
2009-12-03
KVM: x86: disallow multiple KVM_CREATE_IRQCHIP
Marcelo Tosatti
2
-9
/
+27
2009-12-03
KVM: VMX: Remove vmx->msr_offset_efer
Avi Kivity
1
-7
/
+3
2009-12-03
KVM: MMU: update invlpg handler comment
Marcelo Tosatti
1
-1
/
+0
2009-12-03
KVM: VMX: move CR3/PDPTR update to vmx_set_cr3
Marcelo Tosatti
2
-5
/
+4
2009-12-03
KVM: remove duplicated task_switch check
Gleb Natapov
1
-5
/
+0
[next]