summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86: remove smp_apply_quirks()/smp_checks()Yinghai Lu2009-03-082-0/+77
* Merge branch 'x86/mce2' into x86/coreIngo Molnar2009-03-056-163/+640
|\
| * x86, mce: fix build failure in arch/x86/kernel/cpu/mcheck/threshold.cIngo Molnar2009-03-041-3/+7
| * Merge branch 'x86/core' into x86/mce2H. Peter Anvin2009-02-2511-209/+230
| |\
| * | x86, mce, cmci: remove incorrect __cpuinit/__cpuexit annotationsH. Peter Anvin2009-02-241-5/+5
| * | x86, mce, cmci: add CMCI supportAndi Kleen2009-02-242-3/+218
| * | x86, mce, cmci: use polled banks bitmap in machine check pollerAndi Kleen2009-02-242-5/+14
| * | x86, mce: replace machine check events logged interval with ratelimitAndi Kleen2009-02-241-6/+5Star
| * | x86, mce, cmci: avoid potential reentry of threshold interruptAndi Kleen2009-02-241-1/+2
| * | x86, mce, cmci: factor out threshold interrupt handlerAndi Kleen2009-02-243-9/+31
| * | x86, mce, cmci: export MAX_NR_BANKSAndi Kleen2009-02-241-6/+0Star
| * | Merge branch 'x86/urgent' into x86/mce2H. Peter Anvin2009-02-235-26/+33
| |\ \
| * | | x86, mce: remove invalid __cpuinit/__cpuexit annotationsH. Peter Anvin2009-02-231-3/+3
| * | | x86, mce: use %ll instead of %L for 64-bit numbersH. Peter Anvin2009-02-201-4/+4
| * | | x86, mce: separate correct machine check poller and fatal exception handlerAndi Kleen2009-02-192-22/+109
| * | | x86, mce: factor out duplicated struct mce setup into one functionAndi Kleen2009-02-193-13/+16
| * | | x86, mce: implement dynamic machine check banks supportAndi Kleen2009-02-191-32/+115
| * | | x86, mce: fix a race condition in mce_read()Huang Ying2009-02-181-17/+24
| * | | x86, mce: disable machine checks on offlined CPUsAndi Kleen2009-02-181-0/+23
| * | | x86, mce: don't set up mce sysdev devices with mce=offAndi Kleen2009-02-181-4/+4
| * | | x86, mce: switch machine check polling to per CPU timerAndi Kleen2009-02-181-23/+45
| * | | x86, mce: always use separate work queue to run triggerAndi Kleen2009-02-181-7/+18
| * | | x86, mce: don't disable machine checks during code patchingAndi Kleen2009-02-182-28/+0Star
| * | | x86, mce: disable machine checks on suspendAndi Kleen2009-02-181-0/+25
* | | | Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-041-18/+2Star
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-041-18/+2Star
| |\ \ \ \ \ \ \ | | | | | | |/ / | | | | | |/| / | | |_|_|_|_|/ | |/| | | | |
| | * | | | | x86: remove double copy of show_cpuinfo_core for 32 and 64 bitJaswinder Singh Rajput2009-03-011-18/+2Star
* | | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-241-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell2009-02-201-1/+1
| | | | | | |
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*-----. \ \ \ \ \ \ Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar2009-02-2413-226/+269
|\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | / / / / | | | | |_|/ / / / | | | |/| | | / / | | | | | |_|/ / | | | | |/| | |
| | | | | | | |
| | | | \ \ \ \
| | | *-. \ \ \ \ Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/coreIngo Molnar2009-02-205-13/+13
| | | |\ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | | * | | | | x86: use symbolic constants for MSR_IA32_MISC_ENABLE bitsVegard Nossum2009-02-205-13/+13
| | | |/ / / / / | | |/| | | | |
| | | * | | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-202-7/+10
| | | |\ \ \ \ \
| * | | \ \ \ \ \ Merge branch 'linus' into x86/apicIngo Molnar2009-02-224-11/+14
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | / / / / | | | |_|/ / / / | | |/| | | | |
| | * | | | | | x86, mce: remove incorrect __cpuinit for mce_cpu_features()H. Peter Anvin2009-02-213-4/+4
| | | |/ / / / | | |/| | | |
| | * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-191-2/+3
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | x86, mce: use force_sig_info to kill process in machine checkAndi Kleen2009-02-181-2/+2
| | | * | | | x86, mce: reinitialize per cpu features on resumeAndi Kleen2009-02-181-0/+1
| | * | | | | cpumask: fix powernow-k8: partial revert of 2fdf66b491ac706657946442789ec644c...Rusty Russell2009-02-161-5/+7
| * | | | | | x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-173-7/+2Star
| * | | | | | x86, apic: remove genapic.hIngo Molnar2009-02-177-8/+8
| * | | | | | x86, apic: fix build fallout of genapic changesIngo Molnar2009-02-171-1/+1
| * | | | | | x86: fold apic_ops into genapicYinghai Lu2009-02-173-3/+3
| * | | | | | x86: add x2apic configYinghai Lu2009-02-171-1/+1
| | |_|/ / / | |/| | | |
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p...Ingo Molnar2009-02-178-196/+241
|/|\ \ \ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | * | | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-02-131-11/+12
| | |/| | | | | | |/| | | |/ / | | | | |/| | | | | |/| | |
| | | * | | | x86: implement x86_32 stack protectorTejun Heo2009-02-101-6/+11
| | | * | | | Merge branch 'x86/urgent' into core/percpuIngo Molnar2009-02-101-0/+3
| | | |\| | |
| | | * | | | Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-094-14/+17
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| | | * | | | x86: use linker to offset symbols by __per_cpu_loadBrian Gerst2009-02-091-5/+1Star