summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-04-26x86/gart: Disable GART explicitly before initializationJoerg Roedel2-1/+17
2010-04-26KVM: x86: Fix TSS size check for 16-bit tasksJan Kiszka1-1/+5
2010-04-26KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa2-6/+7
2010-04-26KVM: MMU: fix kvm_mmu_zap_page() and its calling pathXiao Guangrong1-4/+7
2010-04-26KVM: VMX: Save/restore rflags.vm correctly in real modeAvi Kivity1-9/+15
2010-04-26KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTLAndre Przywara1-2/+6
2010-04-26KVM: Don't spam kernel log when injecting exceptions due to bad cr writesAvi Kivity1-27/+0
2010-04-26KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() failsTakuya Yoshikawa1-10/+15
2010-04-26perf_events, x86: Implement Intel Westmere/Nehalem-EX supportPeter Zijlstra1-1/+103
2010-04-26x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDsSeth Heasley1-0/+2
2010-04-26x86-64, rwsem: Avoid store forwarding hazard in __downgrade_writeAvi Kivity1-20/+5
2010-04-26x86: Fix breakage of UML from the changes in the rwsem systemLinus Torvalds1-1/+2
2010-04-26x86-64: support native xadd rwsem implementationLinus Torvalds3-1/+83
2010-04-26x86-64, rwsem: 64-bit xadd rwsem implementationH. Peter Anvin1-13/+40
2010-04-26x86: clean up rwsem type systemLinus Torvalds1-10/+15
2010-04-26x86-32: clean up rwsem inline asm statementsLinus Torvalds1-15/+15
2010-04-26x86, cacheinfo: Enable L3 CID only on AMDBorislav Petkov1-88/+98
2010-04-26x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1Borislav Petkov1-3/+3
2010-04-26x86, cacheinfo: Calculate L3 indicesBorislav Petkov1-4/+31
2010-04-26x86, cacheinfo: Add cache index disable sysfs attrs only to L3 cachesBorislav Petkov1-9/+26
2010-04-26x86, cacheinfo: Fix disabling of L3 cache indicesBorislav Petkov1-13/+21
2010-04-26x86, lib: Add wbinvd smp helpersBorislav Petkov3-1/+29
2010-04-26Revert "x86: disable IOMMUs on kernel crash"Chris Wright1-6/+0
2010-04-26x86/amd-iommu: enable iommu before attaching devicesChris Wright1-2/+4
2010-04-26x86/amd-iommu: Use helper function to destroy domainJoerg Roedel1-3/+1
2010-04-26x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boardsSuresh Siddha1-0/+2
2010-04-26x86, hpet: Erratum workaround for read after write of HPET comparatorPallipadi, Venkatesh1-1/+7
2010-04-26x86: hpet: Make WARN_ON understandableThomas Gleixner1-4/+15
2010-04-26x86-32, resume: do a global tlb flush in S4 resumeShaohua Li1-8/+7
2010-04-26ARM: 6031/1: fix Thumb-2 decompressorRabin Vincent1-1/+1
2010-04-26KVM: x86: disable paravirt mmu reportingMarcelo Tosatti1-2/+2
2010-04-26KVM: VMX: Disable unrestricted guest when EPT disabledSheng Yang1-1/+3
2010-04-26KVM: SVM: Reset cr0 properly on vcpu resetEduardo Habkost1-4/+5
2010-04-26KVM: VMX: Use macros instead of hex value on cr0 initializationEduardo Habkost1-1/+1
2010-04-26KVM: VMX: Update instruction length on intercepted BPJan Kiszka1-0/+13
2010-04-26KVM: Fix segment descriptor loadingGleb Natapov3-46/+158
2010-04-26KVM: x86 emulator: Fix popf emulationGleb Natapov1-1/+54
2010-04-26KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov3-13/+87
2010-04-26KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov7-50/+142
2010-04-26KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov3-8/+10
2010-04-26x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config spaceAndreas Herrmann3-38/+17
2010-04-26sh: Fix FDPIC binary loaderAndrew Stubbs1-2/+4
2010-04-26sh: Enable the mmu in start_secondary()Matt Fleming1-0/+1
2010-04-02x86: Fix sched_clock_cpu for systems with unsynchronized TSCDimitri Sivanich1-1/+2
2010-04-02sh: Fix zImage boot using fixed PMB.Nobuhiro Iwamatsu1-1/+1
2010-04-02x86, amd: Restrict usage of c1e_idle()Andreas Herrmann2-8/+26
2010-04-02x86: Fix placement of FIX_OHCI1394_BASEJan Beulich1-3/+3
2010-04-02x86: set_personality_ia32() misses force_personality32Oleg Nesterov1-0/+1
2010-04-02sparc64: Make prom entry spinlock NMI safe.David S. Miller1-4/+6
2010-04-02x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUsSuresh Siddha6-40/+28