summaryrefslogtreecommitdiffstats
path: root/core/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* Fix printf format warningStewart Smith2015-10-071-1/+1
* Ensure we run pollers in cpu_wait_job()Stewart Smith2015-10-071-0/+9
* verify that PIR in init_all_cpus() is within our bounds for cpu_stacks[pir]Stewart Smith2015-07-081-0/+1
* cpu_remove_node() : Fix potential null dereferenceKamalesh Babulal2015-06-241-0/+2
* Merge branch 'stable'Stewart Smith2015-06-161-2/+1
|\
| * cpu: Fix hang issue in opal_reinit_cpus()Hari Bathini2015-06-161-2/+1
* | Move prlog(PR_TRACE) in cpu job to be before freeing CPU jobStewart Smith2015-06-151-1/+1
* | Make cpu_relax() inlineStewart Smith2015-05-291-12/+0
* | Make cpu_relax() nop instructions in one asm blockStewart Smith2015-05-281-4/+4
* | Fix synchronous running of CPU jobs for NRCPUs=1Stewart Smith2015-05-071-8/+9
* | Add global CPU job queueStewart Smith2015-05-071-10/+55
* | Adjust skiboot_cpu_stacks region size according to real max PIRStewart Smith2015-04-301-0/+2
* | Add Naples chip supportBenjamin Herrenschmidt2015-04-091-7/+22
|/
* Remove redundant includes of opal-api.hMichael Ellerman2015-04-011-1/+0
* opal: Handle TB residue and HDEC parity HMI errors on split core.Mahesh Salgaonkar2015-03-261-0/+5
* sparse: fix Using plain integer as NULL pointer warningCédric Le Goater2015-02-261-1/+1
* cpu: Don't hold lock while waitingBenjamin Herrenschmidt2015-02-181-3/+7
* cpu: Handle opal_reinit_cpus() more gracefully on P7Benjamin Herrenschmidt2015-02-091-0/+7
* Move skiboot internal things from opal.h to opal-api.hStewart Smith2015-02-061-0/+1
* Capture backtraces when measuring stack depthBenjamin Herrenschmidt2014-11-181-0/+2
* Add functions to backtrace into a non-text bufferBenjamin Herrenschmidt2014-11-181-4/+6
* Stack checking extensionsBenjamin Herrenschmidt2014-11-171-11/+12
* convert printf in core/cpu.c to prlog with PR_INFO or PR_DEBUGStewart Smith2014-10-151-7/+8
* Returning CPU message just needs to be PR_DEBUG at mostStewart Smith2014-10-151-1/+1
* Modify the (many) printouts in core/cpu.c to have appropriate PR levelsStewart Smith2014-10-151-8/+12
* core: Make secondary spin and locks use cpu_relax()Benjamin Herrenschmidt2014-10-081-5/+4
* core: pace the loop in cpu_wait_jobJoel Stanley2014-10-011-4/+3
* cpu: Bump the reinit timeout up to 1sBenjamin Herrenschmidt2014-08-211-1/+2
* Add cpu_relax to stop cores spinning hardJoel Stanley2014-08-131-2/+14
* opal: Replace fsp_poll() with a full run of all OPAL pollersBenjamin Herrenschmidt2014-07-081-3/+2
* Initial commit of Open Source releaseBenjamin Herrenschmidt2014-07-021-0/+672
OpenPOWER on IntegriCloud