aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-04-13stdvgaio: Only read/write one color palette entry at a timeKevin O'Connor1-0/+7
2024-03-10vbe: Add VBE 2.0+ OemData field to struct vbe_infoDaniel Verkamp1-0/+2
2024-03-03fix smbios blob length overflowIgor Mammedov1-1/+1
2024-01-26Add LBA 64bit support for reads beyond 2TB.Max Tottenham2-14/+71
2024-01-25Add AHCI Power ON + ICC_ACTIVE into port setup codeAndrej Kruták1-1/+2
2024-01-25esp-scsi: terminate DMA transfer when ESP data transfer completesMark Cave-Ayland1-0/+2
2023-11-13limit address space used for pci devices.rel-1.16.3Gerd Hoffmann1-12/+26
2023-08-24check for e820 conflictGerd Hoffmann3-0/+18
2023-08-24qemu: log reservations in fw_cfg e820 tableGerd Hoffmann1-1/+1
2023-08-24be less conservative with the 64bit pci io windowGerd Hoffmann1-4/+12
2023-08-24move 64bit pci window to end of address spaceGerd Hoffmann1-0/+8
2023-08-24detect physical address space sizeGerd Hoffmann2-0/+59
2023-08-24better kvm detectionGerd Hoffmann1-9/+21
2023-08-24esp-scsi: handle non-DMA SCSI commands with no data phaseMark Cave-Ayland1-1/+10
2023-08-24esp-scsi: check for INTR_BS/INTR_FC instead of STAT_TC for command completionMark Cave-Ayland1-14/+22
2023-08-24esp-scsi: flush FIFO before sending SCSI commandMark Cave-Ayland1-0/+4
2023-08-24Increase BUILD_MAX_E820 to 128Tony Titus via SeaBIOS1-1/+1
2023-06-21ahci: handle TFES irq correctlyNiklas Cassel via SeaBIOS1-0/+6
2023-06-13virtio-blk: Fix integer overflow for large max IO sizesLukas Stockner via SeaBIOS1-1/+1
2023-06-13Fix high memory zone initialization in CSM modeJosé Martínez2-5/+5
2023-02-01xen: require Xen info structure at 0x1000 to detect Xenrel-1.16.2David Woodhouse1-13/+32
2022-11-23usb: fix wrong init of keyboard/mouse's if first interface is not boot protocolQi Zhou2-10/+15
2022-11-23virtio: finalize features before using devicerel-1.16.1Xuan Zhuo2-9/+26
2022-11-23virtio-mmio: read/write the hi 32 features for mmioXuan Zhuo1-2/+5
2022-11-23acpi: parse Alias objectIgor Mammedov1-0/+4
2022-11-22virtio-blk: Fix incorrect type conversion in virtio_blk_op()Xiaofei Lee1-1/+1
2022-07-07virtio-blk: use larger default request sizeGerd Hoffmann1-1/+1
2022-04-27malloc: use large ZoneHigh when there is enough memoryGerd Hoffmann2-6/+11
2022-04-27malloc: use variable for ZoneHigh sizeGerd Hoffmann1-7/+8
2022-04-04reset: force standard PCI configuration accessVolker Rümelin3-7/+40
2022-04-04pci: refactor the pci_config_*() functionsVolker Rümelin2-13/+53
2022-02-03nvme: fix LBA format data structureFlorian Larysch1-1/+0
2022-01-27nvme: avoid use-after-free in nvme_controller_enable()Jan Beulich via SeaBIOS1-1/+2
2022-01-27sercon: Fix missing GET_LOW() to access rx_bytesKevin O'Connor1-9/+11
2022-01-27nvme: Only allocate one dma bounce buffer for all nvme drivesKevin O'Connor2-9/+15
2022-01-27nvme: Build the page list in the existing dma bufferKevin O'Connor2-43/+24
2022-01-27nvme: Pass prp1 and prp2 directly to nvme_io_xfer()Kevin O'Connor1-21/+18
2022-01-27nvme: Convert nvme_build_prpl() to nvme_prpl_xfer()Kevin O'Connor2-27/+20
2022-01-21nvme: Add nvme_bounce_xfer() helper functionKevin O'Connor1-14/+21
2022-01-21nvme: Rework nvme_io_readwrite() to return -1 on errorKevin O'Connor1-19/+18
2022-01-21smm: Suppress gcc array-bounds warningsKevin O'Connor1-6/+15
2021-12-18memmap: Fix gcc out-of-bounds warningKevin O'Connor1-1/+1
2021-12-18virtio-blk: split large IO according to size_maxAndy Pei1-1/+34
2021-12-18virtio-blk: abstract a function named virtio_blk_op_one_segment to handle r/w...Andy Pei1-20/+28
2021-12-18virtio-blk: add feature VIRTIO_BLK_F_SIZE_MAX and VIRTIO_BLK_F_SEG_MAXAndy Pei3-8/+48
2021-12-18pci: let firmware reserve IO for pcie-pci-bridgeIgor Mammedov1-5/+14
2021-12-18pci: reserve resources for pcie-pci-bridge to fix regressed hotplug on q35Igor Mammedov1-0/+5
2021-12-18smbios: Support SMBIOS 3.0 entry point at smbios_romfile_setup()Eduardo Habkost1-3/+30
2021-12-18smbios: Support SMBIOS 3.0 entry point at copy_table()Eduardo Habkost1-0/+1
2021-12-18smbios: copy_smbios_30() functionEduardo Habkost2-2/+47