aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/arm64/gic_v3_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* gic_v3: add message based interrupts supportCyprien Laplace2021-01-251-0/+20
* Add support for multiple GICv3 ITS devices. For this we add sc_irq_baseAndrew Turner2017-08-131-0/+3
* Start to teach the GICv3 driver about NUMA. On ThunderX we may haveAndrew Turner2017-08-041-0/+9
* Add the missing gic_common.h include for GIC_BUS_FDT.Andrew Turner2016-12-061-0/+1
* Create two GIC ivars to find the bus type and GIC hardware version. TheseAndrew Turner2016-12-061-0/+1
* Register GICv3 xref.Wojciech Macek2016-09-211-0/+3
* Implement bus_print_child to print the resources used by the ITS driver.Andrew Turner2016-07-151-0/+16
* Remove the non-INTRNG support from the GICv3 interrupt controller driver.Andrew Turner2016-07-141-40/+0
* Add the GICv3 ITS intrng driver. As the interface to the interruptAndrew Turner2016-06-031-1/+7
* Return real error value instead of hard-coded ENXIO (fix after r300149)Zbigniew Bodek2016-06-011-1/+3
* Return the struct intr_pic pointer from intr_pic_register. This will beAndrew Turner2016-05-181-2/+2
* Add intrng support to the GICv3 driver. It lacks ITS support so won't handleAndrew Turner2016-05-161-3/+21
* Fix GICv3 build after r299090Zbigniew Bodek2016-05-051-0/+1
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+2
* Simplify GICv3 related drivers' namingZbigniew Bodek2016-01-251-3/+3
* Stop including fdt_common.h in the arm64 code. We don't use anything fromAndrew Turner2016-01-221-1/+1
* Introduce ITS support for ARM64Zbigniew Bodek2015-07-061-0/+186
* Add support for ARM GICv3 interrupt controller used in some ARM64 chipsZbigniew Bodek2015-05-131-0/+124