aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw
Commit message (Expand)AuthorAgeFilesLines
* kvmtool: support larger virtio queueskvmtoolGerd Hoffmann2019-03-201-1/+1
* usb-ehci: Clear pipe token on pipe reallocateKevin O'Connor2019-02-041-0/+1
* qemu: avoid debug prints if debugcon is not enabledStefano Garzarella2018-12-102-2/+15
* pvscsi: ring_desc do not have to be page alignedLiran Alon2018-11-271-1/+1
* pvscsi: Scan all 64 possible targetsShmuel Eiderman2018-11-101-1/+1
* pci: recognize RH PCI legacy bridge resource reservation capabilityJing Liu2018-09-051-0/+1
* sdcard: Increase SDHCI_POWER_ON_TIME to 5msKevin O'Connor2018-09-031-1/+1
* nvme: fix I/O queue length calculation overflowMatt DeVillier2018-08-231-2/+2
* tpm: Request access to locality 0Stefan Berger2018-04-121-0/+2
* tpm: when CRB is active, select, lock it, and check addressesStefan Berger2018-03-211-3/+1
* tpm: revert return values for successful/failed CRB probingStefan Berger2018-03-211-3/+3
* tpm: Wait for tpmRegValidSts flag on CRB interface before probingStefan Berger2018-03-211-0/+10
* tpm: Handle unimplemented TIS_REG_IFACE_ID in tis_get_tpm_version()Stephen Douthit2018-03-021-5/+15
* tpm: Wait for interface startup when probingStephen Douthit2018-03-021-1/+12
* tpm: Refactor duplicated wait code in tis_wait_sts() & crb_wait_reg()Stephen Douthit2018-03-021-47/+33
* tpm: add TPM CRB device supportMarc-André Lureau2018-02-272-1/+221
* tpm: use get_tpm_version() callbackMarc-André Lureau2018-02-271-1/+2
* tpm: generalize init_timeout()Marc-André Lureau2018-02-271-10/+15
* floppy: Send 4 sense interrupt commands during controller initializationNikolay Nikolov2018-02-151-1/+14
* floppy: Wait for the floppy motor to reach a stable speed, after startingNikolay Nikolov2018-02-151-2/+11
* floppy: Support up to 4 floppy drives when turning on the floppy motorNikolay Nikolov2018-02-151-1/+1
* floppy: Execute a SPECIFY command after sensing the media typeNikolay Nikolov2018-02-151-2/+20
* floppy: hold the DOR reset bit low for 4 microseconds, when resettingNikolay Nikolov2018-02-151-0/+2
* floppy: Use timer_check() in floppy_wait_irq()Nikolay Nikolov2018-02-071-4/+5
* floppy: Reset the floppy motor count in floppy_drive_pio()Nikolay Nikolov2018-02-071-0/+1
* floppy: Preserve motor and drive sel bits when resetting the floppy controllerNikolay Nikolov2018-02-071-3/+6
* floppy: Introduce FLOPPY_DOR_XXX constantsNikolay Nikolov2018-02-071-4/+13
* floppy: Introduce floppy_dor_mask()Nikolay Nikolov2018-02-071-1/+7
* floppy: Introduce the floppy_dor_read() functionNikolay Nikolov2018-02-071-2/+8
* timer: Avoid integer overflows in usec and nsec calculationsKevin O'Connor2017-11-021-24/+31
* nvme: Use the Maximum Queue Entries Supported (MQES) to initialize I/O queuesFilippo Sironi2017-10-141-2/+8
* xhci: Verify the device is still present in xhci_cmd_submit()Kevin O'Connor2017-10-091-0/+11
* nvme: fix out of memory behaviorJulian Stecklina2017-10-061-36/+111
* xhci: Build TRBs directly in xhci_trb_queue()Kevin O'Connor2017-10-031-105/+59
* virtio: Allocate drive_s storage in low memoryKevin O'Connor2017-09-273-9/+7
* block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor2017-09-2716-42/+42
* disk: Don't require the 'struct drive_s' to be in the f-segmentKevin O'Connor2017-09-271-2/+2
* pci: enable RedHat PCI bridges to reserve additional resources on PCI initAleksandr Bezzubikov2017-09-141-0/+3
* pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...Aleksandr Bezzubikov2017-09-145-28/+28
* usb-xhci: use hub portmapGerd Hoffmann2017-07-251-4/+41
* usb: add hub portmapGerd Hoffmann2017-07-251-0/+1
* virtio: IOMMU supportJason Wang2017-07-073-2/+5
* ahci: Disable Native Command QueueingZeh, Werner2017-07-021-1/+0
* nvme: Enable NVMe support for non-qemu hardwareYouness Alaoui2017-06-121-2/+1
* Revert "lsi-scsi: reset in case of a serious problem"Roman Kagan2017-06-121-2/+0
* blockcmd: start REPORT_LUNS with the smallest bufferRoman Kagan2017-06-121-1/+3
* NVMe: Allow NVMe to be enabled on real hardwareKevin O'Connor2017-05-101-1/+1
* src: Minor - remove tab characters that slipped into SeaBIOS C codeKevin O'Connor2017-05-021-4/+4
* lsi-scsi: try to enumerate luns with REPORT LUNSRoman Kagan2017-05-021-11/+26
* lsi-scsi: reset in case of a serious problemRoman Kagan2017-05-021-0/+2