aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-29[efi] Expose DHCP packets via the Apple NetBoot protocolMichael Brown5-3/+145
2016-05-26[dhcp] Fix definitions for x86_64 and EFI BC client architecturesMichael Brown1-4/+4
2016-05-26[arm] Use correct DHCP client architecture valuesMichael Brown3-2/+6
2016-05-26[axge] Add driver for ASIX 10/100/1000 USB Ethernet NICsMichael Brown3-0/+973
2016-05-25[efi] Work around broken UEFI keyboard driversMichael Brown1-2/+7
2016-05-25[http] Ignore unrecognised "Connection" header tokensMichael Brown1-13/+11
2016-05-23[lotest] Add option to use broadcast packets for loopback testingMichael Brown3-6/+18
2016-05-23[netdevice] Fix failure path in register_netdev()Michael Brown1-0/+2
2016-05-20[settings] Extend numerical setting tags to "unsigned long"Michael Brown3-4/+4
2016-05-20[pci] Add support for PCI Enhanced AllocationMichael Brown4-0/+221
2016-05-13[undi] Work around broken HP EliteBook 745 G3 PXE ROMMichael Brown1-0/+2
2016-05-12[ath9k] Fix buffer overrun for ar9287Christian Hesse1-4/+3
2016-05-12[arm] Use CNTVCT_EL0 as profiling timestampMichael Brown1-3/+1
2016-05-11[efi] Guard against GetStatus() failing to return a NULL TX bufferMichael Brown1-0/+1
2016-05-11[arm] Add optimised TCP/IP checksumming for 64-bit ARMMichael Brown3-0/+190
2016-05-11[arm] Add optimised string functions for 64-bit ARMMichael Brown3-0/+355
2016-05-09[libc] Avoid implicit assumptions about potentially-optimised memcpy()Michael Brown1-1/+1
2016-05-09[efi] Allow for building with older versions of elf.h system headerMichael Brown1-0/+22
2016-05-08[arm] Add support for 64-bit ARM (Aarch64)Michael Brown21-15/+1055
2016-05-08[arm] Split out 32-bit-specific code to arch/arm32Michael Brown20-38/+54
2016-05-08[arm] Avoid instruction references to symbols defined via ".equ"Michael Brown1-2/+8
2016-05-06[arm] Add support for 32-bit ARMMichael Brown43-49/+1879
2016-05-05[bitops] Fix typo in test caseMichael Brown1-1/+1
2016-05-05[libgcc] Provide __divmoddi4()Michael Brown4-31/+28
2016-05-04[legacy] Fix building with GCC 6Michael Brown1-1/+2
2016-05-04[ath] Fix building with GCC 6Michael Brown9-150/+101
2016-05-04[golan] Fix building with GCC 6Michael Brown2-6/+21
2016-05-04[skge] Fix building with GCC 6Michael Brown1-5/+0
2016-05-04[sis190] Fix building with GCC 6Michael Brown2-13/+0
2016-05-04[mucurses] Fix GCC 6 nonnull-compare errorsVinson Lee1-11/+0
2016-05-04[efi] Generalise EFI entropy generation to non-x86 CPUsMichael Brown3-5/+5
2016-05-04[efi] Use a timer event to generate the currticks() timerMichael Brown3-352/+86
2016-05-04[tcpip] Do not fall back to using unoptimised TCP/IP checksummingMichael Brown3-15/+8
2016-05-02[build] Remove unnecessary dependency on zlibMichael Brown2-7/+2
2016-05-02[efi] Eliminate use of libbfdMichael Brown3-177/+298
2016-05-02[librm] Preserve FPU, MMX and SSE state across calls to virt_call()Michael Brown1-1/+8
2016-05-02[tg3] Fix _tg3_flag() for 64-bit buildsMichael Brown1-1/+1
2016-04-29[librm] Reduce real-mode stack consumption in virt_call()Michael Brown1-59/+103
2016-04-28[image] Skip misleading "format not recognised" error messageMichael Brown1-1/+1
2016-04-20[libgcc] Provide symbol to handle gcc's implicit calls to memset()Michael Brown2-18/+26
2016-04-19[libc] Allow CPU architectures to use unoptimised string functionsMichael Brown1-6/+8
2016-04-18[ethernet] Make LACP support configurable at build timeMichael Brown3-3/+4
2016-04-15[virtio] Add virtio-net 1.0 supportLadi Prosek1-11/+251
2016-04-15[virtio] Add virtio 1.0 PCI supportLadi Prosek6-12/+517
2016-04-15[virtio] Add virtio 1.0 constants and data structuresLadi Prosek3-0/+84
2016-04-15[pci] Add pci_find_next_capability()Ladi Prosek2-13/+43
2016-04-15[comboot] Support COMBOOT in 64-bit buildsMichael Brown12-101/+179
2016-04-12[pool] Fix check for reopenable pooled connectionsSuresh Sundriyal1-1/+1
2016-04-12[golan] Add missing iounmap()Wissam Shoukair1-1/+2
2016-04-12[mlx_icmd] Fix compilation error in GCC versions newer than 4.6.4Wissam Shoukair1-1/+1