]> xenbits.xensource.com Git - seabios.git/shortlog
seabios.git
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
2021-06-30 Stefan Bergertcgbios: Use The proper sha function for each PCR bank
2021-06-30 Stefan BergerAdd implementations for sha256, sha384, and sha512
2021-06-30 Stefan Bergertcgbios: Fix details in log entries
2021-06-09 Volker Rümelinstacks: call check_irqs() after switch_next()
2021-06-09 Volker Rümelinstacks: call check_irqs() in run_thread()
2021-06-04 Gerd HoffmannIncrease BUILD_MIN_BIOSTABLE for large roms
2021-05-31 Gerd Hoffmannnvme: drive desc should not include the newline
2021-05-31 Gerd Hoffmannnvme: improve namespace allocation
2021-05-26 Sergei Trofimovichvgasrc: ignore .node.gnu.property (binutils-2.36 support)
2021-03-10 Stefan Ott... usb-hid: Increase MAX_KBD_EVENT
2020-12-21 Mike BanonSupport booting USB drives with a write protect switch...
2020-11-16 David Woodhousenvme: Clean up nvme_cmd_readwrite()
2020-10-28 Alexander Grafnvme: Split requests by maximum allowed size
2020-10-28 Alexander Grafnvme: Pass large I/O requests as PRP lists
2020-10-28 Alexander Grafnvme: Allow to set PRP2
2020-10-28 Alexander Grafnvme: Record maximum allowed request size
2020-10-15 Gerd Hoffmannusb boot: add xhci mmio example
2020-10-13 Gerd Hoffmannusb/xhci: add support for mmio host adapters (via acpi).
2020-10-13 Gerd Hoffmannusb/xhci: split xhci setup into generic and pci parts
2020-10-13 Gerd Hoffmannusb: add boot prio support for mmio host adapters
2020-10-13 Gerd Hoffmanndsdt: add support for pnp ids as strings
2020-10-13 Gerd Hoffmannoutput: add support for uppercase hex numbers
2020-09-30 weitaowang... USB:Fix xHCI initail fail by using longer reset and...
next