summaryrefslogtreecommitdiffstats
path: root/core/test
Commit message (Expand)AuthorAgeFilesLines
* core/device: Test dt_new_check()Stewart Smith2018-10-161-2/+4
* core/device: increase test coverage for dt_new_addr and dt_new_2addrStewart Smith2018-10-161-0/+2
* core/device: add test for dt_new() a duplicate nodeStewart Smith2018-10-161-0/+1
* core/device: Add test for duplicate nodes with dt_attach_root()Stewart Smith2018-10-161-1/+8
* platform: Restructure bmc_platform typeAndrew Jeffery2018-10-111-0/+8
* core/mem_region: mambo reserve kernel payload areasNicholas Piggin2018-09-209-0/+15
* Fixup unit tests for cpu_queue_job() in mem_region.cStewart Smith2018-07-183-3/+12
* cpu: add cpu_queue_job_on_node()Nicholas Piggin2018-07-1511-54/+102
* core: Add test for PCI quirksAndrew Jeffery2018-06-182-1/+68
* core/test/run_mem_region: fix GCC8 compile errorStewart Smith2018-05-293-3/+3
* SBE: Add timer supportVasant Hegde2018-04-301-0/+8
* Move P8 timer code to separate fileVasant Hegde2018-04-301-1/+1
* 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
OpenPOWER on IntegriCloud