1. 6345621 blockcmd: start REPORT_LUNS with the smallest buffer by Roman Kagan · 6 years ago
  2. dee3c15 stacks: There is no need to disable NMI if it is already disabled by Kevin O'Connor · 6 years ago
  3. 8ebb33b stacks: Don't update the A20 settings if they haven't changed by Kevin O'Connor · 6 years ago
  4. 5869a6b stacks: Make sure to initialize Call16Data by Kevin O'Connor · 6 years ago
  5. d8b3080 smm: Backup and restore A20 on an SMI based mode switch by Kevin O'Connor · 6 years ago
  6. 235a819 NVMe: Allow NVMe to be enabled on real hardware by Kevin O'Connor · 6 years ago
  7. 3fdabae src: Minor - remove tab characters that slipped into SeaBIOS C code by Kevin O'Connor · 6 years ago
  8. 3198c06 lsi-scsi: try to enumerate luns with REPORT LUNS by Roman Kagan · 6 years ago
  9. 1127784 lsi-scsi: reset in case of a serious problem by Roman Kagan · 6 years ago
  10. cf480dd mpt-scsi: try to enumerate luns with REPORT LUNS by Roman Kagan · 6 years ago
  11. 0a6e0a8 pvscsi: fix the comment about lun enumeration by Roman Kagan · 6 years ago
  12. 8579fd2 usb-uas: enumerate luns with REPORT LUNS by Roman Kagan · 6 years ago
  13. 3aadef4 esp-scsi: enumerate luns with REPORT LUNS by Roman Kagan · 6 years ago
  14. 69ebdef virtio-scsi: enumerate luns with REPORT LUNS by Roman Kagan · 6 years ago
  15. 750188d blockcmd: generic SCSI luns enumeration by Roman Kagan · 6 years ago
  16. 177aecf blockcmd: accept only disks and CD-ROMs by Roman Kagan · 6 years ago
  17. 6f090f8 boot: Increase description size in boot menu by Kevin O'Connor · 6 years ago
  18. 19fdcca coreboot: Adapt to upstream CBMEM console changes by Julius Werner · 6 years ago
  19. 5fbf246 config: Add function to check if fw_cfg exists by Petr Berky · 6 years ago
  20. c68aff5 resume: Don't attempt to use generic reboot mechanisms on QEMU by Kevin O'Connor · 6 years ago
  21. 1415d46 nvme: fix copy-paste mistake in comment by Daniel Verkamp · 6 years ago
  22. d8a6c84 nvme: fix extraction of status code bits by Daniel Verkamp · 6 years ago
  23. 2e82b46 nvme: fix reversed loop condition in cmd_readwrite by Daniel Verkamp · 6 years ago
  24. 21de72f nvme: extend command timeout to 5 seconds by Daniel Verkamp · 6 years ago
  25. f21e304 nvme: support NVMe 1.0 controllers by Daniel Verkamp · 6 years ago
  26. 6bc4164 docs: Note release dates for 1.10.1 and 1.10.2 by Kevin O'Connor · 6 years ago
  27. 8f598a4 QEMU fw_cfg: Write fw_cfg back on S3 resume by Ben Warren · 6 years ago
  28. 336b60b QEMU fw_cfg: Add functions for accessing files by key by Ben Warren · 6 years ago
  29. bb9cbbc QEMU fw_cfg: Add command to write back address of file by Ben Warren · 6 years ago
  30. e5bebc7 romfile-loader: Switch to using named structs by Ben Warren · 6 years ago
  31. f991822 QEMU DMA: Add DMA write capability by Ben Warren · 6 years ago
  32. c83e15b block: add NVMe boot support by Julian Stecklina · 6 years ago
  33. dbf9dd2 ps2port: Disable keyboard/mouse prior to resetting ps2 controller by Kevin O'Connor · 6 years ago
  34. 970af16 vgasrc: Increase debug level by Paul Menzel · 6 years ago
  35. 106543d ahci: Set upper 32-bit registers to zero by Ladi Prosek · 6 years ago
  36. 9332965 serialio: Support for mmap serial ports by Ricardo Ribalda Delgado · 6 years ago
  37. 7b7b49e tpm: Log TPM 2 digest structure in little endian format by Stefan Berger · 6 years ago
  38. 846fd31 tpm: Rework tpm_build_and_send_cmd() into tpm_simple_cmd() by Kevin O'Connor · 7 years ago
  39. 538d9b7 tpm: Don't call tpm_build_and_send_cmd() from tpm20_stirrandom() by Kevin O'Connor · 7 years ago
  40. 9ec57de acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table() by Kevin O'Connor · 7 years ago
  41. 0166993 tpm: Move code around in tcgbios.c to keep like code together by Kevin O'Connor · 7 years ago
  42. d468d59 tpm: Don't call tpm_set_failure() from tpm12_get_capability() by Kevin O'Connor · 7 years ago
  43. 2f97570 tpm: Add comment banners to tcg.c separating major parts of spec by Kevin O'Connor · 7 years ago
  44. b98c658 drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS by Igor Mammedov · 6 years ago
  45. c5e56b2 usb: Make usb_time_sigatt variable static by Kevin O'Connor · 6 years ago
  46. d7adf60 docs: Note v1.10.0 release by Kevin O'Connor · 6 years ago rel-1.10.0
  47. 99e3316 build: Add -fno-pie to the gcc flags when available by Kevin O'Connor · 6 years ago
  48. cb75c91 support booting with more than 255 CPUs by Igor Mammedov · 6 years ago
  49. 023b1d0 add helpers to read etc/boot-cpus at resume time by Igor Mammedov · 6 years ago
  50. eb516e4 smp: consolidate CPU APIC ID detection and accounting by Kevin O'Connor · 6 years ago
  51. f769589 paravirt: disable legacy bios tables in case of more than 255 CPUs by Igor Mammedov · 6 years ago
  52. 75411ce build: Be sure to also include out/*.d in Makefile by Kevin O'Connor · 6 years ago
  53. 00b0402 docs: fix various typos and inconsistency by Piotr Król · 6 years ago
  54. dc2433e virtio: fix virtio-pci by Gerd Hoffmann · 7 years ago
  55. 8d8d483 kbd: Move extended and release events out of special key detection switch by Kevin O'Connor · 7 years ago
  56. 642db19 post: Map int 0x05 to entry point by Kevin O'Connor · 7 years ago
  57. 1bdc9ae kbd: Generate interrupt events for SysReq, PrtScr, and Break by Kevin O'Connor · 7 years ago
  58. 9feb1ee usb-hid: Generate Ctrl+Break and Alt+SysReq keys by Kevin O'Connor · 7 years ago
  59. 6cd69b7 kbd: Ignore fake shift keys by Kevin O'Connor · 7 years ago
  60. fec2140 kbd: Move checking for special keys in __process_keys() into switch by Kevin O'Connor · 7 years ago
  61. e8c0c61 kbd: Extract out shift flag setting into new function by Kevin O'Connor · 7 years ago
  62. 632ebf5 kbd: Merge bda->kbd_flag0 and bda->kbd_flag1 by Kevin O'Connor · 7 years ago
  63. da90e73 kbd: Suppress keys without mappings by Kevin O'Connor · 7 years ago
  64. b47c6e3 kbd: Implement extended keycode mappings for keypad-enter and keypad-/ by Kevin O'Connor · 7 years ago
  65. 2490327 kbd: Implement 101-key keyboard keycode mapping by Kevin O'Connor · 7 years ago
  66. f0cdc36 pic: The default hardware interrupt handlers should not take a parameter by Kevin O'Connor · 7 years ago
  67. 7bd1480 ps2: Remove stale check for timeout warning on reset by Kevin O'Connor · 7 years ago
  68. 19e8ea6 tpm: Append to TPM2 log the hashes used for PCR extension by Kevin O'Connor · 7 years ago
  69. a99de5c tpm: Extend tpm20_extend to support extending to multiple PCR banks by Stefan Berger · 7 years ago
  70. 3b97efa tpm: Refactor tpml_digest_values_sha1 structure by Stefan Berger · 7 years ago
  71. 0fb23c3 tpm: Restructure tpm20_extend to use buffer and take hash as parameter by Stefan Berger · 7 years ago
  72. 74544fa tpm: Retrieve the PCR Bank configuration by Stefan Berger · 7 years ago
  73. 996a8a9 checkstack: Handle conditional checks at start of functions by Kevin O'Connor · 7 years ago
  74. 8bc6d9f pvscsi: Use high memory for rings by Dana Rubin · 7 years ago
  75. 85037a9 pvscsi: Fix incorrect arguments order in call to memalign_low by Dana Rubin · 7 years ago
  76. 8cdf0c5 version: Update header files now that version.c is not auto generated by Kevin O'Connor · 7 years ago
  77. 65bc0a7 vgautil: Move definitions from cbvga.h and clext.h to vgautil.h by Kevin O'Connor · 7 years ago
  78. c682ffe vgautil: Move generic definitions from stdvga.h to vgautil.h by Kevin O'Connor · 7 years ago
  79. 2f2ec11 vgautil: Add new header file with misc function and variable definitions by Kevin O'Connor · 7 years ago
  80. 536129a vgainit: Move video param setup to stdvga_build_video_param() by Kevin O'Connor · 7 years ago
  81. 0397e80 vgafb: Move header definitions from vgabios.h to new file vgafb.h by Kevin O'Connor · 7 years ago
  82. 774f5cd swcursor: Concentrate swcursor logic in swcursor.c by Kevin O'Connor · 7 years ago
  83. 27129d0 swcursor: Move swcursor code from vgafb.c to new file swcursor.c by Kevin O'Connor · 7 years ago
  84. 4e3a1a5 blockcmd: CMD_SCSI op is only used in 32bit mode by Kevin O'Connor · 7 years ago
  85. 09e24ac vgabios: Simplify scroll logic by Kevin O'Connor · 7 years ago
  86. ae3f78f docs: Note release date of 1.9.3 by Kevin O'Connor · 7 years ago
  87. 54e3a88 smp: restore MSRs on S3 resume by Paolo Bonzini · 7 years ago
  88. 13213a2 vgabios: Simplify set_cursor_pos() by Kevin O'Connor · 7 years ago
  89. b303687 vgabios: Don't check for special case of page==0xff on external calls by Kevin O'Connor · 7 years ago
  90. e5839ea vgabios: Remove special case of dh==0xff in handle_1013() by Kevin O'Connor · 7 years ago
  91. 20f83d5 fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROL by Haozhong Zhang · 7 years ago
  92. 0e21548 virtio: pci cfg access by Gerd Hoffmann · 8 years ago
  93. c579d2f virtio: uninline _vp_{read,write} by Gerd Hoffmann · 7 years ago
  94. d97c200 splash: Skip the RGB555 mode by Zheng Bao · 7 years ago
  95. 04259c5 fw/pci: Add support for mapping Intel IGD via QEMU by Alex Williamson · 7 years ago
  96. 1dc7774 tcgbios: Remove unused const variable by Kevin O'Connor · 7 years ago
  97. 0024cd7 usb-xhci: Remove unused const variables by Kevin O'Connor · 7 years ago
  98. c8e105a docs: Note release date of 1.9.2 by Kevin O'Connor · 7 years ago
  99. 79bafa1 scsi: Launch a thread when scanning for drives in the scsi drivers by Kevin O'Connor · 7 years ago
  100. b35ea54 virtio: Use threads when scanning for virtio devices by Kevin O'Connor · 7 years ago