aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pmm: use tmp zone on oomGerd Hoffmann2018-06-221-0/+13
* optionrom: enable non-vga display devicesGerd Hoffmann2018-06-221-1/+28
* 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
* x86: add readq()Marc-André Lureau2018-02-271-0/+5
* shadow: Don't invoke a shutdown on reboot unless in a reboot loopKevin O'Connor2018-02-221-11/+16
* 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
* pci: fix 'io hints' capability for RedHat PCI bridgesMarcel Apfelbaum2018-01-161-9/+5
* tpm: Add support for TPM2 ACPI tableStefan Berger2017-11-152-11/+54
* paravirt: Only enable sercon in NOGRAPHIC mode if no other console specifiedKevin O'Connor2017-11-101-6/+7
* sercon: Disable ScreenAndDebug in case both serial console and serial debug a...Gerd Hoffmann2017-11-031-0/+4
* 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-2720-174/+174
* disk: Don't require the 'struct drive_s' to be in the f-segmentKevin O'Connor2017-09-273-18/+18
* boot: Rename drive_g to driveKevin O'Connor2017-09-271-8/+8
* add serial console supportGerd Hoffmann2017-09-229-16/+737
* paravirt: serial console configuration.Gerd Hoffmann2017-09-221-0/+8
* romfile: add support for constant files.Gerd Hoffmann2017-09-222-0/+48
* kbd: make enqueue_key public, add ascii_to_keycodeGerd Hoffmann2017-09-222-1/+19
* std: add cp437 to unicode mapGerd Hoffmann2017-09-222-0/+276
* pci: enable RedHat PCI bridges to reserve additional resources on PCI initAleksandr Bezzubikov2017-09-142-4/+105
* pci: add QEMU-specific PCI capability structureAleksandr Bezzubikov2017-09-141-0/+52
* pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...Aleksandr Bezzubikov2017-09-146-30/+30
* tcgbios: Fix use of unitialized variableKevin O'Connor2017-09-141-2/+1
* usb-xhci: use hub portmapGerd Hoffmann2017-07-251-4/+41
* usb: add hub portmapGerd Hoffmann2017-07-252-3/+11
* virtio: IOMMU supportJason Wang2017-07-073-2/+5