aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2013-01-07vhost: set started flag while start is in progressMichael S. Tsirkin
2013-01-07virtio-net: set/clear vhost_started in reverse orderMichael S. Tsirkin
2013-01-07virtio: backend virtqueue notifier maskingMichael S. Tsirkin
2013-01-07virtio-pci: cache msix messagesMichael S. Tsirkin
2013-01-07msix: add api to access msix messageMichael S. Tsirkin
2013-01-07virtio: don't waste irqfds on control vqsMichael S. Tsirkin
2013-01-07PPC: Bring EPR support closer to realityAlexander Graf
2013-01-07PPC: KVM: set has-idle in guest device treeStuart Yoder
2013-01-07openpic: fix CTPR and de-assertion of interruptsScott Wood
2013-01-07openpic: move IACK to its own functionScott Wood
2013-01-07openpic: IRQ_check: search the queue a word at a timeScott Wood
2013-01-07openpic: fix sense and priority bitsScott Wood
2013-01-07openpic: add some bounds checking for IRQ numbersScott Wood
2013-01-07openpic: use standard bitmap operationsScott Wood
2013-01-07Revert "openpic: Accelerate pending irq search"Scott Wood
2013-01-07openpic: always call IRQ_check from IRQ_get_nextScott Wood
2013-01-07openpic/fsl: critical interrupts ignore mask before v4.1Scott Wood
2013-01-07openpic: make ctpr signedScott Wood
2013-01-07openpic: rework critical interrupt supportScott Wood
2013-01-07openpic: make register names correspond better with hw docsScott Wood
2013-01-07openpic: lower interrupt when reading the MSI registerScott Wood
2013-01-07openpic: fix debug printsScott Wood
2013-01-07PPC: Reset qemu timers when guest resetBharat Bhushan
2013-01-07openpic: fix coding style issuesAlexander Graf
2013-01-07openpic: don't crash on a register access without a CPU contextScott Wood
2013-01-07openpic: s/opp->nb_irqs -1/opp->nb_cpus - 1/Scott Wood
2013-01-07openpic: BRR1 is not a CPU-specific register.Scott Wood
2013-01-07openpic: support large vectors on FSL mpicScott Wood
2013-01-07openpic: remove pcsr (CPU sensitivity register)Scott Wood
2013-01-07openpic: symbolicize some magic numbersScott Wood
2013-01-07exynos4210: Add EHCI supportLiming Wang
2013-01-07usb/ehci: Add SysBus EHCI device for Exynos4210Andreas Färber
2013-01-07usb/ehci: Move capsbase and opregbase into SysBus EHCI classAndreas Färber
2013-01-07usb/ehci: Clean up SysBus and PCI EHCI splitAndreas Färber
2013-01-07xhci: call set-address with dummy usbpacketGerd Hoffmann
2013-01-07usb-redir: Add debugging to bufpq save / restoreHans de Goede
2013-01-07usbredir: Add usbredir_init_endpoints() helperHans de Goede
2013-01-07usbredir: Verify we have 32 bits bulk length cap when redirecting to xhciHans de Goede
2013-01-07usbredir: Add ep_stopped USBDevice methodHans de Goede
2013-01-07usbredir: Add USBEP2I and I2USBEP helper macrosHans de Goede
2013-01-07usbredir: Add an usbredir_stop_ep helper functionHans de Goede
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede
2013-01-07usb: Fix usb_ep_find_packet_by_idHans de Goede
2013-01-07hid: Change idle handling to use a timerHans de Goede
2013-01-07uhci: Maximize how many frames we catch up when behindHans de Goede
2013-01-07uhci: Limit amount of frames processed in one goHans de Goede
2013-01-07uhci: Add a QH_VALID defineHans de Goede
2013-01-07uhci: Fix pending interrupts getting lost on migrationHans de Goede
2013-01-07uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede
2013-01-07ehci: Don't call commit_irq after raising PCDHans de Goede