Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
6b52d18605f580bdffaffd48c8da228c3e848deb
/
arch
/
x86
/
kvm
6b52d18
KVM: Activate fpu on clts
by Avi Kivity
· 15 years ago
e5bb402
KVM: Drop kvm_{load,put}_guest_fpu() exports
by Avi Kivity
· 15 years ago
2608d7a
KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_active
by Avi Kivity
· 15 years ago
ab34482
KVM: x86: fix checking of cr0 validity
by Gleb Natapov
· 15 years ago
727f5a2
KVM: SVM: Trap all debug register accesses
by Jan Kiszka
· 15 years ago
c76de35
KVM: SVM: Clean up and enhance mov dr emulation
by Jan Kiszka
· 15 years ago
fd7373c
KVM: VMX: Clean up DR6 emulation
by Jan Kiszka
· 15 years ago
138ac8d
KVM: VMX: Fix emulation of DR4 and DR5
by Jan Kiszka
· 15 years ago
f248341
KVM: VMX: Fix exceptions of mov to dr
by Jan Kiszka
· 15 years ago
b60d513
KVM: x86: Use macros for x86_emulate_ops to avoid future mistakes
by Takuya Yoshikawa
· 15 years ago
6474920
KVM: fix cleanup_srcu_struct on vm destruction
by Marcelo Tosatti
· 15 years ago
ccd4693
KVM: fix Hyper-V hypercall warnings and wrong mask value
by Gleb Natapov
· 15 years ago
7062dca
KVM: VMX: Remove emulation failure report
by Sheng Yang
· 15 years ago
8dae444
KVM: rename is_writeble_pte() to is_writable_pte()
by Takuya Yoshikawa
· 15 years ago
c25bc16
KVM: Implement NotifyLongSpinWait HYPER-V hypercall
by Gleb Natapov
· 15 years ago
10388a0
KVM: Add HYPER-V apic access MSRs
by Gleb Natapov
· 15 years ago
55cd8e5
KVM: Implement bare minimum of HYPER-V MSRs
by Gleb Natapov
· 15 years ago
4610c83
KVM: SVM: Lazy fpu with npt
by Avi Kivity
· 15 years ago
d225157
KVM: SVM: Selective cr0 intercept
by Avi Kivity
· 15 years ago
888f9f3
KVM: SVM: Restore unconditional cr0 intercept under npt
by Avi Kivity
· 15 years ago
bff7827
KVM: SVM: Initialize fpu_active in init_vmcb()
by Avi Kivity
· 15 years ago
f9a48e6
KVM: Set cr0.et when the guest writes cr0
by Avi Kivity
· 15 years ago
edcafe3
KVM: VMX: Give the guest ownership of cr0.ts when the fpu is active
by Avi Kivity
· 15 years ago
02daab2
KVM: Lazify fpu activation and deactivation
by Avi Kivity
· 15 years ago
e8467fd
KVM: VMX: Allow the guest to own some cr0 bits
by Avi Kivity
· 15 years ago
4d4ec08
KVM: Replace read accesses of vcpu->arch.cr0 by an accessor
by Avi Kivity
· 15 years ago
a1f83a7
KVM: VMX: trace clts and lmsw instructions as cr accesses
by Avi Kivity
· 15 years ago
878403b
KVM: VMX: Enable EPT 1GB page support
by Sheng Yang
· 15 years ago
17cc393
KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_ops
by Sheng Yang
· 15 years ago
c9c5417
KVM: x86: Moving PT_*_LEVEL to mmu.h
by Sheng Yang
· 15 years ago
f4c9e87
KVM: Fill out ftrace exit reason strings
by Avi Kivity
· 15 years ago
79fac95
KVM: convert slots_lock to a mutex
by Marcelo Tosatti
· 15 years ago
f656ce0
KVM: switch vcpu context to use SRCU
by Marcelo Tosatti
· 15 years ago
e93f8a0
KVM: convert io_bus to SRCU
by Marcelo Tosatti
· 15 years ago
a983fb2
KVM: x86: switch kvm_set_memory_alias to SRCU update
by Marcelo Tosatti
· 15 years ago
b050b01
KVM: use SRCU for dirty log
by Marcelo Tosatti
· 15 years ago
bc6678a
KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update
by Marcelo Tosatti
· 15 years ago
f7784b8
KVM: split kvm_arch_set_memory_region into prepare and commit
by Marcelo Tosatti
· 15 years ago
fef9cce
KVM: modify alias layout in x86s struct kvm_arch
by Marcelo Tosatti
· 15 years ago
46a26bf
KVM: modify memslots layout in struct kvm
by Marcelo Tosatti
· 15 years ago
50eb2a3
KVM: Add KVM_MMIO kconfig item
by Avi Kivity
· 15 years ago
953899b
KVM: SVM: Adjust tsc_offset only if tsc_unstable
by Joerg Roedel
· 15 years ago
4e47c7a
KVM: VMX: Add instruction rdtscp support for guest
by Sheng Yang
· 15 years ago
0e85188
KVM: Add cpuid_update() callback to kvm_x86_ops
by Sheng Yang
· 15 years ago
2bf78fa
KVM: Extended shared_msr_global to per CPU
by Sheng Yang
· 15 years ago
8a7e3f0
KVM: VMX: Remove redundant variable
by Sheng Yang
· 15 years ago
bc23008
KVM: VMX: Fold ept_update_paging_mode_cr4() into its caller
by Avi Kivity
· 15 years ago
ce03e4f
KVM: VMX: When using ept, allow the guest to own cr4.pge
by Avi Kivity
· 15 years ago
4c38609
KVM: VMX: Make guest cr4 mask more conservative
by Avi Kivity
· 15 years ago
fc78f51
KVM: Add accessor for reading cr4 (or some bits of cr4)
by Avi Kivity
· 15 years ago
cdc0e24
KVM: VMX: Move some cr[04] related constants to vmx.c
by Avi Kivity
· 15 years ago
5970867
KVM: VMX: Trap and invalid MWAIT/MONITOR instruction
by Sheng Yang
· 15 years ago
186a3e5
KVM: MMU: Report spte not found in rmap before BUG()
by Avi Kivity
· 15 years ago
cb84b55
KVM: x86: raise TSS exception for NULL CS and SS segments
by Marcelo Tosatti
· 15 years ago
3fd28fc
KVM: x86: make double/triple fault promotion generic to all exceptions
by Eddie Dong
· 15 years ago
ee73f65
KVM: PIT: control word is write-only
by Marcelo Tosatti
· 15 years ago
923de3c
kvmclock: count total_sleep_time when updating guest clock
by Jason Wang
· 15 years ago
443c39b
KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
by Wei Yongjun
· 15 years ago
36cb93f
KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
by Wei Yongjun
· 15 years ago
a6085fb
KVM: MMU: bail out pagewalk on kvm_read_guest error
by Marcelo Tosatti
· 15 years ago
82b7005
KVM: x86: Fix host_mapping_level()
by Sheng Yang
· 15 years ago
a5d36f8
KVM: Fix race between APIC TMR and IRR
by Avi Kivity
· 15 years ago
dab4b91
KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates
by Jan Kiszka
· 15 years ago
6e24a6e
KVM: LAPIC: make sure IRR bitmap is scanned after vm load
by Marcelo Tosatti
· 15 years ago
fb341f5
KVM: MMU: remove prefault from invlpg handler
by Marcelo Tosatti
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
a78d9626
x86: i8254.c: Add pr_fmt(fmt)
by Joe Perches
· 15 years ago
ed9216c
Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 15 years ago
d569672
KVM: VMX: Fix comparison of guest efer with stale host value
by Avi Kivity
· 15 years ago
3548bab
KVM: Drop user return notifier when disabling virtualization on a cpu
by Avi Kivity
· 15 years ago
046d871
KVM: VMX: Disable unrestricted guest when EPT disabled
by Sheng Yang
· 15 years ago
eb3c79e
KVM: x86 emulator: limit instructions to 15 bytes
by Avi Kivity
· 15 years ago
3cfc309
KVM: x86: Add KVM_GET/SET_VCPU_EVENTS
by Jan Kiszka
· 15 years ago
65ac726
KVM: VMX: Report unexpected simultaneous exceptions as internal errors
by Avi Kivity
· 15 years ago
a9c7399
KVM: Allow internal errors reported to userspace to carry extra data
by Avi Kivity
· 15 years ago
4f926bf2
KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUG
by Jan Kiszka
· 15 years ago
2204ae3
KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapic
by Marcelo Tosatti
· 15 years ago
3ddea12
KVM: x86: disallow multiple KVM_CREATE_IRQCHIP
by Marcelo Tosatti
· 15 years ago
92c0d90
KVM: VMX: Remove vmx->msr_offset_efer
by Avi Kivity
· 15 years ago
5f5c35a
KVM: MMU: update invlpg handler comment
by Marcelo Tosatti
· 15 years ago
7c93be4
KVM: VMX: move CR3/PDPTR update to vmx_set_cr3
by Marcelo Tosatti
· 15 years ago
1655e3a
KVM: remove duplicated task_switch check
by Gleb Natapov
· 15 years ago
26bb098
KVM: VMX: Use shared msr infrastructure
by Avi Kivity
· 15 years ago
18863bd
KVM: x86 shared msr infrastructure
by Avi Kivity
· 15 years ago
44ea2b1
KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr area
by Avi Kivity
· 15 years ago
3ce672d
KVM: SVM: init_vmcb(): remove redundant save->cr0 initialization
by Eduardo Habkost
· 15 years ago
18fa000
KVM: SVM: Reset cr0 properly on vcpu reset
by Eduardo Habkost
· 15 years ago
fa40052
KVM: VMX: Use macros instead of hex value on cr0 initialization
by Eduardo Habkost
· 15 years ago
afbcf7a
KVM: allow userspace to adjust kvmclock offset
by Glauber Costa
· 15 years ago
6be7d30
KVM: SVM: Cleanup NMI singlestep
by Jan Kiszka
· 15 years ago
94fe45d
KVM: x86: Fix guest single-stepping while interruptible
by Jan Kiszka
· 15 years ago
ffde22a
KVM: Xen PV-on-HVM guest support
by Ed Swierk
· 15 years ago
94c30d9
KVM: x86: Drop unneeded CONFIG_HAS_IOMEM check
by Jan Kiszka
· 15 years ago
9fb41ba
KVM: VMX: fix handle_pause declaration
by Marcelo Tosatti
· 15 years ago
6b7d7e7
KVM: x86: Harden against cpufreq
by Zachary Amsden
· 15 years ago
565d099
KVM: SVM: Support Pause Filter in AMD processors
by Mark Langsdorf
· 15 years ago
4b8d54f
KVM: VMX: Add support for Pause-Loop Exiting
by Zhai, Edwin
· 15 years ago
d36f19e
KVM: SVM: Remove nsvm_printk debugging code
by Joerg Roedel
· 15 years ago
532a46b
KVM: SVM: Add tracepoint for skinit instruction
by Joerg Roedel
· 15 years ago
ec1ff79
KVM: SVM: Add tracepoint for invlpga instruction
by Joerg Roedel
· 15 years ago
Next »