| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-04-26 | x86/gart: Disable GART explicitly before initialization | Joerg Roedel | 2 | -1/+17 |
| 2010-04-26 | KVM: x86: Fix TSS size check for 16-bit tasks | Jan Kiszka | 1 | -1/+5 |
| 2010-04-26 | KVM: fix the handling of dirty bitmaps to avoid overflows | Takuya Yoshikawa | 2 | -6/+7 |
| 2010-04-26 | KVM: MMU: fix kvm_mmu_zap_page() and its calling path | Xiao Guangrong | 1 | -4/+7 |
| 2010-04-26 | KVM: VMX: Save/restore rflags.vm correctly in real mode | Avi Kivity | 1 | -9/+15 |
| 2010-04-26 | KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTL | Andre Przywara | 1 | -2/+6 |
| 2010-04-26 | KVM: Don't spam kernel log when injecting exceptions due to bad cr writes | Avi Kivity | 1 | -27/+0 |
| 2010-04-26 | KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails | Takuya Yoshikawa | 1 | -10/+15 |
| 2010-04-26 | perf_events, x86: Implement Intel Westmere/Nehalem-EX support | Peter Zijlstra | 1 | -1/+103 |
| 2010-04-26 | x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDs | Seth Heasley | 1 | -0/+2 |
| 2010-04-26 | x86-64, rwsem: Avoid store forwarding hazard in __downgrade_write | Avi Kivity | 1 | -20/+5 |
| 2010-04-26 | x86: Fix breakage of UML from the changes in the rwsem system | Linus Torvalds | 1 | -1/+2 |
| 2010-04-26 | x86-64: support native xadd rwsem implementation | Linus Torvalds | 3 | -1/+83 |
| 2010-04-26 | x86-64, rwsem: 64-bit xadd rwsem implementation | H. Peter Anvin | 1 | -13/+40 |
| 2010-04-26 | x86: clean up rwsem type system | Linus Torvalds | 1 | -10/+15 |
| 2010-04-26 | x86-32: clean up rwsem inline asm statements | Linus Torvalds | 1 | -15/+15 |
| 2010-04-26 | x86, cacheinfo: Enable L3 CID only on AMD | Borislav Petkov | 1 | -88/+98 |
| 2010-04-26 | x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1 | Borislav Petkov | 1 | -3/+3 |
| 2010-04-26 | x86, cacheinfo: Calculate L3 indices | Borislav Petkov | 1 | -4/+31 |
| 2010-04-26 | x86, cacheinfo: Add cache index disable sysfs attrs only to L3 caches | Borislav Petkov | 1 | -9/+26 |
| 2010-04-26 | x86, cacheinfo: Fix disabling of L3 cache indices | Borislav Petkov | 1 | -13/+21 |
| 2010-04-26 | x86, lib: Add wbinvd smp helpers | Borislav Petkov | 3 | -1/+29 |
| 2010-04-26 | Revert "x86: disable IOMMUs on kernel crash" | Chris Wright | 1 | -6/+0 |
| 2010-04-26 | x86/amd-iommu: enable iommu before attaching devices | Chris Wright | 1 | -2/+4 |
| 2010-04-26 | x86/amd-iommu: Use helper function to destroy domain | Joerg Roedel | 1 | -3/+1 |
| 2010-04-26 | x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boards | Suresh Siddha | 1 | -0/+2 |
| 2010-04-26 | x86, hpet: Erratum workaround for read after write of HPET comparator | Pallipadi, Venkatesh | 1 | -1/+7 |
| 2010-04-26 | x86: hpet: Make WARN_ON understandable | Thomas Gleixner | 1 | -4/+15 |
| 2010-04-26 | x86-32, resume: do a global tlb flush in S4 resume | Shaohua Li | 1 | -8/+7 |
| 2010-04-26 | ARM: 6031/1: fix Thumb-2 decompressor | Rabin Vincent | 1 | -1/+1 |
| 2010-04-26 | KVM: x86: disable paravirt mmu reporting | Marcelo Tosatti | 1 | -2/+2 |
| 2010-04-26 | KVM: VMX: Disable unrestricted guest when EPT disabled | Sheng Yang | 1 | -1/+3 |
| 2010-04-26 | KVM: SVM: Reset cr0 properly on vcpu reset | Eduardo Habkost | 1 | -4/+5 |
| 2010-04-26 | KVM: VMX: Use macros instead of hex value on cr0 initialization | Eduardo Habkost | 1 | -1/+1 |
| 2010-04-26 | KVM: VMX: Update instruction length on intercepted BP | Jan Kiszka | 1 | -0/+13 |
| 2010-04-26 | KVM: Fix segment descriptor loading | Gleb Natapov | 3 | -46/+158 |
| 2010-04-26 | KVM: x86 emulator: Fix popf emulation | Gleb Natapov | 1 | -1/+54 |
| 2010-04-26 | KVM: x86 emulator: Check IOPL level during io instruction emulation | Gleb Natapov | 3 | -13/+87 |
| 2010-04-26 | KVM: x86 emulator: fix memory access during x86 emulation | Gleb Natapov | 7 | -50/+142 |
| 2010-04-26 | KVM: x86 emulator: Add Virtual-8086 mode of emulation | Gleb Natapov | 3 | -8/+10 |
| 2010-04-26 | x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config space | Andreas Herrmann | 3 | -38/+17 |
| 2010-04-26 | sh: Fix FDPIC binary loader | Andrew Stubbs | 1 | -2/+4 |
| 2010-04-26 | sh: Enable the mmu in start_secondary() | Matt Fleming | 1 | -0/+1 |
| 2010-04-02 | x86: Fix sched_clock_cpu for systems with unsynchronized TSC | Dimitri Sivanich | 1 | -1/+2 |
| 2010-04-02 | sh: Fix zImage boot using fixed PMB. | Nobuhiro Iwamatsu | 1 | -1/+1 |
| 2010-04-02 | x86, amd: Restrict usage of c1e_idle() | Andreas Herrmann | 2 | -8/+26 |
| 2010-04-02 | x86: Fix placement of FIX_OHCI1394_BASE | Jan Beulich | 1 | -3/+3 |
| 2010-04-02 | x86: set_personality_ia32() misses force_personality32 | Oleg Nesterov | 1 | -0/+1 |
| 2010-04-02 | sparc64: Make prom entry spinlock NMI safe. | David S. Miller | 1 | -4/+6 |
| 2010-04-02 | x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUs | Suresh Siddha | 6 | -40/+28 |