aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-21slof: Implement SLOF_get_keystroke() and SLOF_reset()Stefan Berger2-0/+13
2020-02-21fdt: Delete nodes of devices removed between boot and CASGreg Kurz1-0/+72
2020-02-21fdt: Fix update of "interrupt-controller" node at CASGreg Kurz1-0/+14
2020-02-21fdt: Fix creating new nodes at H_CASAlexey Kardashevskiy1-46/+59
2020-02-21elf64: Add LE64 ABIv1/2 support for loading images to given addressAlexey Kardashevskiy1-0/+8
2020-02-21ext2/4: Add basic extent tree supportAlexey Kardashevskiy1-0/+56
2020-02-21ext2: Read all 64bit of inode numberAlexey Kardashevskiy1-1/+10
2020-02-21ext2: Read size of group descriptorsAlexey Kardashevskiy1-1/+14
2020-02-21ext2: Rename group-desc-sizeAlexey Kardashevskiy1-4/+4
2020-02-21ext2: Prepare for extendingAlexey Kardashevskiy1-14/+29
2019-12-30disk-label: Support Linux GPT partition typeAlexey Kardashevskiy1-1/+7
2019-12-30disk-label: Prepare for extentingAlexey Kardashevskiy1-33/+24
2019-12-17version: update to 20191217qemu-slof-20191217Alexey Kardashevskiy1-1/+1
2019-12-06version: update to 20191206qemu-slof-20191206Alexey Kardashevskiy1-1/+1
2019-12-05fdt: Fix updating the tree at H_CASAlexey Kardashevskiy2-7/+117
2019-12-05ibm,client-architecture-support: Fix stack handlingAlexey Kardashevskiy2-4/+12
2019-12-05virtio: Enable IOMMUAlexey Kardashevskiy7-6/+116
2019-12-05dma: Define default dma methods for using by client/package instancesMichael Roth3-0/+32
2019-12-05virtio-net: Init queues after features negotiationAlexey Kardashevskiy1-13/+14
2019-12-05virtio: Store queue descriptors in virtio_deviceAlexey Kardashevskiy9-251/+174
2019-12-05pci-phb: Reimplement dma-map-in/outAlexey Kardashevskiy1-56/+39
2019-11-11sloffs: Fix -Wunused-result gcc warnings in read/writeAlexey Kardashevskiy1-5/+31
2019-11-11client: Load initramdisk locationAlexey Kardashevskiy1-0/+8
2019-11-11virtio: Make virtio_set_qaddr staticAlexey Kardashevskiy4-11/+1
2019-11-11allocator: Fix format strings for DEBUGAlexey Kardashevskiy1-6/+6
2019-10-22version: update to 20191022qemu-slof-20191022Alexey Kardashevskiy1-1/+1
2019-10-22ipv6: Fix gcc9 warningsThomas Huth5-57/+49
2019-10-22libusb: Fix compiler warnings with gcc9Alexey Kardashevskiy4-11/+11
2019-10-22pci: Align PCI node names with QEMUAlexey Kardashevskiy1-41/+12
2019-09-11version: update to 20190911qemu-slof-20190911Alexey Kardashevskiy1-1/+1
2019-09-11usb-host: Do not override USB node nameAlexey Kardashevskiy1-1/+1
2019-08-27version: update to 20190827qemu-slof-20190827Alexey Kardashevskiy1-1/+1
2019-08-27libnet: Fix the check of the argument lengths of the "ping" commandThomas Huth1-1/+1
2019-08-27fdt: Update phandles after H_CASAlexey Kardashevskiy1-0/+1
2019-08-27rtas: Reserve space for FWNMI logAlexey Kardashevskiy1-0/+9
2019-07-19version: update to 20190719qemu-slof-20190719Alexey Kardashevskiy1-1/+1
2019-07-18rtas: Integrate RTAS blobAlexey Kardashevskiy6-39/+49
2019-07-03version: update to 20190703qemu-slof-20190703Alexey Kardashevskiy1-1/+1
2019-04-10libnet: Correctly re-initialize the "ip_version" variable each timeThomas Huth1-1/+3
2019-01-14version: update to 20190114qemu-slof-20190114Alexey Kardashevskiy1-1/+1
2019-01-10vio-vscsi: Support multiple channels / busesThomas Huth1-5/+11
2018-12-18board-qemu/slof/vio-vscsi: Scan up to 64 SCSI IDsThomas Huth1-2/+2
2018-12-18usb/storage: Implement block write supportLaurent Vivier1-5/+22
2018-12-18usb/storage: Invert the logic of the IF-statementsLaurent Vivier1-20/+19
2018-09-07fdt: Fix phandles for NVLink/NVLink2Alexey Kardashevskiy1-0/+5
2018-09-07fdt: Factor out code to replace a phandle in placeAlexey Kardashevskiy1-8/+17
2018-09-07pci: use appropriate base class idsGreg Kurz1-5/+5
2018-07-24Makefile: Set a proper DRIVER_NAME when building from a git treeThomas Huth1-0/+1
2018-07-24romfs/tools: Silence more compiler warnings with GCC 8.1Thomas Huth1-7/+12
2018-07-20romfs/tools: Silence GCC 8.1 compiler warning with FLASHFS_MAGICThomas Huth1-15/+6