aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2011-05-08Fix typos in comments (interupt -> interrupt)Stefan Weil
2011-05-08Fix typos in comments (imediately -> immediately)Stefan Weil
2011-05-08Fix typo in comment (auxilliary -> auxiliary)Stefan Weil
2011-05-08Fix typo in comment (colum -> column)Stefan Weil
2011-05-08Fix typos in comments (accessable -> accessible, priveleged -> privileged)Stefan Weil
2011-05-06Fix typo in code and commentsStefan Weil
2011-05-05Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-05-05Merge remote-tracking branch 'kraxel/usb.7.pull' into stagingAnthony Liguori
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2011-05-05pci: Add class 0x403 as 'audio controller'Jan Kiszka
2011-05-05MSI: Robust resource releaseJan Kiszka
2011-05-05eepro100: Support 32 bit read/write access to flash registerStefan Weil
2011-05-05eepro100: Support byte read access to general control registerStefan Weil
2011-05-05eepro100: Support byte/word read/write access to MDI control registerStefan Weil
2011-05-05eepro100: Support byte/word writes to pointer registerStefan Weil
2011-05-05eepro100: Support byte/word writes to port addressStefan Weil
2011-05-05eepro100: Fix endianness issuesStefan Weil
2011-05-05eepro100: Pad received short framesStefan Weil
2011-05-05eepro100: Remove unused structure elementStefan Weil
2011-05-05eepro100: Remove type casts which are no longer neededStefan Weil
2011-05-05eepro100: Avoid duplicate debug messagesStefan Weil
2011-05-04usb: mass storage fixGerd Hoffmann
2011-05-04usb: move complete callback to port opsGerd Hoffmann
2011-05-04musb: get musb state via container_of()Gerd Hoffmann
2011-05-04ohci: get ohci state via container_of()Gerd Hoffmann
2011-05-04uhci: keep uhci state pointer in async packet struct.Gerd Hoffmann
2011-05-04uhci: switch to QTAILQGerd Hoffmann
2011-05-04usb: control buffer fixesHans de Goede
2011-05-03spice: drop obsolete iothread lockingGerd Hoffmann
2011-05-03spice: don't call displaystate callbacks from spice server context.Gerd Hoffmann
2011-05-03spice: don't create updates in spice server context.Gerd Hoffmann
2011-05-03ide/atapi: fix set but unusedAlon Levy
2011-05-03atapi: Explain why we need a 'media not present' stateAmit Shah
2011-05-03atapi: Move comment to proper placeAmit Shah
2011-05-03lm32: add Milkymist Minimac2 supportMichael Walle
2011-05-03milkymist-sysctl: fix timersMichael Walle
2011-05-03milkymist-vgafb: fix console resizingMichael Walle
2011-05-02kvm: create kvmclock when one of the flags are presentGlauber Costa
2011-04-28Merge remote-tracking branch 'amitshah/for-anthony' into stagingAnthony Liguori
2011-04-28Merge remote-tracking branch 'jvrao/for-anthony' into stagingAnthony Liguori
2011-04-28virtio-serial: Fix endianness bug in the config spaceAlexey Kardashevskiy
2011-04-28char: Allow devices to use a single multiplexed chardev.Kusanagi Kouichi
2011-04-28virtio-console: notify backend of guest open / closeHans de Goede
2011-04-27ioapic: Do not set irr for masked edge IRQsJan Kiszka
2011-04-27v9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames >= 0.Harsh Prateek Bora
2011-04-27hw/virtio-9p-local.c: Remove unnecessary null char in symlink fileHarsh Prateek Bora
2011-04-27virtio-9p: Bugfix to send correct iounitM. Mohan Kumar
2011-04-27virtio-9p: removexattr on default acl should return 0Aneesh Kumar K.V
2011-04-27virtio-9p: Print the pdu details on returnAneesh Kumar K.V
2011-04-27virtio-9p: move 9p files aroundAneesh Kumar K.V