aboutsummaryrefslogtreecommitdiff
path: root/core/timer.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-06Convert important polling loops to spin at lowest SMT priorityNicholas Piggin1-1/+4
2016-08-18list: Use list_empty_nocheck() when checking a list racilyBenjamin Herrenschmidt1-1/+1
2016-07-22core/timer: Add support for platform specific heartbeatChris Smart1-6/+10
2016-07-22core/timer: Actually use default heartbeat valueChris Smart1-3/+3
2015-09-11slw/timer: SBE based timer supportBenjamin Herrenschmidt1-24/+45
2015-09-11timer: Pass current timer to timer callbacksBenjamin Herrenschmidt1-4/+4
2015-04-01Remove redundant includes of opal-api.hMichael Ellerman1-1/+0
2015-02-06Move skiboot internal things from opal.h to opal-api.hStewart Smith1-0/+1
2014-11-14timer: Change property name "ibm,heartbeat-freq" -> "ibm,heartbeat-ms"Benjamin Herrenschmidt1-2/+2
2014-11-12timer: Only check "poll" timers on actual poll, not any interruptBenjamin Herrenschmidt1-2/+3
2014-11-12timer: Add "polling" timersBenjamin Herrenschmidt1-16/+126
2014-11-07timer: Add scheduled timer facilityBenjamin Herrenschmidt1-0/+134