aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2018-04-23pci-dt-slot: Big ol' cleanupOliver O'Halloran1-80/+74
2018-04-19sensors: Dont add DTS sensors when OCC inband sensors are availableShilpasri G Bhat2-2/+3
2018-04-18core/test/run-trace: fix on ppc64elStewart Smith1-1/+2
2018-04-18core/fast-reboot: Increase timeout for dctl sreset to 1secVaidyanathan Srinivasan1-1/+1
2018-04-18core: Fix iteration condition to skip garded cpuVaidyanathan Srinivasan1-1/+1
2018-04-18core/opal: Allow poller re-entry if OPAL was re-enteredNicholas Piggin1-4/+8
2018-04-18core/opal: Emergency stack for re-entryNicholas Piggin2-7/+19
2018-04-18asm/head: implement quiescing without stack or clobbering regsNicholas Piggin1-27/+14
2018-04-18core/stack: backtrace unwind basic OPAL call detailsNicholas Piggin1-7/+26
2018-04-17opal/hmi: Generate hmi event for recovered HDEC parity error.Mahesh Salgaonkar1-3/+2
2018-04-17opal/hmi: check thread 0 tfmr to validate latched tfmr errors.Mahesh Salgaonkar1-19/+42
2018-04-17opal/hmi: Print additional debug information in rendezvous.Mahesh Salgaonkar1-2/+4
2018-04-17opal/hmi: Fix handling of TFMR parity/corrupt error.Mahesh Salgaonkar1-5/+4
2018-04-17opal/hmi: Fix soft lockups during TOD errorsMahesh Salgaonkar1-1/+15
2018-04-17opal/hmi: Do not send HMI event if no errors are found.Mahesh Salgaonkar1-8/+13
2018-04-17opal/hmi: Initialize the hmi event with old value of HMER.Mahesh Salgaonkar1-3/+6
2018-04-17opal/hmi: Rework HMI handling of TFAC errorsBenjamin Herrenschmidt2-294/+231
2018-04-17opal/hmi: Don't bother passing HMER to pre-recovery cleanupBenjamin Herrenschmidt1-14/+6
2018-04-17opal/hmi: Move timer related error handling to a separate functionBenjamin Herrenschmidt1-48/+58
2018-04-17opal/hmi: Add a new opal_handle_hmi2 that returns direct info to LinuxBenjamin Herrenschmidt1-45/+82
2018-04-17opal/hmi: Remove races in clearing HMERBenjamin Herrenschmidt1-10/+12
2018-04-17opal/hmi: Don't re-read HMER multiple timesBenjamin Herrenschmidt1-21/+14
2018-04-11phb4: Restore bus numbers after CRSMichael Neuling1-0/+16
2018-04-11core/pci: Set slot power limit when supportedOliver O'Halloran2-0/+38
2018-04-11interrupts: Create an "interrupts" property in the OPAL nodeBenjamin Herrenschmidt1-7/+26
2018-04-11core: Correctly load initramfs in stb containerSamuel Mendoza-Jonas2-5/+24
2018-04-10pcie-slot: Don't fail powering on an already on switchBenjamin Herrenschmidt1-1/+1
2018-04-10core/pci: Document some stuffOliver O'Halloran1-9/+13
2018-04-09libflash/blocklevel: Make read/write be ECC agnostic for callersCyril Bur1-5/+2
2018-04-05core/cpufeatures: Fix setting DARN and SCV HWCAP feature bitsNicholas Piggin1-2/+2
2018-04-04core/cpu: Prevent clobbering of stack guard for boot-cpuVaibhav Jain1-1/+5
2018-04-03core/lock.c: ensure valid start value for lock spin duration warningStewart Smith1-3/+9
2018-03-28Fix 'make check' compile for mem_clear_rangeStewart Smith1-2/+3
2018-03-27core/cpu: discover stack region size before initialising memory regionsNicholas Piggin3-39/+48
2018-03-27nvram: run nvram_validate() after nvram_reformat()Nicholas Piggin2-3/+8
2018-03-27core/fast-reboot: zero memory after fast rebootNicholas Piggin2-0/+82
2018-03-27mem-map: Use a symbolic constant for exception vector sizeNicholas Piggin1-8/+10
2018-03-27core/fast-reboot: verify mem regions before fast rebootNicholas Piggin3-7/+35
2018-03-27NPU2: dump NPU2 registers on npu2 HMIStewart Smith1-2/+73
2018-03-27Revert "NPU2 HMIs: dump out a *LOT* of npu2 registers for debugging"Stewart Smith1-37/+1
2018-03-22core/fast-reboot: disable fast reboot upon fundamental entry/exit/locking errorsNicholas Piggin2-0/+3
2018-03-22core/opal: allow some re-entrant callsNicholas Piggin1-3/+16
2018-03-22core/opal: abort in case of re-entrant OPAL callNicholas Piggin1-1/+1
2018-03-14dts: spl_wakeup: Remove all workarounds in the spl wakeup logicShilpasri G Bhat1-30/+29
2018-03-09Don't detect lock timeouts when timebase is invalidStewart Smith1-0/+7
2018-03-08cpu_idle_job: relax a bitStewart Smith1-0/+1
2018-03-08gcov: Add gcov data struct to sysfsMatt Brown2-1/+4
2018-03-07core/lock: Add lock timeout warningsMatt Brown1-0/+27
2018-03-07core/lock: Add deadlock detectionMatt Brown2-1/+84
2018-03-06Revert "console(lpc/fsp-console): Use only stdout-path property on P9 and above"Stewart Smith2-13/+8