aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-26ci: add missing close in else conditionqemu-slof-20130926Nikunj A Dadhania1-0/+2
2013-09-26Add GPT supportAvik Sil1-10/+106
2013-09-26pci: fix interrupt-map for bridgesAlexey Kardashevskiy1-10/+19
2013-09-26usb-ohci: preserve the toggleCarry bit in EDNikunj A Dadhania1-1/+2
2013-09-26usb-ohci: done_head processing fixesNikunj A Dadhania2-36/+42
2013-09-26usb-ohci: update init and rationalize timingsNikunj A Dadhania2-13/+17
2013-09-26usb-msc: handle stall and other fixesNikunj A Dadhania3-4/+29
2013-09-26scsi: make probe more error resilientNikunj A Dadhania3-13/+36
2013-09-26usb-core: Add CLEAR FEATURE apiNikunj A Dadhania2-0/+22
2013-09-26Implement range allocatorNikunj A Dadhania7-21/+321
2013-09-26Remove bcm57xx network driver as moduleAvik Sil11-3989/+1
2013-09-26Remove e1000 network driver as moduleAvik Sil7-1211/+2
2013-09-26Remove virtio-net network driver as moduleAvik Sil8-592/+1
2013-09-26Remove veth network driver as moduleAvik Sil6-418/+1
2013-09-26Add missing close-dev in pingAvik Sil1-0/+2
2013-09-26Remove lodable network driver modules and related functionsAvik Sil1-93/+0
2013-09-26Add bcm57xx network driver in libbcmAvik Sil11-6/+4019
2013-09-26Add e1000 network driver in libe1kAvik Sil11-6/+1379
2013-09-26Add virtio-net driver in libvirtioAvik Sil7-10/+503
2013-09-26Add veth driver in libvethAvik Sil11-10/+492
2013-09-26Get MAC address for client interface moduleAvik Sil1-1/+2
2013-09-26Add SLOF usleep wrapperAvik Sil2-0/+7
2013-09-26Add SLOF pci wrapper functionsAvik Sil2-0/+40
2013-09-26Fix 'canon' client interfaceAvik Sil1-1/+12
2013-08-23usb-ohci: Convert td-phys every time to td-virtqemu-slof-20130827Nikunj A Dadhania1-1/+4
2013-08-23usb-storage: Fix cbwflags fieldNikunj A Dadhania1-0/+6
2013-08-23Add -fno-strict-aliasing in global CFLAGSqemu-slof-20130823Nikunj A Dadhania4-4/+4
2013-08-21usb: fix various issues found with js2xNikunj A Dadhania4-36/+125
2013-08-21Move hex64-{decode,encode}-unit to node.fsNikunj A Dadhania2-22/+22
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-21js2x: more fixesNikunj A Dadhania7-40/+30
2013-08-06js2x: Fix build of takeover imageBenjamin Herrenschmidt1-62/+0
2013-08-06js2x: use new usb stackNikunj A Dadhania2-15/+12
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-06Fix $cat-instance-unitBenjamin Herrenschmidt1-1/+15
2013-08-06Cache phandle of /chosenBenjamin Herrenschmidt1-2/+10
2013-08-06Use root.fs on qemu as wellBenjamin Herrenschmidt3-56/+38
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 Dadhania3-29/+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 Herrenschmidt8-31/+41
2013-07-25net-snk: Remove exception handlingBenjamin Herrenschmidt12-658/+31
2013-07-24usb: unmap buffersNikunj A Dadhania12-42/+169
2013-07-24slof: call quiesce on closing of stdinNikunj A Dadhania2-4/+17
2013-07-24usb-kbd: accept "s" to drop to OF promptNikunj A Dadhania2-3/+20