summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irqchip-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-099-55/+434
|\
| * irqchip: mips-gic: Print warning if inherited GIC base is usedMatt Redfearn2017-11-091-0/+2
| * irqchip/mips-gic: Add pr_fmt and reword pr_* messagesMatt Redfearn2017-11-091-4/+7
| * irqchip/stm32: Move the wakeup on interrupt maskLudovic Barre2017-11-071-5/+5
| * irqchip/stm32: Fix initial valuesLudovic Barre2017-11-071-0/+9
| * irqchip/stm32: Add stm32h7 supportLudovic Barre2017-11-071-0/+42
| * dt-bindings/interrupt-controllers: Add compatible string for stm32h7Ludovic Barre2017-11-071-1/+3
| * irqchip/stm32: Add multi-bank managementLudovic Barre2017-11-071-46/+103
| * irqchip/stm32: Select GENERIC_IRQ_CHIPLudovic Barre2017-11-071-0/+1
| * irqchip/exiu: Add support for Socionext Synquacer EXIU controllerArd Biesheuvel2017-11-073-0/+231
| * dt-bindings: Add description of Socionext EXIU interrupt controllerArd Biesheuvel2017-11-071-0/+32
| * irqchip/gic-v3-its: Fix VPE activate callback return valueMarc Zyngier2017-11-071-1/+1
* | Merge tag 'irqchip-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-02241-1903/+3090
|\|
| * irqchip: mips-gic: Make IPI bitmaps staticPaul Burton2017-11-021-2/+2
| * irqchip: mips-gic: Share register writes in gic_set_type()Paul Burton2017-11-021-23/+23
| * irqchip: mips-gic: Remove gic_vpes variablePaul Burton2017-11-021-5/+0Star
| * irqchip: mips-gic: Use num_possible_cpus() to reserve IPIsPaul Burton2017-11-021-5/+7
| * irqchip: mips-gic: Configure EIC when CPUs come onlinePaul Burton2017-11-021-7/+5Star
| * irqchip: mips-gic: Mask local interrupts when CPUs come onlinePaul Burton2017-11-021-10/+4Star
| * irqchip: mips-gic: Use irq_cpu_online to (un)mask all-VP(E) IRQsPaul Burton2017-11-022-16/+57
| * irqchip: mips-gic: Inline gic_local_irq_domain_map()Paul Burton2017-11-021-36/+22Star
| * irqchip/meson-gpio: add support for Meson8 SoCsMartin Blumenstingl2017-11-022-0/+6
| * irqdomain: Update the comments of fwnode field of irq_domain structureDou Liyang2017-11-021-2/+2
| * irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interfaceMarc Zyngier2017-11-022-9/+69
| * irqchip/gic-v3-its: Setup VLPI properties at map timeMarc Zyngier2017-11-022-2/+18
| * Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier2017-11-02234-1792/+2881
| |\
| | * Linux 4.14-rc3Linus Torvalds2017-10-011-1/+1
| | * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-0114-47/+56
| | |\
| | | * x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2017-09-295-18/+7Star
| | | * x86/mm: Disable branch profiling in mem_encrypt.cTom Lendacky2017-09-291-0/+2
| | | * x86/asm: Fix inline asm call constraints for GCC 4.4Josh Poimboeuf2017-09-291-2/+4
| | | * perf/x86/intel/uncore: Correct num_boxes for IIO and IRPKan Liang2017-09-251-2/+2
| | | * perf/x86/intel/rapl: Add missing CPU IDsKan Liang2017-09-251-0/+3
| | | * perf/x86/msr: Add missing CPU IDsKan Liang2017-09-251-0/+8
| | | * perf/x86/intel/cstate: Add missing CPU IDsKan Liang2017-09-251-0/+4
| | | * x86: Don't cast away the __user in __get_user_asm_u64()Ville Syrjälä2017-09-251-1/+1
| | | * x86/sysfs: Fix off-by-one error in loop terminationSean Fu2017-09-251-1/+1
| | | * x86/mm: Fix fault error path using unsafe vma pointerLaurent Dufour2017-09-251-23/+24
| | | * x86/numachip: Add const and __initconst to numachip2_clockeventBhumika Goyal2017-09-251-1/+1
| | * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-012-2/+16
| | |\ \
| | | * | um/time: Fixup namespace collisionThomas Gleixner2017-09-291-2/+2
| | | * | timer: Prepare to change timer callback argument typeKees Cook2017-09-281-0/+14
| | | |/
| | * | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-012-143/+384
| | |\ \
| | | * | smp/hotplug: Hotplug state fail injectionPeter Zijlstra2017-09-252-2/+61
| | | * | smp/hotplug: Differentiate the AP completion between up and downPeter Zijlstra2017-09-251-17/+32
| | | * | smp/hotplug: Differentiate the AP-work lockdep class between up and downPeter Zijlstra2017-09-251-9/+32
| | | * | smp/hotplug: Callback vs state-machine consistencyPeter Zijlstra2017-09-251-4/+22
| | | * | smp/hotplug: Rewrite AP state machine corePeter Zijlstra2017-09-251-115/+206
| | | * | smp/hotplug: Allow external multi-instance rollbackPeter Zijlstra2017-09-251-15/+32
| | | * | smp/hotplug: Add state diagramPeter Zijlstra2017-09-251-0/+18
| | | |/