aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-10-06usb-xhci: scan usb high speed portsNikunj A Dadhania1-9/+30
2015-10-06usb-xhci: bulk improve event handling loopNikunj A Dadhania1-9/+32
2015-10-06usb-xhci: return on allocation failureNikunj A Dadhania1-1/+2
2015-10-06usb-xhci: add delay in shutdown pathNikunj A Dadhania1-0/+12
2015-10-06usb-xhci: event trbs does not need link trbNikunj A Dadhania1-4/+6
2015-10-06usb-hid: refactor usb key readingNikunj A Dadhania1-7/+4
2015-07-20usb-hid: Caps is not always shiftDinar Valeev1-3/+27
2015-03-23Fix "key?" Forth word when using USB keyboardsThomas Huth1-9/+21
2015-03-23Include make.rules in the library MakefilesThomas Huth7-0/+14
2015-03-13virtio: Fix vring allocationAlexey Kardashevskiy1-2/+4
2014-10-29usb-xhci: support xhci extended capabilitiesNikunj A Dadhania2-6/+41
2014-08-27Add private HCALL to inform updated RTAS base and entryNikunj A. Dadhania3-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