summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Add symbolic backtraces and expose skiboot map to LinuxBenjamin Herrenschmidt2014-11-183-23/+57
* Remove useless global include memory.hBenjamin Herrenschmidt2014-11-183-3/+0
* Fix backtracesBenjamin Herrenschmidt2014-11-182-15/+22
* Capture backtraces when measuring stack depthBenjamin Herrenschmidt2014-11-182-13/+26
* Rename backtrace.c to stack.c and move stack related bitsBenjamin Herrenschmidt2014-11-183-82/+83
* Add functions to backtrace into a non-text bufferBenjamin Herrenschmidt2014-11-182-28/+72
* Stack checking extensionsBenjamin Herrenschmidt2014-11-175-14/+107
* timer: Change property name "ibm,heartbeat-freq" -> "ibm,heartbeat-ms"Benjamin Herrenschmidt2014-11-141-2/+2
* bt/ipmi: Quieten logging outputAlistair Popple2014-11-121-1/+1
* timer: Only check "poll" timers on actual poll, not any interruptBenjamin Herrenschmidt2014-11-123-4/+5
* i2c: Use new timer facility and improve interrupts handlingBenjamin Herrenschmidt2014-11-122-1/+2
* timer: Add "polling" timersBenjamin Herrenschmidt2014-11-122-16/+130
* i2c: Move bus management and OPAL API to core i2c codeBenjamin Herrenschmidt2014-11-112-1/+117
* timer: Add scheduled timer facilityBenjamin Herrenschmidt2014-11-076-1/+202
* i2c: Bug fixes, clean up of the codeNeelesh Gupta2014-11-051-2/+3
* core: Add support for loading an external initramfsJeremy Kerr2014-10-301-0/+25
* platform: add a platform hook for loading external resourcesJeremy Kerr2014-10-301-38/+16
* ipmi: Add an opal interface to the ipmi stackAlistair Popple2014-10-301-3/+5
* opal: Add facility for dynamic event bitsJeremy Kerr2014-10-301-1/+39
* Revert "core/init: Add device tree fixup for the i2c base address"Benjamin Herrenschmidt2014-10-281-172/+2
* Fix stack usage might be unbounded warning in core/test/run-mem_region_initStewart Smith2014-10-271-1/+4
* core/init: Add device tree fixup for the i2c base addressNeelesh Gupta2014-10-271-2/+172
* hw/i2c: i2c driver infrastructure providing device I/ONeelesh Gupta2014-10-271-0/+3
* irq/occ/opal: Add self-sent dummy interruptBenjamin Herrenschmidt2014-10-241-3/+18
* Test cleanup code path in opal_msg_init()Stewart Smith2014-10-221-2/+11
* fsp/elog: Make the logging backend platform specificAlistair Popple2014-10-221-2/+8
* fsp/elog: Create a logging frontendAlistair Popple2014-10-225-2/+312
* fsp/elog: Separate the PEL log formatting functionsAlistair Popple2014-10-224-3/+338
* Add some (not that good) testing of mem_dump_allocs()Stewart Smith2014-10-221-0/+1
* Test zalloc() failure case.Stewart Smith2014-10-221-0/+4
* Add unit test for realloc failureStewart Smith2014-10-221-0/+10
* Preliminary code coverage reporting infrastructureStewart Smith2014-10-222-6/+18
* Fix make check after Ben broke it with external/* -> external/trace/ renameStewart Smith2014-10-211-1/+1
* Rename mem_size() to mem_allocated_size()Stewart Smith2014-10-173-6/+6
* in realloc(), memcpy() call would copy past end of allocationStewart Smith2014-10-172-2/+25
* Fix stack usage in run-malloc-speed test by using mallocStewart Smith2014-10-151-1/+4
* HBRT: Cleanup log outputBenjamin Herrenschmidt2014-10-151-3/+3
* Quieten a couple more thingsBenjamin Herrenschmidt2014-10-151-3/+3
* uart: Give UART it's own OPAL console callbacks instead of dummy consoleBenjamin Herrenschmidt2014-10-151-6/+1
* console: Move dummy_console_add_nodes() to common codeBenjamin Herrenschmidt2014-10-152-4/+4
* skiboot: Add default error handler for ipmi messagesAlistair Popple2014-10-151-2/+5
* (somewhat) quieten PCI during bootStewart Smith2014-10-151-7/+6
* Make HB a lot quieter on boot, set log priority in core/hostservices.cStewart Smith2014-10-151-35/+36
* Get assert and PEL log messages from HBRT to the correct priorityStewart Smith2014-10-151-2/+2
* Secondary CPUs calling in should be PR_DEBUGStewart Smith2014-10-151-1/+1
* 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
* opal_del_caller shouldn't be called: up severity level, change message.Stewart Smith2014-10-151-1/+2
* Make assert(false) for calling attn be a PR_EMERG level errorStewart Smith2014-10-151-1/+1
OpenPOWER on IntegriCloud