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
Age
Commit message (
Expand
)
Author
2020-11-22
Fix interrupt priorities on N1 SDP.
jmcneill
2020-11-22
Add GICD_CTRL_EnableGrp1S definition.
jmcneill
2020-11-21
Add a per-CPU event counter that counts every time an interrupt handler is
jmcneill
2020-11-01
sc_enabled_sgippi can be updated from any CPU, so use atomic_or/atomic_and
jmcneill
2020-11-01
Remove unused __HAVE_PIC_FAST_SOFTINTS block. It never would have worked
jmcneill
2020-11-01
Add an isb() barrier after ICC_SGI1R_EL1 write to prevent reordering with
jmcneill
2020-11-01
gicv3_set_priority: ICC_PMR_EL1 is self-synchronizing so no need for isb()
jmcneill
2020-11-01
gicv3_irq_handler: No need to call gicv3_set_priority if we are already at
jmcneill
2020-11-01
gicv3_ipi_send: simplify logic in kcp != NULL case given that we know that
jmcneill
2020-10-30
Retire arm_[di]sb in favour of the isb() and dsb(sy) macro invocations.
skrll
2020-09-29
Collapse all CPU_CORTEXA<n> options into CPU_CORTEX and do runtime
jmcneill
2020-09-26
G/C arm/atomic.h
skrll
2020-09-24
need to swap on big endian machines.
ryo
2020-07-27
Remove CPU ID test in armgic_match. Perfectly normal to have GIC in
jmcneill
2020-07-12
Avoid undefined behaviour. Detected by KUBSAN.
skrll
2020-05-07
Do not store a pointer to the passed in struct pci_attach_args
jmcneill
2020-04-13
Apply similar fix from gic.c that fixed "left shift of 255 by 24 places
jmcneill
2020-04-13
Fix "left shift of 255 by 24 places cannot be represented in type 'int'"
jmcneill
2020-03-05
Revert "Include opt_diagnostic.h for DIAGNOSTIC."
riastradh
2020-03-05
Include opt_diagnostic.h for DIAGNOSTIC.
riastradh
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-10-14
Add support for Amazon's Graviton MSI controller.
jmcneill
2019-09-05
- Use pic_do_pending_ints in intr handler
jmcneill
2019-08-14
Various fixes / changes
skrll
2019-08-12
Add support for physical timers and sprinkle isb where needed.
jmcneill
2019-08-10
Add a driver for the A5/A9 Private timer.
skrll
2019-08-10
spaces to tab
skrll
2019-07-30
Fix loop to calculate prescaler divisor.
skrll
2019-07-27
Rename a register define to make it more obvious it's watchdog only
skrll
2019-06-30
Cleanup ThunderX quirk and print cache / shareability details for ITT tables
jmcneill
2019-06-30
Fix size of LPI pending table allocation and enable caching of LPI conf
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-26
Remove unused field
jmcneill
2019-06-26
Change how we detect secure vs non-secure access.
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-17
Improve priority handling for cases where access is secure, from OpenBSD.
jmcneill
2019-06-17
- Disable MSI/MSI-X when making changes
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-16
Disable counter before updating cval/tval
jmcneill
2019-06-12
Allow set_affinity calls before PEs are brought online. We store the
jmcneill
[prev]
[next]