index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
arm
/
cortex
/
gicv3_its.c
Age
Commit message (
Expand
)
Author
2021-10-31
Fix non-DIAGNOSTIC builds (hopefully). No idea why this didn't fail to
skrll
2021-10-31
Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep.
skrll
2021-01-16
Remove MAXCPUS dependency.
jmcneill
2020-12-24
trailing whitespace
jmcneill
2020-12-11
Simplify gits_command by getting rid of the _BYTE_ORDER test and just
jmcneill
2020-12-11
Preserve ST Lower and Upper fields when clearing Mask bit in the MSI-X
jmcneill
2020-09-24
need to swap on big endian machines.
ryo
2020-02-13
Make intr affinity work with MSIs again
jmcneill
2020-02-13
Since all ITS instances share a common LPI configuration table, used a
jmcneill
2020-02-01
Use kmem_zalloc for its state, fixes possible crash if a driver tries to
jmcneill
2020-01-17
Set msi_id to its_id
jmcneill
2019-12-24
Traiing whitespace
skrll
2019-12-02
Use PCI_MSIX_"TBL"BIR_MASK instead of PCI_MSIX_"PBA"BIR_MASK for MSI-X table.
msaitoh
2019-06-30
Cleanup ThunderX quirk and print cache / shareability details for ITT tables
jmcneill
2019-06-30
Enable caching of ITS tables when possible
jmcneill
2019-06-29
Restore original size calculation for MAPD and don't disable MSI/MSIX on devi...
jmcneill
2019-06-29
Rename lpi pic to gicv3-its when an ITS is found
jmcneill
2019-06-23
Pass correct EventID to MOVI and INV commands
jmcneill
2019-06-23
Remove unused variable (build fix)
jmcneill
2019-06-23
Ensure that the "size" parameter of MAPD matches the size of the ITT being
jmcneill
2019-06-16
Pass correct event ID with MOVI commands
jmcneill
2019-06-16
- Disable MSI/MSI-X when making changes
jmcneill
2019-06-12
Allow set_affinity calls before PEs are brought online. We store the
jmcneill
2019-06-12
Fail gracefully if gicv3_its_set_affinity is called before a cpu is
jmcneill
2018-12-08
Add support for decoding PCI ID mappings using IO remapping tables (IORT).
jmcneill
2018-11-28
Allow non-power of 2 counts, and support alloc/release/alloc patterns for a d...
jmcneill
2018-11-24
Handle ThunderX errata
skrll
2018-11-23
Only allocate what we need for ITT tables
jmcneill
2018-11-23
Fix ITT size, only need to MAPD once per device.
jmcneill
2018-11-22
use correct interrupt index
jakllsch
2018-11-21
kcpuset_ffs returns the cpu number plus one, so make sure to subtract it
jmcneill
2018-11-16
Add intr_establish_xname support to arm and expose it to intrctl
jmcneill
2018-11-10
Implement pic_get_affinity/pic_set_affinity for LPIs via ITS
jmcneill
2018-11-09
Add support for GICv3 Locality-specific Periphal Interrupts (LPIs) and the
jmcneill