summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/cortex/amptimer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove uneeded includes in md armv7 filesjsg2021-03-251-4/+1
* timecounting: use C99-style initialization for all timecounter structscheloha2021-02-231-2/+9
* s/KHZ/kHz/ and reduce dmesg spam a bitkettenis2021-01-191-4/+4
* Extend the interrupt API on arm64 and armv7 to be able to pass aroundpatrick2020-07-141-4/+5
* Use the full 32 bits for the miscellaneous armv7 timecounters.naddy2020-07-121-2/+2
* Add support for timeconting in userland.pirofti2020-07-061-2/+2
* Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is anpatrick2018-07-091-6/+6
* comment typommcc2015-12-121-2/+2
* Remove duplicate loop.rapha2013-08-081-6/+1
* Attach amptimer only on Cortex-A9, as all Cortex-A8 doesn't have a genericpatrick2013-08-061-2/+5
* Have the ARM MPCore Timer use the private timer, which will be very usefulpatrick2013-05-091-30/+117
* Add a cortex bus which represents the ARM MPCore Complex.patrick2013-05-011-0/+377