summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* core/test/run_mem_region: fix GCC8 compile errorStewart Smith2018-05-293-3/+3
* core/console: fix deadlock when printing with console lock heldNicholas Piggin2018-05-241-4/+8
* cpu: Cleanup clearing of doorbells on P9Benjamin Herrenschmidt2018-05-241-4/+5
* cpu: Use STOP1 on POWER9 for idle/sleep inside OPALBenjamin Herrenschmidt2018-05-241-4/+4
* cpu: Do an isync after setting LPCRBenjamin Herrenschmidt2018-05-242-0/+4
* cpu: Remove duplicate setting of LPCRBenjamin Herrenschmidt2018-05-241-1/+0
* cpu: Clear PCR SPR in opal_reinit_cpus()Michael Neuling2018-05-181-0/+1
* Add location code to NPU2 HMI loggingBalbir Singh2018-05-151-8/+14
* core/opal: Fix recursion check in opal_run_pollers()Vaibhav Jain2018-05-111-5/+10
* hmi: Fix clearing HMER on debug triggerMichael Neuling2018-05-091-0/+1
* ibm,firmware-versions: add hcode to device treeStewart Smith2018-05-091-1/+1
* core/direct-controls: improve p9_stop_thread error handlingNicholas Piggin2018-05-061-9/+5
* core/direct-controls: fix p9_cont_thread for stopped/inactive threadsNicholas Piggin2018-05-061-17/+70
* timer: Move update_timer_expiry call to separate functionVasant Hegde2018-05-061-9/+10
* hmi: Clear unknown debug triggerRyan Grimm2018-05-041-0/+10
* pci-quirk: Fix initiliser warningJoel Stanley2018-05-041-1/+1
* core/hmi: assign flags=0 in case nothing set by handle_hmi_exceptionStewart Smith2018-05-041-1/+1
* init: Fix trailing bracket in "Starting kernel"Joel Stanley2018-05-021-1/+1
* SBE: Add timer supportVasant Hegde2018-04-303-4/+24
* Move P8 timer code to separate fileVasant Hegde2018-04-303-7/+9
* Add SBE driver supportVasant Hegde2018-04-301-0/+7
* OPAL_PCI_SET_POWER_STATE: fix locking in error pathsStewart Smith2018-04-291-4/+12
* core/pci-dt-slots: Fix devfn lookupOliver O'Halloran2018-04-291-1/+1
* opal/hmi: Generate one event per core for processor recovery.Mahesh Salgaonkar2018-04-241-3/+3
* opal:hmi: Add missing processor recovery reason string.Mahesh Salgaonkar2018-04-241-0/+1
* pci-dt-slot: Big ol' cleanupOliver O'Halloran2018-04-231-80/+74
* sensors: Dont add DTS sensors when OCC inband sensors are availableShilpasri G Bhat2018-04-192-2/+3
* core/test/run-trace: fix on ppc64elStewart Smith2018-04-181-1/+2
* core/fast-reboot: Increase timeout for dctl sreset to 1secVaidyanathan Srinivasan2018-04-181-1/+1
* core: Fix iteration condition to skip garded cpuVaidyanathan Srinivasan2018-04-181-1/+1
* core/opal: Allow poller re-entry if OPAL was re-enteredNicholas Piggin2018-04-181-4/+8
* core/opal: Emergency stack for re-entryNicholas Piggin2018-04-182-7/+19
* asm/head: implement quiescing without stack or clobbering regsNicholas Piggin2018-04-181-27/+14
* core/stack: backtrace unwind basic OPAL call detailsNicholas Piggin2018-04-181-7/+26
* opal/hmi: Generate hmi event for recovered HDEC parity error.Mahesh Salgaonkar2018-04-171-3/+2
* opal/hmi: check thread 0 tfmr to validate latched tfmr errors.Mahesh Salgaonkar2018-04-171-19/+42
* opal/hmi: Print additional debug information in rendezvous.Mahesh Salgaonkar2018-04-171-2/+4
* opal/hmi: Fix handling of TFMR parity/corrupt error.Mahesh Salgaonkar2018-04-171-5/+4
* opal/hmi: Fix soft lockups during TOD errorsMahesh Salgaonkar2018-04-171-1/+15
* opal/hmi: Do not send HMI event if no errors are found.Mahesh Salgaonkar2018-04-171-8/+13
* opal/hmi: Initialize the hmi event with old value of HMER.Mahesh Salgaonkar2018-04-171-3/+6
* opal/hmi: Rework HMI handling of TFAC errorsBenjamin Herrenschmidt2018-04-172-294/+231
* opal/hmi: Don't bother passing HMER to pre-recovery cleanupBenjamin Herrenschmidt2018-04-171-14/+6
* opal/hmi: Move timer related error handling to a separate functionBenjamin Herrenschmidt2018-04-171-48/+58
* opal/hmi: Add a new opal_handle_hmi2 that returns direct info to LinuxBenjamin Herrenschmidt2018-04-171-45/+82
* opal/hmi: Remove races in clearing HMERBenjamin Herrenschmidt2018-04-171-10/+12
* opal/hmi: Don't re-read HMER multiple timesBenjamin Herrenschmidt2018-04-171-21/+14
* phb4: Restore bus numbers after CRSMichael Neuling2018-04-111-0/+16
* core/pci: Set slot power limit when supportedOliver O'Halloran2018-04-112-0/+38
* interrupts: Create an "interrupts" property in the OPAL nodeBenjamin Herrenschmidt2018-04-111-7/+26
OpenPOWER on IntegriCloud