aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/pseries/xics.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* powerpc pseries: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-7/+2
* powerpc pseries xics: Use devclass_find to lookup xicp devclass.John Baldwin2022-04-271-1/+3
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* [PPC] Fix build error when POWERNV is disabledLeandro Lupori2019-06-111-1/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+2
* powerpc/powernv: Add a driver for the POWER9 XIVE interrupt controllerJustin Hibbits2019-02-021-6/+9
* powerpc: Fix opaque irq data initializationJustin Hibbits2019-01-191-12/+16
* powerpc/pseries: Cache the IPI vector to avoid the common static lookupJustin Hibbits2019-01-121-8/+13
* powerpc: Add opaque 'private data' to interrupt vectorsJustin Hibbits2019-01-121-51/+44
* powerpc64/xics: Fix comment typoJustin Hibbits2018-10-211-1/+1
* powerpc/pseries: EOI interrupts in XICS by setting lowest priorityJustin Hibbits2018-10-061-11/+3
* Add a comment explaining the need of a global temporary variableJustin Hibbits2018-05-221-0/+9
* Fix build with PSERIES but not POWERNV defined.Nathan Whitehorn2018-05-201-0/+2
* Add support for the XIVE XICS emulation mode for POWER9 systemsJustin Hibbits2018-05-201-21/+95
* PPC64: use hwref instead of cpuidWojciech Macek2018-01-291-5/+13
* PowerNV: XICS support for PowerNV/OPALWojciech Macek2018-01-161-30/+180
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-201-2/+2
* Add error reporting to interrupt CPU binding.Nathan Whitehorn2015-02-101-3/+6
* Distribute interrupts across multiple CPUs in SMP configurations instead of s...Nathan Whitehorn2015-02-091-3/+15
* Allow booting with both a real Open Firmware tree and a flattened version ofNathan Whitehorn2015-01-011-9/+3
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-051-2/+2
* Merge in support for PAPR-compliant (Power Architecture PlatformNathan Whitehorn2013-09-171-0/+323