aboutsummaryrefslogtreecommitdiffstats
path: root/s390x
AgeCommit message (Expand)AuthorFilesLines
2020-06-16s390x: stsi: Make output tap13 compatibleJanosch Frank1-3/+3
2020-04-30s390x: smp: Add restart when running testJanosch Frank1-0/+29
2020-04-30s390x: smp: Use full PSW to bringup new cpuJanosch Frank1-1/+2
2020-04-30s390x: smp: Remove unneeded cpu loopsJanosch Frank1-7/+1
2020-04-30s390x: smp: Loop if secondary cpu returns into cpu setup againJanosch Frank1-1/+3
2020-04-30s390x: smp: Test local interrupts after cpu resetJanosch Frank1-0/+21
2020-04-30s390x: smp: Test stop and store status on a running and stopped cpuJanosch Frank1-0/+14
2020-04-30s390x: smp: Dirty fpc before initial reset testJanosch Frank1-0/+1
2020-04-24s390x: smp: Test all CRs on initial resetJanosch Frank1-1/+17
2020-04-24s390x: unittests: Use smp parameterAndrew Jones1-1/+1
2020-04-24s390x/smp: add minimal test for sigp sense running statusChristian Borntraeger1-0/+14
2020-04-24s390x: Add stsi 3.2.2 testsJanosch Frank2-0/+74
2020-02-03s390x: smp: Wait for cpu setup to finishJanosch Frank1-0/+2
2020-02-03s390x: smp: Only use smp_cpu_setup onceJanosch Frank1-7/+14
2020-02-03s390x: smp: Fix ecall and emcall report stringsJanosch Frank1-2/+2
2020-02-03s390x: smp: Cleanup smp.cJanosch Frank1-22/+33
2020-01-24s390x: SCLP unit testClaudio Imbrenda3-0/+488
2020-01-24s390x: lib: add SPX and STPX instruction wrapperClaudio Imbrenda1-15/+9
2019-12-06Switch the order of the parameters in report() and report_xfail()Thomas Huth14-91/+98
2019-11-18s390x: Load reset psw on diag308 resetJanosch Frank1-7/+17
2019-11-18s390x: Add CR save areaJanosch Frank1-5/+5
2019-11-18s390x: Fix initial cr0 load commentsJanosch Frank1-2/+2
2019-11-18s390x: Use loop to save and restore fprsJanosch Frank1-32/+6
2019-09-25s390x: Free allocated page in iep testJanosch Frank1-0/+1
2019-09-25s390x: SMP testJanosch Frank3-0/+247
2019-09-25s390x: Add initial smp codeJanosch Frank2-0/+8
2019-09-23s390x: Fix stsi unaligned test and add selector testsJanosch Frank1-1/+3
2019-09-18s390x: Add storage key removal facilityJanosch Frank4-0/+144
2019-09-18s390x: Bump march to zEC12Janosch Frank1-1/+1
2019-09-18s390x: Storage key library functions now take void ptr addressesJanosch Frank2-15/+13
2019-09-18s390x: Move pfmf to lib and make address voidJanosch Frank1-44/+13
2019-09-18s390x: Add diag308 subcode 0 testingJanosch Frank2-21/+37
2019-09-18s390x: STSI testsJanosch Frank3-0/+88
2019-09-18s390x: Move stsi to libraryJanosch Frank1-18/+0
2019-09-18s390x: Diag288 testJanosch Frank3-0/+119
2019-09-18s390x: Support PSW restart bootJanosch Frank1-5/+9
2019-07-30kvm-unit-tests: s390: add cpu model checksChristian Borntraeger3-0/+64
2019-04-16s390x: Add a test for the diagnose 0x308 hypercallThomas Huth3-0/+134
2019-04-16s390x/skey: Skip the "iske" test when running under z/VM 6Thomas Huth1-4/+51
2019-02-28s390x: Add prefixes for dxc afp emulator testJanosch Frank1-1/+4
2019-02-28s390x: Beautify pfmf report stringsJanosch Frank1-7/+16
2019-02-28s390x: Beautify sthyi report stringsJanosch Frank1-21/+33
2019-02-27s390x: Only look at relevant skey bitsJanosch Frank2-5/+16
2019-01-21s390x: Add binary generation to makefileJanosch Frank1-2/+7
2019-01-21s390x: Add BSS clearing for non ELF bootJanosch Frank2-2/+22
2019-01-21s390x: Switch to z/Arch and enable 64 bit addressing modeJanosch Frank1-0/+11
2019-01-21s390x: Make tests bootable from diskJanosch Frank3-3/+20
2019-01-21s390x: Rename and cleanup sclp-ascii.cJanosch Frank1-1/+1
2018-11-16s390x: Fixup interrupt pswsJanosch Frank1-2/+2
2018-09-23s390x: Add prefixes to pgm interrupt checksJanosch Frank6-0/+46
2018-09-17s390x: fix spelling of "initial"David Hildenbrand1-6/+6
2018-09-11s390x: test if the DXC is correctly storedDavid Hildenbrand1-0/+35
2018-09-11s390x: save/restore cr0 in IRQ handlersDavid Hildenbrand1-0/+7
2018-09-11s390x: fix storing/loading fregs to right addressDavid Hildenbrand1-2/+2
2018-09-11Makefiles: Remove the executable bit from the .elf and .flat filesThomas Huth1-0/+1
2018-07-13Merge tag 's390x-ppc-2018-06-26' of https://gitlab.com/huth/kvm-unit-tests in...Paolo Bonzini7-17/+25
2018-07-11s390x: Catch all exceptionsJanosch Frank1-3/+55
2018-06-26s390x: Remove .note.gnu.build-id section from the ELF filesThomas Huth1-1/+1
2018-06-18s390x: Report missing facilities as "skip", not as "expected failure"Thomas Huth6-16/+24
2018-06-13s390x: Make s390x tests compilable with -Wmissing-prototypes and -Wstrict-pro...Thomas Huth1-0/+2
2018-06-13s390x: IEP testsJanosch Frank3-0/+66
2018-03-28s390x: Add simple guarded storage testsJanosch Frank3-0/+174
2018-03-28s390x: Add vector testsJanosch Frank3-0/+137
2018-03-28s390x: Add cmm testsJanosch Frank3-0/+73
2018-03-28s390x: Add pfmf testsJanosch Frank3-0/+148
2018-03-28s390x: Add diag10 testsJanosch Frank3-0/+85
2018-03-28s390x: Add storage keys testsJanosch Frank3-0/+98
2018-03-28s390x: Add sthyi testsJanosch Frank4-0/+304
2018-03-15s390x: Add missing include directories for out-of-tree buildsThomas Huth1-1/+1
2018-02-20s390x: call setup_vm() in selftestDavid Hildenbrand1-0/+2
2018-02-14s390x: add sieve testDavid Hildenbrand3-0/+8
2018-02-14s390x: add test for (v)mallocDavid Hildenbrand1-0/+29
2018-02-14s390x: add vmalloc supportDavid Hildenbrand1-0/+2
2018-02-14s390x: initialize the physical allocatorDavid Hildenbrand1-0/+3
2018-02-14s390x: detect installed memoryDavid Hildenbrand1-0/+1
2018-02-14s390x: set initial stack pointer to stackptr, not stacktopDavid Hildenbrand1-1/+1
2018-02-14s390x: use highest addresses for PGM_ADDRESSING errorsDavid Hildenbrand2-6/+6
2018-02-14s390x: fix TEST BLOCK testsDavid Hildenbrand1-3/+3
2017-11-02lib: simplify alloc_opsPaolo Bonzini1-1/+1
2017-09-20s390x: test for various MSA instructionsDavid Hildenbrand1-0/+227
2017-09-20s390x: add a test case for the ipm + spm instructionsDavid Hildenbrand3-0/+69
2017-06-30arch/run: unify accelerator detectionRadim Krčmář1-18/+2
2017-06-30Mark some local functions as "static"Thomas Huth1-1/+1
2017-06-30Replace -Wextra with a saner list of warning flagsThomas Huth1-1/+0
2017-06-29scripts/arch-run: fix qemu binary search failure pathRadim Krčmář1-1/+2
2017-06-28s390+powerpc/run: improve output handlingRadim Krčmář1-14/+1
2017-06-28arch/run: simplify copy-paste of the command lineRadim Krčmář1-2/+0
2017-06-27s390x: use inline assembly to test for addressing exceptionsDavid Hildenbrand1-1/+1
2017-06-27s390x: use instruction 0x0000 to test for operation exceptionsDavid Hildenbrand1-1/+1
2017-06-22s390x: add stidp interception testDavid Hildenbrand1-0/+26
2017-06-13s390x: Interception testsThomas Huth3-0/+231
2017-06-08s390x: Fix bad dependency on asm-offsets.hThomas Huth1-1/+1
2017-05-31s390x: pgm interrupt handler and a way to test themDavid Hildenbrand3-0/+70
2017-05-31s390x: generate asm offsets for the lowcoreDavid Hildenbrand1-1/+7
2017-05-26s390x: compile sclp-ascii.cDavid Hildenbrand1-0/+1
2017-05-26s390x: basic self testDavid Hildenbrand3-0/+48
2017-05-26s390x: initial infrastructureDavid Hildenbrand5-0/+195