| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, mce: don't set up mce sysdev devices with mce=off | Andi Kleen | 2009-02-17 | 1 | -4/+4 |
* | x86, mce: switch machine check polling to per CPU timer | Andi Kleen | 2009-02-17 | 1 | -23/+45 |
* | x86, mce: always use separate work queue to run trigger | Andi Kleen | 2009-02-17 | 1 | -7/+18 |
* | x86, mce: don't disable machine checks during code patching | Andi Kleen | 2009-02-17 | 2 | -28/+0 |
* | x86, mce: disable machine checks on suspend | Andi Kleen | 2009-02-17 | 1 | -0/+25 |
* | x86, mce: use force_sig_info to kill process in machine check | Andi Kleen | 2009-02-17 | 1 | -2/+2 |
* | x86, mce: reinitialize per cpu features on resume | Andi Kleen | 2009-02-17 | 1 | -0/+1 |
* | x86: fix section mismatch warnings in mcheck/mce_amd_64.c | Leonardo Potenza | 2009-01-07 | 1 | -1/+1 |
* | x86: update Alan Cox's email addresses | Alan Cox | 2009-01-05 | 4 | -4/+4 |
* | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 1 | -53/+55 |
|\ |
|
| * | x86: use work_on_cpu in x86/kernel/cpu/mcheck/mce_amd_64.c | Mike Travis | 2008-12-16 | 1 | -53/+55 |
* | | Merge branch 'x86/irq' into x86/core | Ingo Molnar | 2008-12-23 | 2 | -2/+2 |
|\ \ |
|
| * | | x86: hardirq: use inc_irq_stat() in non-unified functions | Hiroshi Shimamoto | 2008-12-16 | 2 | -2/+2 |
| |/ |
|
* | | x86: re-enable MCE on secondary CPUS after suspend/resume | Andi Kleen | 2008-12-16 | 1 | -3/+0 |
|/ |
|
* | Update email addresses. | Dave Jones | 2008-10-20 | 3 | -4/+4 |
* | x86-64: add two __cpuinit annotations | Jan Beulich | 2008-09-06 | 1 | -1/+1 |
* | x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUs | Rafael J. Wysocki | 2008-08-23 | 2 | -13/+10 |
* | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-07-23 | 2 | -3/+3 |
|\ |
|
| * | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.c | Mike Travis | 2008-07-20 | 1 | -1/+1 |
| * | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-07-16 | 4 | -75/+87 |
| |\ |
|
| * | | x86: use performance variant for_each_cpu_mask_nr | Mike Travis | 2008-05-23 | 1 | -2/+2 |
* | | | sysdev: Convert the x86 mce tolerant sysdev attribute to generic attribute | Andi Kleen | 2008-07-21 | 1 | -2/+2 |
* | | | sysdev: Pass the attribute to the low level sysdev show/store function | Andi Kleen | 2008-07-21 | 2 | -4/+11 |
* | | | x86: APIC: remove apic_write_around(); use alternatives | Maciej W. Rozycki | 2008-07-18 | 1 | -2/+2 |
| |/
|/| |
|
* | | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar | 2008-07-15 | 2 | -4/+4 |
|\ \ |
|
| * | | on_each_cpu(): kill unused 'retry' parameter | Jens Axboe | 2008-06-26 | 2 | -4/+4 |
| |/ |
|
* | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-07-14 | 1 | -0/+4 |
|\ \ |
|
| * | | x86-mce: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+4 |
| |/ |
|
| | | |
| \ | |
*-. \ | Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu... | Ingo Molnar | 2008-07-08 | 3 | -71/+79 |
|\ \ \
| |_|/
|/| | |
|
| | * | x86, mce_64.c: mce_cpu_quirks being ignored | Venki Pallipadi | 2008-07-03 | 1 | -1/+5 |
| | * | x86: correctly report NR_BANKS in mce_64.c | Daniel Rahn | 2008-06-18 | 1 | -1/+1 |
| | * | x86: remove 6 bank limitation in 64 bit MCE reporting code | Venki Pallipadi | 2008-05-12 | 1 | -8/+12 |
| |/
|/| |
|
| * | x86: coding style fixes to arch/x86/kernel/cpu/mcheck/k7.c | Paolo Ciarrocchi | 2008-06-18 | 1 | -18/+18 |
| * | x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p4.c | Paolo Ciarrocchi | 2008-06-18 | 1 | -45/+45 |
|/ |
|
* | x86-64: extend MCE CPU quirk handling | Jan Beulich | 2008-04-26 | 1 | -8/+10 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min... | Linus Torvalds | 2008-04-21 | 1 | -23/+23 |
|\ |
|
| * | generic: reduce stack pressure in sched_affinity | Mike Travis | 2008-04-19 | 1 | -23/+23 |
* | | x86: remove pointless comments | WANG Cong | 2008-04-19 | 1 | -1/+0 |
|/ |
|
* | x86: coding style fixes to arch/x86/kernel/cpu/mcheck/mce_32.c | Paolo Ciarrocchi | 2008-04-17 | 1 | -25/+25 |
* | x86: coding style fixes to arch/x86/kernel/cpu/mcheck/winchip.c | Paolo Ciarrocchi | 2008-04-17 | 1 | -4/+4 |
* | x86: coding style fixes to arch/x86/kernel/cpu/mcheck/non-fatal.c | Paolo Ciarrocchi | 2008-04-17 | 1 | -9/+12 |
* | x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p6.c | Paolo Ciarrocchi | 2008-04-17 | 1 | -24/+24 |
* | x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p5.c | Paolo Ciarrocchi | 2008-04-17 | 1 | -8/+8 |
* | x86: sparse warning in therm_throt.c | Harvey Harrison | 2008-02-09 | 1 | -1/+1 |
* | x86: fix recursion in arch/x86/kernel/cpu/mcheck/mce_amd_64.c | Yinghai Lu | 2008-01-30 | 1 | -2/+2 |
* | x86: fix section mismatch warning in mcheck/mce_amd_64.c | Sam Ravnborg | 2008-01-30 | 1 | -2/+2 |
* | x86: fix section mismatch warning in mcheck/mce_64.c | Sam Ravnborg | 2008-01-30 | 1 | -3/+3 |
* | x86: change x86 machine check handler to use unlocked_ioctl instead | Nikanth Karthikesan | 2008-01-30 | 1 | -3/+2 |
* | x86: arch/x86/kernel/cpu/mcheck/k7.c checkpatch fixes | Andrew Morton | 2008-01-30 | 3 | -3/+3 |
* | x86: arch/x86/kernel/cpu/mcheck/ checkpatch fixes | Andrew Morton | 2008-01-30 | 3 | -26/+26 |