aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-10-27pcie: simplify range checkMichael S. Tsirkin1-49/+59
2010-10-27Introduce range.hBlue Swirl3-0/+3
2010-10-27virtio: sanity-check available indexMichael S. Tsirkin1-0/+11
2010-10-26Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori3-9/+30
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl1-0/+1
2010-10-22mips_fulong2e: fix ram allocationBlue Swirl1-1/+1
2010-10-22virtio-blk: Respect werror option for flushesKevin Wolf1-1/+7
2010-10-22ide: Handle flush failureKevin Wolf2-2/+11
2010-10-22ide: Factor ide_flush_cache outKevin Wolf1-4/+10
2010-10-22ide: set WCACHE supported in IDENTIFY dataChristoph Hellwig1-2/+2
2010-10-20Fix pci hotplug to generate level triggered interrupt.Gleb Natapov1-11/+17
2010-10-20Use defines instead of numbers for pci hotplug sts bitGleb Natapov1-2/+4
2010-10-20wacom tablet: activate event handlers.Gerd Hoffmann1-3/+10
2010-10-20vmmouse: adapt to mouse handler changes.Gerd Hoffmann1-10/+21
2010-10-20[virtio-9p] Add support to v9fs_string_alloc_printf() for handling %lu.Venkateswararao Jujjuri (JV)1-0/+17
2010-10-20[virtio-9p] Use preadv/pwritev instead of readv/writevSanchit Garg3-94/+67
2010-10-20[virtio-9p] Qemu 9p commandline options validity checksHarsh Prateek Bora1-2/+2
2010-10-20virtio-9p: Support mapped posix aclAneesh Kumar K.V4-5/+191
2010-10-20virtio-9p: Use layered xattr approachAneesh Kumar K.V6-91/+343
2010-10-20[virtio-9p] Ignore O_DIRECT hint from client.Venkateswararao Jujjuri (JV)1-0/+5
2010-10-20qemu-virtio-9p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar3-0/+60
2010-10-20[virtio-9p] Introduce server side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)3-0/+36
2010-10-20qemu-virtio9p: Implement TGETLOCKM. Mohan Kumar3-0/+79
2010-10-20[virto-9p] Implement TLOCKM. Mohan Kumar3-0/+94
2010-10-20[virtio-9p] open should not return EBADFSripathi Kodi1-1/+3
2010-10-20apic: convert debug printf statements to tracepointsBlue Swirl1-30/+18
2010-10-20x3130: pcie downstream portIsaku Yamahata2-0/+201
2010-10-20x3130: pcie upstream portIsaku Yamahata2-0/+184
2010-10-20ioh3420: pcie root port in X58 iohIsaku Yamahata2-0/+198
2010-10-20pcie port: define struct PCIEPort/PCIESlot and helper functionsIsaku Yamahata2-0/+167
2010-10-20pci/bridge: fix pci_bridge_reset()Isaku Yamahata2-6/+43
2010-10-20pcie: comment on hpev_intxIsaku Yamahata1-1/+9
2010-10-19pcie: helper functions for pcie capability and extended capabilityIsaku Yamahata3-0/+652
2010-10-19pcie: add pcie constants to pcie_regs.hIsaku Yamahata1-0/+154
2010-10-19msi: implements msiIsaku Yamahata3-3/+400
2010-10-19pci: use pci_word_test_and_clear_mask() in pci_device_reset()Isaku Yamahata1-3/+2
2010-10-19pci: introduce helper function to handle msi-x and msi.Isaku Yamahata2-0/+22
2010-10-19pci: introduce helper functions to test-and-{clear, set} mask in configuratio...Isaku Yamahata1-0/+70
2010-10-18pci: make pci_del_capability() update for w1cmaskIsaku Yamahata1-0/+1
2010-10-13Delete write only variablesBlue Swirl12-70/+20
2010-10-13ppc: remove video.xBlue Swirl3-145/+7
2010-10-13lsi53c895a: avoid a write only variableBlue Swirl1-0/+1
2010-10-13eepro100: initialize a variable in all casesBlue Swirl1-3/+3
2010-10-13cirrus: avoid write only variablesBlue Swirl3-29/+51
2010-10-11Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori6-81/+125
2010-10-09acpi: Fix an infinite loop in acpi_table_addVincent Minet1-1/+1
2010-10-07vhost: error codeMichael S. Tsirkin1-0/+2
2010-10-07virtio: change set guest notifier to per-deviceMichael S. Tsirkin3-26/+57
2010-10-07eepro100: Add support for multiple individual addresses (multiple IA)Stefan Weil1-9/+21
2010-10-07virtio-net: unify vhost-net start/stopMichael S. Tsirkin1-46/+43