aboutsummaryrefslogtreecommitdiff
path: root/core/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-16cpu: Fix hang issue in opal_reinit_cpus()Hari Bathini1-2/+1
2015-04-01Remove redundant includes of opal-api.hMichael Ellerman1-1/+0
2015-03-26opal: Handle TB residue and HDEC parity HMI errors on split core.Mahesh Salgaonkar1-0/+5
2015-02-26sparse: fix Using plain integer as NULL pointer warningCédric Le Goater1-1/+1
2015-02-18cpu: Don't hold lock while waitingBenjamin Herrenschmidt1-3/+7
2015-02-09cpu: Handle opal_reinit_cpus() more gracefully on P7Benjamin Herrenschmidt1-0/+7
2015-02-06Move skiboot internal things from opal.h to opal-api.hStewart Smith1-0/+1
2014-11-18Capture backtraces when measuring stack depthBenjamin Herrenschmidt1-0/+2
2014-11-18Add functions to backtrace into a non-text bufferBenjamin Herrenschmidt1-4/+6
2014-11-17Stack checking extensionsBenjamin Herrenschmidt1-11/+12
2014-10-15convert printf in core/cpu.c to prlog with PR_INFO or PR_DEBUGStewart Smith1-7/+8
2014-10-15Returning CPU message just needs to be PR_DEBUG at mostStewart Smith1-1/+1
2014-10-15Modify the (many) printouts in core/cpu.c to have appropriate PR levelsStewart Smith1-8/+12
2014-10-08core: Make secondary spin and locks use cpu_relax()Benjamin Herrenschmidt1-5/+4
2014-10-01core: pace the loop in cpu_wait_jobJoel Stanley1-4/+3
2014-08-21cpu: Bump the reinit timeout up to 1sBenjamin Herrenschmidt1-1/+2
2014-08-13Add cpu_relax to stop cores spinning hardJoel Stanley1-2/+14
2014-07-08opal: Replace fsp_poll() with a full run of all OPAL pollersBenjamin Herrenschmidt1-3/+2
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+672