]> xenbits.xensource.com Git - seabios.git/shortlog
seabios.git
2025-01-29 Christopher... Fix AHCI Disk Detection when using EDK2 CSM master
2025-01-16 Gerd Hoffmannupdate pci_pad_mem64 handling
2025-01-16 Gerd Hoffmannadd romfile_loadbool()
2025-01-16 Gerd Hoffmanndrop acpi tables and hex includes
2025-01-16 Gerd Hoffmanndrop obsolete acpi table code
2025-01-07 Daniel Khodabakhshusb-hid: Support multiple USB HID devices by storing...
2024-12-24 Daniel Khodabakhshboot: Force display of the boot menu when boot-menu...
2024-10-25 Steven Pricevgabios: Fix generating modes list for static_functionality
2024-09-04 Mark Cave-Aylandesp-scsi: indicate acceptance of MESSAGE IN phase data
2024-06-24 Gerd Hoffmannlimit address space used for pci devices, part two
2024-04-15 Daniil Tatianinpciinit: don't misalign large BARs
2024-04-13 Kevin O'Connorstdvgaio: Only read/write one color palette entry at...
2024-04-05 Kevin O'Connorstdvga: Add stdvga_set_vertical_size() helper function
2024-04-05 Kevin O'Connorstdvga: Rename stdvga_get_vde() to stdvga_get_vertical_...
2024-04-05 Kevin O'Connorstdvga: Rename stdvga_set_scan_lines() to stdvga_set_ch...
2024-04-05 Kevin O'Connorstdvga: Rename stdvga_set_text_block_specifier() to...
2024-04-05 Kevin O'Connorstdvga: Rework stdvga palette index paging interface...
2024-04-05 Kevin O'Connorstdvga: Rename stdvga_toggle_intensity() to stdvga_set_...
2024-04-05 Kevin O'Connorstdvga: Add comments to interface functions in stdvga.c
2024-04-05 Kevin O'Connorstdvga: Rename CGA palette functions
2024-04-01 Kevin O'Connorstdvgamodes: Improve naming of dac palette tables
2024-04-01 Kevin O'Connorstdvgamodes: No need to store pelmask in vga_modes[]
2024-03-15 Kevin O'Connorvgasrc: Rename vgahw_get_linesize() to vgahw_minimum_li...
2024-03-15 Kevin O'Connorvgasrc: Use curmode_g instead of vmode_g when mode...
2024-03-15 Daniel Verkampvbe: implement function 09h (get/set palette data)
2024-03-12 Daniel Verkampvgasrc: round up save/restore size
2024-03-10 Daniel Verkampvbe: Add VBE 2.0+ OemData field to struct vbe_info
2024-03-03 Igor Mammedovfix smbios blob length overflow
2024-01-26 Max TottenhamAdd LBA 64bit support for reads beyond 2TB.
2024-01-25 Andrej KrutákAdd AHCI Power ON + ICC_ACTIVE into port setup code
2024-01-25 Mark Cave-Aylandesp-scsi: terminate DMA transfer when ESP data transfer...
2023-11-13 Gerd Hoffmannlimit address space used for pci devices. rel-1.16.3
2023-08-24 Gerd Hoffmanncheck for e820 conflict
2023-08-24 Gerd Hoffmannqemu: log reservations in fw_cfg e820 table
2023-08-24 Gerd Hoffmannbe less conservative with the 64bit pci io window
2023-08-24 Gerd Hoffmannmove 64bit pci window to end of address space
2023-08-24 Gerd Hoffmanndetect physical address space size
2023-08-24 Gerd Hoffmannbetter kvm detection
2023-08-24 Mark Cave-Aylandesp-scsi: handle non-DMA SCSI commands with no data...
2023-08-24 Mark Cave-Aylandesp-scsi: check for INTR_BS/INTR_FC instead of STAT_TC...
2023-08-24 Mark Cave-Aylandesp-scsi: flush FIFO before sending SCSI command
2023-08-24 Tony Titus... Increase BUILD_MAX_E820 to 128
2023-06-22 Niklas Cassel... ahci: handle TFES irq correctly
2023-06-13 Lukas Stockner... virtio-blk: Fix integer overflow for large max IO sizes
2023-06-13 José MartínezFix high memory zone initialization in CSM mode
2023-05-05 Gerd Hoffmanndisable array bounds warning
2023-02-02 David Woodhousexen: require Xen info structure at 0x1000 to detect Xen rel-1.16.2
2022-11-23 Qi Zhouusb: fix wrong init of keyboard/mouse's if first interf...
2022-11-23 Xuan Zhuovirtio: finalize features before using device rel-1.16.1
2022-11-23 Xuan Zhuovirtio-mmio: read/write the hi 32 features for mmio
2022-11-23 Igor Mammedovacpi: parse Alias object
2022-11-22 Xiaofei Leevirtio-blk: Fix incorrect type conversion in virtio_blk...
2022-07-07 Gerd Hoffmannvirtio-blk: use larger default request size
2022-04-27 Gerd Hoffmannmalloc: use large ZoneHigh when there is enough memory
2022-04-27 Gerd Hoffmannmalloc: use variable for ZoneHigh size
2022-04-04 Volker Rümelinreset: force standard PCI configuration access
2022-04-04 Volker Rümelinpci: refactor the pci_config_*() functions
2022-03-02 Kevin O'Connordocs: Note v1.16.0 release rel-1.16.0
2022-02-03 Florian Laryschnvme: fix LBA format data structure
2022-01-27 Jan Beulich... nvme: avoid use-after-free in nvme_controller_enable()
2022-01-27 Kevin O'Connorsercon: Fix missing GET_LOW() to access rx_bytes
2022-01-27 Kevin O'Connornvme: Only allocate one dma bounce buffer for all nvme...
2022-01-27 Kevin O'Connornvme: Build the page list in the existing dma buffer
2022-01-27 Kevin O'Connornvme: Pass prp1 and prp2 directly to nvme_io_xfer()
2022-01-27 Kevin O'Connornvme: Convert nvme_build_prpl() to nvme_prpl_xfer()
2022-01-21 Kevin O'Connornvme: Add nvme_bounce_xfer() helper function
2022-01-21 Kevin O'Connornvme: Rework nvme_io_readwrite() to return -1 on error
2022-01-21 Kevin O'Connorsmm: Suppress gcc array-bounds warnings
2021-12-19 Kevin O'Connorscripts: Remove python23compat.py
2021-12-19 Kevin O'Connorreadserial: Improve Python3 compatibility
2021-12-18 Kevin O'Connormemmap: Fix gcc out-of-bounds warning
2021-12-18 Kevin O'Connorvgasrc: Don't use VAR16 in header files to fix gcc...
2021-12-18 Gerd Hoffmannsvgamodes: add standard 4k modes
2021-12-18 Andy Peivirtio-blk: split large IO according to size_max
2021-12-18 Andy Peivirtio-blk: abstract a function named virtio_blk_op_one...
2021-12-18 Andy Peivirtio-blk: add feature VIRTIO_BLK_F_SIZE_MAX and VIRTI...
2021-12-18 Igor Mammedovpci: let firmware reserve IO for pcie-pci-bridge
2021-12-18 Igor Mammedovpci: reserve resources for pcie-pci-bridge to fix regre...
2021-12-18 Eduardo Habkostsmbios: Support SMBIOS 3.0 entry point at smbios_romfil...
2021-12-18 Eduardo Habkostsmbios: Support SMBIOS 3.0 entry point at copy_table()
2021-12-18 Eduardo Habkostsmbios: copy_smbios_30() function
2021-12-18 Eduardo Habkostsmbios: Make smbios_build_tables() ready for 64-bit...
2021-12-18 Eduardo Habkostsmbios: Make some smbios_build_tables() arguments optional
2021-12-18 Eduardo Habkostsmbios: smbios_21_setup_entry_point() function
2021-12-18 Eduardo Habkostsmbios: Make smbios_build_tables() more generic
2021-12-18 Eduardo Habkostsmbios: Extract SMBIOS table building code to separate...
2021-12-18 Eduardo Habkostsmbios: Use smbios_next() at smbios_romfile_setup()
2021-12-18 Eduardo Habkostsmbios: Make SMBios21Addr variable static
2021-12-18 Eduardo Habkostcsm: Don't check SMBios21Addr before calling copy_smbio...
2021-12-18 Eduardo Habkosttpm: Use smbios_get_tables()
2021-12-18 Eduardo Habkostsmbios: smbios_major_version()/smbios_minor_version...
2021-12-18 Eduardo Habkostsmbios: Use smbios_get_tables()/smbios_next() at displa...
2021-12-18 Eduardo Habkostsmbios: smbios_get_tables() function
2021-12-18 Eduardo Habkostsmbios: Generic smbios_next() function
2021-12-18 Eduardo Habkostsmbios: Rename code specific for SMBIOS 2.1 entry points
2021-12-18 Eduardo Habkostutil.h: Delete unused get_smbios_entry_point() prototype
2021-12-18 Eduardo Habkostbiostables: copy_fseg_table() function
2021-12-03 Kevin O'Connordocs: Note v1.15.0 release rel-1.15.0
2021-09-24 Stefan Bergertcgbios: Disable platform hierarchy in case of failure
2021-06-30 Alex Martens... nvme: fix missing newline on sq full print
next