summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Mark all partitions except full PNOR and boot kernel firmware read onlyRaptor Engineering Development Team2018-04-191-0/+7
* Expose PNOR Flash partitions to host MTD driver via devicetreeRaptor Engineering Development Team2018-04-191-12/+64
* Signal skiboot completion to BMC when doneRaptor Engineering Development Team2018-04-191-0/+10
* 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
* core: Correctly load initramfs in stb containerSamuel Mendoza-Jonas2018-04-112-5/+24
* pcie-slot: Don't fail powering on an already on switchBenjamin Herrenschmidt2018-04-101-1/+1
* core/pci: Document some stuffOliver O'Halloran2018-04-101-9/+13
* libflash/blocklevel: Make read/write be ECC agnostic for callersCyril Bur2018-04-091-5/+2
* core/cpufeatures: Fix setting DARN and SCV HWCAP feature bitsNicholas Piggin2018-04-051-2/+2
* core/cpu: Prevent clobbering of stack guard for boot-cpuVaibhav Jain2018-04-041-1/+5
* core/lock.c: ensure valid start value for lock spin duration warningStewart Smith2018-04-031-3/+9
* Fix 'make check' compile for mem_clear_rangeStewart Smith2018-03-281-2/+3
* core/cpu: discover stack region size before initialising memory regionsNicholas Piggin2018-03-273-39/+48
* nvram: run nvram_validate() after nvram_reformat()Nicholas Piggin2018-03-272-3/+8
* core/fast-reboot: zero memory after fast rebootNicholas Piggin2018-03-272-0/+82
* mem-map: Use a symbolic constant for exception vector sizeNicholas Piggin2018-03-271-8/+10
* core/fast-reboot: verify mem regions before fast rebootNicholas Piggin2018-03-273-7/+35
* NPU2: dump NPU2 registers on npu2 HMIStewart Smith2018-03-271-2/+73
* Revert "NPU2 HMIs: dump out a *LOT* of npu2 registers for debugging"Stewart Smith2018-03-271-37/+1
* core/fast-reboot: disable fast reboot upon fundamental entry/exit/locking errorsNicholas Piggin2018-03-222-0/+3
* 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
* dts: spl_wakeup: Remove all workarounds in the spl wakeup logicShilpasri G Bhat2018-03-141-30/+29
* Don't detect lock timeouts when timebase is invalidStewart Smith2018-03-091-0/+7
* cpu_idle_job: relax a bitStewart Smith2018-03-081-0/+1
* gcov: Add gcov data struct to sysfsMatt Brown2018-03-082-1/+4
* core/lock: Add lock timeout warningsMatt Brown2018-03-071-0/+27
* core/lock: Add deadlock detectionMatt Brown2018-03-072-1/+84
OpenPOWER on IntegriCloud