index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvmtool: support larger virtio queues
kvmtool
Gerd Hoffmann
2019-03-20
1
-1
/
+1
*
usb-ehci: Clear pipe token on pipe reallocate
Kevin O'Connor
2019-02-04
1
-0
/
+1
*
qemu: avoid debug prints if debugcon is not enabled
Stefano Garzarella
2018-12-10
2
-2
/
+15
*
pvscsi: ring_desc do not have to be page aligned
Liran Alon
2018-11-27
1
-1
/
+1
*
pvscsi: Scan all 64 possible targets
Shmuel Eiderman
2018-11-10
1
-1
/
+1
*
pci: recognize RH PCI legacy bridge resource reservation capability
Jing Liu
2018-09-05
1
-0
/
+1
*
sdcard: Increase SDHCI_POWER_ON_TIME to 5ms
Kevin O'Connor
2018-09-03
1
-1
/
+1
*
nvme: fix I/O queue length calculation overflow
Matt DeVillier
2018-08-23
1
-2
/
+2
*
tpm: Request access to locality 0
Stefan Berger
2018-04-12
1
-0
/
+2
*
tpm: when CRB is active, select, lock it, and check addresses
Stefan Berger
2018-03-21
1
-3
/
+1
*
tpm: revert return values for successful/failed CRB probing
Stefan Berger
2018-03-21
1
-3
/
+3
*
tpm: Wait for tpmRegValidSts flag on CRB interface before probing
Stefan Berger
2018-03-21
1
-0
/
+10
*
tpm: Handle unimplemented TIS_REG_IFACE_ID in tis_get_tpm_version()
Stephen Douthit
2018-03-02
1
-5
/
+15
*
tpm: Wait for interface startup when probing
Stephen Douthit
2018-03-02
1
-1
/
+12
*
tpm: Refactor duplicated wait code in tis_wait_sts() & crb_wait_reg()
Stephen Douthit
2018-03-02
1
-47
/
+33
*
tpm: add TPM CRB device support
Marc-André Lureau
2018-02-27
2
-1
/
+221
*
tpm: use get_tpm_version() callback
Marc-André Lureau
2018-02-27
1
-1
/
+2
*
tpm: generalize init_timeout()
Marc-André Lureau
2018-02-27
1
-10
/
+15
*
floppy: Send 4 sense interrupt commands during controller initialization
Nikolay Nikolov
2018-02-15
1
-1
/
+14
*
floppy: Wait for the floppy motor to reach a stable speed, after starting
Nikolay Nikolov
2018-02-15
1
-2
/
+11
*
floppy: Support up to 4 floppy drives when turning on the floppy motor
Nikolay Nikolov
2018-02-15
1
-1
/
+1
*
floppy: Execute a SPECIFY command after sensing the media type
Nikolay Nikolov
2018-02-15
1
-2
/
+20
*
floppy: hold the DOR reset bit low for 4 microseconds, when resetting
Nikolay Nikolov
2018-02-15
1
-0
/
+2
*
floppy: Use timer_check() in floppy_wait_irq()
Nikolay Nikolov
2018-02-07
1
-4
/
+5
*
floppy: Reset the floppy motor count in floppy_drive_pio()
Nikolay Nikolov
2018-02-07
1
-0
/
+1
*
floppy: Preserve motor and drive sel bits when resetting the floppy controller
Nikolay Nikolov
2018-02-07
1
-3
/
+6
*
floppy: Introduce FLOPPY_DOR_XXX constants
Nikolay Nikolov
2018-02-07
1
-4
/
+13
*
floppy: Introduce floppy_dor_mask()
Nikolay Nikolov
2018-02-07
1
-1
/
+7
*
floppy: Introduce the floppy_dor_read() function
Nikolay Nikolov
2018-02-07
1
-2
/
+8
*
timer: Avoid integer overflows in usec and nsec calculations
Kevin O'Connor
2017-11-02
1
-24
/
+31
*
nvme: Use the Maximum Queue Entries Supported (MQES) to initialize I/O queues
Filippo Sironi
2017-10-14
1
-2
/
+8
*
xhci: Verify the device is still present in xhci_cmd_submit()
Kevin O'Connor
2017-10-09
1
-0
/
+11
*
nvme: fix out of memory behavior
Julian Stecklina
2017-10-06
1
-36
/
+111
*
xhci: Build TRBs directly in xhci_trb_queue()
Kevin O'Connor
2017-10-03
1
-105
/
+59
*
virtio: Allocate drive_s storage in low memory
Kevin O'Connor
2017-09-27
3
-9
/
+7
*
block: Rename disk_op_s->drive_gf to drive_fl
Kevin O'Connor
2017-09-27
16
-42
/
+42
*
disk: Don't require the 'struct drive_s' to be in the f-segment
Kevin O'Connor
2017-09-27
1
-2
/
+2
*
pci: enable RedHat PCI bridges to reserve additional resources on PCI init
Aleksandr Bezzubikov
2017-09-14
1
-0
/
+3
*
pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...
Aleksandr Bezzubikov
2017-09-14
5
-28
/
+28
*
usb-xhci: use hub portmap
Gerd Hoffmann
2017-07-25
1
-4
/
+41
*
usb: add hub portmap
Gerd Hoffmann
2017-07-25
1
-0
/
+1
*
virtio: IOMMU support
Jason Wang
2017-07-07
3
-2
/
+5
*
ahci: Disable Native Command Queueing
Zeh, Werner
2017-07-02
1
-1
/
+0
*
nvme: Enable NVMe support for non-qemu hardware
Youness Alaoui
2017-06-12
1
-2
/
+1
*
Revert "lsi-scsi: reset in case of a serious problem"
Roman Kagan
2017-06-12
1
-2
/
+0
*
blockcmd: start REPORT_LUNS with the smallest buffer
Roman Kagan
2017-06-12
1
-1
/
+3
*
NVMe: Allow NVMe to be enabled on real hardware
Kevin O'Connor
2017-05-10
1
-1
/
+1
*
src: Minor - remove tab characters that slipped into SeaBIOS C code
Kevin O'Connor
2017-05-02
1
-4
/
+4
*
lsi-scsi: try to enumerate luns with REPORT LUNS
Roman Kagan
2017-05-02
1
-11
/
+26
*
lsi-scsi: reset in case of a serious problem
Roman Kagan
2017-05-02
1
-0
/
+2
[next]