1. c682ffe vgautil: Move generic definitions from stdvga.h to vgautil.h by Kevin O'Connor · 8 years ago
  2. 2f2ec11 vgautil: Add new header file with misc function and variable definitions by Kevin O'Connor · 8 years ago
  3. 536129a vgainit: Move video param setup to stdvga_build_video_param() by Kevin O'Connor · 8 years ago
  4. 0397e80 vgafb: Move header definitions from vgabios.h to new file vgafb.h by Kevin O'Connor · 8 years ago
  5. 774f5cd swcursor: Concentrate swcursor logic in swcursor.c by Kevin O'Connor · 8 years ago
  6. 27129d0 swcursor: Move swcursor code from vgafb.c to new file swcursor.c by Kevin O'Connor · 8 years ago
  7. 4e3a1a5 blockcmd: CMD_SCSI op is only used in 32bit mode by Kevin O'Connor · 8 years ago
  8. 09e24ac vgabios: Simplify scroll logic by Kevin O'Connor · 8 years ago
  9. ae3f78f docs: Note release date of 1.9.3 by Kevin O'Connor · 8 years ago
  10. 54e3a88 smp: restore MSRs on S3 resume by Paolo Bonzini · 8 years ago
  11. 13213a2 vgabios: Simplify set_cursor_pos() by Kevin O'Connor · 8 years ago
  12. b303687 vgabios: Don't check for special case of page==0xff on external calls by Kevin O'Connor · 8 years ago
  13. e5839ea vgabios: Remove special case of dh==0xff in handle_1013() by Kevin O'Connor · 8 years ago
  14. 20f83d5 fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROL by Haozhong Zhang · 8 years ago
  15. 0e21548 virtio: pci cfg access by Gerd Hoffmann · 9 years ago
  16. c579d2f virtio: uninline _vp_{read,write} by Gerd Hoffmann · 8 years ago
  17. d97c200 splash: Skip the RGB555 mode by Zheng Bao · 8 years ago
  18. 04259c5 fw/pci: Add support for mapping Intel IGD via QEMU by Alex Williamson · 8 years ago
  19. 1dc7774 tcgbios: Remove unused const variable by Kevin O'Connor · 8 years ago
  20. 0024cd7 usb-xhci: Remove unused const variables by Kevin O'Connor · 8 years ago
  21. c8e105a docs: Note release date of 1.9.2 by Kevin O'Connor · 8 years ago
  22. 79bafa1 scsi: Launch a thread when scanning for drives in the scsi drivers by Kevin O'Connor · 8 years ago
  23. b35ea54 virtio: Use threads when scanning for virtio devices by Kevin O'Connor · 8 years ago
  24. d449a11 shadow: Batch PCI config writes by Kevin O'Connor · 8 years ago
  25. 9d691ac optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYED by Kevin O'Connor · 8 years ago
  26. 8ef686f disk: Avoid stack_hop() path if already on the extra stack by Kevin O'Connor · 8 years ago
  27. 193632b block: Move send_disk_op() from block.c to disk.c by Kevin O'Connor · 8 years ago
  28. 6b76e69 mpt-scsi: Declare 'int i' outside of for loop for older compilers by Kevin O'Connor · 8 years ago
  29. f2645a8 Support for booting from LSI Logic LSI53C1030, SAS1068, SAS1068e by Don Slutz · 8 years ago
  30. fc08789 sdcard: skip detection of PCI sdhci controllers if etc/sdcard used by Matt DeVillier · 8 years ago
  31. dce99e0 fw/pci: add Q35 S3 support by Marcel Apfelbaum · 8 years ago
  32. 3f478b9 ahci: set transfer mode according to the capabilities of connected drive by Gerd Hoffmann · 8 years ago
  33. 9378403 tpm: Write logs in TPM 2 format by Kevin O'Connor · 8 years ago
  34. 3910de0 build: fix .text section address alignment by Kevin O'Connor · 8 years ago
  35. 265f4c5 docs: Note release date of 1.9.1 by Kevin O'Connor · 8 years ago
  36. ecd7c5d tpm: Unify tpm_fill_hash()/tpm_log_extend_event() and use in BIOS interface by Kevin O'Connor · 8 years ago
  37. 7092de3 tpm: Filter TPM commands in passthrough API by Stefan Berger · 8 years ago
  38. e444dce tpm: Implement TPM 2's tpm_set_failure part by Stefan Berger · 8 years ago
  39. 7d596dc tpm: Implement tpm20_menu by Stefan Berger · 8 years ago
  40. 8b7a0ad tpm: Implement tpm20_extend by Stefan Berger · 8 years ago
  41. d766c1a tpm: Implement tpm20_prepboot by Stefan Berger · 8 years ago
  42. 0c4ad1e tpm: Implement tpm20_set_timeouts by Stefan Berger · 8 years ago
  43. f53b93b tpm: Implement tpm20_startup and tpm20_s3_resume by Stefan Berger · 8 years ago
  44. 1d37d52 tpm: Prepare code for TPM 2 functions by Stefan Berger · 8 years ago
  45. 35fbe3b tpm: Factor out tpm_extend by Stefan Berger · 8 years ago
  46. efc49cf tpm: Extend TPM TIS with TPM 2 support. by Stefan Berger · 8 years ago
  47. 7c48076 block: Move drive setup to new function block_setup() by Kevin O'Connor · 8 years ago
  48. 937ca6f scsi: Always use MAXDESCSIZE when building drive description by Kevin O'Connor · 8 years ago
  49. 4d8510c pci: Split low-level pci code from higher-level 'struct pci_device' code by Kevin O'Connor · 8 years ago
  50. 62ff9d5 pci: Move code in pci.c that is specific to pciinit.c to pciinit.c by Kevin O'Connor · 8 years ago
  51. 7b67300 pci: Implement '%pP' printf handler for 'struct pci_device' pointers by Kevin O'Connor · 8 years ago
  52. 01a30dc pci: Consistently set pci->have_drivers for devices with internal drivers by Kevin O'Connor · 8 years ago
  53. f46739b virtio: Convert to new PCI BAR helper functions by Kevin O'Connor · 8 years ago
  54. c53953a xhci: Convert to new PCI BAR helper functions by Kevin O'Connor · 8 years ago
  55. a46fdbf uhci: Convert to new PCI BAR helper functions by Kevin O'Connor · 8 years ago
  56. 466615d ohci: Convert to new PCI BAR helper functions by Kevin O'Connor · 8 years ago
  57. 706eb89 ehci: Convert to new PCI BAR helper functions by Kevin O'Connor · 8 years ago
  58. 46561b0 sdcard: Convert to new PCI BAR helper functions by Kevin O'Connor · 8 years ago
  59. 03f3b3e pvscsi: Convert to new PCI BAR helper functions by Kevin O'Connor · 8 years ago
  60. 71f4844 megasas: Convert to new PCI BAR helper functions by Kevin O'Connor · 8 years ago
  61. 5f7f341 lsi-scsi: Convert to new PCI BAR helper functions by Kevin O'Connor · 8 years ago
  62. f51388d esp-scsi: Convert to new PCI BAR helper functions by Kevin O'Connor · 8 years ago
  63. 2bb7563 ata: Convert to new PCI BAR helper functions by Kevin O'Connor · 8 years ago
  64. 6e3436b ahci: Convert to new PCI BAR helper functions by Kevin O'Connor · 8 years ago
  65. f1b1d76 pci: Add helper functions for internal driver BAR handling by Kevin O'Connor · 8 years ago
  66. 88e9bd7 usb: Eliminate USB controller setup thread by Kevin O'Connor · 8 years ago
  67. 32a2b0e ehci: Only delay UHCI/OHCI port scan until after EHCI setup completes by Kevin O'Connor · 8 years ago
  68. e518c0f Fix comment typo by Cao jin · 8 years ago
  69. 2e11d58 biostables: Support SMBIOS 2.6+ UUID format by Cole Robinson · 9 years ago
  70. 9720484 kbd: Refactor capslock and numlock handling by Kevin O'Connor · 9 years ago
  71. ea5d60a kbd: Don't treat scancode and asciicode as separate values by Kevin O'Connor · 9 years ago
  72. a48f602 post: Always set HaveRunPost prior to setting any other global variable by Kevin O'Connor · 9 years ago
  73. b837e68 resume: Make KVM soft reboot loop detection more flexible by Kevin O'Connor · 9 years ago
  74. 3e8d75f coreboot: Check for unaligned cbfs header by Kevin O'Connor · 9 years ago
  75. 4425025 tpm: Do not set TPM in failure mode if menu command fails by Stefan Berger · 9 years ago
  76. 8b902b8 tpm: Remove usage of PP_CMD_ENABLE from all but one place by Stefan Berger · 9 years ago
  77. 115d008 tpm: Rework the assertion of physical presence by Stefan Berger · 9 years ago
  78. a2206d3 tpm: Add support for harware physical presence by Stefan Berger · 9 years ago
  79. e55e37f tpm: Move assert_physical_presence and dependencies by Stefan Berger · 9 years ago
  80. 2b23750 tpm: Copy digest into HashLogExentEvent response by Stefan Berger · 9 years ago
  81. 3c577a7 usb: Remove usbdev->slotid field by Kevin O'Connor · 9 years ago
  82. 16a9e79 tpm: Don't use 16bit BIOS return codes in TPM menu functions by Kevin O'Connor · 9 years ago
  83. b8631ea tpm: Don't use 16bit BIOS return codes in tpmhw_* functions by Kevin O'Connor · 9 years ago
  84. 9ddea3b tpm: Don't use 16bit BIOS return codes in tpm_log_event() by Kevin O'Connor · 9 years ago
  85. cac29f2 tpm: Don't use 16bit BIOS return codes in build_and_send_cmd() by Kevin O'Connor · 9 years ago
  86. 5ffcb2c tpm: Don't call tpm_set_failure() from tpm_log_extend_event() by Kevin O'Connor · 9 years ago
  87. ed8d55d tpm: No need to check the return status of measurements by Kevin O'Connor · 9 years ago
  88. e98fafa tpm: Don't return a status from external bios measurement functions by Kevin O'Connor · 9 years ago
  89. 7147961 tpm: Eliminate response buffer parameter from build_and_send_cmd() by Kevin O'Connor · 9 years ago
  90. ca60636 tpm: Introduce tpm_get_capability() helper function by Kevin O'Connor · 9 years ago
  91. 2706532 tpm: Simplify tcpa probe by Kevin O'Connor · 9 years ago
  92. 5907613 tpm: Rework TPM interface shutdown support by Kevin O'Connor · 9 years ago
  93. 2df7028 tpm: Move TPM hardware functions from tcgbios.c to hw/tpm_drivers.c by Kevin O'Connor · 9 years ago
  94. ba86edb tpm: Add wrapper function tpmhw_set_timeouts() by Kevin O'Connor · 9 years ago
  95. d559a23 tpm: Simplify hardware probe and detection checks by Kevin O'Connor · 9 years ago
  96. a059915 tpm: Avoid macro expansion of tpm request / response structs by Kevin O'Connor · 9 years ago
  97. 26e3617 tpm: Add banner separating the TCG bios interface code from TCG menu code by Kevin O'Connor · 9 years ago
  98. 3b8c537 build: fix typo in buildversion.py by Roger Pau Monne · 9 years ago
  99. d61ca79 block: Report drive->sectors using "%u" instead of "%d" by Kevin O'Connor · 9 years ago
  100. 82f3279 scsi: Do not call printf() from scsi_is_ready() by Kevin O'Connor · 9 years ago