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
*
esp-scsi: indicate acceptance of MESSAGE IN phase data
Mark Cave-Ayland
2024-09-04
1
-1
/
+3
*
limit address space used for pci devices, part two
Gerd Hoffmann
2024-06-24
1
-5
/
+10
*
pciinit: don't misalign large BARs
Daniil Tatianin
2024-04-15
1
-2
/
+4
*
stdvgaio: Only read/write one color palette entry at a time
Kevin O'Connor
2024-04-13
1
-0
/
+7
*
vbe: Add VBE 2.0+ OemData field to struct vbe_info
Daniel Verkamp
2024-03-10
1
-0
/
+2
*
fix smbios blob length overflow
Igor Mammedov
2024-03-03
1
-1
/
+1
*
Add LBA 64bit support for reads beyond 2TB.
Max Tottenham
2024-01-26
2
-14
/
+71
*
Add AHCI Power ON + ICC_ACTIVE into port setup code
Andrej Kruták
2024-01-25
1
-1
/
+2
*
esp-scsi: terminate DMA transfer when ESP data transfer completes
Mark Cave-Ayland
2024-01-25
1
-0
/
+2
*
limit address space used for pci devices.
Gerd Hoffmann
2023-11-13
1
-12
/
+26
*
check for e820 conflict
Gerd Hoffmann
2023-08-24
3
-0
/
+18
*
qemu: log reservations in fw_cfg e820 table
Gerd Hoffmann
2023-08-24
1
-1
/
+1
*
be less conservative with the 64bit pci io window
Gerd Hoffmann
2023-08-24
1
-4
/
+12
*
move 64bit pci window to end of address space
Gerd Hoffmann
2023-08-24
1
-0
/
+8
*
detect physical address space size
Gerd Hoffmann
2023-08-24
2
-0
/
+59
*
better kvm detection
Gerd Hoffmann
2023-08-24
1
-9
/
+21
*
esp-scsi: handle non-DMA SCSI commands with no data phase
Mark Cave-Ayland
2023-08-24
1
-1
/
+10
*
esp-scsi: check for INTR_BS/INTR_FC instead of STAT_TC for command completion
Mark Cave-Ayland
2023-08-24
1
-14
/
+22
*
esp-scsi: flush FIFO before sending SCSI command
Mark Cave-Ayland
2023-08-24
1
-0
/
+4
*
Increase BUILD_MAX_E820 to 128
Tony Titus via SeaBIOS
2023-08-24
1
-1
/
+1
*
ahci: handle TFES irq correctly
Niklas Cassel via SeaBIOS
2023-06-21
1
-0
/
+6
*
virtio-blk: Fix integer overflow for large max IO sizes
Lukas Stockner via SeaBIOS
2023-06-13
1
-1
/
+1
*
Fix high memory zone initialization in CSM mode
José Martínez
2023-06-13
2
-5
/
+5
*
xen: require Xen info structure at 0x1000 to detect Xen
David Woodhouse
2023-02-01
1
-13
/
+32
*
usb: fix wrong init of keyboard/mouse's if first interface is not boot protocol
Qi Zhou
2022-11-23
2
-10
/
+15
*
virtio: finalize features before using device
rel-1.16.1
Xuan Zhuo
2022-11-23
2
-9
/
+26
*
virtio-mmio: read/write the hi 32 features for mmio
Xuan Zhuo
2022-11-23
1
-2
/
+5
*
acpi: parse Alias object
Igor Mammedov
2022-11-23
1
-0
/
+4
*
virtio-blk: Fix incorrect type conversion in virtio_blk_op()
Xiaofei Lee
2022-11-22
1
-1
/
+1
*
virtio-blk: use larger default request size
Gerd Hoffmann
2022-07-07
1
-1
/
+1
*
malloc: use large ZoneHigh when there is enough memory
Gerd Hoffmann
2022-04-27
2
-6
/
+11
*
malloc: use variable for ZoneHigh size
Gerd Hoffmann
2022-04-27
1
-7
/
+8
*
reset: force standard PCI configuration access
Volker Rümelin
2022-04-04
3
-7
/
+40
*
pci: refactor the pci_config_*() functions
Volker Rümelin
2022-04-04
2
-13
/
+53
*
nvme: fix LBA format data structure
Florian Larysch
2022-02-03
1
-1
/
+0
*
nvme: avoid use-after-free in nvme_controller_enable()
Jan Beulich via SeaBIOS
2022-01-27
1
-1
/
+2
*
sercon: Fix missing GET_LOW() to access rx_bytes
Kevin O'Connor
2022-01-27
1
-9
/
+11
*
nvme: Only allocate one dma bounce buffer for all nvme drives
Kevin O'Connor
2022-01-27
2
-9
/
+15
*
nvme: Build the page list in the existing dma buffer
Kevin O'Connor
2022-01-27
2
-43
/
+24
*
nvme: Pass prp1 and prp2 directly to nvme_io_xfer()
Kevin O'Connor
2022-01-27
1
-21
/
+18
*
nvme: Convert nvme_build_prpl() to nvme_prpl_xfer()
Kevin O'Connor
2022-01-27
2
-27
/
+20
*
nvme: Add nvme_bounce_xfer() helper function
Kevin O'Connor
2022-01-21
1
-14
/
+21
*
nvme: Rework nvme_io_readwrite() to return -1 on error
Kevin O'Connor
2022-01-21
1
-19
/
+18
*
smm: Suppress gcc array-bounds warnings
Kevin O'Connor
2022-01-21
1
-6
/
+15
*
memmap: Fix gcc out-of-bounds warning
Kevin O'Connor
2021-12-18
1
-1
/
+1
*
virtio-blk: split large IO according to size_max
Andy Pei
2021-12-18
1
-1
/
+34
*
virtio-blk: abstract a function named virtio_blk_op_one_segment to handle r/w...
Andy Pei
2021-12-18
1
-20
/
+28
*
virtio-blk: add feature VIRTIO_BLK_F_SIZE_MAX and VIRTIO_BLK_F_SEG_MAX
Andy Pei
2021-12-18
3
-8
/
+48
*
pci: let firmware reserve IO for pcie-pci-bridge
Igor Mammedov
2021-12-18
1
-5
/
+14
*
pci: reserve resources for pcie-pci-bridge to fix regressed hotplug on q35
Igor Mammedov
2021-12-18
1
-0
/
+5
[next]