aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-04-12tpm: Request access to locality 0Stefan Berger1-0/+2
2018-03-21tpm: when CRB is active, select, lock it, and check addressesStefan Berger1-3/+1
2018-03-21tpm: revert return values for successful/failed CRB probingStefan Berger1-3/+3
2018-03-21tpm: Wait for tpmRegValidSts flag on CRB interface before probingStefan Berger1-0/+10
2018-03-02tpm: Handle unimplemented TIS_REG_IFACE_ID in tis_get_tpm_version()Stephen Douthit1-5/+15
2018-03-02tpm: Wait for interface startup when probingStephen Douthit1-1/+12
2018-03-02tpm: Refactor duplicated wait code in tis_wait_sts() & crb_wait_reg()Stephen Douthit1-47/+33
2018-02-27tpm: add TPM CRB device supportMarc-André Lureau2-1/+221
2018-02-27tpm: use get_tpm_version() callbackMarc-André Lureau1-1/+2
2018-02-27tpm: generalize init_timeout()Marc-André Lureau1-10/+15
2018-02-27x86: add readq()Marc-André Lureau1-0/+5
2018-02-22shadow: Don't invoke a shutdown on reboot unless in a reboot loopKevin O'Connor1-11/+16
2018-02-15floppy: Send 4 sense interrupt commands during controller initializationNikolay Nikolov1-1/+14
2018-02-15floppy: Wait for the floppy motor to reach a stable speed, after startingNikolay Nikolov1-2/+11
2018-02-15floppy: Support up to 4 floppy drives when turning on the floppy motorNikolay Nikolov1-1/+1
2018-02-15floppy: Execute a SPECIFY command after sensing the media typeNikolay Nikolov1-2/+20
2018-02-15floppy: hold the DOR reset bit low for 4 microseconds, when resettingNikolay Nikolov1-0/+2
2018-02-07floppy: Use timer_check() in floppy_wait_irq()Nikolay Nikolov1-4/+5
2018-02-07floppy: Reset the floppy motor count in floppy_drive_pio()Nikolay Nikolov1-0/+1
2018-02-07floppy: Preserve motor and drive sel bits when resetting the floppy controllerNikolay Nikolov1-3/+6
2018-02-07floppy: Introduce FLOPPY_DOR_XXX constantsNikolay Nikolov1-4/+13
2018-02-07floppy: Introduce floppy_dor_mask()Nikolay Nikolov1-1/+7
2018-02-07floppy: Introduce the floppy_dor_read() functionNikolay Nikolov1-2/+8
2018-01-16pci: fix 'io hints' capability for RedHat PCI bridgesMarcel Apfelbaum1-9/+5
2017-11-15tpm: Add support for TPM2 ACPI tableStefan Berger2-11/+54
2017-11-10paravirt: Only enable sercon in NOGRAPHIC mode if no other console specifiedKevin O'Connor1-6/+7
2017-11-03sercon: Disable ScreenAndDebug in case both serial console and serial debug a...Gerd Hoffmann1-0/+4
2017-11-02timer: Avoid integer overflows in usec and nsec calculationsKevin O'Connor1-24/+31
2017-10-14nvme: Use the Maximum Queue Entries Supported (MQES) to initialize I/O queuesFilippo Sironi1-2/+8
2017-10-09xhci: Verify the device is still present in xhci_cmd_submit()Kevin O'Connor1-0/+11
2017-10-06nvme: fix out of memory behaviorJulian Stecklina1-36/+111
2017-10-03xhci: Build TRBs directly in xhci_trb_queue()Kevin O'Connor1-105/+59
2017-09-27virtio: Allocate drive_s storage in low memoryKevin O'Connor3-9/+7
2017-09-27block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor20-174/+174
2017-09-27disk: Don't require the 'struct drive_s' to be in the f-segmentKevin O'Connor3-18/+18
2017-09-27boot: Rename drive_g to driveKevin O'Connor1-8/+8
2017-09-22add serial console supportGerd Hoffmann9-16/+737
2017-09-22paravirt: serial console configuration.Gerd Hoffmann1-0/+8
2017-09-22romfile: add support for constant files.Gerd Hoffmann2-0/+48
2017-09-22kbd: make enqueue_key public, add ascii_to_keycodeGerd Hoffmann2-1/+19
2017-09-22std: add cp437 to unicode mapGerd Hoffmann2-0/+276
2017-09-14pci: enable RedHat PCI bridges to reserve additional resources on PCI initAleksandr Bezzubikov2-4/+105
2017-09-14pci: add QEMU-specific PCI capability structureAleksandr Bezzubikov1-0/+52
2017-09-14pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...Aleksandr Bezzubikov6-30/+30
2017-09-14tcgbios: Fix use of unitialized variableKevin O'Connor1-2/+1
2017-07-25usb-xhci: use hub portmapGerd Hoffmann1-4/+41
2017-07-25usb: add hub portmapGerd Hoffmann2-3/+11
2017-07-07virtio: IOMMU supportJason Wang3-2/+5
2017-07-02ahci: Disable Native Command QueueingZeh, Werner1-1/+0
2017-06-12nvme: Enable NVMe support for non-qemu hardwareYouness Alaoui1-2/+1