1. 2df7028 tpm: Move TPM hardware functions from tcgbios.c to hw/tpm_drivers.c by Kevin O'Connor · 9 years ago
  2. d61ca79 block: Report drive->sectors using "%u" instead of "%d" by Kevin O'Connor · 9 years ago
  3. 82f3279 scsi: Do not call printf() from scsi_is_ready() by Kevin O'Connor · 9 years ago
  4. 636cbb4 xhci: Disable slot on failed set_address command by Kevin O'Connor · 9 years ago
  5. 49fb034 xhci: Improve port status change debugging by Kevin O'Connor · 9 years ago
  6. c01b41c xhci: Wait for port enable even for USB3 devices by Kevin O'Connor · 9 years ago
  7. ec42c8d tpm: Set timeouts and durations to microsecond values by Stefan Berger · 9 years ago
  8. 47b9df5 tpm: Drop code using the TPM for sha1 by Stefan Berger · 9 years ago
  9. df50aaa tpm: Move standard definitions from tcgbios.h to new file std/tcg.h by Kevin O'Connor · 9 years ago
  10. dc8eb67 tpm: fix compiler warning with older gcc versions by Stefan Berger · 9 years ago
  11. fc0ac95 sdcard: Enable extra debugging on sdcard_waitw() timeout by Kevin O'Connor · 9 years ago
  12. 8f7dc5a sdcard: fix typo causing 32bit write to 16bit block_size field by Kevin O'Connor · 9 years ago
  13. 460e9aa sdcard: Only enable error_irq_enable for bits defined in SDHCI v1 spec by Kevin O'Connor · 9 years ago
  14. aa34e4e xhci: Check for device disconnects during USB2 reset polling by Kevin O'Connor · 9 years ago
  15. 45b594a usb: Allow configuration of sigatt time (in etc/usb-time-sigatt) by Kevin O'Connor · 9 years ago
  16. cfc17bd PCI SDHCI driver: Fix base address by Kyösti Mälkki · 9 years ago
  17. a7620df virtio: Minor - replace tab characters with space by Kevin O'Connor · 9 years ago
  18. b4cca86 stacks: Use macro wrappers for call32() and stack_hop_back() by Kevin O'Connor · 9 years ago
  19. eee06e0 virtio: Move standard definitions from virtio-ring.h to standard headers by Kevin O'Connor · 9 years ago
  20. 1dcf02b virtio: Simplify vring alignment code by Kevin O'Connor · 9 years ago
  21. c167e54 e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix by Kevin O'Connor · 9 years ago
  22. ff28e3b megasas: Use outl() on MFI_IDB register by Kevin O'Connor · 9 years ago
  23. a8c72ee megasas: Fix outw, outl argument order by Stefan Weil · 9 years ago
  24. e344da4 sdcard: Obtain card capacity and report it on the boot menu by Kevin O'Connor · 9 years ago
  25. 39a8ea5 sdcard: Display sdcard product name in boot menu by Kevin O'Connor · 9 years ago
  26. 065b341 sdcard: Turn card_type into a bitmap and store if card is MMC type by Kevin O'Connor · 9 years ago
  27. ebe40ba sdcard: Move drive registration to sdcard_card_setup() by Kevin O'Connor · 9 years ago
  28. 17b811b sdcard: Move frequency setting into sdcard_card_setup() by Kevin O'Connor · 9 years ago
  29. 91a9f5b sdcard: Move sdcard_set_frequency()/sdcard_set_power() in sdcard.c by Kevin O'Connor · 9 years ago
  30. 3156b71 rtc: Disable NMI in rtc_mask() by Kevin O'Connor · 9 years ago
  31. 2fc20dc xhci: Minor - add USB port type comments to xhci_hub_reset() by Kevin O'Connor · 9 years ago
  32. 9f7b236 sdcard: Allow sdcard addresses to be specified in CBFS files by Kevin O'Connor · 9 years ago
  33. 5ddce09 ps2: Eliminate "etc/ps2-poll-only"; use CONFIG_HARDWARE_IRQ instead by Kevin O'Connor · 9 years ago
  34. bd5f6c7 Add minimal support for machines without hardware interrupts by Kevin O'Connor · 9 years ago
  35. bc46ebe rtc: Support disabling the RTC timer irq support by Kevin O'Connor · 9 years ago
  36. 4c90495 sdcard: Allow the sdcard driver to run on real hardware by Kevin O'Connor · 9 years ago
  37. d501de1 sdcard: Initial support for MMC cards by Kevin O'Connor · 9 years ago
  38. bf8f266 sdcard: Check for error events during sdcard_pio() by Kevin O'Connor · 9 years ago
  39. 9b73aa6 sdcard: Perform a controller reset at start of init by Kevin O'Connor · 9 years ago
  40. 33e205e sdcard: Rename waitw() to sdcard_waitw() and simplify by Kevin O'Connor · 9 years ago
  41. 18254b3 sdcard: Implement timeout on every block read in sdcard_pio_transfer() by Kevin O'Connor · 9 years ago
  42. 34cc2fd sdcard: The card should never be in a busy state at start of sdcard_pio() by Kevin O'Connor · 9 years ago
  43. 263fb19 sdcard: Power down controller on failure by Kevin O'Connor · 9 years ago
  44. ad0c9ea sdcard: Power controller up to maximum voltage supported by Kevin O'Connor · 9 years ago
  45. 4b99922 sdcard: Move power setup to new function sdcard_set_power() by Kevin O'Connor · 9 years ago
  46. d5b7821 sdcard: Support SDHCI v3.00 spec clock setting by Kevin O'Connor · 9 years ago
  47. cfe326b sdcard: Fill command bits according to spec by Kevin O'Connor · 9 years ago
  48. 12441a8 sdcard: Fix typo - use sdcard_pio() instead of sdcard_pio_app() by Kevin O'Connor · 9 years ago
  49. fd318e4 xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1 by Julius Werner · 9 years ago
  50. 4c6de9e sdcard: Add proper delays during card power up by Kevin O'Connor · 9 years ago
  51. 43312af sdcard: Improve SD card initialization command sequence by Kevin O'Connor · 9 years ago
  52. 9637a67 sdcard: Set timeout control register during init (to max allowed timeout) by Kevin O'Connor · 9 years ago
  53. 86efbb6 sdcard: Make sure controller support 3.3V before enabling it by Kevin O'Connor · 9 years ago
  54. 67bb455 sdcard: Implement controller frequency setting according to sdhci spec by Kevin O'Connor · 9 years ago
  55. 11198db sdcard: Check if card is present before sending commands to card by Kevin O'Connor · 9 years ago
  56. 7dbadfc ramdisk: Allow ramdisk support (CONFIG_FLASH_FLOPPY) under QEMU by Kevin O'Connor · 9 years ago
  57. 4ec872a timer: Add CONFIG_TSC_TIMER build option to disable the CPU TSC timer by Kevin O'Connor · 9 years ago
  58. 4ce5d20 ps2: Don't wait 100ms to discard possible extra reset receive byte by Kevin O'Connor · 9 years ago
  59. 6a668b3 ata: Make sure "chanid" is relative to PCI device for bootorder file by Kevin O'Connor · 9 years ago
  60. f318c07 ps2: Support mode for polling the PS2 port instead of using irqs by Kevin O'Connor · 10 years ago
  61. 1785645 block: Rename process_XXX_op() functions to XXX_process_op() by Kevin O'Connor · 9 years ago
  62. 5dcd1ee blockcmd: Convert cdb_is_read() to scsi_is_read() by Kevin O'Connor · 9 years ago
  63. bb05a67 blockcmd: Remove unused scsi_process_op() and cdb_cmd_data() by Kevin O'Connor · 9 years ago
  64. 2dd0832 pvscsi: Handle pvscsi drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  65. 113f5d2 pvscsi: Move pvscsi_fill_req() code into pvscsi_cmd() by Kevin O'Connor · 9 years ago
  66. e0eb5a0 virtio-scsi: Handle virtio drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  67. 0429a9e megasas: Handle Megasas drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  68. e404cad esp-scsi: Handle ESP drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  69. 7d3ca01 lsi-scsi: Handle LSI drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  70. b70cbd6 usb-uas: Handle USB drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  71. ed12090 usb-msc: Handle USB drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  72. 0e5c770 ahci: Handle AHCI ATAPI drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  73. 91f8923 ata: Handle ATA ATAPI drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  74. fb25163 blockcmd: Introduce scsi_fill_cmd() by Kevin O'Connor · 9 years ago
  75. 4dbe829 block: Route scsi style commands through 'struct disk_op_s' by Kevin O'Connor · 9 years ago
  76. 85c72c6 block: Introduce default_process_op() with common command handling codes by Kevin O'Connor · 9 years ago
  77. c7fa789 block: Split process_op() command dispatch up into multiple functions by Kevin O'Connor · 9 years ago
  78. 3abdc7c Make sure all code checks for malloc failures by Kevin O'Connor · 9 years ago
  79. 6cfebb4 virtio-pci: use high memory for rings by Gerd Hoffmann · 9 years ago
  80. 1ffda84 virtio-ring: 32bit cleanup by Gerd Hoffmann · 9 years ago
  81. b7dd90f virtio-scsi: 32bit cleanup by Gerd Hoffmann · 9 years ago
  82. ef459e4 virtio-blk: 32bit cleanup by Gerd Hoffmann · 9 years ago
  83. fb752e1 virtio: legacy cleanup by Gerd Hoffmann · 9 years ago
  84. 71acef8 virtio: also probe version 1.0 pci ids by Gerd Hoffmann · 9 years ago
  85. 084eec8 virtio: use version 1.0 if available (flip the big switch) by Gerd Hoffmann · 9 years ago
  86. 6b67c62 virtio-blk: fix initialization for version 1.0 by Gerd Hoffmann · 9 years ago
  87. 604a6f1 virtio-scsi: fix initialization for version 1.0 by Gerd Hoffmann · 9 years ago
  88. 6c14fef virtio: add version 1.0 support to vp_find_vq by Gerd Hoffmann · 9 years ago
  89. 39989b1 virtio: remove unused vp_del_vq by Gerd Hoffmann · 9 years ago
  90. 2e68fb1 virtio: add version 1.0 support to vp_notify by Gerd Hoffmann · 9 years ago
  91. 984db76 virtio: add version 1.0 support to vp_reset by Gerd Hoffmann · 9 years ago
  92. adeb2e3 virtio: add version 1.0 support to vp_get_isr by Gerd Hoffmann · 9 years ago
  93. 6ee9776 virtio: add version 1.0 support to vp_{get,set}_status by Gerd Hoffmann · 9 years ago
  94. 46d1792 virtio: make features 64bit, support version 1.0 features by Gerd Hoffmann · 9 years ago
  95. 3bbc849 virtio: add read/write functions and macros by Gerd Hoffmann · 9 years ago
  96. 0de7891 virtio: create vp_cap struct for legacy bar by Gerd Hoffmann · 9 years ago
  97. d896646 virtio: find version 1.0 virtio capabilities by Gerd Hoffmann · 9 years ago
  98. d00335e virtio: add version 0.9.5 struct by Gerd Hoffmann · 9 years ago
  99. 90ac3d4 virtio: add version 1.0 structs and #defines by Gerd Hoffmann · 9 years ago
  100. 74d0cdc virtio: pass struct pci_device to vp_init_simple by Gerd Hoffmann · 9 years ago