summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/dev/octciu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remember to detach the event counter when disestablishingvisa2019-03-171-1/+2
* Replace a hand-rolled linked list with SLIST.visa2019-03-171-32/+37
* Let each interrupt controller driver choose how to implementvisa2019-03-171-1/+17
* Include header <sys/evcount.h> where event counters are used, so thatvisa2019-03-161-1/+2
* Use a locally defined intrhand in octciu.c to ease future changes.visa2019-03-151-9/+23
* Fix the balancing of work queue interrupts.visa2019-03-141-2/+2
* Declare ci_ipl volatile to prevent the compiler from optimizingvisa2018-02-241-11/+1
* Always lock the kernel lock with non-MP-safe interrupt handlers.visa2018-01-231-2/+2
* Fix a stupid typo.visa2017-11-031-2/+2
* Assign each cnmac(4) port its own input work group, and assignvisa2017-11-021-4/+22
* Add handling for the third interrupt summary vector,visa2017-07-131-8/+44
* Get cpuid from `ci' to avoid an extra function call.visa2017-07-131-2/+2
* Reorganize separate configuration fields into per-CPU structsvisa2017-07-121-34/+43
* Fix function name in panic message.visa2017-07-071-2/+2
* Use a consistent naming for fdt attach arguments.visa2017-06-191-7/+7
* Split octeon interrupt code into a glue layer and a CIU driver.visa2017-06-181-0/+563