summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [intelxl] Always issue "clear PXE mode" admin queue commandMichael Brown2022-08-112-13/+11Star
| * [intelxl] Allow expected admin queue command errors to be silencedMichael Brown2022-08-111-3/+7
| * [intelxl] Increase data buffer size to 4kBMichael Brown2022-08-111-2/+5
| * [intelxl] Separate virtual function driver definitionsMichael Brown2022-08-114-259/+320
| * [intelxl] Reuse admin command descriptor and buffer for VF responsesMichael Brown2022-08-112-17/+15Star
| * [intelxl] Handle admin events via a callbackMichael Brown2022-08-113-30/+43
| * [intelxl] Rename 8086:1889 PCI ID to "iavf"Michael Brown2022-08-101-1/+1
| * [intelxl] Increase receive descriptor ring size to 64 entriesMichael Brown2022-08-101-2/+2
| * [intelxl] Negotiate API version for virtual function via admin queueMichael Brown2022-08-103-10/+75
| * [intelxl] Use non-zero MSI-X vector for virtual function interruptsMichael Brown2022-08-104-18/+39
| * [intelxl] Fix invocation of intelxlvf_admin_queues()Michael Brown2022-08-101-1/+1
| * [intelxl] Use function-level reset instead of PFGEN_CTRL.PFSWRMichael Brown2022-08-084-39/+18Star
| * [pci] Generalise function-level reset mechanismMichael Brown2022-08-083-20/+26
| * [intelxl] Update list of PCI IDsMichael Brown2022-08-081-0/+5
| * [intelxl] Include admin command response data buffer in debug outputMichael Brown2022-08-081-1/+5
| * [intelxl] Identify rings consistently in debug messagesMichael Brown2022-08-081-4/+3Star
| * [intelxl] Add missing padding bytes to receive queue contextMichael Brown2022-08-081-0/+2
| * [intelxl] Fix bit width of function number in PFFUNC_RID registerMichael Brown2022-08-081-1/+1
| * [intelxl] Fix retrieval of switch configuration via admin queueMichael Brown2022-08-081-9/+11
| * [acpi] Expose system MAC address via ${sysmac} settingMichael Brown2022-06-101-0/+37
| * [cachedhcp] Allow cached DHCPACK to override a temporary MAC addressMichael Brown2022-05-231-9/+42
| * [ecm] Treat ACPI MAC address as being a non-permanent MAC addressMichael Brown2022-05-233-14/+18
* | Merge branch 'master' into openslxSimon Rettberg2022-05-11115-961/+3799
|\|
| * [cloud] Allow aws-import script to run on Python 3.6Michael Brown2022-04-061-1/+1
| * [acpi] Support the "_RTXMAC_" format for ACPI-based MAC addressesMichael Brown2022-03-252-28/+144
| * [acpi] Add MAC address extraction self-testsMichael Brown2022-03-242-0/+239
| * [linux] Add stub phys_to_user() implementationMichael Brown2022-03-241-1/+14
| * [acpi] Allow for the possibility of overriding ACPI tables at link timeMichael Brown2022-03-245-5/+26
| * [efi] Support Unicode character output via framebuffer consoleMichael Brown2022-03-151-3/+48
| * [fbcon] Support Unicode character outputMichael Brown2022-03-154-74/+161
| * [efi] Support Unicode character output via text consoleMichael Brown2022-03-151-1/+17
| * [utf8] Add UTF-8 accumulation self-testsMichael Brown2022-03-152-0/+165
| * [utf8] Add ability to accumulate Unicode characters from UTF-8 bytesMichael Brown2022-03-012-0/+206
| * [dns] Always start DNS queries using the first configured DNS serverMichael Brown2022-02-241-5/+4Star
| * [console] Include mappings for AltGr-Shift-<key>Michael Brown2022-02-1620-3/+118
| * [console] Support changing keyboard map at runtimeMichael Brown2022-02-164-2/+174
| * [settings] Always process all settings applicatorsMichael Brown2022-02-161-7/+3Star
| * [console] Ensure that US keyboard map appears at start of linker tableMichael Brown2022-02-163-3/+7
| * [xsigo] Avoid storing unused uninitialised fields in gateway addressMichael Brown2022-02-161-0/+1
| * [pci] Ensure that pci_read_config() initialises all fieldsMichael Brown2022-02-161-0/+5
| * [image] Do not clear current working URI when executing embedded imageMichael Brown2022-02-161-2/+5
| * [console] Fix definition of unreachability for remapped keysMichael Brown2022-02-1519-23/+137
| * [console] Add Swedish "se" keymapMichael Brown2022-02-151-0/+53
| * [build] Avoid invoking genkeymap.py via PerlMichael Brown2022-02-152-1/+2
| * [console] Ensure that all ASCII characters are reachable in all keymapsMichael Brown2022-02-151-0/+6
| * [console] Remove "az" keymapMichael Brown2022-02-151-40/+0Star
| * [console] Fix unreachable characters in "mt" keymapMichael Brown2022-02-152-1/+5
| * [console] Fix unreachable characters in "il" keymapMichael Brown2022-02-152-0/+7
| * [console] Treat dead keys as producing their ASCII equivalentsMichael Brown2022-02-1515-7/+61
| * [console] Support AltGr to access ASCII characters via remappingMichael Brown2022-02-1537-5/+332