aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-13smp: restore MSRs on S3 resume1.9-stablePaolo Bonzini3-14/+38
2016-07-01fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROLrel-1.9.3Haozhong Zhang2-11/+21
2016-06-01fw/pci: Add support for mapping Intel IGD via QEMUAlex Williamson1-0/+48
2016-03-07fw/pci: add Q35 S3 supportrel-1.9.2Marcel Apfelbaum1-17/+56
2016-02-24build: fix .text section address alignmentKevin O'Connor1-4/+10
2016-01-18biostables: Support SMBIOS 2.6+ UUID formatrel-1.9.1Cole Robinson1-11/+36
2016-01-15fw/pci: do not automatically allocate IO region for PCIe bridgesMarcel Apfelbaum1-4/+5
2016-01-15coreboot: Check for unaligned cbfs headerKevin O'Connor1-0/+4
2016-01-15scsi: Do not call printf() from scsi_is_ready()Kevin O'Connor1-1/+1
2016-01-15nmi: Don't try to switch onto extra stack in NMI handlerKevin O'Connor1-1/+4
2016-01-15sdcard: fix typo causing 32bit write to 16bit block_size fieldKevin O'Connor1-1/+1
2016-01-15sdcard: Only enable error_irq_enable for bits defined in SDHCI v1 specKevin O'Connor1-1/+1
2016-01-15xhci: Wait for port enable even for USB3 devicesKevin O'Connor1-22/+21
2016-01-15xhci: Check for device disconnects during USB2 reset pollingKevin O'Connor1-5/+19
2016-01-14build: fix typo in buildversion.pyRoger Pau Monne1-1/+1
2015-11-17docs: Note v1.9.0 releaserel-1.9.0Kevin O'Connor1-0/+19
2015-11-11buildversion: Add debugging messagesKevin O'Connor1-2/+19
2015-11-09buildversion: Avoid subprocess.check_output() as that requires python2.7Kevin O'Connor1-13/+19
2015-11-04PCI SDHCI driver: Fix base addressKyösti Mälkki1-0/+1
2015-10-26docs: Minor - replace seavgabios text in Build_overview.md with linkKevin O'Connor2-6/+3
2015-10-24virtio: Minor - replace tab characters with spaceKevin O'Connor1-2/+2
2015-10-24biostables: Minor - fix incorrect indentationKevin O'Connor1-1/+1
2015-10-24coreboot: Minor - avoid K&R style function declarationKevin O'Connor1-1/+1
2015-10-23build: Allow official tarball builds to be considered "clean"Kevin O'Connor1-2/+8
2015-10-23docs: Document 'make EXTRAVERSION=xyz' and scripts/tarball.shKevin O'Connor1-0/+28
2015-10-22build: Be more permissive in buildversion.py tool version scanKevin O'Connor1-25/+23
2015-10-21Add QEMU fw_cfg DMA interfaceMarc Marí2-12/+93
2015-10-15malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()Kevin O'Connor3-4/+4
2015-10-15stacks: Use macro wrappers for call32() and stack_hop_back()Kevin O'Connor8-44/+41
2015-10-15build: Generate "reproducible" version strings on "clean" buildsKevin O'Connor1-4/+6
2015-10-15build: Report gcc and binutils versions in debug logKevin O'Connor7-7/+50
2015-10-15build: Rework version generation; don't allow make version overrideKevin O'Connor5-37/+83
2015-10-15memmap: Introduce SYMBOL() macro to access linker script symbolsKevin O'Connor7-48/+46
2015-10-15malloc: Don't mix virtual and physical addressesKevin O'Connor4-89/+101
2015-10-15malloc: Add warning if free() called on invalid memoryKevin O'Connor2-3/+11
2015-10-15malloc: Introduce common helper alloc_new_detail()Kevin O'Connor2-35/+47
2015-10-15malloc: Use consistent naming for internal low-level "alloc" functionsKevin O'Connor1-51/+51
2015-10-15virtio: Move standard definitions from virtio-ring.h to standard headersKevin O'Connor4-8/+16
2015-10-15virtio: Simplify vring alignment codeKevin O'Connor1-20/+9
2015-10-15e820: Update debugging messages to report 64bit valuesKevin O'Connor1-1/+1
2015-10-15e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor13-66/+73
2015-10-15e820: Introduce e820_remove() and avoid exporting E820_HOLEKevin O'Connor3-3/+11
2015-10-09Fix typos found by codespellStefan Weil12-13/+13
2015-10-09Always enable caching on transition32; backup/restore cr0 on call32Kevin O'Connor5-26/+35
2015-10-09Consolidate code16*() functionsKevin O'Connor1-34/+27
2015-09-14Use transition32_nmi_off from call32() and call16_back()Kevin O'Connor2-2/+3
2015-09-14Unify call32_sloppy() and call32()Kevin O'Connor1-18/+12
2015-09-14Unify inline assembler in variants of call16 functionsKevin O'Connor2-77/+34
2015-09-14Rename Call32Data to Call16DataKevin O'Connor1-29/+29
2015-09-14Unify smm/sloppy variants of call32_prep/post and call16_helperKevin O'Connor1-82/+50