Age | Commit message (Expand) | Author |
2016-02-08 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2016-02-06 | net: set endianness on all backend devices | Laurent Vivier |
2016-02-06 | fix MSI injection on Xen | Stefano Stabellini |
2016-02-06 | intel_iommu: large page support | Jason Wang |
2016-02-06 | pc: set the OEM fields in the RSDT and the FADT from the SLIC | Laszlo Ersek |
2016-02-06 | acpi: add function to extract oem_id and oem_table_id from the user's SLIC | Laszlo Ersek |
2016-02-06 | acpi: expose oem_id and oem_table_id in build_rsdt() | Laszlo Ersek |
2016-02-06 | acpi: take oem_id in build_header(), optionally | Laszlo Ersek |
2016-02-06 | pc: Eliminate PcGuestInfo struct | Eduardo Habkost |
2016-02-06 | pc: Move APIC and NUMA data from PcGuestInfo to PCMachineState | Eduardo Habkost |
2016-02-06 | pc: Move PcGuestInfo.fw_cfg to PCMachineState | Eduardo Habkost |
2016-02-06 | pc: Remove PcGuestInfo.isapc_ram_fw field | Eduardo Habkost |
2016-02-06 | pc: Remove RAM size fields from PcGuestInfo | Eduardo Habkost |
2016-02-06 | pc: Remove compat fields from PcGuestInfo | Eduardo Habkost |
2016-02-06 | acpi: Don't save PcGuestInfo on AcpiBuildState | Eduardo Habkost |
2016-02-06 | acpi: Remove guest_info parameters from functions | Eduardo Habkost |
2016-02-06 | pc: Simplify xen_load_linux() signature | Eduardo Habkost |
2016-02-06 | pc: Simplify pc_memory_init() signature | Eduardo Habkost |
2016-02-06 | pc: Eliminate struct PcGuestInfoState | Eduardo Habkost |
2016-02-06 | ipmi: add ACPI power and GUID commands | Cédric Le Goater |
2016-02-06 | ipmi: add GET_SYS_RESTART_CAUSE chassis command | Cédric Le Goater |
2016-02-06 | ipmi: add get and set SENSOR_TYPE commands | Cédric Le Goater |
2016-02-06 | ipmi: introduce a struct ipmi_sdr_compact | Cédric Le Goater |
2016-02-06 | ipmi: fix SDR length value | Cédric Le Goater |
2016-02-06 | ipmi: cleanup error_report messages | Cédric Le Goater |
2016-02-06 | ipmi: replace *_MAXCMD defines | Cédric Le Goater |
2016-02-06 | ipmi: replace goto by a return statement | Cédric Le Goater |
2016-02-06 | hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev... | Marcel Apfelbaum |
2016-02-06 | hw/pxb: add pxb devices to the bridge category | Marcel Apfelbaum |
2016-02-06 | virtio: combine write of an entry into used ring | Vincenzo Maffione |
2016-02-06 | virtio: read avail_idx from VQ only when necessary | Vincenzo Maffione |
2016-02-06 | virtio: cache used_idx in a VirtQueue field | Vincenzo Maffione |
2016-02-06 | virtio: combine the read of a descriptor | Paolo Bonzini |
2016-02-06 | vring: slim down allocation of VirtQueueElements | Paolo Bonzini |
2016-02-06 | virtio: slim down allocation of VirtQueueElements | Paolo Bonzini |
2016-02-06 | virtio: introduce virtqueue_alloc_element | Paolo Bonzini |
2016-02-06 | virtio: introduce qemu_get/put_virtqueue_element | Paolo Bonzini |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini |
2016-02-04 | virtio: move VirtQueueElement at the beginning of the structs | Paolo Bonzini |
2016-02-04 | pc: acpi: merge SSDT into DSDT | Igor Mammedov |
2016-02-04 | Fix virtio migration | Dr. David Alan Gilbert |
2016-02-04 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2016-02-04 | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging | Peter Maydell |
2016-02-04 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160203'... | Peter Maydell |
2016-02-04 | e1000: eliminate infinite loops on out-of-bounds transfer start | Laszlo Ersek |
2016-02-04 | cadence_gem: fix buffer overflow | Michael S. Tsirkin |
2016-02-04 | net: cadence_gem: check packet size in gem_recieve | Prasad J Pandit |
2016-02-03 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2016-02-03 | dma: remove now useless DMA_* functions | Hervé Poussineau |
2016-02-03 | sb16: use IsaDma interface instead of global DMA_* functions | Hervé Poussineau |