aboutsummaryrefslogtreecommitdiff
path: root/core/test
AgeCommit message (Expand)AuthorFilesLines
2018-02-21core: Fix mismatched names between reserved memory nodes & propertiesJeremy Kerr1-1/+4
2018-02-13core/device.c: Fix dt_find_compatible_nodeAlistair Popple1-5/+26
2017-12-20lock: Add additional lock auditing codeBenjamin Herrenschmidt12-12/+27
2017-12-18make check: Make valgrind optionalMichael Ellerman1-1/+1
2017-11-30nvram: Fix 'missing' nvram on FSP systems.Cyril Bur1-0/+10
2017-11-28core/bitmap: Test bitmap foreach functionsStewart Smith1-0/+11
2017-08-24core/test/run-msg: don't depend on unittest mem layoutStewart Smith1-1/+1
2017-08-24core/test/run-device: fix memory leak on exitStewart Smith1-0/+1
2017-08-24test/mem_region: fix incorrect ibm,os-reserve region lengthStewart Smith2-4/+4
2017-08-23Fix mem leak in core/test/run-time-utilsStewart Smith1-0/+3
2017-07-19attrconst for testsStewart Smith3-3/+3
2017-06-27dt: Add phandle fixup helpersMadhavan Srinivasan1-2/+33
2017-06-06Convert important polling loops to spin at lowest SMT priorityNicholas Piggin1-0/+2
2017-05-26mem_region: rename HW_RESERVE to FW_RESERVEOliver O'Halloran2-3/+3
2017-05-16core/test: Test pre-init memory reservationsOliver O'Halloran1-6/+9
2017-04-07device: add dt_find_by_name_addrOliver O'Halloran1-0/+1
2017-03-07core/test: use strcmp for console testsOliver O'Halloran2-6/+6
2017-03-07core/test/run-trace: Reduce number of samples when running under valgrindStewart Smith1-1/+3
2017-03-07device: implement dt_translate_address() properlyOliver O'Halloran1-1/+46
2017-02-23nvram-format: Fix endian issuesStewart Smith1-3/+3
2017-01-05core/test/run-buddy: add one more test to get to 100% lines coveredStewart Smith1-1/+2
2017-01-05buddy: Add a simple generic buddy allocatorBenjamin Herrenschmidt2-1/+84
2017-01-04Add bitmap testStewart Smith2-1/+82
2016-10-25core/flash-subpartition: compute partition size from subpartition structStewart Smith1-1/+5
2016-10-25core/flash: Move subpartition locating logic out into own file, add testsStewart Smith2-0/+56
2016-10-17console-log: print full remaining timebase in skiboot logStewart Smith3-9/+9
2016-10-14nvram: force re-verification after writingOliver O'Halloran1-0/+5
2016-10-11core/pel: Validate 'system-id' DT property before usingVasant Hegde1-5/+19
2016-09-02consolidate gcov flags into HOSTGCOVFLAGS for host binariesStewart Smith1-2/+2
2016-08-30core/test: add tests for nvram_query()Oliver O'Halloran1-0/+46
2016-08-30core/test: add test for nul check in nvram_format()Oliver O'Halloran1-0/+6
2016-08-24Make console-log time more readable: seconds rather than timebaseBalbir Singh3-10/+16
2016-08-18check: Fix bugs in mem region testsBenjamin Herrenschmidt2-2/+0
2016-08-18Build host programs (and checks) with debug enabledBenjamin Herrenschmidt3-1/+4
2016-08-17Use additional checks in skiboot for pointersBalbir Singh1-0/+3
2016-08-12Add infrastructure for pointer validation.Balbir Singh2-0/+52
2016-07-12make check: make test runs less noisyStewart Smith1-4/+4
2016-07-06Timebase quirk for slow simulators like AWAN and SIMICSBenjamin Herrenschmidt2-0/+4
2016-03-30*/test/*: Added '<subdir>-check' make targetsOliver O'Halloran1-5/+8
2016-01-21Merge branch 'stable'Stewart Smith1-0/+71
2016-01-21DT sorting testOliver O'Halloran1-0/+71
2016-01-21Enable -Werror for -WformatStewart Smith1-1/+1
2015-11-16Enable -Werror for -WformatStewart Smith1-1/+1
2015-11-16assert cpu < CPUS in core/test/run-trace.cStewart Smith1-2/+7
2015-10-08Add unit test for timebase functionsStewart Smith2-0/+57
2015-09-22Ensure reserved memory ranges are exposed correctly to host (fix corrupted SL...Stewart Smith2-2/+2
2015-09-11slw/timer: SBE based timer supportBenjamin Herrenschmidt1-0/+6
2015-09-11timer: Pass current timer to timer callbacksBenjamin Herrenschmidt1-1/+2
2015-09-09Fix harmless free() after realloc() in test-malloc.cStewart Smith1-2/+2
2015-09-08trivial run-malloc test fixup that was fooling coverityStewart Smith1-1/+1