aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/cpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-11i386: move kernel/cpuThomas Gleixner15-4540/+0
2007-10-11i386: move kernel/cpu/mtrrThomas Gleixner10-2622/+1
2007-10-11i386: move kernel/cpu/cpufreqThomas Gleixner23-9443/+1
2007-10-11i386: move kernel/cpu/mcheckThomas Gleixner11-947/+1
2007-10-07Longhaul: add auto enabled "revid_errata" optionRafal Bilski1-3/+57
2007-09-12x86_64: Prevent doing anything from cache_remove_dev() when info setup failed.Andi Kleen1-1/+3
2007-09-10i386: Fix perfctr watchdog on core duoStephane Eranian1-6/+22
2007-08-12Pull processor into release branchLen Brown1-26/+15
2007-08-11i386: Use global flag to disable broken local apic timer on AMD CPUs.Andi Kleen1-1/+6
2007-08-07acpi-cpufreq: Fix some x86/x86-64 acpi-cpufreq driver issuesFenghua Yu1-26/+15
2007-07-31i386: include asm/bugs.h in bugs.c for check_bugs prototypeJosh Triplett1-0/+1
2007-07-31Fix uninitialized local variable "covered" in i386 acpi-cpufreq driverFenghua Yu1-3/+1
2007-07-26X86_POWERNOW_K8_ACPI must depend on ACPIAdrian Bunk1-1/+1
2007-07-22Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-2/+2
2007-07-22i386: Fix the K7 NMI watchdog checkbitBjörn Steinbrink1-1/+1
2007-07-22i386: Handle P6s without performance counters in nmi watchdogAndi Kleen1-1/+3
2007-07-22x86: Replace NSC/Cyrix specific chipset access macros by inlined functions.Juergen Beisert4-2/+4
2007-07-22i386: Tune AMD Fam10h/11h like K8Andi Kleen1-0/+3
2007-07-22x86: Stop MCEs and NMIs during code patchingAndi Kleen1-0/+14
2007-07-22Pull bugzilla-7880 into release branchLen Brown1-2/+2
2007-07-21i386: fix section mismatch warning in intel_cacheinfoSam Ravnborg1-1/+1
2007-07-21x86: remove support for the Rise CPUAdrian Bunk3-55/+0
2007-07-21x86: round_jiffies() for i386 and x86-64 non-critical/corrected MCE pollingVenki Pallipadi1-2/+2
2007-07-21i386: fix section mismatch warnings in mtrrSam Ravnborg2-2/+2
2007-07-21i386: Reserve the right performance counter for the Intel PerfMon NMI watchdogBjörn Steinbrink1-2/+2
2007-07-21i386: Add L3 cache support to AMD CPUID4 emulationAndi Kleen2-22/+60
2007-07-21i386: intel_cacheinfo.c:find_num_cache_leaves() should be __cpuinitAdrian Bunk1-2/+1
2007-07-16HOTPLUG: Adapt thermal throttle to CPU_DYINGAvi Kivity1-2/+4
2007-07-13[CPUFREQ] Fix typos in powernow-k8 printk's.Dave Jones1-8/+11
2007-07-13[CPUFREQ] powernow-k8 compile fix.Andrew Morton1-1/+6
2007-07-13[CPUFREQ] the overdue removal of X86_SPEEDSTEP_CENTRINO_ACPIAdrian Bunk2-276/+18
2007-07-13[CPUFREQ] Longhaul - Option to disable ACPI C3 supportRafał Bilski1-0/+7
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds5-90/+162
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds3-11/+3
2007-07-12Use a new CPU feature word to cover features that are spread aroundVenki Pallipadi4-1/+59
2007-07-12Unify the CPU features vectors between i386 and x86-64H. Peter Anvin1-6/+9
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok3-11/+3
2007-07-06MTRR: Fix race causing set_mtrr to go into infinite loopLoic Prylli1-0/+4
2007-07-03Revert perfctr reservation to 2.6.21 stateAndi Kleen1-2/+33
2007-07-01i386: mtrr crash fixAndrew Morton1-1/+2
2007-07-01i386: remove bogus mtrr range checkLinus Torvalds1-5/+0
2007-06-28mtrr/cyrix: fix sectionsRandy Dunlap1-2/+2
2007-06-21[CPUFREQ] Longhaul - Proper register accessRafał Bilski1-6/+6
2007-06-20x86_64: fix link warning between for .text and .init.textYinghai Lu2-3/+3
2007-06-16perfctr-watchdog: fix interchanged parameters to release_{evntsel,perfctr}_nmiBjörn Steinbrink1-5/+5
2007-06-16i386: use the right wrapper to disable the NMI watchdogBjörn Steinbrink1-5/+5
2007-06-16i386: fix NMI watchdog not reserving its MSRsBjörn Steinbrink1-0/+6
2007-06-13ACPI: Discard invalid elements in _PSS packageZhang Rui1-2/+2
2007-06-06[CPUFREQ] Kconfig powernow-k8 driver should depend on ACPI P-States driverJoshua Hoblitt1-3/+10
2007-06-06[CPUFREQ] Longhaul - Replace ACPI functions with direct I/ORafał Bilski1-7/+16