aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-02-08virtio: make all virtio apis 1.0 awareNikunj A Dadhania2-33/+118
2016-02-08virtio: add 64-bit virtio helpers for 1.0Nikunj A Dadhania1-0/+25
2016-02-08virtio: add virtio 1.0 related struct and definesNikunj A Dadhania2-1/+46
2016-02-08virtio: get rid of type variable in virtio_deviceNikunj A Dadhania3-46/+21
2016-02-08virtio-net: move setup-mac to the open routineNikunj A Dadhania3-9/+8
2016-02-08virtio-net: make net_hdr_size a variableNikunj A Dadhania1-9/+12
2016-02-08virtio-net: replace vq array with vq_{tx,rx}Nikunj A Dadhania1-29/+30
2016-02-08virtio-net: use virtio_fill_descNikunj A Dadhania1-24/+11
2016-02-08virtio-{net,blk,scsi,9p}: use status variableNikunj A Dadhania4-28/+43
2016-02-08virtio-blk: add helpers for filling descriptorsNikunj A Dadhania3-15/+44
2016-02-08virtio-{blk,9p}: enable resetting the deviceNikunj A Dadhania2-9/+2
2016-02-08virtio: introduce helper for initializing virt queueNikunj A Dadhania6-51/+53
2016-02-08virtio: fix code style/design issues.Nikunj A Dadhania5-123/+117
2016-02-08virtio-net: fix gcc warnings (-Wextra)Nikunj A Dadhania4-6/+6
2016-02-08virtio-blk: fix gcc warnings (-Wextra)Nikunj A Dadhania2-2/+2
2016-01-11Fix format strings in usb-ohci.cThomas Huth1-6/+6
2015-12-23libc: Add srand() callThomas Huth2-0/+6
2015-12-23libc: Fix the rand() function to return non-zero valuesThomas Huth1-2/+2
2015-12-09usb: print unhandled descriptor in debug modeNikunj A Dadhania1-1/+1
2015-12-02Improve stack usage with libnvram get_partition functionThomas Huth3-16/+14
2015-12-02Improve stack usage in libnvram environment variable codeThomas Huth3-40/+48
2015-12-02libc: Port vsnprintf back from skibootAlexey Kardashevskiy1-62/+118
2015-12-01Move the code for rfill into a separate functionThomas Huth2-1/+39
2015-12-01Rework wrapper for new_nvram_partition() and fix possible bug in thereThomas Huth3-12/+22
2015-12-01Stack optimization in libusb: split up setup_new_device()Thomas Huth7-40/+52
2015-10-22Fix special keys on USBDinar Valeev1-9/+7
2015-10-22Fix function keys on USBDinar Valeev1-16/+12
2015-10-06usb-xhci: add keyboard supportNikunj A Dadhania2-1/+120
2015-10-06usb-xhci: ready the link trb earlyNikunj A Dadhania1-7/+6
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