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
*
usb/xhci: add support for mmio host adapters (via acpi).
Gerd Hoffmann
2020-10-13
1
-0
/
+31
*
usb/xhci: split xhci setup into generic and pci parts
Gerd Hoffmann
2020-10-13
1
-13
/
+27
*
usb: add boot prio support for mmio host adapters
Gerd Hoffmann
2020-10-13
1
-0
/
+1
*
USB:Fix xHCI initail fail by using longer reset and CNR clear timeout value
weitaowang-oc@zhaoxin.com
2020-09-30
1
-2
/
+2
*
usb.c: Fix devices using non-primary interface descriptor
Matt DeVillier
2020-09-25
1
-8
/
+19
*
nvme: Increase `nvme_cmd_readwrite()` message log level from 3 to 5
Paul Menzel
2020-07-28
1
-1
/
+1
*
virtio-scsi: fix boot prio detection by using correct lun
Stefan Reiter
2020-07-28
1
-3
/
+3
*
timer: Handle decrements of PIT counter
Roman Bolshakov
2020-06-26
1
-1
/
+1
*
serialio: Preserve Xen DebugOutputPort
Jason Andryuk
2020-06-24
1
-0
/
+4
*
pci: fix mmconfig support
Gerd Hoffmann
2020-05-25
1
-6
/
+6
*
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
[next]