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
2022-11-19
G/C gtmr_init function declaration
skrll
2022-11-05
Handle speed change events
jmcneill
2022-06-26
build fix: remove includes of opt_gic.h
jmcneill
2022-06-25
gicv3: Treat all IPLs below IPL_VM as IPL_NONE for hwpl mappings
jmcneill
2022-06-25
Remove GIC_SPLFUNCS.
jmcneill
2022-06-25
pic: Update ci_cpl in pic_set_priority callback.
jmcneill
2022-03-28
arm/cortex: Use container_of, not bespoke offsetof arithmetic.
riastradh
2022-03-03
arm: Use device_set_private for various drivers.
riastradh
2022-01-02
arm: Remove #ifdef DIAGNOSTIC now wrong after KASSERT change.
riastradh
2021-11-13
fix aarch64 build
jakllsch
2021-11-12
gtmr: Add support for arm,cpu-registers-not-fw-configured property.
jmcneill
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-10-31
Reload tpidr_el1 into x3 and re-test newipl vs cpl on restart.
jmcneill
2021-10-30
Add __HAVE_PREEMPTION support to gic_splfuncs asm funcs.
jmcneill
2021-10-30
Implement gic_splraise and the gic_splx fast path in asm (armv8).
jmcneill
2021-10-21
Fix some conditionals to match gicv3 and add some comments to describe
skrll
2021-10-02
Trailing whitespace
skrll
2021-09-26
Add missing insn barrier
jmcneill
2021-09-26
If an SGI or PPI is established after interrupts are enabled, make sure
jmcneill
2021-09-20
Make _splraise/_spllower/splx functions available to modules again.
jmcneill
2021-09-18
gic_splx: performance optimizations
jmcneill
2021-09-11
GIC: Support SPI affinity routing before secondary CPUs have hatched.
jmcneill
2021-09-09
If we get a spurious interrupt, log a debug message and ignore it.
jmcneill
2021-08-30
- Add an isb before cnt[pv]_ctl read
jmcneill
2021-08-10
Make gic_splfuncs optional and disable it by default until it has had
jmcneill
2021-08-10
Use custom spl funcs for GIC and avoid unnecessary pmr register accesses
jmcneill
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-03-28
Disable 1ofN distribution of SPIs by default. This is a workaround for an
jmcneill
2021-03-28
Only target the boot cpu for real with SPI interrupts. I tried to do
skrll
2021-03-14
Remove an unnecessary if statement in gic_v2m_msi_alloc when finding a
skrll
2021-02-23
If we are committing a deferred splhigh() to hardware, no need to continue.
jmcneill
2021-02-21
Apply PMR optimizations from gicv3
jmcneill
2021-02-21
Keep current hardware priority value in struct cpu_info and use it instead
jmcneill
2021-02-09
fix build without MULTIPROCESSOR
ryo
2021-02-09
Avoid an extra daif read when dispatching interrupts by using
jakllsch
2021-02-07
Optimize hardware priority updates.
jmcneill
2021-01-18
Fix a comment
jmcneill
2021-01-16
Remove MAXCPUS dependency.
jmcneill
2020-12-24
trailing whitespace
jmcneill
2020-12-22
When lpiconf flushing is required, make sure to flush to PoC and not PoU.
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-12-11
Fix spelling in comment.
jmcneill
2020-12-04
gicv3: Only use 1 of N SPI distribution when the feature is available.
jmcneill
2020-12-03
Provide and use a sev() macro for the sev instruction.
skrll
2020-12-02
comparision -> comparison
wiz
2020-11-28
Fix build
skrll
2020-11-24
Improve detection of NS vs S views of priorities.
jmcneill
[next]