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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add implementations for sha256, sha384, and sha512
Stefan Berger
2021-06-30
7
-13
/
+478
*
tcgbios: Fix details in log entries
Stefan Berger
2021-06-30
1
-2
/
+3
*
stacks: call check_irqs() after switch_next()
Volker Rümelin
2021-06-09
1
-3
/
+2
*
stacks: call check_irqs() in run_thread()
Volker Rümelin
2021-06-09
1
-1
/
+7
*
nvme: drive desc should not include the newline
Gerd Hoffmann
2021-05-31
1
-2
/
+2
*
nvme: improve namespace allocation
Gerd Hoffmann
2021-05-31
2
-25
/
+16
*
usb-hid: Increase MAX_KBD_EVENT
Stefan Ott via SeaBIOS
2021-03-10
1
-1
/
+1
*
Support booting USB drives with a write protect switch enabled
Mike Banon
2020-12-21
1
-3
/
+7
*
nvme: Clean up nvme_cmd_readwrite()
David Woodhouse
2020-11-16
1
-44
/
+33
*
nvme: Split requests by maximum allowed size
Alexander Graf
2020-10-28
1
-0
/
+16
*
nvme: Pass large I/O requests as PRP lists
Alexander Graf
2020-10-28
2
-10
/
+82
*
nvme: Allow to set PRP2
Alexander Graf
2020-10-28
1
-5
/
+6
*
nvme: Record maximum allowed request size
Alexander Graf
2020-10-28
2
-3
/
+18
*
usb boot: add xhci mmio example
Gerd Hoffmann
2020-10-15
1
-1
/
+3
*
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
2
-1
/
+10
*
dsdt: add support for pnp ids as strings
Gerd Hoffmann
2020-10-13
1
-8
/
+13
*
output: add support for uppercase hex numbers
Gerd Hoffmann
2020-10-13
1
-22
/
+27
*
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
*
smbios: avoid integer overflow when adding SMBIOS type 0 table
Daniel P. Berrangé
2020-09-08
1
-4
/
+10
*
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
*
boot: Fixup check for only one item in boot list
Kevin O'Connor
2020-05-24
1
-8
/
+9
*
boot: Fix logic for boot menu display
Matt DeVillier
2020-05-24
1
-1
/
+1
*
Revert "ps2port: adjust init routine to fix PS/2 keyboard issues"
Kevin O'Connor
2020-05-21
1
-13
/
+5
*
cdrom: Demote `scsi_is_ready` return print to debug level
Paul Menzel
2020-05-21
1
-1
/
+1
*
boot: Log, if boot menu is skipped
Paul Menzel
2020-05-21
1
-0
/
+1
*
boot: Extend `etc/show-boot-menu` to configure skipping boot menu with only o...
Paul Menzel
2020-05-21
1
-2
/
+3
*
acpi: find and register virtio-mmio devices
Gerd Hoffmann
2020-05-15
3
-0
/
+23
*
acpi: skip kbd init if not present
Gerd Hoffmann
2020-05-15
1
-0
/
+4
*
acpi: add dsdt parser
Gerd Hoffmann
2020-05-15
5
-2
/
+690
*
acpi: add xsdt support
Gerd Hoffmann
2020-05-15
2
-10
/
+41
*
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
5
-1
/
+84
*
virtio-mmio: add support for scsi devices.
Gerd Hoffmann
2020-05-15
5
-12
/
+76
*
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
*
qemu: check rtc presence before reading cpu count from cmos
Gerd Hoffmann
2020-05-15
1
-3
/
+10
*
qemu: rework e820 detection
Gerd Hoffmann
2020-05-15
1
-51
/
+82
*
qemu: factor out qemu_cfg_detect()
Gerd Hoffmann
2020-05-15
1
-4
/
+14
*
tcgbios: Add support for SHA3 type of algorithms
Stefan Berger
2020-04-19
2
-3
/
+28
*
tcgbios: Fix the vendorInfoSize to be of type u8
Stefan Berger
2020-04-19
1
-2
/
+2
*
tcgbios: Only write logs for PCRs that are in active PCR banks
Stefan Berger
2020-04-19
1
-8
/
+22
*
pci: add mmconfig support
Gerd Hoffmann
2020-03-27
3
-12
/
+54
*
pci: factor out ioconfig_cmd()
Gerd Hoffmann
2020-03-27
1
-6
/
+11
[next]