aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw
Commit message (Expand)AuthorAgeFilesLines
* usb/xhci: add support for mmio host adapters (via acpi).Gerd Hoffmann2020-10-131-0/+31
* usb/xhci: split xhci setup into generic and pci partsGerd Hoffmann2020-10-131-13/+27
* usb: add boot prio support for mmio host adaptersGerd Hoffmann2020-10-131-0/+1
* USB:Fix xHCI initail fail by using longer reset and CNR clear timeout valueweitaowang-oc@zhaoxin.com2020-09-301-2/+2
* usb.c: Fix devices using non-primary interface descriptorMatt DeVillier2020-09-251-8/+19
* nvme: Increase `nvme_cmd_readwrite()` message log level from 3 to 5Paul Menzel2020-07-281-1/+1
* virtio-scsi: fix boot prio detection by using correct lunStefan Reiter2020-07-281-3/+3
* timer: Handle decrements of PIT counterRoman Bolshakov2020-06-261-1/+1
* serialio: Preserve Xen DebugOutputPortJason Andryuk2020-06-241-0/+4
* pci: fix mmconfig supportGerd Hoffmann2020-05-251-6/+6
* Revert "ps2port: adjust init routine to fix PS/2 keyboard issues"Kevin O'Connor2020-05-211-13/+5
* acpi: find and register virtio-mmio devicesGerd Hoffmann2020-05-152-0/+21
* acpi: skip kbd init if not presentGerd Hoffmann2020-05-151-0/+4
* virtio-mmio: print device typeGerd Hoffmann2020-05-151-2/+19
* virtio-mmio: add support for block devices.Gerd Hoffmann2020-05-153-1/+74
* virtio-mmio: add support for scsi devices.Gerd Hoffmann2020-05-153-12/+65
* virtio-mmio: add support to vp_*() functionsGerd Hoffmann2020-05-151-11/+57
* virtio-mmio: device probing and initialization.Gerd Hoffmann2020-05-153-0/+135
* pci: add mmconfig supportGerd Hoffmann2020-03-272-12/+53
* pci: factor out ioconfig_cmd()Gerd Hoffmann2020-03-271-6/+11
* ps2port: adjust init routine to fix PS/2 keyboard issuesMatt DeVillier2020-03-171-5/+13
* timer: add tsctimer_setfreq()Gerd Hoffmann2020-03-161-1/+25
* hw/usb-hid: Don't abort if setting key repeat rate failsMatt DeVillier2020-03-061-1/+1
* usb-hid: Improve max packet size checkingKevin O'Connor2020-03-061-22/+33
* nvme: skip initializing non-bootable devicesGerd Hoffmann2020-01-141-0/+7
* virtio-scsi: skip initializing non-bootable devicesGerd Hoffmann2020-01-141-1/+10
* virtio: Do not init non-bootable devicesAlexey Kirillov2020-01-142-2/+20
* geometry: Apply LCHS values for boot devicesSam Eiderman2019-11-189-0/+21
* Revert "geometry: Apply LCHS values for boot devices"Gerd Hoffmann2019-11-189-21/+0
* tpm: Require a response to have minimum size of a valid response headerStefan Berger2019-11-131-1/+2
* ahci: zero-initialize port structGerd Hoffmann2019-11-131-0/+1
* geometry: Apply LCHS values for boot devicesSam Eiderman2019-11-069-0/+21
* virtio: extend virtio queue size to 256Denis Plotnikov2019-10-181-1/+1
* virtio-pci: Use %pP format in dprintf() callsKevin O'Connor2019-05-231-6/+4
* 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