index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
arm
/
cortex
Age
Commit message (
Expand
)
Author
2021-01-19
s/KHZ/kHz/ and reduce dmesg spam a bit
Mark Kettenis
2020-07-14
Extend the interrupt API on arm64 and armv7 to be able to pass around
Patrick Wildt
2020-07-12
Use the full 32 bits for the miscellaneous armv7 timecounters.
Christian Weisgerber
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-04-29
Let the armv7 bus_dma layer and simplebus(4) implementation deal with
Mark Kettenis
2019-09-29
Add IPI support. Taken ftrom arm64.
Mark Kettenis
2019-09-25
Enable interrupts while running interrupt handlers like we do on arm64.
Mark Kettenis
2019-09-22
Make the code that calculates the min/max priorities identical to the arm64
Mark Kettenis
2019-09-22
Reduce diffs to arm64 version of this. Mostly whitespace changes.
Mark Kettenis
2018-12-07
For shared interrupts we need to make sure that we register
Patrick Wildt
2018-08-11
Use MAXCPUS as the number of elements for the array of per-cpu data.
Mark Kettenis
2018-08-06
Make it possible to build a MULTIPROCESSOR kernel on armv7. While this
Mark Kettenis
2018-07-09
Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is an
Patrick Wildt
2017-04-30
Rename Debugger() into db_enter().
Martin Pieuchot
2017-03-21
As a first step towards SMP, use an array for the destination masks with
Mark Kettenis
2017-03-07
Record the target mask for the boot CPU when we attach and use that to pick
Mark Kettenis
2017-02-07
There are 1023 possible values for the interrupts, but our masks limit
Patrick Wildt
2016-12-24
Match on "arm,gic-400" another GICv2 compat string.
Jonathan Gray
2016-12-23
The code to retrieve the interrupt ID only works if the amount of IRQs
Patrick Wildt
2016-09-24
Remove a couple of unsused static inline functions. Also remove a comparis
Mark Kettenis
2016-08-22
Before pmap7.c rev 1.35 and pmap.h rev 1.44 DMA'able memory with the
Jonathan Gray
2016-08-21
Remove the remains of a workaround to get GIC ranges for exynos.
Jonathan Gray
2016-08-10
Dynamically attach agtimer(4). Since agtimer(4) also provides the delay()
Mark Kettenis
2016-08-06
Always allocate intrhand with M_WAITOK.
Patrick Wildt
2016-08-06
Extend the interrupt controller API with a disestablish functionality.
Patrick Wildt
2016-08-06
Rework ampintc's interrupt disestablish code to make it actually do
Patrick Wildt
2016-08-05
Unmask the timer output signal for real.
Mark Kettenis
2016-08-04
Dynamically attach ampintc(4) and make it register itself as an interrupt
Mark Kettenis
2016-05-02
Rework mainbus and implement simplebus to be able to span a tree-like
Patrick Wildt
2016-04-08
Fix match function so that the cortex bus only attaches if the attach
Patrick Wildt
2016-01-31
Switch from PSR_X_bit and X32_bit PSR macro names to just PSR_X.
Jonathan Gray
2015-12-12
comment typo
mmcc
2015-11-05
Fix build with DEBUG_INTC defined; from Daniel Bolgheroni on tech@
Miod Vallat
2015-07-15
The exynos gic is not at a fixed offset from periphbase unlike
Jonathan Gray
2015-06-06
Add some changes from Patrick Wildt in bitrig that are required to make
Jonathan Gray
2015-05-29
add some more cortex A ids
Jonathan Gray
2015-05-29
Remove unused bus space tags/handles. The generic timer uses the cp15
Jonathan Gray
2015-05-20
ARM L2C driver is only relevant on Cortex-A9 machines.
Jonathan Gray
2014-12-13
yet more mallocarray() changes.
Doug Hogan
2014-10-08
Add offsets for cortex-A7/A15. Adapted from bitrig.
Raphael Graf
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-09-09
Support for the ARM Generic Timer used in the Cortex-A7 and Cortex-A15.
Patrick Wildt
2013-09-06
Instead of printing on spurious interrupts, use an event counter to show
Patrick Wildt
2013-08-08
Remove duplicate loop.
Raphael Graf
2013-08-06
The Cortex bus should be useful for Cortex-A7, too.
Patrick Wildt
2013-08-06
Attach amptimer only on Cortex-A9, as all Cortex-A8 doesn't have a generic
Patrick Wildt
2013-06-14
Don't pull cpufunc.h in from the machine include directory, but from
Patrick Wildt
2013-05-09
Have the ARM MPCore Timer use the private timer, which will be very useful
Patrick Wildt
2013-05-02
Remove an #endif I forgot in there.
Patrick Wildt
2013-05-02
Add a driver for the secondary cache controller on the PandaBoard and
Patrick Wildt
[next]