summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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-0195-1218/+1521
|\
| * Merge branch 'x86/cpufeature' into irq/numaIngo Molnar2009-06-013-9/+17
| |\
| | * x86: clean up and fix setup_clear/force_cpu_cap handlingYinghai Lu2009-05-113-8/+16
| | * x86: cpufeature.h fix name for X86_FEATURE_MCEJaswinder Singh Rajput2009-05-031-1/+1
| * | Merge branch 'linus' into irq/numaIngo Molnar2009-06-01282-2977/+5857
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-06-013-4/+5
| | |\ \
| | | * | sparc64: Fix section attribute warnings.David S. Miller2009-05-292-2/+2
| | | * | sparc64: Fix SET_PERSONALITY to not clip bits outside of PER_MASK.David S. Miller2009-05-071-2/+3
| | * | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-05-301-2/+2
| | |\ \ \
| | | * | | acpi-cpufreq: fix printk typo and indentationJoe Perches2009-05-291-2/+2
| | * | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-05-2926-67/+460
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch 'for-rmk' of git://gitorious.org/linux-gemini/mainlineRussell King2009-05-2930-309/+549
| | | |\ \ \
| | | | * | | Gemini: Fix SRAM/ROM location after memory swapPaulius Zaleckas2009-05-281-2/+1
| | | * | | | [ARM] update mach-typesRussell King2009-05-291-9/+122
| | | * | | | [ARM] Add cmpxchg support for ARMv6+ systems (v5)Mathieu Desnoyers2009-05-281-0/+173
| | | * | | | [ARM] barriers: improve xchg, bitops and atomic SMP barriersRussell King2009-05-285-13/+71
| | | * | | | Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King2009-05-235-12/+29
| | | |\ \ \ \
| | | | * | | | [ARM] add coherent DMA mask for mv643xx_ethNicolas Pitre2009-05-224-0/+27
| | | | * | | | [ARM] Orion: Remove explicit name for platform device resourcesMartin Michlmayr2009-05-213-8/+0
| | | | * | | | [ARM] Kirkwood: Correct MPP for SATA activity/presence LEDs of QNAP TS-119/TS...Thomas Reitmayr2009-05-201-4/+2
| | | * | | | | [ARM] disable NX support for OABI-supporting kernelsRussell King2009-05-231-0/+9
| | | * | | | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-05-2313-31/+55
| | | |\ \ \ \ \
| | | | * | | | | [ARM] pxa/palm: fix PalmLD/T5/TX AC97 MFPMarek Vasut2009-05-223-0/+4
| | | | * | | | | [ARM] pxa: add parameter to clksrc_read() for pxa168/910Coly Li2009-05-221-1/+1
| | | | * | | | | [ARM] pxa: fix the incorrectly defined drive strength macros for pxa{168,910}Mingwei Wang2009-05-223-6/+13
| | | | * | | | | [ARM] pxa/ezx: fix pin configuration for low power modeDaniel Ribeiro2009-05-201-18/+18
| | | | * | | | | [ARM] pxa/spitz: provide spitz_ohci_exit() that unregisters USB_HOST GPIODmitry Eremin-Solenikov2009-05-181-0/+6
| | | | * | | | | [ARM] pxa: enable GPIO receivers after configuring pinsTimothy Clacy2009-05-181-0/+3
| | | | * | | | | [ARM] pxa: allow gpio_reset drive high during normal workDaniel Ribeiro2009-05-184-6/+7
| | | | * | | | | [ARM] pxa: save/restore PGSR on suspend/resume.Daniel Ribeiro2009-05-181-0/+3
| | * | | | | | | x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...Mel Gorman2009-05-291-1/+5
| | * | | | | | | flat: fix data sections alignmentOskar Schirmer2009-05-296-8/+0
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | x86: enable_update_mptable should be a macroYinghai Lu2009-05-281-9/+2
| * | | | | | | x86, io-apic: Don't mark pin_programmed earlyYinghai Lu2009-05-191-1/+4
| * | | | | | | x86, irq: don't call mp_config_acpi_gsi() if update_mptable is not enabledYinghai Lu2009-05-183-2/+13
| * | | | | | | x86, irq: update_mptable needs pci_routeirqYinghai Lu2009-05-181-0/+7
| * | | | | | | x86: don't call read_apic_id if !cpu_has_apicYinghai Lu2009-05-184-5/+11
| * | | | | | | x86, apic: introduce io_apic_irq_attrYinghai Lu2009-05-185-43/+64
| * | | | | | | x86: read apic ID in the !acpi_lapic caseYinghai Lu2009-05-123-25/+28
OpenPOWER on IntegriCloud