summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: de-assembler-ize asm/desc.hAlexander van Heukelum2009-06-174-29/+0
* i386: fix/simplify espfix stack switching, move it into assemblyAlexander van Heukelum2009-06-172-16/+35
* i386: fix return to 16-bit stack from NMI handlerAlexander van Heukelum2009-06-171-6/+8
* x86, ioapic: Don't call disconnect_bsp_APIC if no APIC presentCyrill Gorcunov2009-06-171-1/+3
* x86: Remove duplicated #include'sHuang Weiyi2009-06-172-12/+0
* x86: msr.h linux/types.h is only required for __KERNEL__Jaswinder Singh Rajput2009-06-171-6/+1
* x86: nmi: Add Intel processor 0x6f4 to NMI perfctr1 workaroundPrarit Bhargava2009-06-171-4/+8
* x86: apic/io_apic.c: dmar_msi_type should be staticJaswinder Singh Rajput2009-06-171-1/+1
* x86, io_apic.c: Work around compiler warningFigo.zhang2009-06-171-1/+2
* x86: mce: Don't touch THERMAL_APIC_VECTOR if no active APIC presentCyrill Gorcunov2009-06-171-2/+8
* x86: mce: Handle banks == 0 case in K7 quirkAndi Kleen2009-06-171-1/+1
* Merge branch 'linus' into x86/urgentIngo Molnar2009-06-1765-2099/+3773
|\
| * Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-151-1/+1
| |\
| | * timers: Identifying the existing pinned timersArun R Bharadwaj2009-05-131-1/+1
| * | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-1334-1660/+2908
| |\ \
| | * \ Merge branch 'linus' into x86/mce3Ingo Molnar2009-06-11205-4741/+8485
| | |\ \
| | * | | x86, mce: Add boot options for corrected errorsHidetoshi Seto2009-06-113-2/+22
| | * | | x86, mce: Fix mce printingHidetoshi Seto2009-06-111-11/+15
| | * | | x86, mce: fix for mce countersHidetoshi Seto2009-06-031-4/+5
| | * | | x86, mce: support action-optional machine checksAndi Kleen2009-06-033-1/+135
| | * | | x86, mce: define MCE_VECTORAndi Kleen2009-06-031-0/+1
| | * | | x86, mce: rename mce_notify_user to mce_notify_irqAndi Kleen2009-06-035-9/+9
| | * | | x86: fix panic with interrupts off (needed for MCE)Andi Kleen2009-06-036-7/+37
| | * | | x86, mce: export MCE severities coverage via debugfsHuang Ying2009-06-031-0/+83
| | * | | x86, mce: implement new status bitsAndi Kleen2009-06-034-44/+137
| | * | | x86, mce: print header/footer only once for multiple MCEsAndi Kleen2009-06-031-10/+17
| | * | | x86, mce: default to panic timeout for machine checksAndi Kleen2009-06-031-0/+7
| | * | | x86, mce: improve mce_get_ripHuang Ying2009-06-031-6/+7
| | * | | x86, mce: make non Monarch panic message "Fatal machine check" tooAndi Kleen2009-06-031-2/+2
| | * | | x86, mce: switch x86 machine check handler to Monarch election.Andi Kleen2009-06-031-29/+331
| | * | | x86, mce: implement panic synchronizationAndi Kleen2009-06-031-0/+22
| | * | | x86, mce: implement bootstrapping for machine check wakeupsAndi Kleen2009-06-036-0/+72
| | * | | x86, mce: check early in exception handler if panic is neededAndi Kleen2009-06-031-13/+25
| | * | | x86, mce: add table driven machine check gradingAndi Kleen2009-06-033-0/+72
| | * | | x86, mce: remove TSC print heuristicAndi Kleen2009-06-031-14/+18
| | * | | x86, mce: log corrected errors when panicingAndi Kleen2009-06-031-2/+2
| | * | | x86, mce: extend struct mce user interface with more information.Andi Kleen2009-06-032-2/+20
| | * | | x86, mce: support more than 256 CPUs in struct mceAndi Kleen2009-06-033-9/+9
| | * | | x86, mce: store record length into memory struct mce anchorAndi Kleen2009-06-032-3/+4
| | * | | x86, mce: add MCE poll count to /proc/interruptsAndi Kleen2009-06-033-0/+9
| | * | | x86, mce: add machine check exception count in /proc/interruptsAndi Kleen2009-06-033-0/+17
| | * | | Merge branch 'irq/numa' into x86/mce3H. Peter Anvin2009-06-0139-1093/+965
| | |\ \ \
| | * | | | x86, mce: drop "extern" from function prototypes in asm/mce.hH. Peter Anvin2009-05-281-5/+5
| | * | | | x86: trivial clean up for arch/x86/KconfigHidetoshi Seto2009-05-281-7/+7
| | * | | | x86: trivial clean up for irq_vectors.hAndi Kleen2009-05-281-2/+1
| | * | | | x86, mce: trivial clean up for mce-inject.cHidetoshi Seto2009-05-281-2/+2
| | * | | | x86, mce: trivial clean up for mce_intel_64.cHidetoshi Seto2009-05-281-1/+1
| | * | | | x86, mce: trivial clean up for mce_amd_64.cHidetoshi Seto2009-05-281-13/+6
| | * | | | x86, mce: trivial clean up for mce.cHidetoshi Seto2009-05-281-6/+6
| | * | | | x86, mce: trivial clean up for therm_throt.cHidetoshi Seto2009-05-281-1/+0
OpenPOWER on IntegriCloud