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
*
Revert "ps2port: adjust init routine to fix PS/2 keyboard issues"
Kevin O'Connor
2020-05-21
1
-13
/
+5
*
acpi: find and register virtio-mmio devices
Gerd Hoffmann
2020-05-15
2
-0
/
+21
*
acpi: skip kbd init if not present
Gerd Hoffmann
2020-05-15
1
-0
/
+4
*
virtio-mmio: print device type
Gerd Hoffmann
2020-05-15
1
-2
/
+19
*
virtio-mmio: add support for block devices.
Gerd Hoffmann
2020-05-15
3
-1
/
+74
*
virtio-mmio: add support for scsi devices.
Gerd Hoffmann
2020-05-15
3
-12
/
+65
*
virtio-mmio: add support to vp_*() functions
Gerd Hoffmann
2020-05-15
1
-11
/
+57
*
virtio-mmio: device probing and initialization.
Gerd Hoffmann
2020-05-15
3
-0
/
+135
*
pci: add mmconfig support
Gerd Hoffmann
2020-03-27
2
-12
/
+53
*
pci: factor out ioconfig_cmd()
Gerd Hoffmann
2020-03-27
1
-6
/
+11
*
ps2port: adjust init routine to fix PS/2 keyboard issues
Matt DeVillier
2020-03-17
1
-5
/
+13
*
timer: add tsctimer_setfreq()
Gerd Hoffmann
2020-03-16
1
-1
/
+25
*
hw/usb-hid: Don't abort if setting key repeat rate fails
Matt DeVillier
2020-03-06
1
-1
/
+1
*
usb-hid: Improve max packet size checking
Kevin O'Connor
2020-03-06
1
-22
/
+33
*
nvme: skip initializing non-bootable devices
Gerd Hoffmann
2020-01-14
1
-0
/
+7
*
virtio-scsi: skip initializing non-bootable devices
Gerd Hoffmann
2020-01-14
1
-1
/
+10
*
virtio: Do not init non-bootable devices
Alexey Kirillov
2020-01-14
2
-2
/
+20
*
geometry: Apply LCHS values for boot devices
Sam Eiderman
2019-11-18
9
-0
/
+21
*
Revert "geometry: Apply LCHS values for boot devices"
Gerd Hoffmann
2019-11-18
9
-21
/
+0
*
tpm: Require a response to have minimum size of a valid response header
Stefan Berger
2019-11-13
1
-1
/
+2
*
ahci: zero-initialize port struct
Gerd Hoffmann
2019-11-13
1
-0
/
+1
*
geometry: Apply LCHS values for boot devices
Sam Eiderman
2019-11-06
9
-0
/
+21
*
virtio: extend virtio queue size to 256
Denis Plotnikov
2019-10-18
1
-1
/
+1
*
virtio-pci: Use %pP format in dprintf() calls
Kevin O'Connor
2019-05-23
1
-6
/
+4
*
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
[next]