aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-15pciinit: don't misalign large BARsHEADmasterDaniil Tatianin1-2/+4
2024-04-13stdvgaio: Only read/write one color palette entry at a timeKevin O'Connor8-82/+108
2024-04-05stdvga: Add stdvga_set_vertical_size() helper functionKevin O'Connor3-7/+13
2024-04-05stdvga: Rename stdvga_get_vde() to stdvga_get_vertical_size()Kevin O'Connor3-7/+7
2024-04-05stdvga: Rename stdvga_set_scan_lines() to stdvga_set_character_height()Kevin O'Connor3-8/+8
2024-04-05stdvga: Rename stdvga_set_text_block_specifier() to stdvga_set_font_location()Kevin O'Connor3-9/+9
2024-04-05stdvga: Rework stdvga palette index paging interface functionsKevin O'Connor3-17/+26
2024-04-05stdvga: Rename stdvga_toggle_intensity() to stdvga_set_palette_blinking()Kevin O'Connor3-4/+4
2024-04-05stdvga: Add comments to interface functions in stdvga.cKevin O'Connor1-1/+22
2024-04-05stdvga: Rename CGA palette functionsKevin O'Connor3-13/+18
2024-03-31stdvgamodes: Improve naming of dac palette tablesKevin O'Connor1-42/+50
2024-03-31stdvgamodes: No need to store pelmask in vga_modes[]Kevin O'Connor1-19/+18
2024-03-15vgasrc: Rename vgahw_get_linesize() to vgahw_minimum_linelength()Kevin O'Connor6-21/+27
2024-03-15vgasrc: Use curmode_g instead of vmode_g when mode is the current video modeKevin O'Connor14-207/+206
2024-03-15vbe: implement function 09h (get/set palette data)Daniel Verkamp1-0/+58
2024-03-12vgasrc: round up save/restore sizeDaniel Verkamp2-2/+2
2024-03-10vbe: Add VBE 2.0+ OemData field to struct vbe_infoDaniel Verkamp2-1/+5
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-05-05disable array bounds warningGerd Hoffmann1-0/+1
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-03-01docs: Note v1.16.0 releaserel-1.16.0Kevin O'Connor1-0/+8
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