summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-08irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessorsZenghui Yu3-24/+24
2020-02-08irqchip/gic-v3-its: Remove superfluous WARN_ONZenghui Yu1-1/+0
2020-02-08irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd()Zenghui Yu1-3/+1
2020-02-08irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD levelZenghui Yu1-0/+80
2020-02-08irqchip/gic-v4.1: Set vpe_l1_base for all redistributorsZenghui Yu2-2/+5
2020-02-08irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZEZenghui Yu1-1/+1
2020-02-03irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALLZenghui Yu1-1/+1
2020-01-29irqchip: Some Kconfig cleanup for C-SKYRandy Dunlap1-2/+2
2020-01-28irqchip/gic-v3: Only provision redistributors that are enabled in ACPIMarc Zyngier1-2/+7
2020-01-22irqchip/gic-v4.1: Allow direct invalidation of VLPIsMarc Zyngier2-19/+37
2020-01-22irqchip/gic-v4.1: Suppress per-VLPI doorbellMarc Zyngier1-2/+9
2020-01-22irqchip/gic-v4.1: Add VPE INVALL callbackMarc Zyngier2-0/+20
2020-01-22irqchip/gic-v4.1: Add VPE eviction callbackMarc Zyngier1-11/+42
2020-01-22irqchip/gic-v4.1: Add VPE residency callbackMarc Zyngier3-0/+31
2020-01-22irqchip/gic-v4.1: Add mask/unmask doorbell callbacksMarc Zyngier2-1/+75
2020-01-22irqchip/gic-v4.1: Plumb skeletal VPE irqchipMarc Zyngier1-1/+31
2020-01-22irqchip/gic-v4.1: Implement the v4.1 flavour of VMOVPMarc Zyngier1-7/+33
2020-01-22irqchip/gic-v4.1: Don't use the VPE proxy if RVPEID is setMarc Zyngier1-1/+24
2020-01-22irqchip/gic-v4.1: Implement the v4.1 flavour of VMAPPMarc Zyngier2-9/+69
2020-01-22irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocationMarc Zyngier4-7/+339
2020-01-22irqchip/gic-v3: Add GICv4.1 VPEID size discoveryMarc Zyngier3-1/+18
2020-01-22irqchip/gic-v3: Detect GICv4.1 supporting RVPEIDMarc Zyngier2-3/+20
2020-01-22irqchip/gic-v3-its: Fix get_vlpi_map() breakage with doorbellsMarc Zyngier1-5/+6
2020-01-20irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao1-0/+1
2020-01-20irqchip: Add NXP INTMUX interrupt multiplexer supportJoakim Zhang3-0/+316
2020-01-20dt-bindings: interrupt-controller: Add binding for NXP INTMUX interrupt multi...Joakim Zhang1-0/+68
2020-01-20irqchip: Define EXYNOS_IRQ_COMBINERHyunki Koo3-1/+9
2020-01-20irqchip/meson-gpio: Add support for meson a1 SoCsQianggui Song1-0/+42
2020-01-20irqchip/meson-gpio: Rework meson irqchip driver to support meson-A1 SoCsQianggui Song1-25/+70
2020-01-20dt-bindings: interrupt-controller: New binding for Meson-A1 SoCsQianggui Song1-0/+1
2020-01-20irqchip/mbigen: Set driver .suppress_bind_attrs to avoid remove problemsJohn Garry1-0/+1
2020-01-20irqchip: Add Aspeed SCU interrupt controllerEddie James3-1/+241
2020-01-20dt-bindings: interrupt-controller: Add Aspeed SCU interrupt controllerEddie James3-0/+53
2020-01-20gpio/sifive: Add GPIO driver for SiFive SoCsYash Shah3-0/+262
2020-01-20gpio/sifive: Add DT documentation for SiFive GPIOYash Shah1-0/+68
2020-01-20irqchip/sifive-plic: Support irq domain hierarchyYash Shah2-4/+27
2020-01-20irqchip/nvic: Use irq_domain_translate_onecell instead of custom funcYash Shah1-13/+2
2020-01-20genirq: Introduce irq_domain_translate_onecellYash Shah2-0/+22
2019-12-30Linux 5.5-rc4Linus Torvalds1-1/+1
2019-12-29Merge tag 'riscv/for-v5.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-3/+6
2019-12-29Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus Torvalds1-1/+1
2019-12-29Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-10/+56
2019-12-29locks: print unsigned ino in /proc/locksAmir Goldstein1-1/+1
2019-12-28riscv: export flush_icache_all to modulesOlof Johansson1-0/+1
2019-12-28riscv: reject invalid syscalls below -1David Abdurachmanov1-0/+1
2019-12-28riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck2-3/+4
2019-12-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-11/+12
2019-12-28Merge tag 'drm-fixes-2019-12-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-86/+139
2019-12-27Merge tag 'linux-kselftest-5.5-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-38/+70
2019-12-27Merge tag 'pm-5.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-4/+1