summaryrefslogtreecommitdiffstats
path: root/core/test
Commit message (Expand)AuthorAgeFilesLines
* core: Fix mismatched names between reserved memory nodes & propertiesJeremy Kerr2018-02-211-1/+4
* core/device.c: Fix dt_find_compatible_nodeAlistair Popple2018-02-131-5/+26
* lock: Add additional lock auditing codeBenjamin Herrenschmidt2017-12-2012-12/+27
* make check: Make valgrind optionalMichael Ellerman2017-12-181-1/+1
* nvram: Fix 'missing' nvram on FSP systems.Cyril Bur2017-11-301-0/+10
* core/bitmap: Test bitmap foreach functionsStewart Smith2017-11-281-0/+11
* core/test/run-msg: don't depend on unittest mem layoutStewart Smith2017-08-241-1/+1
* core/test/run-device: fix memory leak on exitStewart Smith2017-08-241-0/+1
* test/mem_region: fix incorrect ibm,os-reserve region lengthStewart Smith2017-08-242-4/+4
* Fix mem leak in core/test/run-time-utilsStewart Smith2017-08-231-0/+3
* attrconst for testsStewart Smith2017-07-193-3/+3
* dt: Add phandle fixup helpersMadhavan Srinivasan2017-06-271-2/+33
* Convert important polling loops to spin at lowest SMT priorityNicholas Piggin2017-06-061-0/+2
* mem_region: rename HW_RESERVE to FW_RESERVEOliver O'Halloran2017-05-262-3/+3
* core/test: Test pre-init memory reservationsOliver O'Halloran2017-05-161-6/+9
* device: add dt_find_by_name_addrOliver O'Halloran2017-04-071-0/+1
* core/test: use strcmp for console testsOliver O'Halloran2017-03-072-6/+6
* core/test/run-trace: Reduce number of samples when running under valgrindStewart Smith2017-03-071-1/+3
* device: implement dt_translate_address() properlyOliver O'Halloran2017-03-071-1/+46
* nvram-format: Fix endian issuesStewart Smith2017-02-231-3/+3
* core/test/run-buddy: add one more test to get to 100% lines coveredStewart Smith2017-01-051-1/+2
* buddy: Add a simple generic buddy allocatorBenjamin Herrenschmidt2017-01-052-1/+84
* Add bitmap testStewart Smith2017-01-042-1/+82
* core/flash-subpartition: compute partition size from subpartition structStewart Smith2016-10-251-1/+5
* core/flash: Move subpartition locating logic out into own file, add testsStewart Smith2016-10-252-0/+56
* console-log: print full remaining timebase in skiboot logStewart Smith2016-10-173-9/+9
* nvram: force re-verification after writingOliver O'Halloran2016-10-141-0/+5
* core/pel: Validate 'system-id' DT property before usingVasant Hegde2016-10-111-5/+19
* consolidate gcov flags into HOSTGCOVFLAGS for host binariesStewart Smith2016-09-021-2/+2
* core/test: add tests for nvram_query()Oliver O'Halloran2016-08-301-0/+46
* core/test: add test for nul check in nvram_format()Oliver O'Halloran2016-08-301-0/+6
* Make console-log time more readable: seconds rather than timebaseBalbir Singh2016-08-243-10/+16
* check: Fix bugs in mem region testsBenjamin Herrenschmidt2016-08-182-2/+0
* Build host programs (and checks) with debug enabledBenjamin Herrenschmidt2016-08-183-1/+4
* Use additional checks in skiboot for pointersBalbir Singh2016-08-171-0/+3
* Add infrastructure for pointer validation.Balbir Singh2016-08-122-0/+52
* make check: make test runs less noisyStewart Smith2016-07-121-4/+4
* Timebase quirk for slow simulators like AWAN and SIMICSBenjamin Herrenschmidt2016-07-062-0/+4
* */test/*: Added '<subdir>-check' make targetsOliver O'Halloran2016-03-301-5/+8
* Merge branch 'stable'Stewart Smith2016-01-211-0/+71
|\
| * DT sorting testOliver O'Halloran2016-01-211-0/+71
| * Enable -Werror for -WformatStewart Smith2016-01-211-1/+1
* | Enable -Werror for -WformatStewart Smith2015-11-161-1/+1
* | assert cpu < CPUS in core/test/run-trace.cStewart Smith2015-11-161-2/+7
* | Add unit test for timebase functionsStewart Smith2015-10-082-0/+57
|/
* Ensure reserved memory ranges are exposed correctly to host (fix corrupted SL...Stewart Smith2015-09-222-2/+2
* slw/timer: SBE based timer supportBenjamin Herrenschmidt2015-09-111-0/+6
* timer: Pass current timer to timer callbacksBenjamin Herrenschmidt2015-09-111-1/+2
* Fix harmless free() after realloc() in test-malloc.cStewart Smith2015-09-091-2/+2
* trivial run-malloc test fixup that was fooling coverityStewart Smith2015-09-081-1/+1
OpenPOWER on IntegriCloud