summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-053-9/+26
|\
| * x86/MCE/AMD: Read MCx_MISC block addresses on any CPUBorislav Petkov2018-05-191-8/+7
| * Merge branch 'ras/urgent' into ras/coreThomas Gleixner2018-05-19407-1957/+3998
| |\
| * | x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()Luck, Tony2018-05-061-1/+1
| * | x86/MCE: Enable MCE broadcasting on new Centaur CPUsDavid Wang2018-05-061-0/+18
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-0535-222/+1079
|\ \ \
| * \ \ Merge tag 'irqchip-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-06-017-103/+623
| |\ \ \
| | * | | ARM: dts: stm32: Add exti support to stm32mp157 pinctrlLudovic Barre2018-05-241-0/+4
| | * | | ARM: dts: stm32: Add exti support for stm32mp157cLudovic Barre2018-05-241-0/+7
| | * | | pinctrl/stm32: Add irq_eoi for stm32gpio irqchipLudovic Barre2018-05-241-6/+7
| | * | | irqchip/stm32: Add suspend/resume support for hierarchy domainLudovic Barre2018-05-241-0/+49
| | * | | irqchip/stm32: Add stm32mp1 support with hierarchy domainLudovic Barre2018-05-242-0/+325
| | * | | irqchip/stm32: Prepare common functionsLudovic Barre2018-05-241-33/+58
| | * | | irqchip/stm32: Add host and driver data structuresLudovic Barre2018-05-241-48/+104
| | * | | irqchip/stm32: Add suspend supportLudovic Barre2018-05-241-17/+52
| | * | | irqchip/stm32: Add falling pending register supportLudovic Barre2018-05-241-11/+36
| | * | | irqchip/stm32: Checkpatch fixLudovic Barre2018-05-241-2/+2
| | * | | irqchip/stm32: Optimizes and cleans up stm32-exti irq_domainRadoslaw Pietrzyk2018-05-241-13/+0
| | * | | irqchip/meson-gpio: Add support for Meson-AXG SoCsYixun Lan2018-05-241-0/+5
| | * | | dt-bindings: interrupt-controller: New binding for Meson-AXG SoCYixun Lan2018-05-241-0/+1
| | * | | dt-bindings: interrupt-controller: Fix the double quotesYixun Lan2018-05-241-5/+5
| |/ / /
| * | | softirq/s390: Move default mutators of overwritten softirq mask to s390Frederic Weisbecker2018-05-142-7/+2
| * | | softirq/x86: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-8/+0
| * | | softirq/sparc: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-2/+3
| * | | softirq/powerpc: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-7/+0
| * | | softirq/parisc: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-8/+0
| * | | softirq/ia64: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-1/+1
| * | | softirq/core: Consolidate default local_softirq_pending() implementationsFrederic Weisbecker2018-05-142-5/+15
| * | | softirq/core: Turn default irq_cpustat_t to standard per-cpuFrederic Weisbecker2018-05-142-4/+4
| * | | softirq/sh: Use nmi_count() on /proc/interrupts print outFrederic Weisbecker2018-05-141-1/+1
| * | | softirq/sparc: Convert local_softirq_pending() to use per-cpu opFrederic Weisbecker2018-05-141-1/+1
| * | | softirq/ia64: Convert local_softirq_pending() to per-cpu opsFrederic Weisbecker2018-05-141-1/+1
| * | | Merge tag 'v4.17-rc5' into irq/core, to pick up fixesIngo Molnar2018-05-14949-4809/+8718
| |\ \ \
| * | | | dt-bindings/gic-v3: Add documentation for MBI supportMarc Zyngier2018-05-131-0/+17
| * | | | irqchip/gic-v3: Add PCI/MSI support to the GICv3 MBI sub-driverMarc Zyngier2018-05-131-3/+59
| * | | | irqchip/gic-v3: Add support for Message Based Interrupts as an MSI controllerMarc Zyngier2018-05-134-1/+283
| * | | | irqchip/gic-v3: Mark the base irq domain as DOMAIN_BUS_WIREDMarc Zyngier2018-05-131-0/+1
| * | | | irqdomain: Let irq_find_host default to DOMAIN_BUS_WIREDMarc Zyngier2018-05-131-1/+7
| * | | | dma-iommu: Fix compilation when !CONFIG_IOMMU_DMAMarc Zyngier2018-05-131-0/+1
| * | | | irqchip/mvebu-gicp: Use level-triggered MSIs between ICU and GICPMarc Zyngier2018-05-133-55/+28
| * | | | genirq/msi: Limit level-triggered MSI to platform devicesMarc Zyngier2018-05-134-0/+9
| * | | | genirq/msi: Allow level-triggered MSIs to be exposed by MSI providersMarc Zyngier2018-05-132-9/+26
| * | | | genirq/irq_sim: Use the SPDX license identifier in the headerBartosz Golaszewski2018-04-261-8/+5
| * | | | genirq/irq_sim: Remove the license boilerplateBartosz Golaszewski2018-04-261-6/+1
* | | | | Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-0510-68/+169
|\ \ \ \ \
| * | | | | x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()Dan Williams2018-05-154-0/+88
| * | | | | x86/asm/memcpy_mcsafe: Add write-protection-fault handlingDan Williams2018-05-153-0/+38
| * | | | | x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams2018-05-155-15/+26
| * | | | | x86/asm/memcpy_mcsafe: Add labels for __memcpy_mcsafe() write fault handlingDan Williams2018-05-151-9/+12
| * | | | | x86/asm/memcpy_mcsafe: Remove loop unrollingDan Williams2018-05-152-51/+12
| | |/ / / | |/| | |