summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'update-2.1.1.1'Stewart Smith2015-01-192-0/+114
|\
| * opal: Add unit test for buffer overrun in prlog/printfMahesh Salgaonkar2015-01-192-2/+125
* | clean CORE_TEST_NOSTUB binariesStewart Smith2014-12-191-0/+1
* | Add console-log unit testStewart Smith2014-12-192-0/+87
* | Exclude all test cases from coverage-reportStewart Smith2014-12-191-0/+2
* | Add another pel test to test user sectionStewart Smith2014-12-191-0/+33
* | Increase test coverage of pel testStewart Smith2014-12-192-2/+6
* | Pretty print make check and coverage outputStewart Smith2014-12-191-5/+5
* | Fix makefile dependency generation, especially for HOSTCCStewart Smith2014-12-151-9/+0
* | Don't add dummy console property if already in dt.Ryan Grimm2014-12-101-1/+3
* | silence integer/pointer from integer/pointer warnings in core/test/run-mem_re...Stewart Smith2014-12-051-3/+3
* | Fix unused result of realloc warning in core/test/run-malloc.cStewart Smith2014-12-051-1/+3
* | Fix unbounded stack usage warning in core/test/run-mem_region_release_unused.cStewart Smith2014-12-051-1/+5
* | opal: Don't put the symbol map whole into a propertyBenjamin Herrenschmidt2014-12-051-3/+5
* | Silence warning for core/tests/stubs.c prlog missing prototypeStewart Smith2014-12-051-1/+3
* | Fix unbounded stack usage warning in core/test/run-mem_region_release_unused_...Stewart Smith2014-12-051-1/+5
* | core/hostservices.c and core/slw.c: cleanup log messagesCédric Le Goater2014-12-031-4/+3
* | elog: Clean up error logging headersAlistair Popple2014-12-023-3/+3
* | ipmi/bt: Enable adding messages to the start of the queueAlistair Popple2014-12-021-0/+5
* | rtc: Add a generic rtc cacheAlistair Popple2014-12-023-3/+73
* | core/device: wrap a function to destroy a dt_nodeWei Yang2014-12-021-8/+13
* | core/init: make fdt a local variableWei Yang2014-12-021-1/+1
* | Remove #define sync in test/run-trace.c - don't confuse with sync(2)Stewart Smith2014-12-021-2/+1
* | core/test: fix compile error in run-traceCédric Le Goater2014-12-021-0/+5
* | Add tweaks to work in Mambo simulatorBenjamin Herrenschmidt2014-12-014-13/+63
* | Remove sprintf: there's no good reason to have this in firmwareStewart Smith2014-11-281-3/+3
* | Merge remote-tracking branch 'ltcgit/master'Benjamin Herrenschmidt2014-11-281-1/+2
|\ \
| * | abort if device tree parsing failsAnton Blanchard2014-11-261-1/+2
* | | More trace endian fixes so make check works againBenjamin Herrenschmidt2014-11-282-48/+53
|/ /
* | Merge branch 'update-2.1.1.1'Stewart Smith2014-11-261-0/+29
|\ \ | |/
| * occ/hbrt: Call stopOCC() for implementing reset OCC command from FSPShilpasri G Bhat2014-11-251-0/+29
* | use $(wildcard ) in test MakefilesDan Streetman2014-11-251-1/+1
* | Merge remote-tracking branch 'ltcgit/master'Benjamin Herrenschmidt2014-11-222-2/+2
|\ \
| * | Implement skiboot versioningStewart Smith2014-11-192-2/+2
* | | opal: Remove MCE handling code.Mahesh Salgaonkar2014-11-221-164/+0
* | | opal: Remove machine check interrupt patching in OPAL.Mahesh Salgaonkar2014-11-221-25/+1
* | | core/test: Fix timer test caseVasant Hegde2014-11-221-1/+1
* | | 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
OpenPOWER on IntegriCloud