aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2009-09-14x86, mce: Fix compilation with !CONFIG_DEBUG_FS in mce-severity.cAndi Kleen
2009-08-26x86, mce: CE in last bank prevents panic by unknown MCEHidetoshi Seto
2009-08-10x86, mce: Fake panic support for MCE testingHuang Ying
2009-08-10x86, mce: Move debugfs mce dir creating to mce.cHuang Ying
2009-08-10x86, mce: Support specifying raise mode for software MCE injectionHuang Ying
2009-08-10x86, mce: Support specifying context for software mce injectionHuang Ying
2009-07-29x86, mce: fix reporting of Thermal Monitoring mechanism enabledBartlomiej Zolnierkiewicz
2009-07-29x86, mce: remove never executed codeBartlomiej Zolnierkiewicz
2009-07-29x86, mce: add missing __cpuinit tagsBartlomiej Zolnierkiewicz
2009-07-29x86, mce: fix "mce" boot option handling for CONFIG_X86_NEW_MCEBartlomiej Zolnierkiewicz
2009-07-29x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUsBartlomiej Zolnierkiewicz
2009-07-09x86: mce: Lower maximum number of banks to architecture limitAndi Kleen
2009-07-09x86: mce: macros to compute banks MSRsAndi Kleen
2009-07-09x86: mce: Move per bank data in a single datastructureAndi Kleen
2009-07-09x86: mce: Move code in mce.cAndi Kleen
2009-07-09x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCEAndi Kleen
2009-07-09x86: mce: Remove old i386 machine check codeAndi Kleen
2009-07-09x86: mce: Update X86_MCE description in x86/KconfigAndi Kleen
2009-07-09x86: mce: Make CONFIG_X86_ANCIENT_MCE dependent on CONFIG_X86_MCEAndi Kleen
2009-06-20x86, mce: use atomic_inc_return() instead of add by 1Borislav Petkov
2009-06-20x86, mce: fix typo in comment in asm/mce.hBorislav Petkov
2009-06-18x86, mce: fix error path in mce_create_device()Hidetoshi Seto
2009-06-17x86: use zalloc_cpumask_var for mce_dev_initializedYinghai Lu
2009-06-17x86: fix duplicated sysfs attributeYinghai Lu
2009-06-17Merge branch 'x86/urgent' into x86/mce3Ingo Molnar
2009-06-17x86: nmi: Add Intel processor 0x6f4 to NMI perfctr1 workaroundPrarit Bhargava
2009-06-17x86, mce: mce_intel.c needs <asm/apic.h>H. Peter Anvin
2009-06-17x86: apic/io_apic.c: dmar_msi_type should be staticJaswinder Singh Rajput
2009-06-17x86, io_apic.c: Work around compiler warningFigo.zhang
2009-06-17x86: mce: Don't touch THERMAL_APIC_VECTOR if no active APIC presentCyrill Gorcunov
2009-06-17x86: mce: Handle banks == 0 case in K7 quirkAndi Kleen
2009-06-17Merge branch 'linus' into x86/urgentIngo Molnar
2009-06-16x86, boot: use .code16gcc instead of .code16H. Peter Anvin
2009-06-16x86: correct the conversion of EFI memory typesCliff Wickman
2009-06-16x86: cap iomem_resource to addressable physical memoryH. Peter Anvin
2009-06-16x86, mce: rename _64.c files which are no longer 64-bit-specificHidetoshi Seto
2009-06-16x86, mce: mce.h cleanupHidetoshi Seto
2009-06-16x86, mce: remove therm_throt.hHidetoshi Seto
2009-06-16x86, mce: remove intel_set_thermal_handler()Hidetoshi Seto
2009-06-16x86, mce: squash mce_intel.c into therm_throt.cHidetoshi Seto
2009-06-16x86, mce: unify smp_thermal_interruptHidetoshi Seto
2009-06-16x86, mce: unify smp_thermal_interrupt, prepareHidetoshi Seto
2009-06-16x86, mce: unify smp_thermal_interrupt, prepare mce_intel_64Hidetoshi Seto
2009-06-16x86, mce: unify smp_thermal_interrupt, prepare p4Hidetoshi Seto
2009-06-16x86, mce: make mce_disabled booleanHidetoshi Seto
2009-06-16x86, mce: unify mce.hHidetoshi Seto
2009-06-16x86, mce: sysfs entries for new mce optionsHidetoshi Seto
2009-06-16x86, mce: rename static variables around triggerHidetoshi Seto
2009-06-16x86, mce: add __read_mostlyHidetoshi Seto
2009-06-16x86, mce: cleanup mce_start()Hidetoshi Seto