aboutsummaryrefslogtreecommitdiff
path: root/slof
AgeCommit message (Expand)AuthorFilesLines
2013-10-09Update device tree returned by CAS hypercallqemu-slof-20131009listNikunj A Dadhania1-9/+23
2013-10-09Add ibm,client-architecture-support methodNikunj A Dadhania2-0/+21
2013-10-04Kernel parameter passed from qemu commandline ignoredNikunj A Dadhania1-4/+4
2013-10-04ci: add missing close in else conditionNikunj A Dadhania1-0/+2
2013-10-04Add GPT supportAvik Sil1-10/+106
2013-10-04usb-msc: handle stall and other fixesNikunj A Dadhania1-2/+13
2013-10-04scsi: make probe more error resilientNikunj A Dadhania3-13/+36
2013-10-04Implement range allocatorNikunj A Dadhania5-4/+250
2013-10-04Add missing close-dev in pingAvik Sil1-0/+2
2013-10-04Add SLOF usleep wrapperAvik Sil1-0/+6
2013-10-04Add SLOF pci wrapper functionsAvik Sil1-0/+35
2013-09-26Fix 'canon' client interfaceAvik Sil1-1/+12
2013-08-23usb-storage: Fix cbwflags fieldNikunj A Dadhania1-0/+6
2013-08-23Add -fno-strict-aliasing in global CFLAGSqemu-slof-20130823Nikunj A Dadhania1-1/+1
2013-08-21Move hex64-{decode,encode}-unit to node.fsNikunj A Dadhania1-0/+22
2013-08-21js2x: more fixesNikunj A Dadhania2-1/+24
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 Herrenschmidt1-15/+33
2013-08-06usb-ohci: suspend the controller in exit code pathNikunj A Dadhania1-22/+0
2013-07-25Use a global definition of sync() and mb()Benjamin Herrenschmidt1-0/+1
2013-07-24usb: unmap buffersNikunj A Dadhania2-30/+46
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 Dadhania1-3/+0
2013-07-24USB storage driverNikunj A Dadhania1-12/+324
2013-07-24USB generic hub device driverNikunj A Dadhania1-0/+32
2013-07-24USB keyboard driverNikunj A Dadhania2-3/+48
2013-07-24usb-core: setup new deviceNikunj A Dadhania4-0/+89
2013-07-24usb-slof: forth support routines for CNikunj A Dadhania2-6/+80
2013-07-24usb-ehci: Add USB EHCI skeletonAvik Sil1-0/+4
2013-07-24usb-core: hcd registration and query routinesNikunj A Dadhania1-1/+1
2013-07-24usb-core: adding generic dev-hci.fsNikunj A Dadhania2-10/+134
2013-07-24usb-core: registration and makefilesNikunj A Dadhania1-1/+4
2013-07-24Add new USB codeNikunj A Dadhania2-7/+46
2013-07-24Remove old usb codeNikunj A Dadhania11-4415/+1
2013-07-24Enumerate disk/cdrom aliases for multiple disks or cdromsAvik Sil1-4/+19
2013-07-24scsi: unify scsi probing codeNikunj A Dadhania1-0/+72
2013-07-24scsi: unify and use make-disk-aliasNikunj A Dadhania1-0/+11
2013-06-27Add hack to client interface finddevice of "/memory"Benjamin Herrenschmidt1-0/+5
2013-06-27scsi: Fix cdrom boot crash when no medium presentNikunj A Dadhania1-1/+1
2013-06-27Fix instance>qname crashing when displaying instance argumentsBenjamin Herrenschmidt1-1/+1
2013-06-27scsi-disk: Bound check read-blocksBenjamin Herrenschmidt1-0/+12
2013-06-27Fix off by one error in scsi-disk get-capacityBenjamin Herrenschmidt1-1/+1
2013-06-27scsi: fix report-luns handlingNikunj A Dadhania1-1/+1
2013-06-05scsi: Move bits of vio-vscsi.fs to a common helpers fileBenjamin Herrenschmidt1-0/+111
2013-06-05scsi: Move scsi-disk.fs to a generic placeBenjamin Herrenschmidt1-0/+308
2013-06-03iso9660: Don't constantly reallocate the read bufferBenjamin Herrenschmidt1-6/+8
2013-06-03vscsi: Sanitize interface between scsi-disk.fs and vio-vscsi.fsBenjamin Herrenschmidt1-0/+6
2013-05-27vio-vscsi: Rework vio-vscsi supportBenjamin Herrenschmidt2-3/+8
2013-05-21disk-label: Allocate 4096 bytes for 4k block devicesDinar Valeev1-3/+3