summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [eoib] Support non-FullMember gateway devicesMichael Brown2016-03-092-2/+120
* [eoib] Allow the multicast group to be forcefully createdMichael Brown2016-03-092-2/+23
* [eoib] Silently ignore EoIB heartbeat packetsMichael Brown2016-03-091-0/+45
* [eoib] Add Ethernet over Infiniband (EoIB) driverMichael Brown2016-03-093-0/+815
* [infiniband] Make IPoIB support configurable at build timeMichael Brown2016-03-093-3/+13
* [ifmgmt] Include human-readable error message for configuration failureMichael Brown2016-03-081-0/+6
* [ipoib] Increase number of transmit work queue entriesMichael Brown2016-03-081-2/+2
* [ipoib] Resimplify test for received broadcast packetsMichael Brown2016-03-082-2/+5
* [infiniband] Retrieve GID flag from cached path entriesMichael Brown2016-03-081-0/+1
* [infiniband] Add "ibstat" commandMichael Brown2016-03-085-0/+165
* [infiniband] Assign names to queue pairsMichael Brown2016-03-086-12/+19
* [infiniband] Assign names to CMRC connectionsMichael Brown2016-03-083-40/+53
* [pcbios] Restrict external memory allocations to the low 4GBMichael Brown2016-03-082-85/+53Star
* [infiniband] Allow for the creation of multicast groupsMichael Brown2016-03-083-11/+18
* [ipoib] Simplify test for received broadcast packetsMichael Brown2016-03-081-4/+2Star
* [ipoib] Avoid unnecessary path record lookup for broadcast addressMichael Brown2016-03-081-15/+27
* [infiniband] Parse MLID, rate, and SL from multicast membership recordMichael Brown2016-03-083-62/+74
* [infiniband] Record multicast GID attachment as part of group membershipMichael Brown2016-03-083-18/+16Star
* [infiniband] Do not use GRH for local pathsMichael Brown2016-03-081-7/+6Star