Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
21056830c4e5c6735f1d49453398d7186ca4e8d7
/
arch
/
x86
/
kernel
/
cpu
/
amd.c
6c62aa4
x86: make amd.c have 64bit support code
by Yinghai Lu
· 18 years ago
8d71a2e
x86: merge header in amd_64.c
by Yinghai Lu
· 18 years ago
11fdd25
x86: cpu make amd.c more like amd_64.c v2
by Yinghai Lu
· 18 years ago
e322423
x86, cpu init: call early_init_xxx in init_xxx
by Yinghai Lu
· 18 years ago
1b05d60
x86: remove duplicated get_model_name() calling
by Yinghai Lu
· 18 years ago
10a434f
x86: remove cpu_vendor_dev
by Yinghai Lu
· 18 years ago
5fef55f
x86: move mtrr cpu cap setting early in early_init_xxxx
by Yinghai Lu
· 18 years ago
08ad8af
x86: reduce force_mwait visibility
by Jan Beulich
· 18 years ago
3a27dd1
x86: Move PCI IO ECS code to x86/pci
by Robert Richter
· 18 years ago
aa276e1
x86, clockevents: add C1E aware idle function
by Thomas Gleixner
· 18 years ago
732d7be
x86: use cpuinfo to check for interrupt pending message msr
by Thomas Gleixner
· 18 years ago
aa83f3f
x86: cleanup C1E enabled detection
by Thomas Gleixner
· 18 years ago
9e26d84
fix build bug in "x86: add PCI extended config space access for AMD Barcelona"
by Robert Richter
· 18 years ago
1a57265
fix build bug in "x86: add PCI extended config space access for AMD Barcelona"
by Ingo Molnar
· 18 years ago
831d991
x86: add PCI extended config space access for AMD Barcelona
by Robert Richter
· 19 years ago
f3b14a3
x86: remove unused function amd_init_cpu()
by Dmitri Vorobiev
· 18 years ago
dd46e3c
x86: move apic declarations to mach_apic.h
by Glauber Costa
· 18 years ago
16282a8
x86: clean up cpu capabilities accesses, amd.c
by Ingo Molnar
· 18 years ago
fb87a29
x86: coding style fixes to arch/x86/kernel/cpu/amd.c
by Paolo Ciarrocchi
· 18 years ago
03ae576
x86: use ELF section to list CPU vendor specific code
by Thomas Petazzoni
· 18 years ago
aa62999
x86: fix bootup crash in native_read_tsc()
by Ingo Molnar
· 18 years ago
0c07ee3
x86: use the correct cpuid method to detect MWAIT support for C states
by Andi Kleen
· 18 years ago
2b16a23
x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection
by Andi Kleen
· 18 years ago
de42186
x86: implement support to synchronize RDTSC through MFENCE on AMD CPUs
by Andi Kleen
· 18 years ago
27b46d7
spelling fixes: arch/i386/
by Simon Arlott
· 19 years ago
c1e3619
x86: print info about late C1E detection on 32bit as well
by Thomas Gleixner
· 19 years ago
f7627e2
i386: move kernel/cpu
by Thomas Gleixner
· 19 years ago
[Renamed from arch/i386/kernel/cpu/amd.c]
d3f7eae
i386: Use global flag to disable broken local apic timer on AMD CPUs.
by Andi Kleen
· 19 years ago
398cf2a
i386: Tune AMD Fam10h/11h like K8
by Andi Kleen
· 19 years ago
67cddd9
i386: Add L3 cache support to AMD CPUID4 emulation
by Andi Kleen
· 19 years ago
c12ceb7
i386: Clear MCE flag on AMD K6
by Andi Kleen
· 19 years ago
35060b6
[PATCH] i386: Don't delete cpu_devs data to identify different x86 types in late_initcall
by Thomas Renninger
· 19 years ago
f039b75
[PATCH] x86: Don't use MWAIT on AMD Family 10
by Andi Kleen
· 19 years ago
3556ddf
[PATCH] x86-64: Disable local APIC timer use on AMD systems with C1E
by Andi Kleen
· 19 years ago
6df0532
[PATCH] i386: remove duplicate printk
by Dave Jones
· 19 years ago
e9dff0e
[PATCH] i386: mark cpu cache functions as __cpuinit
by Magnus Damm
· 20 years ago
b4af3f7
[PATCH] i386: mark cpu init functions as __cpuinit, data as __cpuinitdata
by Magnus Damm
· 20 years ago
9541493
[PATCH] i386: mark cpu_dev structures as __cpuinitdata
by Magnus Damm
· 20 years ago
68bbc17
[PATCH] i386: remove redundant generic_identify() calls when identifying cpus
by Magnus Damm
· 20 years ago
4b89aff
[PATCH] i386: move phys_proc_id and cpu_core_id to cpuinfo_x86
by Rohit Seth
· 20 years ago
240cd6a
[PATCH] i386/x86-64: Emulate CPUID4 on AMD
by Andi Kleen
· 20 years ago
faee9a5
[PATCH] i386/x86-64: Use new official CPUID to get APICID/core split on AMD platforms
by Andi Kleen
· 20 years ago
18bd057
[PATCH] i386/x86-64: Fix x87 information leak between processes
by Andi Kleen
· 20 years ago
3d8a4d7
[PATCH] i386: Remove bogus special case code from AMD core parsing
by Andi Kleen
· 20 years ago
fe38d85
[PATCH] i386 cpu hotplug: don't access freed memory
by Chuck Ebbert
· 20 years ago
3f98bc4
[PATCH] i386/x86-64: Update AMD CPUID flags
by Andi Kleen
· 20 years ago
39b3a79
[PATCH] i386/x86-64: Generalize X86_FEATURE_CONSTANT_TSC flag
by Andi Kleen
· 20 years ago
f90b811
[PATCH] Base support for AMD Geode GX/LX processors
by Jordan Crouse
· 20 years ago
94605ef
[PATCH] x86-64/i386: Intel HT, Multi core detection fixes
by Siddha, Suresh B
· 21 years ago
3c92c2b
[PATCH] i386: Don't discard upper 32bits of HWCR on K8
by Andi Kleen
· 21 years ago
7d318d7
[PATCH] Fix up TLB flush filter disabling
by Andi Kleen
· 21 years ago
b41e293
[PATCH] x86_64: 386/x86-64 Further AMD dual core fixes
by Andi Kleen
· 21 years ago
a158608
[PATCH] x86_64/i386: fix defaults for physical/core id in /proc/cpuinfo
by Andi Kleen
· 21 years ago
1cff94c
[PATCH] fix subarch breakage in amd dual core updates
by James Bottomley
· 21 years ago
6351864
[PATCH] x86_64: Final support for AMD dual core
by Andi Kleen
· 21 years ago
3dd9d51
[PATCH] x86_64: add support for Intel dual-core detection and displaying
by Andi Kleen
· 21 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 21 years ago