index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
i386
/
kernel
/
cpu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] i386: Move mce_disabled to asm/mce.h
Rusty Russell
2007-02-13
1
-1
/
+1
*
[PATCH] i386: Fix Cyrix MediaGX detection
Alan
2007-02-13
1
-9
/
+11
*
[PATCH] i386: Fix warning in cpu initialization
Andi Kleen
2007-02-13
1
-1
/
+1
*
[PATCH] x86: Add new CPUID bits for AMD Family 10 CPUs in /proc/cpuinfo
Andi Kleen
2007-02-13
1
-5
/
+9
*
[PATCH] i386: geode configuration fixes
TAKADA Yoshihito
2007-02-13
1
-11
/
+10
*
[PATCH] i386: support Classic MediaGXm
takada
2007-02-13
1
-3
/
+8
*
[PATCH] i386: All Transmeta CPUs have constant TSCs
H. Peter Anvin
2007-02-13
1
-0
/
+3
*
[PATCH] i386: fix size_or_mask and size_and_mask
Andreas Herrmann
2007-02-13
2
-4
/
+4
*
[PATCH] i386: add idle notifier
Stephane Eranian
2007-02-13
1
-0
/
+2
*
[PATCH] i386: arch/i386/kernel/cpu/mcheck/mce.c should #include <asm/mce.h>
Adrian Bunk
2007-02-13
1
-0
/
+1
*
[PATCH] i386: Convert i386 PDA code to use %fs
Jeremy Fitzhardinge
2007-02-13
1
-7
/
+7
*
[PATCH] mark struct file_operations const 2
Arjan van de Ven
2007-02-12
1
-1
/
+1
*
ACPICA: use new ACPI headers.
Alexey Starikovskiy
2007-02-03
1
-9
/
+6
*
Revert "[PATCH] fix typo in geode_configre()@cyrix.c"
Linus Torvalds
2007-02-02
1
-1
/
+1
*
[CPUFREQ] Remove unneeded errata workaround from p4-clockmod.
Dave Jones
2007-01-29
1
-9
/
+0
*
[PATCH] x86: fix PDA variables to work during boot
James Bottomley
2007-01-23
1
-4
/
+9
*
[PATCH] fix typo in geode_configre()@cyrix.c
takada
2007-01-12
1
-1
/
+1
*
[PATCH] i386: fix another modpost warning
Vivek Goyal
2007-01-06
1
-1
/
+1
*
[CPUFREQ] longhaul: Kill off warnings introduced by recent changes.
Dave Jones
2007-01-03
1
-4
/
+1
*
[CPUFREQ] Uninitialized use of cmd.val in arch/i386/kernel/cpu/cpufreq/acpi-c...
Guillaume Chazarain
2007-01-03
1
-0
/
+1
*
[CPUFREQ] Longhaul - Always guess FSB
Rafał Bilski
2007-01-03
1
-30
/
+14
*
[CPUFREQ] Longhaul - Fix up powersaver assumptions.
Rafał Bilski
2006-12-29
1
-33
/
+38
*
[CPUFREQ] longhaul: Fix up unreachable code.
Dave Jones
2006-12-29
1
-1
/
+1
*
[CPUFREQ] speedstep-centrino: missing space and bracket
Brice Goglin
2006-12-23
1
-3
/
+3
*
[CPUFREQ] Bug fix for acpi-cpufreq and cpufreq_stats oops on frequency change...
Venkatesh Pallipadi
2006-12-23
1
-4
/
+5
*
[CPUFREQ] longhaul compile fix.
Dave Jones
2006-12-18
1
-0
/
+1
*
[CPUFREQ] Advise not to use longhaul on VIA C7.
Dave Jones
2006-12-18
1
-1
/
+2
*
[CPUFREQ] set policy->curfreq on initialization
Mattia Dongili
2006-12-18
1
-2
/
+2
*
[CPUFREQ] Trivial cleanup for acpi read/write port in acpi-cpufreq.c
Venkatesh Pallipadi
2006-12-14
1
-23
/
+6
*
Merge ../linus
Dave Jones
2006-12-12
15
-161
/
+373
|
\
|
*
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
2006-12-07
13
-156
/
+369
|
|
\
|
|
*
[PATCH] i386: replace kmalloc+memset with kzalloc
Burman Yan
2006-12-07
1
-8
/
+3
|
|
*
[PATCH] x86-64: replace kmalloc+memset with kzalloc in MTRR code
Burman Yan
2006-12-07
2
-6
/
+3
|
|
*
[PATCH] i386: remove duplicate printk
Dave Jones
2006-12-07
1
-4
/
+1
|
|
*
[PATCH] i386: i386 add Intel BTS cpufeature bit and detection (take 2)
Stephane Eranian
2006-12-07
1
-0
/
+2
|
|
*
[PATCH] i386: alloc_gdt() static
Adrian Bunk
2006-12-07
1
-1
/
+1
|
|
*
[PATCH] i386: fix MTRR code
Jan Beulich
2006-12-07
7
-60
/
+162
|
|
*
[PATCH] i386: conditionalize inclusion of some MTRR flavors
Jan Beulich
2006-12-07
2
-3
/
+7
|
|
*
[PATCH] paravirt: Allow selected bug checks to be
Rusty Russell
2006-12-07
1
-1
/
+1
|
|
*
[PATCH] i386: cpu_detect extraction
Rusty Russell
2006-12-07
1
-16
/
+21
|
|
*
[PATCH] i386: Retrieve CLFLUSH size from CPUID
Andi Kleen
2006-12-07
2
-1
/
+5
|
|
*
[PATCH] i386: Implement "current" with the PDA
Jeremy Fitzhardinge
2006-12-07
1
-0
/
+2
|
|
*
[PATCH] i386: Implement smp_processor_id() with the PDA
Jeremy Fitzhardinge
2006-12-07
1
-0
/
+2
|
|
*
[PATCH] i386: Use %gs as the PDA base-segment in the kernel
Jeremy Fitzhardinge
2006-12-07
1
-2
/
+19
|
|
*
[PATCH] i386: Initialize the per-CPU data area
Jeremy Fitzhardinge
2006-12-07
1
-43
/
+134
|
|
*
[PATCH] i386: espfix cleanup
Stas Sergeev
2006-12-07
1
-11
/
+0
|
|
*
[PATCH] i386: i386 add X86_FEATURE_PEBS and detection
Stephane Eranian
2006-12-07
1
-1
/
+7
|
|
*
[PATCH] i386: fix buggy MTRR address checks
Andreas Mohr
2006-12-07
2
-4
/
+4
|
*
|
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
Ingo Molnar
2006-12-07
1
-2
/
+0
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-05
1
-0
/
+1
|
|
\
|
[next]