aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw
AgeCommit message (Expand)Author
2020-09-01build: fix recurse-all targetPaolo Bonzini
2020-08-21pc-bios/s390-ccw: do not use rules.makThomas Huth
2020-07-02pc-bios/s390-ccw: Generate and include dependency files in the MakefileThomas Huth
2020-07-02pc-bios: s390x: Make u32 ptr check explicitJanosch Frank
2020-07-02pc-bios: s390x: Use ebcdic2ascii tableJanosch Frank
2020-07-02pc-bios: s390x: Move panic() into header and add infinite loopJanosch Frank
2020-07-02pc-bios: s390x: Use PSW masks where possible and introduce PSW_MASK_SHORT_ADDRJanosch Frank
2020-07-02pc-bios: s390x: Rename PSW_MASK_ZMODE to PSW_MASK_64Janosch Frank
2020-07-02pc-bios: s390x: Get rid of magic offsets into the lowcoreJanosch Frank
2020-07-02pc-bios: s390x: Move sleep and yield to helper.hJanosch Frank
2020-07-02pc-bios: s390x: Consolidate timing functions into time.hJanosch Frank
2020-07-02pc-bios: s390x: cio.c cleanup and compile fixJanosch Frank
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-03-10pc-bios: s390x: Save iplb location in lowcoreJanosch Frank
2019-12-18pc-bios/s390x: Fix reset psw maskJanosch Frank
2019-11-29pc-bios/s390-ccw: fix sclp_get_loadparm_asciiClaudio Imbrenda
2019-09-18pc-bios/s390-ccw/net: fix a possible memory leak in get_uuid()Yifan Luo
2019-09-18pc-bios/s390-ccw: Do not pre-initialize empty arrayThomas Huth
2019-05-08s390-bios: Skip bootmap signature entriesJason J. Herne
2019-05-08pc-bios/s390-ccw: Clean up harmless misuse of isdigit()Markus Armbruster
2019-04-12s390-bios: Use control unit type to find bootable devicesJason J. Herne
2019-04-12s390-bios: Support booting from real dasd deviceJason J. Herne
2019-04-12s390-bios: Add channel command codes/structs needed for dasd-iplJason J. Herne
2019-04-12s390-bios: Use control unit type to determine boot methodJason J. Herne
2019-04-12s390-bios: Refactor virtio to run channel programs via cioJason J. Herne
2019-04-12s390-bios: Factor finding boot device out of virtio code pathJason J. Herne
2019-04-12s390-bios: Extend find_dev() for non-virtio devicesJason J. Herne
2019-04-12s390-bios: cio error handlingJason J. Herne
2019-04-12s390-bios: Support for running format-0/1 channel programsJason J. Herne
2019-04-12s390-bios: ptr2u32 and u32toptrJason J. Herne
2019-04-12s390-bios: Map low core memoryJason J. Herne
2019-04-12s390-bios: Decouple channel i/o logic from virtioJason J. Herne
2019-04-12s390-bios: Clean up cio.hJason J. Herne
2019-04-12s390-bios: decouple common boot logic from virtioJason J. Herne
2019-04-12s390-bios: decouple cio setup from virtioJason J. Herne
2019-01-18pc-bios/s390-ccw: Use proper register names for ClangThomas Huth
2018-06-18pc-bios/s390-ccw: Optimize the s390-netboot.img for sizeThomas Huth
2018-06-18pc-bios/s390-ccw/net: Try to load pxelinux.cfg file accoring to the UUIDThomas Huth
2018-06-18pc-bios/s390-ccw/net: Add support for pxelinux-style config filesThomas Huth
2018-06-18pc-bios/s390-ccw/net: Update code for the latest changes in SLOFThomas Huth
2018-06-18pc-bios/s390-ccw: define loadparm lengthCollin Walling
2018-05-14pc-bios/s390-ccw: struct tpi_info must be declared as aligned(4)Thomas Huth
2018-05-02s390-ccw: force diag 308 subcode to unsigned longCornelia Huck
2018-05-02pc-bios/s390-ccw/net: Add support for .INS config filesThomas Huth
2018-05-02pc-bios/s390-ccw/net: Use diag308 to reset machine before jumping to the OSThomas Huth
2018-05-02pc-bios/s390-ccw/net: Split up net_load() into init, load and release partsThomas Huth
2018-05-02pc-bios/s390-ccw: fix non-sequential boot entries (enum)Collin Walling
2018-05-02pc-bios/s390-ccw: fix non-sequential boot entries (eckd)Collin Walling
2018-05-02pc-bios/s390-ccw: fix loadparm initialization and int conversionCollin Walling
2018-05-02pc-bios/s390-ccw: rename MAX_TABLE_ENTRIES to MAX_BOOT_ENTRIESCollin Walling