summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck
Commit message (Expand)AuthorAgeFilesLines
*-----. Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar2009-02-244-18/+27
|\ \ \ \
| | | | \
| | | | \
| | | *-. \ Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/coreIngo Molnar2009-02-202-5/+5
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | | * | x86: use symbolic constants for MSR_IA32_MISC_ENABLE bitsVegard Nossum2009-02-202-5/+5
| | | |/ / | | |/| |
| | | * | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-201-2/+3
| | | |\ \
| * | | \ \ Merge branch 'linus' into x86/apicIngo Molnar2009-02-223-6/+7
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | x86, mce: remove incorrect __cpuinit for mce_cpu_features()H. Peter Anvin2009-02-213-4/+4
| | | |/ | | |/|
| | * | 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
| |/ / |/| |
| * | x86, apic: remove genapic.hIngo Molnar2009-02-173-3/+3
| * | x86, apic: fix build fallout of genapic changesIngo Molnar2009-02-171-1/+1
| * | x86: fold apic_ops into genapicYinghai Lu2009-02-172-2/+2
| |/
| * x86: remove include of apic.h from hardirq_64.hBrian Gerst2009-01-231-0/+1
| * x86: cleanup remaining cpumask_t code in mce_amd_64.cMike Travis2009-01-111-7/+14
|/
* x86: fix section mismatch warnings in mcheck/mce_amd_64.cLeonardo Potenza2009-01-071-1/+1
* x86: update Alan Cox's email addressesAlan Cox2009-01-054-4/+4
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-53/+55
|\
| * x86: use work_on_cpu in x86/kernel/cpu/mcheck/mce_amd_64.cMike Travis2008-12-171-53/+55
* | Merge branch 'x86/irq' into x86/coreIngo Molnar2008-12-232-2/+2
|\ \
| * | x86: hardirq: use inc_irq_stat() in non-unified functionsHiroshi Shimamoto2008-12-162-2/+2
| |/
* / x86: re-enable MCE on secondary CPUS after suspend/resumeAndi Kleen2008-12-161-3/+0Star
|/
* Update email addresses.Dave Jones2008-10-203-4/+4
* x86-64: add two __cpuinit annotationsJan Beulich2008-09-061-1/+1
* x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUsRafael J. Wysocki2008-08-232-13/+10Star
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-242-3/+3
|\
| * NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.cMike Travis2008-07-201-1/+1
| * Merge branch 'linus' into cpus4096Ingo Molnar2008-07-164-75/+87
| |\
| * | x86: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-2/+2
* | | sysdev: Convert the x86 mce tolerant sysdev attribute to generic attributeAndi Kleen2008-07-221-2/+2
* | | sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-222-4/+11
* | | x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki2008-07-181-2/+2
| |/ |/|
* | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-152-4/+4
|\ \
| * | on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-262-4/+4
| |/
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-141-0/+4
|\ \
| * | x86-mce: BKL pushdownArnd Bergmann2008-07-021-0/+4
| |/
| |
| \
*-. \ Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-083-71/+79
|\ \ \ | |_|/ |/| |
| | * x86, mce_64.c: mce_cpu_quirks being ignoredVenki Pallipadi2008-07-031-1/+5
| | * x86: correctly report NR_BANKS in mce_64.cDaniel Rahn2008-06-181-1/+1
| | * x86: remove 6 bank limitation in 64 bit MCE reporting codeVenki Pallipadi2008-05-121-8/+12
| |/ |/|
| * x86: coding style fixes to arch/x86/kernel/cpu/mcheck/k7.cPaolo Ciarrocchi2008-06-181-18/+18
| * x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p4.cPaolo Ciarrocchi2008-06-181-45/+45
|/
* x86-64: extend MCE CPU quirk handlingJan Beulich2008-04-261-8/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-04-221-23/+23
|\
| * generic: reduce stack pressure in sched_affinityMike Travis2008-04-191-23/+23
* | x86: remove pointless commentsWANG Cong2008-04-191-1/+0Star
|/
* x86: coding style fixes to arch/x86/kernel/cpu/mcheck/mce_32.cPaolo Ciarrocchi2008-04-171-25/+25
* x86: coding style fixes to arch/x86/kernel/cpu/mcheck/winchip.cPaolo Ciarrocchi2008-04-171-4/+4
* x86: coding style fixes to arch/x86/kernel/cpu/mcheck/non-fatal.cPaolo Ciarrocchi2008-04-171-9/+12
* x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p6.cPaolo Ciarrocchi2008-04-171-24/+24
* x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p5.cPaolo Ciarrocchi2008-04-171-8/+8
* x86: sparse warning in therm_throt.cHarvey Harrison2008-02-091-1/+1