index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
irqchip
/
irq-gic-v3.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-28
irqchip/gic: Use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-1
/
+2
2022-09-29
irqchip/gic-v3: Fix typo in comment
Zhiyuan Dai
1
-1
/
+1
2022-08-01
Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+13
2022-07-25
Merge branch irq/misc-5.20 into irq/irqchip-next
Marc Zyngier
1
-1
/
+1
2022-07-20
APCI: irq: Add support for multiple GSI domains
Marc Zyngier
1
-6
/
+12
2022-07-19
irqchip/gic-v3: Fix comment typo
Jason Wang
1
-1
/
+1
2022-06-16
irqchip/gicv3: Handle resource request failure consistently
Robin Murphy
1
-10
/
+31
2022-06-09
irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions
Miaoqian Lin
1
-1
/
+4
2022-06-09
irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitions
Miaoqian Lin
1
-1
/
+1
2022-05-17
Merge branch irq/gic-v3-nmi-fixes-5.19 into irq/irqchip-next
Marc Zyngier
1
-63
/
+120
2022-05-15
irqchip/gic-v3: Fix priority mask handling
Mark Rutland
1
-58
/
+89
2022-05-15
irqchip/gic-v3: Refactor ISB + EOIR at ack time
Mark Rutland
1
-10
/
+33
2022-05-15
irqchip/gic-v3: Ensure pseudo-NMIs have an ISB between ack and handling
Mark Rutland
1
-0
/
+3
2022-05-04
irqchip/gic-v3: Claim iomem resources
Robin Murphy
1
-6
/
+9
2022-05-04
irqchip/gic-v3: Relax polling of GIC{R,D}_CTLR.RWP
Marc Zyngier
1
-20
/
+18
2022-05-04
irqchip/gic-v3: Detect LPI invalidation MMIO registers
Marc Zyngier
1
-4
/
+16
2022-04-05
irqchip/gic, gic-v3: Prevent GSI to SGI translations
Andre Przywara
1
-0
/
+6
2022-04-05
irqchip/gic-v3: Fix GICR_CTLR.RWP polling
Marc Zyngier
1
-4
/
+4
2022-02-21
irqchip/gic-v3: Use dsb(ishst) to order writes with ICC_SGI1R_EL1 accesses
Barry Song
1
-1
/
+1
2021-12-20
Merge branch irq/misc-5.17 into irq/irqchip-next
Marc Zyngier
1
-0
/
+16
2021-12-16
irqchip/gic-v4: Disable redistributors' view of the VPE table at boot time
Marc Zyngier
1
-0
/
+16
2021-12-16
irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve
Valentin Schneider
1
-0
/
+1
2021-10-26
irq: remove handle_domain_{irq,nmi}()
Mark Rutland
1
-2
/
+2
2021-08-20
Merge branch irq/misc-5.15 into irq/irqchip-next
Marc Zyngier
1
-1
/
+22
2021-08-20
irqchip/gic-v3: Fix priority comparison when non-secure priorities are used
Chen-Yu Tsai
1
-1
/
+22
2021-08-12
irqchip/gic-v3: Fix selection of partition domain for EPPIs
James Morse
1
-7
/
+41
2021-08-12
irqchip/gic-v3: Add __gic_get_ppi_index() to find the PPI number from hwirq
James Morse
1
-4
/
+9
2021-06-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+3
2021-06-10
irqchip/gic-v3: Workaround inconsistent PMR setting on NMI entry
Marc Zyngier
1
-1
/
+35
2021-06-01
irqchip/gic: Split vGIC probing information from the GIC code
Marc Zyngier
1
-3
/
+3
2021-04-24
Merge tag 'irqchip-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
1
-4
/
+4
2021-04-23
irqchip/gic-v3: Do not enable irqs when handling spurious interrups
He Ying
1
-4
/
+4
2021-03-22
irq: Fix typos in comments
Ingo Molnar
1
-1
/
+1
2021-01-21
irqchip/gic-v3: Fix typos in PMR/RPR SCR_EL3.FIQ handling explanation
Lorenzo Pieralisi
1
-2
/
+2
2020-12-11
irqchip/gic, gic-v3: Make SGIs use handle_percpu_devid_irq()
Valentin Schneider
1
-6
/
+0
2020-09-17
Merge remote-tracking branch 'origin/irq/gic-retrigger' into irq/irqchip-next
Marc Zyngier
1
-1
/
+11
2020-09-17
Merge remote-tracking branch 'origin/irq/ipi-as-irq' into irq/irqchip-next
Marc Zyngier
1
-46
/
+66
2020-09-17
irqchip/gic-v3: Configure SGIs as standard interrupts
Marc Zyngier
1
-43
/
+51
2020-09-13
irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0
Alexandru Elisei
1
-12
/
+44
2020-09-13
irqchip/gic-v3: Spell out when pseudo-NMIs are enabled
Alexandru Elisei
1
-2
/
+2
2020-09-13
irqchip/gic-v3: Describe the SGI range
Marc Zyngier
1
-3
/
+15
2020-09-06
irqchip/gic-v2, v3: Prevent SW resends entirely
Valentin Schneider
1
-1
/
+4
2020-09-06
irqchip/gic-v2, v3: Implement irq_chip->irq_retrigger()
Valentin Schneider
1
-0
/
+7
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-4
/
+4
2020-06-27
drivers/irqchip: Use new macro ACPI_DECLARE_SUBTABLE_PROBE_ENTRY
Oscar Carter
1
-1
/
+1
2020-05-25
irqchip/gic-v2, v3: Drop extra IRQ_NOAUTOEN setting for (E)PPIs
Valentin Schneider
1
-1
/
+0
2020-05-18
irqchip/gic-v3: Fix missing "__init" for gic_smp_init()
Ingo Rohloff
1
-1
/
+1
2020-04-16
irqchip/gic-v4.1: Add support for VPENDBASER's Dirty+Valid signaling
Marc Zyngier
1
-4
/
+7
2020-03-31
Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+13
2020-03-24
Merge branch 'irq/gic-v4.1' into irq/irqchip-next
Marc Zyngier
1
-2
/
+11
[next]