summaryrefslogtreecommitdiffstats
path: root/core/opal.c
Commit message (Expand)AuthorAgeFilesLines
* core/opal: Allow poller re-entry if OPAL was re-enteredNicholas Piggin2018-04-181-4/+8
* asm/head: implement quiescing without stack or clobbering regsNicholas Piggin2018-04-181-27/+14
* core/fast-reboot: disable fast reboot upon fundamental entry/exit/locking errorsNicholas Piggin2018-03-221-0/+2
* core/opal: allow some re-entrant callsNicholas Piggin2018-03-221-3/+16
* core/opal: abort in case of re-entrant OPAL callNicholas Piggin2018-03-221-1/+1
* gcov: Add gcov data struct to sysfsMatt Brown2018-03-081-0/+4
* core: Avoid possible uninitialized pointer read (CID 209502)Cyril Bur2018-01-301-1/+1
* SLW: Delay cpuidle device-tree creationAkshay Adiga2018-01-141-1/+0
* lock: Add additional lock auditing codeBenjamin Herrenschmidt2017-12-201-1/+7
* Fix booting & OPAL call return values with DEBUG=1Stewart Smith2017-12-061-2/+3
* core: Add support for quiescing OPALNicholas Piggin2017-12-031-3/+167
* core/opal: always verify cpu->pir on entryNicholas Piggin2017-12-031-5/+7
* asm/head: move opal entry token check into CNicholas Piggin2017-12-031-1/+6
* asm/head: add entry/exit callsNicholas Piggin2017-12-031-4/+23
* Big log level reduction...Benjamin Herrenschmidt2017-06-261-2/+2
* FSP: Notify FSP of Platform Log ID after Host Initiated Reset ReloadStewart Smith2017-05-101-1/+11
* core/init: Use '_' as separator in names of "exports" propertiesMichael Ellerman2017-04-051-2/+7
* core/init: Add hdat-map property to OPAL nodeMatt Brown2017-03-241-0/+29
* core/opal: check ibm,opal existsOliver O'Halloran2017-02-171-5/+1
* Initial support for the ELFv2 ABINicholas Piggin2017-02-061-5/+3
* tree-wide: use dt_add_property_u64s() where we canOliver O'Halloran2016-12-211-3/+1
* Limit number of "Poller recursion detected" errors to displayStewart Smith2016-11-241-1/+5
* core: Create event node to enable irqchipSam Mendoza-Jonas2016-09-221-0/+7
* Use additional checks in skiboot for pointersBalbir Singh2016-08-171-0/+4
* device-tree: Only advertise ibm, opal-v3 (not v2) on POWER9 and aboveStewart Smith2016-07-201-2/+7
* core/opal.c: Add FWTS annotations for pollers and missing OPAL_CHECK_TOKENStewart Smith2016-06-271-2/+30
* Add fwts annotations for critical errorsStewart Smith2016-06-201-0/+5
* Fix sparse warnings in opal_trace_entry()Stewart Smith2015-11-091-5/+6
* Fixup sparse endian annotations for opal events and masksStewart Smith2015-11-091-2/+2
* slw: Move add_cpu_idle_state_properties() to add_opal_node()Shilpasri G Bhat2015-10-301-0/+1
* Remove FIXME for using atomics for opal_pending_eventsStewart Smith2015-09-101-1/+0
* remove FIXME from opal_trace_entryStewart Smith2015-09-101-1/+0
* fix potential integer overflow for giant cpu_max_pirStewart Smith2015-07-081-1/+1
* OPAL: Validate before creating opal device tree nodeVasant Hegde2015-05-071-1/+5
* Remove redundant includes of opal-api.hMichael Ellerman2015-04-011-1/+0
* OPAL: Detect recursive poller entry from same CPUVasant Hegde2015-03-191-0/+11
* Limit number of warnings of pollers run with lock heldStewart Smith2015-02-181-1/+6
* Warn when pollers are called with a lock heldBenjamin Herrenschmidt2015-02-181-0/+5
* Move skiboot internal things from opal.h to opal-api.hStewart Smith2015-02-061-0/+1
* opal: Don't put the symbol map whole into a propertyBenjamin Herrenschmidt2014-12-051-3/+5
* Merge remote-tracking branch 'ltcgit/master'Benjamin Herrenschmidt2014-11-221-1/+1
|\
| * Implement skiboot versioningStewart Smith2014-11-191-1/+1
* | Add symbolic backtraces and expose skiboot map to LinuxBenjamin Herrenschmidt2014-11-181-0/+2
* | Stack checking extensionsBenjamin Herrenschmidt2014-11-171-0/+3
|/
* timer: Only check "poll" timers on actual poll, not any interruptBenjamin Herrenschmidt2014-11-121-1/+1
* timer: Add scheduled timer facilityBenjamin Herrenschmidt2014-11-071-0/+4
* opal: Add facility for dynamic event bitsJeremy Kerr2014-10-301-1/+39
* irq/occ/opal: Add self-sent dummy interruptBenjamin Herrenschmidt2014-10-241-3/+18
* opal_del_caller shouldn't be called: up severity level, change message.Stewart Smith2014-10-151-1/+2
* Make assert(false) for calling attn be a PR_EMERG level errorStewart Smith2014-10-151-1/+1
OpenPOWER on IntegriCloud