Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86, hypervisor: add missing <linux/module.h> Modify the VMware balloon driver for the new x86_hyper API x86, hypervisor: Export the x86_hyper* symbols x86: Clean up the hypervisor layer x86, HyperV: fix up the license to mshyperv.c x86: Detect running on a Microsoft HyperV system x86, cpu: Make APERF/MPERF a normal table-driven flag x86, k8: Fix build error when K8_NB is disabled x86, cacheinfo: Disable index in all four subcaches x86, cacheinfo: Make L3 cache info per node x86, cacheinfo: Reorganize AMD L3 cache structure x86, cacheinfo: Turn off L3 cache index disable feature in virtualized environments x86, cacheinfo: Unify AMD L3 cache index disable checking cpufreq: Unify sysfs attribute definition macros powernow-k8: Fix frequency reporting x86, cpufreq: Add APERF/MPERF support for AMD processors x86: Unify APERF/MPERF support powernow-k8: Add core performance boost support x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo Fix up trivial conflicts in arch/x86/kernel/cpu/intel_cacheinfo.c and drivers/cpufreq/cpufreq_ondemand.c
No related branches found
No related tags found
Showing
- arch/x86/include/asm/cpufeature.h 1 addition, 0 deletionsarch/x86/include/asm/cpufeature.h
- arch/x86/include/asm/hyperv.h 9 additions, 2 deletionsarch/x86/include/asm/hyperv.h
- arch/x86/include/asm/hypervisor.h 25 additions, 2 deletionsarch/x86/include/asm/hypervisor.h
- arch/x86/include/asm/mshyperv.h 14 additions, 0 deletionsarch/x86/include/asm/mshyperv.h
- arch/x86/include/asm/processor.h 0 additions, 4 deletionsarch/x86/include/asm/processor.h
- arch/x86/include/asm/vmware.h 0 additions, 27 deletionsarch/x86/include/asm/vmware.h
- arch/x86/kernel/cpu/Makefile 1 addition, 1 deletionarch/x86/kernel/cpu/Makefile
- arch/x86/kernel/cpu/addon_cpuid_features.c 8 additions, 6 deletionsarch/x86/kernel/cpu/addon_cpuid_features.c
- arch/x86/kernel/cpu/cpufreq/Makefile 2 additions, 2 deletionsarch/x86/kernel/cpu/cpufreq/Makefile
- arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c 2 additions, 42 deletionsarch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
- arch/x86/kernel/cpu/cpufreq/mperf.c 51 additions, 0 deletionsarch/x86/kernel/cpu/cpufreq/mperf.c
- arch/x86/kernel/cpu/cpufreq/mperf.h 9 additions, 0 deletionsarch/x86/kernel/cpu/cpufreq/mperf.h
- arch/x86/kernel/cpu/cpufreq/powernow-k8.c 159 additions, 10 deletionsarch/x86/kernel/cpu/cpufreq/powernow-k8.c
- arch/x86/kernel/cpu/cpufreq/powernow-k8.h 0 additions, 2 deletionsarch/x86/kernel/cpu/cpufreq/powernow-k8.h
- arch/x86/kernel/cpu/hypervisor.c 35 additions, 17 deletionsarch/x86/kernel/cpu/hypervisor.c
- arch/x86/kernel/cpu/intel.c 0 additions, 6 deletionsarch/x86/kernel/cpu/intel.c
- arch/x86/kernel/cpu/intel_cacheinfo.c 124 additions, 53 deletionsarch/x86/kernel/cpu/intel_cacheinfo.c
- arch/x86/kernel/cpu/mshyperv.c 55 additions, 0 deletionsarch/x86/kernel/cpu/mshyperv.c
- arch/x86/kernel/cpu/vmware.c 21 additions, 17 deletionsarch/x86/kernel/cpu/vmware.c
- drivers/cpufreq/cpufreq.c 14 additions, 26 deletionsdrivers/cpufreq/cpufreq.c
Loading
Please register or sign in to comment