summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Don't allow nested guest to VMMCALL into hostJoerg Roedel2010-07-051-2/+7
* KVM: x86: Inject #GP with the right rip on efer writesRoedel, Joerg2010-07-051-19/+12
* KVM: x86: Add missing locking to arch specific vcpu ioctlsAvi Kivity2010-07-051-0/+6
* KVM: Fix wallclock version writing raceAvi Kivity2010-07-051-2/+10
* KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity2010-07-051-0/+9
* KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)Shane Wang2010-07-053-13/+25
* KVM: MMU: Segregate shadow pages with different cr0.wpAvi Kivity2010-07-052-1/+3
* KVM: x86: Check LMA bit before set_eferSheng Yang2010-07-051-2/+2
* KVM: Don't allow lmsw to clear cr0.peAvi Kivity2010-07-051-1/+1
* x86, paravirt: Add a global synchronization point for pvclockGlauber Costa2010-07-051-0/+24
* KVM: SVM: Report emulated SVM features to userspaceJoerg Roedel2010-07-051-0/+10
* KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel2010-07-054-0/+15
* KVM: SVM: Fix wrong interrupt injection in enable_irq_windowsJoerg Roedel2010-07-051-9/+8
* KVM: SVM: Don't sync nested cr8 to lapic and backJoerg Roedel2010-07-051-15/+31
* KVM: SVM: Fix nested msr intercept handlingJoerg Roedel2010-07-051-10/+3
* KVM: SVM: Sync all control registers on nested vmexitJoerg Roedel2010-07-051-0/+4
* KVM: SVM: Fix schedule-while-atomic on nested exception handlingJoerg Roedel2010-07-051-4/+19
* KVM: SVM: Don't use kmap_atomic in nested_svm_mapJoerg Roedel2010-07-051-23/+24
* perf_events: Fix resource leak in x86 __hw_perf_event_init()Stephane Eranian2010-07-051-1/+4
* arch/x86/kernel: Add missing spin_unlockJulia Lawall2010-07-051-3/+9
* xen: ensure timer tick is resumed even on CPU driving the resumeIan Campbell2010-07-051-2/+2
* x86, setup: Phoenix BIOS fixup is needed on Dell Inspiron Mini 1012Gabor Gombas2010-07-051-0/+11
* x86/amd-iommu: Fall back to GART if initialization failsJoerg Roedel2010-07-052-4/+9
* x86/amd-iommu: Fix crash when request_mem_region failsJoerg Roedel2010-07-051-3/+8
* oprofile/x86: fix uninitialized counter usage during cpu hotplugRobert Richter2010-07-051-2/+8
* x86, amd: Check X86_FEATURE_OSVW bit before accessing OSVW MSRsAndreas Herrmann2010-05-261-5/+7
* x86, cacheinfo: Turn off L3 cache index disable feature in virtualized enviro...Frank Arnold2010-05-261-0/+4
* x86, k8: Fix build error when K8_NB is disabledBorislav Petkov2010-05-261-0/+5
* x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD sys...Borislav Petkov2010-05-123-3/+17
* x86: Fix NULL pointer access in irq_force_complete_move() for Xen guestsPrarit Bhargava2010-05-121-0/+3
* x86: Disable large pages on CPUs with Atom erratum AAE44H. Peter Anvin2010-05-121-0/+21
* x86-64: Clear a 64-bit FS/GS base on fork if selector is nonzeroH. Peter Anvin2010-05-121-2/+2
* powernow-k8: Fix frequency reportingMark Langsdorf2010-05-121-1/+2
* x86/gart: Disable GART explicitly before initializationJoerg Roedel2010-04-262-1/+17
* KVM: x86: Fix TSS size check for 16-bit tasksJan Kiszka2010-04-261-1/+5
* KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa2010-04-261-2/+2
* KVM: MMU: fix kvm_mmu_zap_page() and its calling pathXiao Guangrong2010-04-261-4/+7
* KVM: VMX: Save/restore rflags.vm correctly in real modeAvi Kivity2010-04-261-9/+15
* KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTLAndre Przywara2010-04-261-2/+6
* KVM: Don't spam kernel log when injecting exceptions due to bad cr writesAvi Kivity2010-04-261-27/+0
* KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() failsTakuya Yoshikawa2010-04-261-10/+15
* KVM: VMX: Update instruction length on intercepted BPJan Kiszka2010-04-261-0/+13
* perf_events, x86: Implement Intel Westmere/Nehalem-EX supportPeter Zijlstra2010-04-261-1/+103
* x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDsSeth Heasley2010-04-261-0/+2
* x86-64, rwsem: Avoid store forwarding hazard in __downgrade_writeAvi Kivity2010-04-261-20/+5
* x86-64: support native xadd rwsem implementationLinus Torvalds2010-04-263-1/+83
* x86-64, rwsem: 64-bit xadd rwsem implementationH. Peter Anvin2010-04-261-13/+40
* x86: clean up rwsem type systemLinus Torvalds2010-04-261-10/+15
* x86-32: clean up rwsem inline asm statementsLinus Torvalds2010-04-261-15/+15
* x86, cacheinfo: Enable L3 CID only on AMDBorislav Petkov2010-04-261-88/+98