summaryrefslogtreecommitdiffstats
path: root/include/linux/irqchip
Commit message (Expand)AuthorAgeFilesLines
* irqchip/gic-v4.1: Set vpe_l1_base for all redistributorsZenghui Yu2020-02-081-1/+1
* irqchip/gic-v4.1: Allow direct invalidation of VLPIsMarc Zyngier2020-01-221-0/+1
* irqchip/gic-v4.1: Add VPE INVALL callbackMarc Zyngier2020-01-221-0/+6
* irqchip/gic-v4.1: Add VPE residency callbackMarc Zyngier2020-01-222-0/+14
* irqchip/gic-v4.1: Add mask/unmask doorbell callbacksMarc Zyngier2020-01-221-1/+2
* irqchip/gic-v4.1: Implement the v4.1 flavour of VMAPPMarc Zyngier2020-01-221-4/+14
* irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocationMarc Zyngier2020-01-221-4/+29
* irqchip/gic-v3: Add GICv4.1 VPEID size discoveryMarc Zyngier2020-01-221-0/+5
* irqchip/gic-v3: Detect GICv4.1 supporting RVPEIDMarc Zyngier2020-01-221-0/+2
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-032-16/+2
|\
| * irqchip: ingenic: Drop redundant irq_suspend / irq_resume functionsPaul Cercueil2019-11-101-14/+0
| * irqchip/gic-v3-its: Kill its->device_ids and use TYPER copy insteadMarc Zyngier2019-11-101-1/+1
| * irqchip/gic-v3-its: Kill its->ite_size and use TYPER copy insteadMarc Zyngier2019-11-101-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-251-0/+4
|\ \
| * | KVM: vgic-v4: Track the number of VLPIs per vcpuMarc Zyngier2019-11-081-0/+2
| * | KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/putMarc Zyngier2019-10-281-0/+2
| |/
* / arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clearMarc Zyngier2019-10-151-0/+2
|/
* irqchip: Add include guard to irq-partition-percpu.hMasahiro Yamada2019-08-201-0/+5
* irqchip/gic-v3: Warn about inconsistent implementations of extended rangesMarc Zyngier2019-08-201-0/+1
* irqchip/gic-v3: Add EPPI range supportMarc Zyngier2019-08-201-0/+12
* irqchip/gic-v3: Add ESPI range supportMarc Zyngier2019-08-201-1/+16
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-082-3/+5
|\
| * irqchip/gic-v2m: Add support for Amazon Graviton variant of GICv3+GICv2mZeev Zilberman2019-06-112-3/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-16/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-194-49/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 396Thomas Gleixner2019-06-051-9/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner2019-05-301-10/+1
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-191-6/+6
|\
| * irqchip/gic-v3-its: fix some definitions of inner cacheability attributesHongbo Yao2019-04-291-6/+6
* | Merge tag 'ixp4xx-for-armsoc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2019-04-281-0/+12
|\ \ | |/ |/|
| * irqchip: Add driver for IXP4xxLinus Walleij2019-04-191-0/+12
* | Merge tag 'irqchip-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2019-03-211-2/+1
|\ \ | |/ |/|
| * irqchip/gic: Drop support for secondary GIC in non-DT systemsMarc Zyngier2019-03-111-2/+1
* | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-03-062-0/+52
|\ \
| * | ARM: davinci: cp-intc: use the new-style config structureBartosz Golaszewski2019-02-191-0/+2
| * | irqchip: davinci-cp-intc: add a new config structureBartosz Golaszewski2019-02-191-0/+23
| * | ARM: davinci: aintc: use the new config structureBartosz Golaszewski2019-02-191-0/+2
| * | irqchip: davinci-aintc: add a new config structureBartosz Golaszewski2019-02-191-0/+25
| |/
* / irqchip/gic-v3-its: Fix ITT_entry_size accessorZenghui Yu2019-01-311-1/+1
|/
* irqchip: Add driver for Cirrus Logic Madera codecsRichard Fitzgerald2018-12-181-0/+132
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-251-0/+5
|\
| * vgic: Add support for 52bit guest physical addressKristina Martsenko2018-10-011-0/+5
* | irqchip/gic: Unify GIC priority definitionsJulien Thierry2018-10-032-5/+6
* | irqchip/gic-v3-its: Keep track of property table's PA and VAMarc Zyngier2018-10-021-1/+2
* | irqchip/gic-v3-its: Move pending table allocation to init timeMarc Zyngier2018-10-021-0/+1
|/
* Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-08-222-0/+21
|\
| * KVM: arm/arm64: vgic: Signal IRQs using their configured groupChristoffer Dall2018-07-211-0/+1
| * KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3Christoffer Dall2018-07-212-0/+20