aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2010-03-01KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity4-0/+18
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity7-27/+38
2010-03-01KVM: VMX: trace clts and lmsw instructions as cr accessesAvi Kivity1-1/+4
2010-03-01KVM: Fix the explanation of write_emulatedTakuya Yoshikawa1-1/+1
2010-03-01KVM: VMX: Enable EPT 1GB page supportSheng Yang3-4/+16
2010-03-01KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang4-8/+10
2010-03-01KVM: x86: Moving PT_*_LEVEL to mmu.hSheng Yang2-4/+4
2010-03-01KVM: Fill out ftrace exit reason stringsAvi Kivity1-19/+39
2010-03-01KVM: Bump maximum vcpu count to 64Avi Kivity1-1/+1
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti4-15/+15
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti3-26/+30
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti3-10/+13
2010-03-01KVM: x86: switch kvm_set_memory_alias to SRCU updateMarcelo Tosatti2-9/+55
2010-03-01KVM: use SRCU for dirty logMarcelo Tosatti1-8/+41
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti2-15/+19
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti1-22/+29
2010-03-01KVM: modify alias layout in x86s struct kvm_archMarcelo Tosatti2-7/+22
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti3-9/+10
2010-03-01KVM: Add KVM_MMIO kconfig itemAvi Kivity1-0/+1
2010-03-01KVM: SVM: Adjust tsc_offset only if tsc_unstableJoerg Roedel1-8/+10
2010-03-01KVM: VMX: Add instruction rdtscp support for guestSheng Yang5-4/+68
2010-03-01KVM: Add cpuid_update() callback to kvm_x86_opsSheng Yang4-0/+16
2010-03-01x86: Raise vsyscall priority on hotplug notifier chainSheng Yang1-1/+2
2010-03-01KVM: Extended shared_msr_global to per CPUSheng Yang1-22/+33
2010-03-01KVM: VMX: Remove redundant variableSheng Yang1-2/+0
2010-03-01KVM: VMX: Fold ept_update_paging_mode_cr4() into its callerAvi Kivity1-12/+8
2010-03-01KVM: VMX: When using ept, allow the guest to own cr4.pgeAvi Kivity1-0/+2
2010-03-01KVM: VMX: Make guest cr4 mask more conservativeAvi Kivity1-4/+6
2010-03-01KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity5-17/+30
2010-03-01KVM: VMX: Move some cr[04] related constants to vmx.cAvi Kivity2-13/+13
2010-03-01KVM: VMX: Trap and invalid MWAIT/MONITOR instructionSheng Yang2-0/+11
2010-03-01KVM: MMU: Report spte not found in rmap before BUG()Avi Kivity1-0/+1
2010-03-01KVM: x86: raise TSS exception for NULL CS and SS segmentsMarcelo Tosatti1-0/+11
2010-03-01KVM: x86: make double/triple fault promotion generic to all exceptionsEddie Dong1-28/+61
2010-02-28Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-18/+27
2010-02-28Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-8/+170
2010-02-28Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-1/+103
2010-02-28Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-10/+8
2010-02-28Merge branch 'x86-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-22/+121
2010-02-28Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-140/+127
2010-02-28Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-14/+14
2010-02-28Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-58/+68
2010-02-28Merge branch 'x86-io-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-420/+162
2010-02-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-95/+193
2010-02-28Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds12-109/+15
2010-02-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds19-1012/+806
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds18-1378/+2132
2010-02-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-10/+29
2010-02-28Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-106/+198
2010-02-28Merge branches 'core-ipi-for-linus', 'core-locking-for-linus', 'tracing-fixes...Linus Torvalds5-9/+4