summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2010-05-19KVM: Fix wallclock version writing raceAvi Kivity
2010-05-19KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity
2010-05-19KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)Shane Wang
2010-05-19KVM: x86: properly update ready_for_interrupt_injectionMarcelo Tosatti
2010-05-19KVM: VMX: Atomically switch efer if EPT && !EFER.NXAvi Kivity
2010-05-19KVM: VMX: Add facility to atomically switch MSRs on guest entry/exitAvi Kivity
2010-05-19KVM: VMX: Add definitions for guest and host EFER autoswitch vmcs entriesAvi Kivity
2010-05-19KVM: VMX: Add definition for msr autoload entryAvi Kivity
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity
2010-05-19KVM: MMU: cleanup invlpg codeXiao Guangrong
2010-05-19KVM: MMU: move unsync/sync tracpoints to proper placeXiao Guangrong
2010-05-19KVM: MMU: convert mmu tracepointsXiao Guangrong
2010-05-19KVM: MMU: fix for calculating gpa in invlpg codeXiao Guangrong
2010-05-19KVM: Fix mmu shrinker errorGui Jianfeng
2010-05-19KVM: MMU: fix hashing for TDP and non-paging modesEric Northup
2010-05-19perf, x86: P4 PMU -- add missing bit in CCCR maskCyrill Gorcunov
2010-05-19perf, x86: P4_pmu_schedule_events -- use smp_processor_id instead of raw_Cyrill Gorcunov
2010-05-19perf, x86: P4 PMU -- do a real check for ESCR address being in hashCyrill Gorcunov
2010-05-18x86/PCI: make ACPI MCFG reserved error messages ACPI specificFeng Tang
2010-05-18Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-05-18Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-05-18Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-05-18Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-05-18Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-05-18Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-05-18Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-05-18Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-05-18Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-05-18Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-05-18Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-18Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-18Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-05-18Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-05-18Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-18perf, x86: P4 PMU -- fix typo in unflagged NMI handlingCyrill Gorcunov
2010-05-18perf, x86: P4 PMU -- handle unflagged eventsCyrill Gorcunov
2010-05-17x86, hweight: Use a 32-bit popcnt for __arch_hweight32()H. Peter Anvin
2010-05-17x86, hpet: Add reference to chipset erratum documentation for disable-hpet-ms...Andreas Herrmann
2010-05-17IPC driver for Intel Mobile Internet Device (MID) platformsSreedhara DS
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard
2010-05-17KVM: MMU: fix sp->unsync type error in trace event definitionGui Jianfeng
2010-05-17KVM: SVM: Handle MCE intercepts always on host levelJoerg Roedel
2010-05-17KVM: x86: Allow marking an exception as reinjectedJoerg Roedel
2010-05-17KVM: SVM: Report emulated SVM features to userspaceJoerg Roedel
2010-05-17KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel
2010-05-17KVM: SVM: Propagate nested entry failure into guest hypervisorJoerg Roedel
2010-05-17KVM: SVM: Sync cr0 and cr3 to kvm state before nested handlingJoerg Roedel
2010-05-17KVM: SVM: Make sure rip is synced to vmcb before nested vmexitJoerg Roedel