aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2014-11-14timer: Change property name "ibm,heartbeat-freq" -> "ibm,heartbeat-ms"Benjamin Herrenschmidt1-2/+2
2014-11-12bt/ipmi: Quieten logging outputAlistair Popple1-1/+1
2014-11-12timer: Only check "poll" timers on actual poll, not any interruptBenjamin Herrenschmidt3-4/+5
2014-11-12i2c: Use new timer facility and improve interrupts handlingBenjamin Herrenschmidt2-1/+2
2014-11-12timer: Add "polling" timersBenjamin Herrenschmidt2-16/+130
2014-11-11i2c: Move bus management and OPAL API to core i2c codeBenjamin Herrenschmidt2-1/+117
2014-11-07timer: Add scheduled timer facilityBenjamin Herrenschmidt6-1/+202
2014-11-05i2c: Bug fixes, clean up of the codeNeelesh Gupta1-2/+3
2014-10-30core: Add support for loading an external initramfsJeremy Kerr1-0/+25
2014-10-30platform: add a platform hook for loading external resourcesJeremy Kerr1-38/+16
2014-10-30ipmi: Add an opal interface to the ipmi stackAlistair Popple1-3/+5
2014-10-30opal: Add facility for dynamic event bitsJeremy Kerr1-1/+39
2014-10-28Revert "core/init: Add device tree fixup for the i2c base address"Benjamin Herrenschmidt1-172/+2
2014-10-27Fix stack usage might be unbounded warning in core/test/run-mem_region_initStewart Smith1-1/+4
2014-10-27core/init: Add device tree fixup for the i2c base addressNeelesh Gupta1-2/+172
2014-10-27hw/i2c: i2c driver infrastructure providing device I/ONeelesh Gupta1-0/+3
2014-10-24irq/occ/opal: Add self-sent dummy interruptBenjamin Herrenschmidt1-3/+18
2014-10-22Test cleanup code path in opal_msg_init()Stewart Smith1-2/+11
2014-10-22fsp/elog: Make the logging backend platform specificAlistair Popple1-2/+8
2014-10-22fsp/elog: Create a logging frontendAlistair Popple5-2/+312
2014-10-22fsp/elog: Separate the PEL log formatting functionsAlistair Popple4-3/+338
2014-10-22Add some (not that good) testing of mem_dump_allocs()Stewart Smith1-0/+1
2014-10-22Test zalloc() failure case.Stewart Smith1-0/+4
2014-10-22Add unit test for realloc failureStewart Smith1-0/+10
2014-10-22Preliminary code coverage reporting infrastructureStewart Smith2-6/+18
2014-10-21Fix make check after Ben broke it with external/* -> external/trace/ renameStewart Smith1-1/+1
2014-10-17Rename mem_size() to mem_allocated_size()Stewart Smith3-6/+6
2014-10-17in realloc(), memcpy() call would copy past end of allocationStewart Smith2-2/+25
2014-10-15Fix stack usage in run-malloc-speed test by using mallocStewart Smith1-1/+4
2014-10-15HBRT: Cleanup log outputBenjamin Herrenschmidt1-3/+3
2014-10-15Quieten a couple more thingsBenjamin Herrenschmidt1-3/+3
2014-10-15uart: Give UART it's own OPAL console callbacks instead of dummy consoleBenjamin Herrenschmidt1-6/+1
2014-10-15console: Move dummy_console_add_nodes() to common codeBenjamin Herrenschmidt2-4/+4
2014-10-15skiboot: Add default error handler for ipmi messagesAlistair Popple1-2/+5
2014-10-15(somewhat) quieten PCI during bootStewart Smith1-7/+6
2014-10-15Make HB a lot quieter on boot, set log priority in core/hostservices.cStewart Smith1-35/+36
2014-10-15Get assert and PEL log messages from HBRT to the correct priorityStewart Smith1-2/+2
2014-10-15Secondary CPUs calling in should be PR_DEBUGStewart Smith1-1/+1
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-15opal_del_caller shouldn't be called: up severity level, change message.Stewart Smith1-1/+2
2014-10-15Make assert(false) for calling attn be a PR_EMERG level errorStewart Smith1-1/+1
2014-10-08Merge branch 'release-2.1.1'Benjamin Herrenschmidt1-9/+8
2014-10-08PCI: Refactor error injectionGavin Shan1-9/+8
2014-10-08core: Make secondary spin and locks use cpu_relax()Benjamin Herrenschmidt3-9/+6
2014-10-05plat/palmetto: Move most code to a common file & reorder inits a bitBenjamin Herrenschmidt1-1/+1
2014-10-02Merge branch 'release-2.1.1'Benjamin Herrenschmidt1-11/+7
2014-10-02hmi: decode_malfunction fixesRyan Grimm1-11/+7
2014-10-01ipmi/bt: Improve message validation and allow out-of-order command responsesAlistair Popple1-6/+13