aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2018-06-27occ: Move occ declarations into occ.hAndrew Donnellan4-0/+4
2018-06-27init, occ: Initialise OCC earlier on BMC systemsAndrew Donnellan1-1/+13
2018-06-27hw/npu2, core/hmi: Use NPU instead of NPU2 as log message prefixAndrew Donnellan1-3/+3
2018-06-18timebase: Remove unused remaining time calculationJoel Stanley1-1/+0
2018-06-18Split debug_descriptor out into own include fileStewart Smith3-0/+3
2018-06-18Blockchain isn't the only data structure deserving of loveStewart Smith1-1/+1
2018-06-18core: Add test for PCI quirksAndrew Jeffery3-4/+75
2018-06-05Quieten console output on bootStewart Smith2-3/+3
2018-06-04opal/hmi: Display correct chip id while printing NPU FIRs.Mahesh Salgaonkar1-4/+4
2018-06-01npu2-opencapi: Rework adapter resetFrederic Barrat1-6/+6
2018-06-01npu2-opencapi: Use presence detectionFrederic Barrat1-1/+10
2018-05-29core/test/run_mem_region: fix GCC8 compile errorStewart Smith3-3/+3
2018-05-24core/console: fix deadlock when printing with console lock heldNicholas Piggin1-4/+8
2018-05-24cpu: Cleanup clearing of doorbells on P9Benjamin Herrenschmidt1-4/+5
2018-05-24cpu: Use STOP1 on POWER9 for idle/sleep inside OPALBenjamin Herrenschmidt1-4/+4
2018-05-24cpu: Do an isync after setting LPCRBenjamin Herrenschmidt2-0/+4
2018-05-24cpu: Remove duplicate setting of LPCRBenjamin Herrenschmidt1-1/+0
2018-05-18cpu: Clear PCR SPR in opal_reinit_cpus()Michael Neuling1-0/+1
2018-05-15Add location code to NPU2 HMI loggingBalbir Singh1-8/+14
2018-05-11core/opal: Fix recursion check in opal_run_pollers()Vaibhav Jain1-5/+10
2018-05-09hmi: Fix clearing HMER on debug triggerMichael Neuling1-0/+1
2018-05-09ibm,firmware-versions: add hcode to device treeStewart Smith1-1/+1
2018-05-06core/direct-controls: improve p9_stop_thread error handlingNicholas Piggin1-9/+5
2018-05-06core/direct-controls: fix p9_cont_thread for stopped/inactive threadsNicholas Piggin1-17/+70
2018-05-06timer: Move update_timer_expiry call to separate functionVasant Hegde1-9/+10
2018-05-04hmi: Clear unknown debug triggerRyan Grimm1-0/+10
2018-05-04pci-quirk: Fix initiliser warningJoel Stanley1-1/+1
2018-05-04core/hmi: assign flags=0 in case nothing set by handle_hmi_exceptionStewart Smith1-1/+1
2018-05-02init: Fix trailing bracket in "Starting kernel"Joel Stanley1-1/+1
2018-04-30SBE: Add timer supportVasant Hegde3-4/+24
2018-04-30Move P8 timer code to separate fileVasant Hegde3-7/+9
2018-04-30Add SBE driver supportVasant Hegde1-0/+7
2018-04-29OPAL_PCI_SET_POWER_STATE: fix locking in error pathsStewart Smith1-4/+12
2018-04-29core/pci-dt-slots: Fix devfn lookupOliver O'Halloran1-1/+1
2018-04-24opal/hmi: Generate one event per core for processor recovery.Mahesh Salgaonkar1-3/+3
2018-04-24opal:hmi: Add missing processor recovery reason string.Mahesh Salgaonkar1-0/+1
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