]> xenbits.xensource.com Git - seabios.git/shortlog
seabios.git
2017-10-12 Kevin O'Connortcgbios: Fix use of unitialized variable 1.10-stable upstream/1.10-stable rel-1.10.3
2017-08-24 Kevin O'Connorboot: Increase description size in boot menu
2017-03-14 Kevin O'Connorresume: Don't attempt to use generic reboot mechanisms...
2017-02-24 Ben WarrenQEMU fw_cfg: Write fw_cfg back on S3 resume rel-1.10.2
2017-02-24 Ben WarrenQEMU fw_cfg: Add functions for accessing files by key
2017-02-24 Ben WarrenQEMU fw_cfg: Add command to write back address of file
2017-02-24 Ben Warrenromfile-loader: Switch to using named structs
2017-02-24 Ben WarrenQEMU DMA: Add DMA write capability
2017-02-24 Kevin O'Connorps2port: Disable keyboard/mouse prior to resetting...
2017-02-24 Paul Menzelvgasrc: Increase debug level
2017-02-24 Ladi Prosekahci: Set upper 32-bit registers to zero
2016-11-21 Igor Mammedovdrop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_... rel-1.10.1
2016-10-26 Kevin O'Connordocs: Note v1.10.0 release rel-1.10.0
2016-10-26 Kevin O'Connorbuild: Add -fno-pie to the gcc flags when available
2016-10-25 Igor Mammedovsupport booting with more than 255 CPUs
2016-10-25 Igor Mammedovadd helpers to read etc/boot-cpus at resume time
2016-10-25 Kevin O'Connorsmp: consolidate CPU APIC ID detection and accounting
2016-10-25 Igor Mammedovparavirt: disable legacy bios tables in case of more...
2016-10-21 Kevin O'Connorbuild: Be sure to also include out/*.d in Makefile
2016-10-18 Piotr Króldocs: fix various typos and inconsistency
2016-09-16 Gerd Hoffmannvirtio: fix virtio-pci
2016-09-15 Kevin O'Connorkbd: Move extended and release events out of special...
2016-09-12 Kevin O'Connorpost: Map int 0x05 to entry point
2016-09-12 Kevin O'Connorkbd: Generate interrupt events for SysReq, PrtScr,...
2016-09-12 Kevin O'Connorusb-hid: Generate Ctrl+Break and Alt+SysReq keys
2016-09-12 Kevin O'Connorkbd: Ignore fake shift keys
2016-09-12 Kevin O'Connorkbd: Move checking for special keys in __process_keys...
2016-09-12 Kevin O'Connorkbd: Extract out shift flag setting into new function
2016-09-12 Kevin O'Connorkbd: Merge bda->kbd_flag0 and bda->kbd_flag1
2016-09-12 Kevin O'Connorkbd: Suppress keys without mappings
2016-09-12 Kevin O'Connorkbd: Implement extended keycode mappings for keypad...
2016-09-12 Kevin O'Connorkbd: Implement 101-key keyboard keycode mapping
2016-08-26 Kevin O'Connorpic: The default hardware interrupt handlers should...
2016-08-15 Kevin O'Connorps2: Remove stale check for timeout warning on reset
2016-08-11 Kevin O'Connortpm: Append to TPM2 log the hashes used for PCR extension
2016-08-10 Stefan Bergertpm: Extend tpm20_extend to support extending to multip...
2016-08-10 Stefan Bergertpm: Refactor tpml_digest_values_sha1 structure
2016-08-10 Stefan Bergertpm: Restructure tpm20_extend to use buffer and take...
2016-08-10 Stefan Bergertpm: Retrieve the PCR Bank configuration
2016-08-10 Kevin O'Connorcheckstack: Handle conditional checks at start of functions
2016-08-05 Dana Rubinpvscsi: Use high memory for rings
2016-08-05 Dana Rubinpvscsi: Fix incorrect arguments order in call to memali...
2016-08-05 Kevin O'Connorversion: Update header files now that version.c is...
2016-08-05 Kevin O'Connorvgautil: Move definitions from cbvga.h and clext.h...
2016-08-05 Kevin O'Connorvgautil: Move generic definitions from stdvga.h to...
2016-08-05 Kevin O'Connorvgautil: Add new header file with misc function and...
2016-08-05 Kevin O'Connorvgainit: Move video param setup to stdvga_build_video_p...
2016-08-04 Kevin O'Connorvgafb: Move header definitions from vgabios.h to new...
2016-08-04 Kevin O'Connorswcursor: Concentrate swcursor logic in swcursor.c
2016-08-04 Kevin O'Connorswcursor: Move swcursor code from vgafb.c to new file...
2016-08-04 Kevin O'Connorblockcmd: CMD_SCSI op is only used in 32bit mode
2016-07-21 Kevin O'Connorvgabios: Simplify scroll logic
2016-07-13 Kevin O'Connordocs: Note release date of 1.9.3
2016-07-07 Paolo Bonzinismp: restore MSRs on S3 resume
2016-07-04 Kevin O'Connorvgabios: Simplify set_cursor_pos()
2016-07-04 Kevin O'Connorvgabios: Don't check for special case of page==0xff...
2016-07-04 Kevin O'Connorvgabios: Remove special case of dh==0xff in handle_1013()
2016-07-01 Haozhong Zhangfw/msr_feature_control: add support to set MSR_IA32_FEA...
2016-06-20 Gerd Hoffmannvirtio: pci cfg access
2016-06-20 Gerd Hoffmannvirtio: uninline _vp_{read,write}
2016-06-02 Zheng Baosplash: Skip the RGB555 mode
2016-06-01 Alex Williamsonfw/pci: Add support for mapping Intel IGD via QEMU
2016-05-17 Kevin O'Connortcgbios: Remove unused const variable
2016-05-17 Kevin O'Connorusb-xhci: Remove unused const variables
2016-04-22 Kevin O'Connordocs: Note release date of 1.9.2
2016-04-06 Kevin O'Connorscsi: Launch a thread when scanning for drives in the...
2016-04-06 Kevin O'Connorvirtio: Use threads when scanning for virtio devices
2016-04-06 Kevin O'Connorshadow: Batch PCI config writes
2016-04-06 Kevin O'Connoroptionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYED
2016-03-31 Kevin O'Connordisk: Avoid stack_hop() path if already on the extra...
2016-03-31 Kevin O'Connorblock: Move send_disk_op() from block.c to disk.c
2016-03-31 Kevin O'Connormpt-scsi: Declare 'int i' outside of for loop for older...
2016-03-29 Don SlutzSupport for booting from LSI Logic LSI53C1030, SAS1068...
2016-03-21 Matt DeVilliersdcard: skip detection of PCI sdhci controllers if...
2016-03-07 Marcel Apfelbaumfw/pci: add Q35 S3 support
2016-02-29 Gerd Hoffmannahci: set transfer mode according to the capabilities...
2016-02-29 Kevin O'Connortpm: Write logs in TPM 2 format
2016-02-20 Kevin O'Connorbuild: fix .text section address alignment
2016-02-20 Kevin O'Connordocs: Note release date of 1.9.1
2016-02-20 Kevin O'Connortpm: Unify tpm_fill_hash()/tpm_log_extend_event() and...
2016-02-06 Stefan Bergertpm: Filter TPM commands in passthrough API
2016-02-06 Stefan Bergertpm: Implement TPM 2's tpm_set_failure part
2016-02-06 Stefan Bergertpm: Implement tpm20_menu
2016-02-06 Stefan Bergertpm: Implement tpm20_extend
2016-02-06 Stefan Bergertpm: Implement tpm20_prepboot
2016-02-06 Stefan Bergertpm: Implement tpm20_set_timeouts
2016-02-06 Stefan Bergertpm: Implement tpm20_startup and tpm20_s3_resume
2016-02-06 Stefan Bergertpm: Prepare code for TPM 2 functions
2016-02-06 Stefan Bergertpm: Factor out tpm_extend
2016-02-06 Stefan Bergertpm: Extend TPM TIS with TPM 2 support.
2016-02-04 Kevin O'Connorblock: Move drive setup to new function block_setup()
2016-02-03 Kevin O'Connorscsi: Always use MAXDESCSIZE when building drive descri...
2016-02-03 Kevin O'Connorpci: Split low-level pci code from higher-level 'struct...
2016-02-03 Kevin O'Connorpci: Move code in pci.c that is specific to pciinit...
2016-02-03 Kevin O'Connorpci: Implement '%pP' printf handler for 'struct pci_dev...
2016-02-03 Kevin O'Connorpci: Consistently set pci->have_drivers for devices...
2016-02-03 Kevin O'Connorvirtio: Convert to new PCI BAR helper functions
2016-02-03 Kevin O'Connorxhci: Convert to new PCI BAR helper functions
2016-02-03 Kevin O'Connoruhci: Convert to new PCI BAR helper functions
2016-02-03 Kevin O'Connorohci: Convert to new PCI BAR helper functions
next