summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [infiniband] Use correct transaction identifier in CM responsesMichael Brown2016-03-083-17/+31
* [infiniband] Use connection's local ID as debug message identifierMichael Brown2016-03-082-25/+33
* [infiniband] Use "%d" as format specifier for LIDsMichael Brown2016-03-082-4/+4
* [infiniband] Use "%#lx" as format specifier for queue pair numbersMichael Brown2016-03-084-12/+12
* [infiniband] Assign names to Infiniband devices for debug messagesMichael Brown2016-03-088-118/+140
* [infiniband] Add support for performing service record lookupsMichael Brown2016-03-083-1/+106
* [infiniband] Avoid multiple calls to ib_cmrc_shutdown()Michael Brown2016-03-081-0/+3
* [infiniband] Remove concept of whole-device owner dataMichael Brown2016-03-072-35/+45
* [netdevice] Refuse to create duplicate network device namesMichael Brown2016-03-071-0/+8
* [librm] Support ioremap() for addresses above 4GB in a 64-bit buildMichael Brown2016-02-266-1/+216
* [ioapi] Split ioremap() out to a separate IOMAP APIMichael Brown2016-02-269-44/+163
* [librm] Add support for running in 64-bit long modeMichael Brown2016-02-244-61/+498
* [librm] Rename prot_call() to virt_call()Michael Brown2016-02-224-39/+39
* [librm] Support userptr_t in 64-bit buildsMichael Brown2016-02-211-1/+23
* [librm] Mark virt_offset, text16, data16, rm_cs, and rm_ds as constantMichael Brown2016-02-211-5/+5
* [librm] Do not preserve flags unnecessarilyMichael Brown2016-02-211-17/+11Star
* [librm] Add phys_call() wrapper for calling code with physical addressingMichael Brown2016-02-213-153/+212
* [build] Fix building on older versions of binutilsMichael Brown2016-02-192-10/+20
* [librm] Generate page tables for 64-bit buildsMichael Brown2016-02-193-2/+197
* [librm] Prepare for long-mode memory mapMichael Brown2016-02-196-35/+96
* [relocate] Preserve page alignment during relocationMichael Brown2016-02-191-12/+10Star
* [librm] Transition to protected mode within init_librm()Michael Brown2016-02-192-107/+127
* [librm] Provide an abstraction wrapper for prot_callMichael Brown2016-02-1920-60/+77
* [librm] Convert prot_call() to a real-mode near callMichael Brown2016-02-1816-23/+6Star
* [prefix] Standardise calls to prot_call()Michael Brown2016-02-182-11/+28
* [librm] Simplify definitions for prot_call() and real_call() stack framesMichael Brown2016-02-181-14/+17
* [prefix] Use garbage-collectable section namesMichael Brown2016-02-181-20/+20
* [bios] Use an 8kB stack for x86_64Michael Brown2016-02-181-1/+7
* [librm] Use garbage-collectable section namesMichael Brown2016-02-181-22/+26
* [bios] Make uses of REAL_CODE() and PHYS_CODE() 64-bit cleanMichael Brown2016-02-185-13/+17
* [romprefix] Align PMM temporary decompression area to a page boundaryMichael Brown2016-02-181-6/+9
* [prefix] Align INT 15,88 temporary decompression area to a page boundaryMichael Brown2016-02-181-0/+1
* [librm] Discard argument as part of return from real_call()Michael Brown2016-02-172-2/+1Star