aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-09-05usb-xhci: support xhci extended capabilitiesNikunj A Dadhania2-6/+41
2014-09-05Add private HCALL to inform updated RTAS base and entryAravinda Prasad3-1/+10
2014-07-17xhci: fix port assignmentNikunj A Dadhania1-1/+1
2014-04-25xhci: fix controller stopNikunj A Dadhania1-1/+1
2014-04-25virtio-blk: support variable block sizeNikunj A Dadhania6-20/+49
2014-04-08e1000: fix usage of multiple nicsNikunj A Dadhania3-4/+6
2014-04-04Isolate sc 1 detection logicAlexander Graf1-28/+28
2014-03-26usb-core: adjust port numbers in set_addressNikunj A Dadhania1-1/+8
2014-03-18ELF: Enter LE binary in LE modeNikunj A Dadhania2-1/+12
2014-03-18ELF loading should fail for virt != physNikunj A Dadhania3-9/+16
2014-02-04virtio-9p: disable unused structureNikunj A Dadhania1-1/+2
2014-02-04Add support for 64bit LE ABI v1 and v2 supportNikunj A Dadhania2-2/+18
2014-01-20[oex]hci_exit: Check before freeing/unmapping memoryNikunj A Dadhania3-16/+38
2013-12-17Work around missing sc 1 traps on pHypAlexander Graf5-1/+174
2013-12-16usb-xhci: memory freeing and using returns as bool uniformlyNikunj A Dadhania2-26/+41
2013-12-16Output banner and initial display output in VNC windowNikunj A Dadhania4-2/+17
2013-12-06Add support for loading little endian ELF binaries.Anton Blanchard3-6/+95
2013-11-18virtio: timeout after 5secNikunj A Dadhania3-12/+20
2013-11-17usb-ohci: fix warningsNikunj A Dadhania1-3/+2
2013-11-17e1000: fix SLOF_dma_map_out argumentsAvik Sil1-1/+1
2013-11-17Increase virtio-net receive queue sizeAvik Sil1-1/+1
2013-11-17Increase veth receive queue sizeAvik Sil1-1/+1
2013-11-16Fix dprintf macros at various pointsNikunj A Dadhania9-10/+10
2013-11-15usb-ohci: rewrite done_head processing codeNikunj A Dadhania1-55/+59
2013-11-15usb-xhci: add xhci host controller supportNikunj A Dadhania4-9/+1453
2013-11-15usb-xhci: add xhci supportNikunj A Dadhania7-2/+230
2013-10-15usb-core: disable xhciNikunj A Dadhania1-1/+1
2013-10-09Add ibm,client-architecture-support methodNikunj A Dadhania4-1/+23
2013-10-04usb-ohci: preserve the toggleCarry bit in EDNikunj A Dadhania1-1/+2
2013-10-04usb-ohci: done_head processing fixesNikunj A Dadhania2-36/+42
2013-10-04usb-ohci: update init and rationalize timingsNikunj A Dadhania2-13/+17
2013-10-04usb-msc: handle stall and other fixesNikunj A Dadhania2-2/+16
2013-10-04usb-core: Add CLEAR FEATURE apiNikunj A Dadhania2-0/+22
2013-10-04Add bcm57xx network driver in libbcmAvik Sil6-1/+3913
2013-10-04Add e1000 network driver in libe1kAvik Sil6-1/+1252
2013-10-04Add virtio-net driver in libvirtioAvik Sil5-1/+461
2013-10-04Add veth driver in libvethAvik Sil6-1/+430
2013-08-23usb-ohci: Convert td-phys every time to td-virtqemu-slof-20130827Nikunj A Dadhania1-1/+4
2013-08-21usb: fix various issues found with js2xNikunj A Dadhania4-36/+125
2013-08-21usb: Use separate in-memory endian swapNikunj A Dadhania3-32/+33
2013-08-21usb-ohci: collect TDs from done listNikunj A Dadhania2-14/+133
2013-08-06usb-ohci: Use proper memory barriers alwaysBenjamin Herrenschmidt1-2/+2
2013-08-06usb: Fix a couple of warningsBenjamin Herrenschmidt2-1/+5
2013-08-06usb-ehci: Add ehci handshakeNikunj A Dadhania2-6/+43
2013-08-06usb: add mb for write accessorsNikunj A Dadhania1-0/+5
2013-08-06usb-ohci: add missing memory barriersNikunj A Dadhania1-0/+8
2013-08-06usb-ohci: suspend the controller in exit code pathNikunj A Dadhania2-7/+3
2013-08-06usb-ohci: Add a reset when closing the OHCIBenjamin Herrenschmidt1-0/+1
2013-08-06usb: Use proper accessors for MMIO and separate in-memory endian swapBenjamin Herrenschmidt3-129/+131
2013-07-25Use a global definition of sync() and mb()Benjamin Herrenschmidt3-12/+9