summaryrefslogtreecommitdiffstats
path: root/core/opal.c
Commit message (Expand)AuthorAgeFilesLines
* core/opal: Print PIR value in exit pathVasant Hegde2019-02-041-2/+2
* opal: Update opal_del_host_sync_notifier() to accept 'void *data'Vaibhav Jain2019-01-161-2/+5
* opal_sync_host_reboot: clarify when we return OPAL_BUSY_EVENTStewart Smith2018-12-101-6/+4
* opal_trace_entry: Move ifdef around to shut up static analysisStewart Smith2018-12-101-2/+4
* Don't warn on "long" OPAL_RESYNC_TIMEBASE callsStewart Smith2018-11-281-1/+1
* Warn on long OPAL callsStewart Smith2018-11-211-0/+9
* opal: use for_each_safe to iterate over opal_syncersVaibhav Jain2018-09-171-2/+2
* occ: Move occ declarations into occ.hAndrew Donnellan2018-06-271-0/+1
* core/opal: Fix recursion check in opal_run_pollers()Vaibhav Jain2018-05-111-5/+10
* 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
|\
OpenPOWER on IntegriCloud