- 25f5ade pc-bios: s390x: Go into disabled wait when encountering a PGM exception by Janosch Frank · 4 years, 3 months ago
- 42ab98e pc-bios: s390x: Use reset PSW if avaliable by Janosch Frank · 4 years, 3 months ago
- 26e0b96 pc-bios: s390x: Save PSW rework by Janosch Frank · 4 years, 3 months ago
- 4906a4e pc-bios: s390x: Fix bootmap.c zipl component entry data handling by Janosch Frank · 4 years, 3 months ago
- 468184e pc-bios/s390-ccw: break loop if a null block number is reached by Marc Hartmayer · 4 years, 4 months ago
- 5f97ba0 pc-bios/s390-ccw: fix off-by-one error by Marc Hartmayer · 4 years, 4 months ago
- 49d4388 pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel() by Thomas Huth · 4 years, 5 months ago
- 5dc739f pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad by Thomas Huth · 4 years, 5 months ago
- 869d0e2 pc-bios/s390-ccw: Scan through all devices if no boot device specified by Thomas Huth · 4 years, 5 months ago
- 605751b pc-bios/s390-ccw: Do not bail out early if not finding a SCSI disk by Thomas Huth · 4 years, 5 months ago
- d2cf4af pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate function by Thomas Huth · 4 years, 5 months ago
- f3180b0 pc-bios/s390-ccw: Introduce ENODEV define and remove guards of others by Thomas Huth · 4 years, 5 months ago
- d1f060a pc-bios/s390-ccw: Move ipl-related code from main() into a separate function by Thomas Huth · 4 years, 5 months ago
- 4f6a1eb pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-common by Thomas Huth · 4 years, 5 months ago
- 49b7d74 build: fix recurse-all target by Paolo Bonzini · 4 years, 4 months ago
- 22fb2ab pc-bios/s390-ccw: do not use rules.mak by Thomas Huth · 4 years, 5 months ago
- 1c9f655 pc-bios/s390-ccw: Generate and include dependency files in the Makefile by Thomas Huth · 4 years, 6 months ago
- 9598c22 pc-bios: s390x: Make u32 ptr check explicit by Janosch Frank · 4 years, 7 months ago
- 78182ae pc-bios: s390x: Use ebcdic2ascii table by Janosch Frank · 4 years, 7 months ago
- add923b pc-bios: s390x: Move panic() into header and add infinite loop by Janosch Frank · 4 years, 7 months ago
- fe75c65 pc-bios: s390x: Use PSW masks where possible and introduce PSW_MASK_SHORT_ADDR by Janosch Frank · 4 years, 7 months ago
- b88faa1 pc-bios: s390x: Rename PSW_MASK_ZMODE to PSW_MASK_64 by Janosch Frank · 4 years, 7 months ago
- e6d393d pc-bios: s390x: Get rid of magic offsets into the lowcore by Janosch Frank · 4 years, 7 months ago
- 12ea90d pc-bios: s390x: Move sleep and yield to helper.h by Janosch Frank · 4 years, 7 months ago
- e70bc57 pc-bios: s390x: Consolidate timing functions into time.h by Janosch Frank · 4 years, 7 months ago
- 8c6cc7b pc-bios: s390x: cio.c cleanup and compile fix by Janosch Frank · 4 years, 7 months ago
- f7795e4 misc: Replace zero-length arrays with flexible array member (automatic) by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 9bfc04f pc-bios: s390x: Save iplb location in lowcore by Janosch Frank · 4 years, 10 months ago
- 5c6f0d5 pc-bios/s390x: Fix reset psw mask by Janosch Frank · 5 years ago
- f24ec9f pc-bios/s390-ccw: fix sclp_get_loadparm_ascii by Claudio Imbrenda · 5 years ago
- 09be82c pc-bios/s390-ccw/net: fix a possible memory leak in get_uuid() by Yifan Luo · 5 years ago
- 6673ded pc-bios/s390-ccw: Do not pre-initialize empty array by Thomas Huth · 5 years ago
- 2497b4a s390-bios: Skip bootmap signature entries by Jason J. Herne · 6 years ago
- d796588 pc-bios/s390-ccw: Clean up harmless misuse of isdigit() by Markus Armbruster · 6 years ago
- 2880469 s390-bios: Use control unit type to find bootable devices by Jason J. Herne · 6 years ago
- efa47d3 s390-bios: Support booting from real dasd device by Jason J. Herne · 6 years ago
- 69333c3 s390-bios: Add channel command codes/structs needed for dasd-ipl by Jason J. Herne · 6 years ago
- 3668cb7 s390-bios: Use control unit type to determine boot method by Jason J. Herne · 6 years ago
- 9de6cbb s390-bios: Refactor virtio to run channel programs via cio by Jason J. Herne · 6 years ago
- 7b361db s390-bios: Factor finding boot device out of virtio code path by Jason J. Herne · 6 years ago
- 930072d s390-bios: Extend find_dev() for non-virtio devices by Jason J. Herne · 6 years ago
- 86c5870 s390-bios: cio error handling by Jason J. Herne · 6 years ago
- 3083a1b s390-bios: Support for running format-0/1 channel programs by Jason J. Herne · 6 years ago
- 1fb3e5c s390-bios: ptr2u32 and u32toptr by Jason J. Herne · 6 years ago
- c95df3d s390-bios: Map low core memory by Jason J. Herne · 6 years ago
- 120d041 s390-bios: Decouple channel i/o logic from virtio by Jason J. Herne · 6 years ago
- d96c5db s390-bios: Clean up cio.h by Jason J. Herne · 6 years ago
- a5f6e09 s390-bios: decouple common boot logic from virtio by Jason J. Herne · 6 years ago
- 87f910c s390-bios: decouple cio setup from virtio by Jason J. Herne · 6 years ago
- 0d3a761 pc-bios/s390-ccw: Use proper register names for Clang by Thomas Huth · 6 years ago
- 63c93fa pc-bios/s390-ccw: Optimize the s390-netboot.img for size by Thomas Huth · 7 years ago
- 0d8261b pc-bios/s390-ccw/net: Try to load pxelinux.cfg file accoring to the UUID by Thomas Huth · 7 years ago
- ec62399 pc-bios/s390-ccw/net: Add support for pxelinux-style config files by Thomas Huth · 7 years ago
- 134f0b3 pc-bios/s390-ccw/net: Update code for the latest changes in SLOF by Thomas Huth · 7 years ago
- a0e11b6 pc-bios/s390-ccw: define loadparm length by Collin Walling · 7 years ago
- a6e4385 pc-bios/s390-ccw: struct tpi_info must be declared as aligned(4) by Thomas Huth · 7 years ago
- 63d8b5a s390-ccw: force diag 308 subcode to unsigned long by Cornelia Huck · 7 years ago
- c4942ee pc-bios/s390-ccw/net: Add support for .INS config files by Thomas Huth · 7 years ago
- 9a848ad pc-bios/s390-ccw/net: Use diag308 to reset machine before jumping to the OS by Thomas Huth · 7 years ago
- 0c18822 pc-bios/s390-ccw/net: Split up net_load() into init, load and release parts by Thomas Huth · 7 years ago
- 622b391 pc-bios/s390-ccw: fix non-sequential boot entries (enum) by Collin Walling · 7 years ago
- 7385e94 pc-bios/s390-ccw: fix non-sequential boot entries (eckd) by Collin Walling · 7 years ago
- 074afe6 pc-bios/s390-ccw: fix loadparm initialization and int conversion by Collin Walling · 7 years ago
- 6df2a82 pc-bios/s390-ccw: rename MAX_TABLE_ENTRIES to MAX_BOOT_ENTRIES by Collin Walling · 7 years ago
- e4f8696 pc-bios/s390-ccw: size_t should be unsigned by Thomas Huth · 7 years ago
- e8c7ef2 s390: Do not pass inofficial IPL type to the guest by Viktor Mihajlovski · 7 years ago
- 23bf419 pc-bios/s390-ccw: Increase virtio timeout to 30 seconds by Thomas Huth · 7 years ago
- 6af978a pc-bios/s390-ccw: Move string arrays from bootmap header to .c file by Thomas Huth · 7 years ago
- ffb4a1c s390-ccw: interactive boot menu for scsi by Collin L. Walling · 7 years ago
- 53b310c s390-ccw: use zipl values when no boot menu options are present by Collin L. Walling · 7 years ago
- dbf2091 s390-ccw: set cp_receive mask only when needed and consume pending service irqs by Collin L. Walling · 7 years ago
- ff5dbf1 s390-ccw: read user input for boot index via the SCLP console by Collin L. Walling · 7 years ago
- f717891 s390-ccw: print zipl boot menu by Collin L. Walling · 7 years ago
- ba831b2 s390-ccw: read stage2 boot loader data to find menu by Collin L. Walling · 7 years ago
- 9eaa654 s390-ccw: set up interactive boot menu parameters by Collin L. Walling · 7 years ago
- 26b2a2a s390-ccw: parse and set boot menu options by Collin L. Walling · 7 years ago
- 118ee80 s390-ccw: move auxiliary IPL data to separate location by Collin L. Walling · 7 years ago
- fc0e208 s390-ccw: update libc by Collin L. Walling · 7 years ago
- ac4c595 s390-ccw: refactor IPL structs by Collin L. Walling · 7 years ago
- 80beedc s390-ccw: refactor eckd_block_num to use CHS by Collin L. Walling · 7 years ago
- 5340eb0 s390-ccw: refactor boot map table code by Collin L. Walling · 7 years ago
- 339686a pc-bios/s390-ccw: zero out bss section by Christian Borntraeger · 7 years ago
- 8775d91 pc-bios/s390-ccw: Fix problem with invalid virtio-scsi LUN when rebooting by Thomas Huth · 7 years ago
- 7618c0a s390-ccw: print carriage return with new lines by Collin L. Walling · 7 years ago
- a8fbbf1 s390: set DHCP client architecure id for netboot by Viktor Mihajlovski · 7 years ago
- 3a1e456 s390-ccw: Fix alignment for CCW1 by Farhan Ali · 7 years ago
- 88b3739 pc-bios/s390-ccw: Use rm command during make clean by Eric Farman · 7 years ago
- 29d1221 pc-bios/s390-ccw: Link libnet into the netboot image and do the TFTP load by Thomas Huth · 7 years ago
- 00dde1e pc-bios/s390-ccw: Add virtio-net driver code by Thomas Huth · 7 years ago
- 3e4415a pc-bios/s390-ccw: Add core files for the network bootloading program by Thomas Huth · 7 years ago
- 59efbff pc-bios/s390-ccw: Add code for virtio feature negotiation by Thomas Huth · 7 years ago
- ac7bec7 pc-bios/s390-ccw: Remove unused structs from virtio.h by Thomas Huth · 7 years ago
- 824df3b pc-bios/s390-ccw: Move byteswap functions to a separate header by Thomas Huth · 7 years ago
- 3639f93 pc-bios/s390-ccw: Add a write() function for stdio by Thomas Huth · 7 years ago
- 867e039 pc-bios/s390-ccw: Move virtio-block related functions into a separate file by Thomas Huth · 7 years ago
- af3bb73 pc-bios/s390-ccw: Move ebc2asc to sclp.c by Thomas Huth · 7 years ago
- 90806fe pc-bios/s390-ccw: Move libc functions to separate header by Thomas Huth · 7 years ago
- c68f450 pc-bios/s390-ccw: use STRIP variable in Makefile by Greg Kurz · 8 years ago
- de4e3ae pc-bios/s390-ccw: Build a reasonable max_sectors limit by Eric Farman · 8 years ago
- fe921fc pc-bios/s390-ccw: Get Block Limits VPD device data by Eric Farman · 8 years ago