summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] i386: Move mce_disabled to asm/mce.hRusty Russell2007-02-131-1/+1
* [PATCH] i386: Fix Cyrix MediaGX detectionAlan2007-02-131-9/+11
* [PATCH] i386: Fix warning in cpu initializationAndi Kleen2007-02-131-1/+1
* [PATCH] x86: Add new CPUID bits for AMD Family 10 CPUs in /proc/cpuinfoAndi Kleen2007-02-131-5/+9
* [PATCH] i386: geode configuration fixesTAKADA Yoshihito2007-02-131-11/+10
* [PATCH] i386: support Classic MediaGXmtakada2007-02-131-3/+8
* [PATCH] i386: All Transmeta CPUs have constant TSCsH. Peter Anvin2007-02-131-0/+3
* [PATCH] i386: fix size_or_mask and size_and_maskAndreas Herrmann2007-02-132-4/+4
* [PATCH] i386: add idle notifierStephane Eranian2007-02-131-0/+2
* [PATCH] i386: arch/i386/kernel/cpu/mcheck/mce.c should #include <asm/mce.h>Adrian Bunk2007-02-131-0/+1
* [PATCH] i386: Convert i386 PDA code to use %fsJeremy Fitzhardinge2007-02-131-7/+7
* [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-121-1/+1
* ACPICA: use new ACPI headers.Alexey Starikovskiy2007-02-031-9/+6
* Revert "[PATCH] fix typo in geode_configre()@cyrix.c"Linus Torvalds2007-02-021-1/+1
* [CPUFREQ] Remove unneeded errata workaround from p4-clockmod.Dave Jones2007-01-291-9/+0
* [PATCH] x86: fix PDA variables to work during bootJames Bottomley2007-01-231-4/+9
* [PATCH] fix typo in geode_configre()@cyrix.ctakada2007-01-121-1/+1
* [PATCH] i386: fix another modpost warningVivek Goyal2007-01-061-1/+1
* [CPUFREQ] longhaul: Kill off warnings introduced by recent changes.Dave Jones2007-01-031-4/+1
* [CPUFREQ] Uninitialized use of cmd.val in arch/i386/kernel/cpu/cpufreq/acpi-c...Guillaume Chazarain2007-01-031-0/+1
* [CPUFREQ] Longhaul - Always guess FSBRafał Bilski2007-01-031-30/+14
* [CPUFREQ] Longhaul - Fix up powersaver assumptions.Rafał Bilski2006-12-291-33/+38
* [CPUFREQ] longhaul: Fix up unreachable code.Dave Jones2006-12-291-1/+1
* [CPUFREQ] speedstep-centrino: missing space and bracketBrice Goglin2006-12-231-3/+3
* [CPUFREQ] Bug fix for acpi-cpufreq and cpufreq_stats oops on frequency change...Venkatesh Pallipadi2006-12-231-4/+5
* [CPUFREQ] longhaul compile fix.Dave Jones2006-12-181-0/+1
* [CPUFREQ] Advise not to use longhaul on VIA C7.Dave Jones2006-12-181-1/+2
* [CPUFREQ] set policy->curfreq on initializationMattia Dongili2006-12-181-2/+2
* [CPUFREQ] Trivial cleanup for acpi read/write port in acpi-cpufreq.cVenkatesh Pallipadi2006-12-141-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
| |\|