aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-11kvm: Rename irqchip_inject_ioctl to irq_set_ioctluq/masterJan Kiszka
2012-09-11kvm: Stop flushing coalesced MMIO on vmexitJan Kiszka
2012-09-11VGA: Flush coalesced MMIO on related MMIO/PIO accessesJan Kiszka
2012-09-11memory: Flush coalesced MMIO on mapping and state changesJan Kiszka
2012-09-11memory: Fold memory_region_update_topology into memory_region_transaction_commitJan Kiszka
2012-09-11memory: Use transaction_begin/commit also for single-step operationsJan Kiszka
2012-09-11memory: Flush coalesced MMIO on selected region accessJan Kiszka
2012-09-11kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create()Peter Maydell
2012-09-11update-linux-headers.sh: Don't hard code list of architecturesPeter Maydell
2012-09-11Merge branch 'usb.64' of git://git.kraxel.org/qemuAurelien Jarno
2012-09-11tcg/optimize: fix if/else/break coding styleAurelien Jarno
2012-09-11tcg/optimize: add constant folding for brcondAurelien Jarno
2012-09-11tcg/optimize: add constant folding for setcondAurelien Jarno
2012-09-11tcg/optimize: swap brcond/setcond arguments when possibleAurelien Jarno
2012-09-11tcg/optimize: simplify shift/rot r, 0, a => movi r, 0 casesAurelien Jarno
2012-09-11tcg/optimize: simplify and r, a, 0 casesAurelien Jarno
2012-09-11tcg/optimize: simplify or/xor r, a, 0 casesAurelien Jarno
2012-09-11tcg/optimize: split expression simplificationAurelien Jarno
2012-09-11tcg: improve profilerAurelien Jarno
2012-09-11xhci: allow bytewise capability register readsGerd Hoffmann
2012-09-11xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann
2012-09-11xhci: support multiple interruptersGerd Hoffmann
2012-09-11xhci: pick target interrupterGerd Hoffmann
2012-09-11xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann
2012-09-11xhci: add XHCIInterrupterGerd Hoffmann
2012-09-11xhci: move register update into xhci_intr_raiseGerd Hoffmann
2012-09-11xhci: add msix supportGerd Hoffmann
2012-09-11xhci: rework interrupt handlingGerd Hoffmann
2012-09-11xhci: fix & cleanup msi.Gerd Hoffmann
2012-09-11usb-storage: usb3 supportGerd Hoffmann
2012-09-11usb3: bos decriptorGerd Hoffmann
2012-09-11usb3: superspeed endpoint companionGerd Hoffmann
2012-09-11usb3: superspeed descriptorsGerd Hoffmann
2012-09-11xhci: update port handlingGerd Hoffmann
2012-09-11xhci: update register layoutGerd Hoffmann
2012-09-11xhci: fix runtime write tracepointGerd Hoffmann
2012-09-11xhci: add trace_usb_xhci_ep_set_dequeueGerd Hoffmann
2012-09-11xhci: trace cc codes in cleartextGerd Hoffmann
2012-09-11xhci: iso xfer supportGerd Hoffmann
2012-09-11xhci: implement mfindexGerd Hoffmann
2012-09-11xhci: move device lookup into xhci_setup_packetGerd Hoffmann
2012-09-11xhci: drop bufferingGerd Hoffmann
2012-09-11xhci: rip out background transfer codeGerd Hoffmann
2012-09-11usb-audio: fix usb versionGerd Hoffmann
2012-09-11Better name usb braille deviceSamuel Thibault
2012-09-11usb-redir: Enable pipelining for bulk endpointsHans de Goede
2012-09-11usb-redir: Ensure our peer has the necessary caps when redirecting to XHCIHans de Goede
2012-09-11usb-redir: Add a usbredir_reject_device helper functionHans de Goede
2012-09-11usb-redir: Set ep max_packet_size if availableHans de Goede
2012-09-11usb-redir: Convert to new libusbredirparser 0.5 APIHans de Goede