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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tcgbios: Disable platform hierarchy in case of failure
Stefan Berger
2021-09-23
1
-0
/
+1
*
nvme: fix missing newline on sq full print
Alex Martens via SeaBIOS
2021-06-30
1
-1
/
+1
*
tcgbios: Use The proper sha function for each PCR bank
Stefan Berger
2021-06-30
1
-15
/
+43
*
Add implementations for sha256, sha384, and sha512
Stefan Berger
2021-06-30
8
-14
/
+479
*
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
*
Increase BUILD_MIN_BIOSTABLE for large roms
Gerd Hoffmann
2021-06-04
1
-0
/
+4
*
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
*
vgasrc: ignore .node.gnu.property (binutils-2.36 support)
Sergei Trofimovich
2021-05-26
1
-1
/
+8
*
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
*
docs: Note v1.14.0 release
Kevin O'Connor
2020-08-10
1
-0
/
+13
*
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
*
ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects
Kevin O'Connor
2020-07-24
2
-4
/
+37
*
vgabios: Fix preserve memory flag in handle_1000
Kevin O'Connor
2020-07-13
1
-4
/
+3
*
timer: Handle decrements of PIT counter
Roman Bolshakov
2020-06-26
1
-1
/
+1
*
vga: fix cirrus bios
Gerd Hoffmann
2020-06-25
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
2
-3
/
+4
*
rewrap Makefile lines.
Gerd Hoffmann
2020-05-18
1
-15
/
+17
*
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
6
-3
/
+691
*
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
[prev]
[next]