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
/
arch
/
mips
/
cavium-octeon
/
octeon-irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-27
MIPS: octeon: Fix compile error
Thomas Bogendoerfer
1
-1
/
+1
2023-03-24
MIPS: octeon: Use of_address_to_resource()
Rob Herring
1
-20
/
+15
2022-09-07
MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()
Alexander Sverdlin
1
-0
/
+10
2022-07-07
genirq: Return a const cpumask from irq_data_get_affinity_mask
Samuel Holland
1
-2
/
+2
2022-05-04
MIPS: fix typos in comments
Julia Lawall
1
-1
/
+1
2022-02-22
MIPS: OCTEON: Constify static irq_domain_ops
Rikard Falkeborn
1
-5
/
+5
2021-10-25
irq: mips: stop (ab)using handle_domain_irq()
Mark Rutland
1
-1
/
+4
2021-01-13
MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciu
Menglong Dong
1
-1
/
+1
2020-12-14
MIPS: Octeon: irq: Alloc desc before configuring IRQ
Alexander Sverdlin
1
-0
/
+15
2020-03-04
MIPS: OCTEON: irq: Fix potential NULL pointer dereference
Gustavo A. R. Silva
1
-0
/
+3
2020-01-23
MIPS: OCTEON: octeon-irq: fix spelling mistake "to" -> "too"
Colin Ian King
1
-1
/
+1
2018-11-22
MIPS: OCTEON: octeon-irq: make octeon_irq_ciu3_set_affinity() static
Aaro Koskinen
1
-2
/
+2
2018-08-28
MIPS: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-8
/
+8
2018-06-24
MIPS: Octeon: assign bool true/false not 1/0
Nicholas Mc Guire
1
-1
/
+1
2018-04-10
Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...
Linus Torvalds
1
-5
/
+5
2018-02-23
MIPS: OCTEON: irq: Check for null return on kzalloc allocation
Colin Ian King
1
-0
/
+2
2018-02-19
MIPS: Octeon: Fix logging messages with spurious periods after newlines
Joe Perches
1
-5
/
+5
2017-09-04
MIPS: Octeon: Allow access to CIU3 IRQ domains.
Steven J. Hill
1
-0
/
+9
2016-09-29
MIPS: Octeon: mark GPIO controller node not populated after IRQ init.
Steven J. Hill
1
-0
/
+6
2016-08-03
Merge branch '4.7-fixes' into mips-for-linux-next
Ralf Baechle
1
-1
/
+1
2016-07-28
MIPS: Octeon: Remove forced mappings of USB interrupts.
Steven J. Hill
1
-12
/
+0
2016-07-21
MIPS: Octeon: Off by one in octeon_irq_gpio_map()
Dan Carpenter
1
-1
/
+1
2016-05-13
MIPS: OCTEON: Simplify code in octeon_irq_ciu_gpio_set_type()
David Daney
1
-1
/
+1
2016-05-13
MIPS: OCTEON: Add support for OCTEON III interrupt controller.
David Daney
1
-1
/
+649
2016-05-13
MIPS: OCTEON: Remove some code limiting NR_IRQS to 255
David Daney
1
-25
/
+2
2015-10-13
irqdomain: Use irq_domain_get_of_node() instead of direct field access
Marc Zyngier
1
-2
/
+2
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
1
-1
/
+1
2015-08-26
MIPS: octeon: Replace the homebrewn flow handler
Thomas Gleixner
1
-11
/
+11
2015-08-26
MIPS: irq: Use access helper irq_data_get_affinity_mask()
Jiang Liu
1
-6
/
+8
2015-06-21
MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
1
-1
/
+3
2015-02-20
MIPS: OCTEON: irq: add CIB and other fixes
David Daney
1
-269
/
+780
2015-02-20
MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs.
David Daney
1
-2
/
+43
2015-02-20
MIPS: OCTEON: Update octeon-model.h code for new SoCs.
David Daney
1
-1
/
+1
2014-10-27
MIPS: Octeon: Make Octeon GPIO IRQ chip CPU hotplug-aware
Alexander Sverdlin
1
-0
/
+2
2014-08-26
mips: Replace __get_cpu_var uses
Christoph Lameter
1
-15
/
+15
2014-06-05
MIPS: Octeon: Add twsi interrupt initialization for OCTEON 3XXX, 5XXX, 63XX
Eunbong Song
1
-0
/
+2
2014-04-18
genirq: Allow forcing cpu affinity of interrupts
Thomas Gleixner
1
-1
/
+1
2014-03-20
MIPS: Octeon: Fix warning in of_device_alloc on cn3xxx
Andreas Herrmann
1
-10
/
+12
2013-09-03
MIPS: Move declaration of Octeon function fixup_irqs() to header.
Ralf Baechle
1
-1
/
+1
2013-07-15
MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code
Paul Gortmaker
1
-6
/
+6
2013-06-25
MIPS: octeon: Use irq_get_trigger_type() to get IRQ flags
Javier Martinez Canillas
1
-1
/
+1
2013-05-08
MIPS: octeon: Fix GPIO number in IRQ chip private data
Alexander Sverdlin
1
-3
/
+2
2013-02-01
MIPS: Whitespace cleanup.
Ralf Baechle
1
-2
/
+2
2012-12-13
MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.
David Daney
1
-1
/
+0
2012-08-31
MIPS: OCTEON: Register ciu/ciu2 as the default irq_domain.
David Daney
1
-0
/
+2
2012-08-31
MIPS: Octeon: Make interrupt controller work with threaded handlers.
David Daney
1
-143
/
+137
2012-08-31
MIPS: OCTEON: Add support for cn68XX interrupt controller.
David Daney
1
-24
/
+544
2012-08-17
MIPS: Octeon: Fix broken interrupt controller code.
David Daney
1
-46
/
+43
2012-07-23
MIPS: Octeon: Use device tree to register serial ports.
David Daney
1
-4
/
+0
2012-07-23
netdev: octeon_mgmt: Convert to use device tree.
David Daney
1
-2
/
+0
[next]