Age | Commit message (Expand) | Author | Files | Lines |
2010-08-04 | x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver | Fenghua Yu | 2 | -0/+2 |
2010-08-03 | [CPUFREQ] Remove pointless printk from p4-clockmod. | Dave Jones | 1 | -6/+1 |
2010-08-03 | [CPUFREQ] Fix section mismatch for powernow_cpu_init in powernow-k7.c | Holger Freyther | 1 | -4/+4 |
2010-08-03 | [CPUFREQ] Fix section mismatch for longhaul_cpu_init. | Holger Freyther | 2 | -16/+16 |
2010-08-03 | [CPUFREQ] Fix section mismatch for longrun_cpu_init. | Holger Freyther | 1 | -3/+3 |
2010-08-03 | [CPUFREQ] powernow-k8: Fix misleading variable naming | Borislav Petkov | 1 | -2/+2 |
2010-08-03 | [CPUFREQ] Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) | Peter Huewe | 1 | -6/+3 |
2010-08-03 | [CPUFREQ] arch/x86/kernel/cpu/cpufreq: use for_each_pci_dev() | Kulikov Vasiliy | 1 | -1/+1 |
2010-08-03 | [CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independent | Thomas Renninger | 2 | -7/+4 |
2010-08-03 | [CPUFREQ] acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification | Thomas Renninger | 1 | -2/+2 |
2010-08-03 | [CPUFREQ] powernow-k8: On load failure, remind the user to enable support in ... | Marti Raudsepp | 1 | -0/+2 |
2010-08-03 | [CPUFREQ] powernow-k8: Limit Pstate transition latency check | Borislav Petkov | 1 | -6/+5 |
2010-08-03 | [CPUFREQ] Fix PCC driver error path | Matthew Garrett | 1 | -8/+9 |
2010-08-03 | [CPUFREQ] fix double freeing in error path of pcc-cpufreq | Daniel J Blueman | 1 | -12/+6 |
2010-08-03 | [CPUFREQ] pcc driver should check for pcch method before calling _OSC | Matthew Garrett | 1 | -1/+5 |
2010-08-03 | x86, mce: Notify about corrected events too | Borislav Petkov | 1 | -0/+1 |
2010-08-03 | Remove indirect read write api support. | Sreedhara DS | 1 | -14/+0 |
2010-08-03 | intel_scu_ipc: add definitions for vRTC related command | Feng Tang | 1 | -0/+6 |
2010-08-03 | x86, setup: move isdigit.h to ctype.h, header files on top. | H. Peter Anvin | 4 | -4/+2 |
2010-08-03 | x86, setup: enable early console output from the decompressor | Yinghai Lu | 7 | -29/+105 |
2010-08-03 | x86, vmware: Preset lpj values when on VMware. | Alok Kataria | 1 | -1/+8 |
2010-08-03 | x86, setup: reorganize the early console setup | Yinghai Lu | 7 | -163/+186 |
2010-08-03 | x86, setup: Allow global variables and functions in the decompressor | H. Peter Anvin | 3 | -0/+32 |
2010-08-03 | x86, vdso: Unmap vdso pages | Shaohua Li | 1 | -0/+1 |
2010-08-02 | x86: Fix keeping track of AMD C1E | Michal Schmidt | 4 | -5/+8 |
2010-08-02 | Merge commit 'v2.6.35' into perf/core | Ingo Molnar | 10 | -46/+69 |
2010-08-02 | KVM: VMX: Fix host GDT.LIMIT corruption | Avi Kivity | 1 | -0/+4 |
2010-08-02 | KVM: MMU: using __xchg_spte more smarter | Xiao Guangrong | 1 | -2/+7 |
2010-08-02 | KVM: MMU: cleanup spte set and accssed/dirty tracking | Xiao Guangrong | 1 | -9/+8 |
2010-08-02 | KVM: MMU: don't atomicly set spte if it's not present | Xiao Guangrong | 1 | -2/+3 |
2010-08-02 | KVM: MMU: fix page dirty tracking lost while sync page | Xiao Guangrong | 1 | -7/+3 |
2010-08-02 | KVM: MMU: fix broken page accessed tracking with ept enabled | Xiao Guangrong | 1 | -2/+3 |
2010-08-02 | KVM: MMU: add missing reserved bits check in speculative path | Xiao Guangrong | 2 | -3/+11 |
2010-08-02 | KVM: MMU: fix mmu notifier invalidate handler for huge spte | Andrea Arcangeli | 1 | -2/+6 |
2010-08-02 | KVM: x86 emulator: fix xchg instruction emulation | Wei Yongjun | 1 | -0/+4 |
2010-08-02 | KVM: x86: Call mask notifiers from pic | Gleb Natapov | 1 | -1/+11 |
2010-08-02 | KVM: x86: never re-execute instruction with enabled tdp | Gleb Natapov | 1 | -0/+3 |
2010-08-02 | KVM: x86: emulator: inc/dec can have lock prefix | Gleb Natapov | 1 | -2/+2 |
2010-08-02 | KVM: MMU: Eliminate redundant temporaries in FNAME(fetch) | Avi Kivity | 1 | -35/+24 |
2010-08-02 | KVM: MMU: Validate all gptes during fetch, not just those used for new pages | Avi Kivity | 1 | -9/+24 |
2010-08-02 | KVM: MMU: Simplify spte fetch() function | Avi Kivity | 1 | -44/+49 |
2010-08-02 | KVM: MMU: Add gpte_valid() helper | Avi Kivity | 1 | -8/+17 |
2010-08-02 | KVM: MMU: Add validate_direct_spte() helper | Avi Kivity | 2 | -21/+29 |
2010-08-02 | KVM: MMU: Add drop_large_spte() helper | Avi Kivity | 2 | -4/+9 |
2010-08-02 | KVM: MMU: Use __set_spte to link shadow pages | Avi Kivity | 1 | -1/+1 |
2010-08-02 | KVM: MMU: Add link_shadow_page() helper | Avi Kivity | 2 | -5/+12 |
2010-08-02 | KVM: Expose MCE control MSRs to userspace | Avi Kivity | 1 | -0/+2 |
2010-08-02 | KVM: PIT: stop vpit before freeing irq_routing | Xiao Guangrong | 2 | -1/+4 |
2010-08-02 | KVM: Reenter guest after emulation failure if due to access to non-mmio address | Gleb Natapov | 1 | -7/+25 |
2010-08-02 | KVM: Return EFAULT from kvm ioctl when guest accesses bad area | Gleb Natapov | 1 | -1/+3 |