summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-05-21kvm: Make kvm_irqchip_commit_routes an internal serviceJan Kiszka1-5/+1
2012-05-21kvm: Rename kvm_irqchip_add_route to kvm_irqchip_add_irq_routeJan Kiszka1-4/+4
2012-05-21msix: Introduce vector notifiersJan Kiszka3-0/+105
2012-05-21msix: Invoke msix_handle_mask_update on msix_mask_allJan Kiszka1-0/+4
2012-05-21msix: Factor out msix_get_messageJan Kiszka1-6/+13
2012-05-16kvm: x86: Wire up MSI support for in-kernel irqchipJan Kiszka1-2/+32
2012-05-16pc: Enable MSI support at APIC levelJan Kiszka4-19/+8
2012-05-16Introduce MSIMessage structureJan Kiszka1-0/+5
2012-05-02ATA: Allow WIN_SECURITY_FREEZE_LOCK as nopAlexander Graf1-1/+6
2012-05-01Merge remote-tracking branch 'agraf/s390-for-upstream' into stagingAnthony Liguori3-2/+45
2012-05-01ppce500_spin: Replace assert by hw_error (fixes compiler warning)Stefan Weil1-1/+1
2012-05-01pseries: Fix use of global CPU statePeter Portante1-1/+1
2012-05-01pseries: Use the same interrupt swizzling for host bridges as p2p bridgesDavid Gibson2-24/+30
2012-05-01pseries: Implement automatic PAPR VIO address allocationDavid Gibson6-40/+49
2012-05-01booke:Use MMU API for creating initial mapping for secondary cpusBharat Bhushan1-0/+1
2012-05-01s390: reset avail and used index on rebootJens Freimann3-1/+23
2012-05-01S390: remove default cdrom, sd-card and floppy supportEinar Lueck1-0/+3
2012-05-01S390: reboot: reset device pages on rebootJens Freimann1-0/+7
2012-05-01S390: fix error handling on kernel and initrd failuresChristian Borntraeger1-0/+11
2012-05-01S390: fix kernel_commandline handlingChristian Borntraeger1-1/+1
2012-05-01vga: Don't switch to 1 x 1 character text screenStefan Weil1-0/+4
2012-04-30prep: Move int-ack register from PReP to Raven PCI emulationHervé Poussineau2-36/+17
2012-04-28prep: Initialize PC speakerHervé Poussineau1-0/+4
2012-04-28isa: Add isa_bus_from_device() methodHervé Poussineau1-0/+5
2012-04-28fdc: Parametrize ISA base, IRQ and DMAHervé Poussineau1-7/+10
2012-04-28i82378/i82374: Do not create DMA controller twiceHervé Poussineau2-3/+7
2012-04-28Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl1-9/+6
2012-04-27target-arm: Move A9 config_base_address reset value to ARMCPUPeter Maydell1-9/+6
2012-04-26Merge remote-tracking branch 'kraxel/usb.49' into stagingAnthony Liguori16-127/+157
2012-04-26Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori4-52/+166
2012-04-26Merge remote-tracking branch 'amit/master' into stagingAnthony Liguori1-8/+49
2012-04-26pc-sysfw: make sure to call qdev_initAnthony Liguori1-0/+8
2012-04-26usb-uhci: update irq line on resetGerd Hoffmann1-0/+1
2012-04-26usb: add serial number generatorGerd Hoffmann10-0/+42
2012-04-26usb-redir: Not finding an async urb id is not an errorHans de Goede1-1/+1
2012-04-26usb-redir: Reset device address and speed on disconnectHans de Goede1-0/+2
2012-04-26usb-redir: An interface count of 0 is a valid valueHans de Goede1-2/+3
2012-04-26usb-xhci: fix bit testLai Jiangshan1-1/+1
2012-04-26usb-xhci: Use PCI DMA helper functionsDavid Gibson1-98/+92
2012-04-26usb-host: fix zero-length packetsGerd Hoffmann1-3/+3
2012-04-26usb-host: don't dereference invalid iovecsGerd Hoffmann1-3/+3
2012-04-26usb-storage: fix request cancelingGerd Hoffmann1-1/+3
2012-04-26usb-ehci: Ensure frindex writes leave a valid frindex valueHans de Goede1-0/+4
2012-04-26usb-ehci: add missing usb_packet_init() callGerd Hoffmann2-0/+2
2012-04-26usb-ehci: remove hackGerd Hoffmann1-18/+0
2012-04-26hda: fix codec idsGerd Hoffmann1-6/+8
2012-04-26hda: add hda-micro codecGerd Hoffmann1-2/+141
2012-04-26hda: move input widgets from duplex to commonGerd Hoffmann1-50/+50
2012-04-25virtio-serial-bus: Unset guest_connected at reset and driver resetAmit Shah1-0/+28
2012-04-25virtio-serial-bus: fix guest_connected init before driver initAlon Levy1-8/+21