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