summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [golan] Fix build error on some versions of gccChristian Hesse2016-03-231-1/+1
* [golan] Add Connect-IB, ConnectX-4 and ConnectX-4 Lx (Infiniband) supportWissam Shoukair2016-03-2257-0/+13097
* [pxe] Implicitly open network device in PXENV_UDP_OPENMichael Brown2016-03-221-0/+10
* [libc] Make sleep() interruptibleMichael Brown2016-03-222-17/+21
* [arbel] Fix received packet lengthMichael Brown2016-03-221-2/+3
* [hermon] Fix received packet lengthMichael Brown2016-03-221-2/+3
* [etherfabric] Avoid use of sleep() in driver codeMichael Brown2016-03-221-1/+1
* [3c5x9] Avoid use of sleep() in driver codeMichael Brown2016-03-221-1/+1
* [int13] Allow default drive to be specified via "san-drive" settingMichael Brown2016-03-223-15/+31
* [int13] Allow drive to be hooked using the natural drive numberMichael Brown2016-03-223-7/+13
* [gdb] Add support for x86_64Michael Brown2016-03-228-225/+477
* [build] Do not use "objcopy -O binary" for objects with relocation recordsMichael Brown2016-03-211-4/+8
* [infiniband] Allow drivers to override the eIPoIB LEMACMichael Brown2016-03-212-0/+5
* [arbel] Allocate space for GRH on UD queue pairsMichael Brown2016-03-212-16/+55
* [hermon] Allocate space for GRH on UD queue pairsMichael Brown2016-03-212-12/+47
* [crypto] Allow trusted certificates to be stored in non-volatile optionsMichael Brown2016-03-201-3/+7
* [qib7322] Add missing iounmap()Michael Brown2016-03-201-1/+3
* [linda] Add missing iounmap()Michael Brown2016-03-201-1/+3
* [arbel] Add missing iounmap()Michael Brown2016-03-201-10/+14
* [hermon] Add missing iounmap()Michael Brown2016-03-201-22/+20Star
* [ipoib] Allow external code to identify IPoIB network devicesMichael Brown2016-03-202-0/+19
* [libc] Allow container_of() to be used on volatile pointersMichael Brown2016-03-181-1/+1
* [efi] Move architecture-independent EFI prefixes to interface/efiMichael Brown2016-03-172-0/+0
* [test] Move i386-specific tests to arch/i386/testsMichael Brown2016-03-175-1/+2
* [xen] Use generic test_and_clear_bit() functionMichael Brown2016-03-162-19/+14Star
* [hyperv] Use generic set_bit() functionMichael Brown2016-03-163-48/+3Star
* [bitops] Add generic atomic bit test, set, and clear functionsMichael Brown2016-03-164-0/+216
* [pseudobit] Rename bitops.h to pseudobit.hMichael Brown2016-03-163-10/+10
* [build] Remove long-obsolete header fileMichael Brown2016-03-161-27/+0Star
* [efi] Provide access to files stored on EFI filesystemsMichael Brown2016-03-145-0/+581
* [uri] Support "file:" URIs describing relative pathsMichael Brown2016-03-142-3/+3
* [uri] Support URIs containing only scheme and path componentsMichael Brown2016-03-132-3/+33
* [efi] Add processor binding headers for ARM and AArch64Michael Brown2016-03-133-0/+329
* [efi] Update to current EDK2 headersMichael Brown2016-03-1313-42/+123
* [build] Accept CROSS= as a synonym for CROSS_COMPILE=Michael Brown2016-03-131-0/+1
* [build] Allow assembler section type character to vary by architectureMichael Brown2016-03-137-8/+29
* [efi] Centralise architecture-independent EFI Makefile and linker scriptMichael Brown2016-03-123-43/+49
* [tg3] Remove x86-specific inline assemblyMichael Brown2016-03-121-27/+9Star
* [3c595] Fix compilation when "char" is unsigned by defaultMichael Brown2016-03-121-1/+1
* [serial] Add missing #include <string.h>Michael Brown2016-03-121-0/+1
* [test] Add missing #include <string.h>Michael Brown2016-03-121-0/+1
* [qib7322] Use standard readq() and writeq() implementationsMichael Brown2016-03-121-26/+8Star
* [linda] Use standard readq() and writeq() implementationsMichael Brown2016-03-121-26/+8Star
* [librm] Do not unconditionally preserve flags across virt_call()Michael Brown2016-03-121-2/+2
* [arp] Validate length of ARP packetMichael Brown2016-03-122-0/+17
* [pixbuf] Check for unsigned integer overflow on multiplicationMichael Brown2016-03-121-0/+5
* [crypto] Allow for zero-length ASN.1 cursorsMichael Brown2016-03-112-14/+14
* [tls] Avoid potential out-of-bound reads in length fieldsMichael Brown2016-03-111-44/+67
* [efi] Work around broken GetFontInfo() implementationsMichael Brown2016-03-101-16/+38
* [xsigo] Add support for Xsigo virtual Ethernet (XVE) EoIB devicesMichael Brown2016-03-095-0/+2269