aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-29ssdt: Fix building of legacy acpi tables on current iasl compiler1.11-stableKevin O'Connor2-2/+2
2018-07-02cbvga_set_mode: refine clear display logicrel-1.11.2Gerd Hoffmann1-8/+10
2018-07-02qemu: add qemu ramfb supportGerd Hoffmann5-14/+189
2018-07-02vgasrc: add allocate_pmm()Gerd Hoffmann2-16/+33
2018-07-02pmm: use tmp zone on oomGerd Hoffmann1-0/+13
2018-07-02bochs_display_setup: return error on failureGerd Hoffmann1-1/+1
2018-07-02cbvga_set_mode: disable clearmem in windows x86 emulator.Gerd Hoffmann1-1/+9
2018-07-02cbvga_list_modes: don't list current mode twiceGerd Hoffmann1-1/+5
2018-07-02cbvga_setup_modes: use real mode number instead of 0x140Gerd Hoffmann1-0/+5
2018-07-02qemu: add bochs-display supportGerd Hoffmann5-14/+95
2018-07-02cbvga: factor out cbvga_setup_modes()Gerd Hoffmann2-25/+33
2018-07-02optionrom: enable non-vga display devicesGerd Hoffmann1-1/+28
2018-03-19paravirt: Only enable sercon in NOGRAPHIC mode if no other console specifiedrel-1.11.1Kevin O'Connor1-6/+7
2018-03-19pci: fix 'io hints' capability for RedHat PCI bridgesMarcel Apfelbaum1-9/+5
2018-03-19shadow: Don't invoke a shutdown on reboot unless in a reboot loopKevin O'Connor1-11/+16
2018-03-19build: Use git describe --alwaysKevin O'Connor1-1/+1
2017-11-10docs: Note v1.11.0 releaserel-1.11.0Kevin O'Connor1-0/+18
2017-11-03sercon: Disable ScreenAndDebug in case both serial console and serial debug a...Gerd Hoffmann1-0/+4
2017-11-02timer: Avoid integer overflows in usec and nsec calculationsKevin O'Connor1-24/+31
2017-10-14nvme: Use the Maximum Queue Entries Supported (MQES) to initialize I/O queuesFilippo Sironi1-2/+8
2017-10-09xhci: Verify the device is still present in xhci_cmd_submit()Kevin O'Connor1-0/+11
2017-10-06nvme: fix out of memory behaviorJulian Stecklina1-36/+111
2017-10-03xhci: Build TRBs directly in xhci_trb_queue()Kevin O'Connor1-105/+59
2017-09-27virtio: Allocate drive_s storage in low memoryKevin O'Connor3-9/+7
2017-09-27block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor20-174/+174
2017-09-27disk: Don't require the 'struct drive_s' to be in the f-segmentKevin O'Connor3-18/+18
2017-09-27boot: Rename drive_g to driveKevin O'Connor1-8/+8
2017-09-22add serial console supportGerd Hoffmann10-18/+739
2017-09-22paravirt: serial console configuration.Gerd Hoffmann1-0/+8
2017-09-22romfile: add support for constant files.Gerd Hoffmann2-0/+48
2017-09-22kbd: make enqueue_key public, add ascii_to_keycodeGerd Hoffmann2-1/+19
2017-09-22std: add cp437 to unicode mapGerd Hoffmann3-0/+277
2017-09-14pci: enable RedHat PCI bridges to reserve additional resources on PCI initAleksandr Bezzubikov2-4/+105
2017-09-14pci: add QEMU-specific PCI capability structureAleksandr Bezzubikov1-0/+52
2017-09-14pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...Aleksandr Bezzubikov6-30/+30
2017-09-14tcgbios: Fix use of unitialized variableKevin O'Connor1-2/+1
2017-09-02docs: Fix typos in Memory_Model.mdKevin O'Connor1-3/+3
2017-08-29vga: Fix bug in stdvga_get_linesize()Kevin O'Connor1-1/+1
2017-07-25usb-xhci: use hub portmapGerd Hoffmann1-4/+41
2017-07-25usb: add hub portmapGerd Hoffmann2-3/+11
2017-07-07virtio: IOMMU supportJason Wang3-2/+5
2017-07-02ahci: Disable Native Command QueueingZeh, Werner1-1/+0
2017-06-12nvme: Enable NVMe support for non-qemu hardwareYouness Alaoui1-2/+1
2017-06-12SeaVGABios/cbvga: Advertise compatible VESA modesPatrick Rudolph1-1/+103
2017-06-12SeaVGABios/cbvga: Use active mode to clear screenPatrick Rudolph1-1/+1
2017-06-12SeaVGABIOS/vbe: Query driver for scanline pitch v2Patrick Rudolph5-1/+21
2017-06-12SeaVGABios/cbvga: Advertise correct pixel formatPatrick Rudolph1-1/+3
2017-06-12Revert "lsi-scsi: reset in case of a serious problem"Roman Kagan1-2/+0
2017-06-12blockcmd: start REPORT_LUNS with the smallest bufferRoman Kagan1-1/+3
2017-06-12stacks: There is no need to disable NMI if it is already disabledKevin O'Connor1-4/+9