aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-09Update device tree returned by CAS hypercallqemu-slof-20131009listNikunj A Dadhania2-9/+71
2013-10-09fdt: introduce fdt-initNikunj A Dadhania1-6/+13
2013-10-09Add ibm,client-architecture-support methodNikunj A Dadhania6-1/+44
2013-10-04Kernel parameter passed from qemu commandline ignoredNikunj A Dadhania1-4/+4
2013-10-04Allow more than one client to open net devices simultaneouslyAvik Sil4-9/+9
2013-10-04ci: add missing close in else conditionNikunj A Dadhania1-0/+2
2013-10-04Add GPT supportAvik Sil1-10/+106
2013-10-04pci: fix interrupt-map for bridgesAlexey Kardashevskiy1-10/+19
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 Dadhania3-4/+29
2013-10-04scsi: make probe more error resilientNikunj A Dadhania3-13/+36
2013-10-04usb-core: Add CLEAR FEATURE apiNikunj A Dadhania2-0/+22
2013-10-04Implement range allocatorNikunj A Dadhania7-21/+321
2013-10-04Remove bcm57xx network driver as moduleAvik Sil11-3989/+1
2013-10-04Remove e1000 network driver as moduleAvik Sil7-1211/+2
2013-10-04Remove virtio-net network driver as moduleAvik Sil8-592/+1
2013-10-04Remove veth network driver as moduleAvik Sil6-418/+1
2013-10-04Add missing close-dev in pingAvik Sil1-0/+2
2013-10-04Remove lodable network driver modules and related functionsAvik Sil1-93/+0
2013-10-04Add bcm57xx network driver in libbcmAvik Sil11-6/+4019
2013-10-04Add e1000 network driver in libe1kAvik Sil11-6/+1379
2013-10-04Add virtio-net driver in libvirtioAvik Sil7-10/+503
2013-10-04Add veth driver in libvethAvik Sil11-10/+492
2013-10-04Get MAC address for client interface moduleAvik Sil1-1/+2
2013-10-04Add SLOF usleep wrapperAvik Sil2-0/+7
2013-10-04Add 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