summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/cortex/agtimer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove uneeded includes in md armv7 filesjsg2021-03-251-5/+1
* timecounting: use C99-style initialization for all timecounter structscheloha2021-02-231-2/+8
* s/KHZ/kHz/ and reduce dmesg spam a bitkettenis2021-01-191-4/+4
* Use the full 32 bits for the miscellaneous armv7 timecounters.naddy2020-07-121-2/+2
* Use MAXCPUS as the number of elements for the array of per-cpu data.kettenis2018-08-111-4/+2
* Remove a couple of unsused static inline functions. Also remove a compariskettenis2016-09-241-11/+1
* Dynamically attach agtimer(4). Since agtimer(4) also provides the delay()kettenis2016-08-101-41/+51
* Unmask the timer output signal for real.kettenis2016-08-051-3/+3
* comment typommcc2015-12-121-2/+2
* Add some changes from Patrick Wildt in bitrig that are required to makejsg2015-06-061-8/+7
* add some more cortex A idsjsg2015-05-291-2/+3
* Remove unused bus space tags/handles. The generic timer uses the cp15jsg2015-05-291-11/+1
* Support for the ARM Generic Timer used in the Cortex-A7 and Cortex-A15.patrick2013-09-091-0/+408