aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2015-02-19core/flash: Add flash APIJeremy Kerr2-1/+226
2015-02-18Limit number of warnings of pollers run with lock heldStewart Smith1-1/+6
2015-02-18pci: Remove pci_lockBenjamin Herrenschmidt1-12/+2
2015-02-18pci: Don't hang if we have only one CPUBenjamin Herrenschmidt1-0/+9
2015-02-18Replace is_mambo_chip with a better chip quirk mechanismBenjamin Herrenschmidt2-5/+13
2015-02-18cpu: Don't hold lock while waitingBenjamin Herrenschmidt1-3/+7
2015-02-18Don't run pollers in time_wait() when a lock is heldBenjamin Herrenschmidt1-1/+9
2015-02-18Warn when pollers are called with a lock heldBenjamin Herrenschmidt1-0/+5
2015-02-18lock: Add lock depth recording per CPUBenjamin Herrenschmidt1-0/+5
2015-02-18Always create opal-interrupts propertyBenjamin Herrenschmidt1-3/+5
2015-02-18hostservices: Cache lids prior to first load requestAnanth N Mavinakayanahalli2-32/+88
2015-02-17hostservices: Don't run pollers from hostservices callbacksAnanth N Mavinakayanahalli1-1/+1
2015-02-17timebase: Add nanosleep_nopollAnanth N Mavinakayanahalli1-0/+11
2015-02-17core: Add subid to load_resource()Michael Neuling2-4/+5
2015-02-17core: Add load_resource()Michael Neuling2-13/+18
2015-02-16s/OpalMessageType/opal_msg_type/ removing CamelCase and being consistent!Stewart Smith1-1/+1
2015-02-12opal: Do not overwrite same HMI event for multiple HMI errors.Mahesh Salgaonkar1-31/+45
2015-02-11core/device: Function to return child node using nameNeelesh Gupta1-0/+16
2015-02-11Make abort() update sp attn area (like assert does)Stewart Smith1-2/+2
2015-02-09ipmi/wdt: Add ipmi watchdog timer supportAlistair Popple2-2/+9
2015-02-09ipmi: Implement Read Event and SEL parsingJoel Stanley1-1/+2
2015-02-09Merge remote branch 'ka1/master'Stewart Smith1-0/+40
2015-02-09cpu: Handle opal_reinit_cpus() more gracefully on P7Benjamin Herrenschmidt1-0/+7
2015-02-09ipmi: handle SMS_ATN eventsJeremy Kerr1-0/+40
2015-02-09ipmi: Add support for synchronous message sendingAlistair Popple1-0/+23
2015-02-09platform: Add exit platform hookAlistair Popple1-0/+3
2015-02-09ipmi: Add a function to (re)initialise a message without allocationAlistair Popple1-10/+18
2015-02-06Move skiboot internal things from opal.h to opal-api.hStewart Smith17-0/+19
2015-02-04Allow ELF executables with function descriptor entrypoint to be skiboot payloadsNathan Whitehorn1-0/+20
2015-01-21Unlock rtc cache lock when cache isn't validStewart Smith1-1/+4
2015-01-21Don't run pollers when sending fsp msg for op panel op_display(FATAL)Stewart Smith1-2/+2
2015-01-19Merge branch 'update-2.1.1.1'Stewart Smith2-0/+114
2015-01-19opal: Add unit test for buffer overrun in prlog/printfMahesh Salgaonkar2-2/+125
2014-12-19clean CORE_TEST_NOSTUB binariesStewart Smith1-0/+1
2014-12-19Add console-log unit testStewart Smith2-0/+87
2014-12-19Exclude all test cases from coverage-reportStewart Smith1-0/+2
2014-12-19Add another pel test to test user sectionStewart Smith1-0/+33
2014-12-19Increase test coverage of pel testStewart Smith2-2/+6
2014-12-19Pretty print make check and coverage outputStewart Smith1-5/+5
2014-12-15Fix makefile dependency generation, especially for HOSTCCStewart Smith1-9/+0
2014-12-10Don't add dummy console property if already in dt.Ryan Grimm1-1/+3
2014-12-05silence integer/pointer from integer/pointer warnings in core/test/run-mem_re...Stewart Smith1-3/+3
2014-12-05Fix unused result of realloc warning in core/test/run-malloc.cStewart Smith1-1/+3
2014-12-05Fix unbounded stack usage warning in core/test/run-mem_region_release_unused.cStewart Smith1-1/+5
2014-12-05opal: Don't put the symbol map whole into a propertyBenjamin Herrenschmidt1-3/+5
2014-12-05Silence warning for core/tests/stubs.c prlog missing prototypeStewart Smith1-1/+3
2014-12-05Fix unbounded stack usage warning in core/test/run-mem_region_release_unused_...Stewart Smith1-1/+5
2014-12-03core/hostservices.c and core/slw.c: cleanup log messagesCédric Le Goater1-4/+3
2014-12-02elog: Clean up error logging headersAlistair Popple3-3/+3
2014-12-02ipmi/bt: Enable adding messages to the start of the queueAlistair Popple1-0/+5