summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* [CPUFREQ] Trivial cleanup for acpi read/write port in acpi-cpufreq.cVenkatesh Pallipadi2006-12-131-23/+6
* Merge ../linusDave Jones2006-12-1215-161/+373
|\
| * Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-12-0713-156/+369
| |\
| | * [PATCH] i386: replace kmalloc+memset with kzallocBurman Yan2006-12-071-8/+3
| | * [PATCH] x86-64: replace kmalloc+memset with kzalloc in MTRR codeBurman Yan2006-12-072-6/+3
| | * [PATCH] i386: remove duplicate printkDave Jones2006-12-071-4/+1
| | * [PATCH] i386: i386 add Intel BTS cpufeature bit and detection (take 2)Stephane Eranian2006-12-071-0/+2
| | * [PATCH] i386: alloc_gdt() staticAdrian Bunk2006-12-071-1/+1
| | * [PATCH] i386: fix MTRR codeJan Beulich2006-12-077-60/+162
| | * [PATCH] i386: conditionalize inclusion of some MTRR flavorsJan Beulich2006-12-072-3/+7
| | * [PATCH] paravirt: Allow selected bug checks to beRusty Russell2006-12-071-1/+1
| | * [PATCH] i386: cpu_detect extractionRusty Russell2006-12-071-16/+21
| | * [PATCH] i386: Retrieve CLFLUSH size from CPUIDAndi Kleen2006-12-072-1/+5
| | * [PATCH] i386: Implement "current" with the PDAJeremy Fitzhardinge2006-12-071-0/+2
| | * [PATCH] i386: Implement smp_processor_id() with the PDAJeremy Fitzhardinge2006-12-071-0/+2
| | * [PATCH] i386: Use %gs as the PDA base-segment in the kernelJeremy Fitzhardinge2006-12-071-2/+19
| | * [PATCH] i386: Initialize the per-CPU data areaJeremy Fitzhardinge2006-12-071-43/+134
| | * [PATCH] i386: espfix cleanupStas Sergeev2006-12-071-11/+0
| | * [PATCH] i386: i386 add X86_FEATURE_PEBS and detectionStephane Eranian2006-12-071-1/+7
| | * [PATCH] i386: fix buggy MTRR address checksAndreas Mohr2006-12-072-4/+4
| * | [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-2/+0
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-0/+1
| |\|
| | * [PATCH] severing module.h->sched.hAl Viro2006-12-041-0/+1
| * | WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+3
| |/
* | [CPUFREQ] Longhaul - Add support for CN400Rafał Bilski2006-12-121-1/+5
* | [CPUFREQ] Longhaul - fix 200MHz FSBRafał Bilski2006-12-121-1/+1
* | [CPUFREQ] p4-clockmod: fix support for CoreDominik Brodowski2006-12-121-10/+7
* | [CPUFREQ] Fix the bug in duplicate freq elimination code in acpi-cpufreqVenkatesh Pallipadi2006-12-121-1/+1
* | [CPUFREQ] speedstep-centrino should ignore upper performance control bitsGary Hade2006-12-121-3/+5
* | [CPUFREQ] Optimize gx-suspmod revision ID fetchingJean Delvare2006-12-121-3/+1
* | Revert "[CPUFREQ] speedstep-centrino should ignore upper performance control ...Dave Jones2006-11-081-4/+0
* | [CPUFREQ] gx-suspmod: fix "&& 0xff" typoAlexey Dobriyan2006-11-081-1/+1
* | [CPUFREQ] Fix build failure on x86-64akpm@osdl.org2006-11-081-1/+4
* | [CPUFREQ] speedstep-centrino should ignore upper performance control bitsGary Hade2006-11-081-0/+4
* | [CPUFREQ] p4-clockmod: add more CPUsDominik Brodowski2006-11-063-20/+51
* | [CPUFREQ] ifdef more unused on !SMP code.Dave Jones2006-10-212-1/+3
* | [CPUFREQ] speedstep-centrino: remove dead codeAndrew Morton2006-10-211-2/+2
* | [CPUFREQ] acpi-cpufreq: Fix up some CodingStyle nits leftover from the linden...Dave Jones2006-10-181-41/+34
* | [CPUFREQ] Remove duplicate include from acpi-cpufreqDave Jones2006-10-181-1/+0
* | [CPUFREQ] Fix speedstep-smi CPU detection to not run on Pentium 4.Hiroshi Miura2006-10-181-3/+0
* | [CPUFREQ] sc520_freq.c: ioremap balanced with iounmapAmol Lad2006-10-181-1/+6
* | [CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedback from hardwareVenkatesh Pallipadi2006-10-151-1/+106
* | [CPUFREQ][7/8] acpi-cpufreq: Fix get of current frequency breakageVenkatesh Pallipadi2006-10-151-1/+4
* | [CPUFREQ][6/8] acpi-cpufreq: Eliminate get of current freq on notificationVenkatesh Pallipadi2006-10-151-5/+4
* | [CPUFREQ][5/8] acpi-cpufreq: lindent acpi-cpufreq.cVenkatesh Pallipadi2006-10-151-160/+139
* | [CPUFREQ][4/8] acpi-cpufreq: Mark speedstep-centrino ACPI as deprecatedVenkatesh Pallipadi2006-10-153-2/+9
* | [CPUFREQ][3/8] acpi-cpufreq: Pull in MSR based transition supportVenkatesh Pallipadi2006-10-151-16/+139
* | [CPUFREQ][2/8] acpi: reorganize code to make MSR support addition easierVenkatesh Pallipadi2006-10-151-240/+227
* | [CPUFREQ][1/8] acpi-cpufreq: software coordination and handle all CPUs in the...Venkatesh Pallipadi2006-10-151-3/+8
|/
* [PATCH] thermal throttle: sysfs error checkingStephen Hemminger2006-10-131-9/+12