aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [pci] Define pci_ioremap() for mapping PCI bus addressesMichael Brown2020-09-248-0/+66
* [efi] Provide a single implementation of efipci_root_close()Michael Brown2020-09-241-13/+22
* [efi] Show memory map returned by wrapped calls to GetMemoryMapMichael Brown2020-09-221-2/+20
* [efi] Add debug wrappers for all boot services functions of interestMichael Brown2020-09-183-2/+605
* [build] Fix building on older versions of gccMichael Brown2020-08-231-16/+21
* [efi] Attempt NII initialisation both with and without cable detectionMichael Brown2020-08-171-9/+28
* [efi] Use device path to locate filesystem from which we were loadedMichael Brown2020-08-032-2/+53
* [efi] Match EDK2 numbering for USB portsMichael Brown2020-08-031-1/+1
* [comboot] Fix stack pointer retrieval after COM32 binary returnsDentcho Ludmilov Bankov2020-07-271-1/+1
* [efi] Check the status code from AllocatePool()Ignat Korchagin2020-07-221-4/+5
* [cmdline] Add "--timeout" parameter to "ifconf" commandJoe Groocock2020-07-224-5/+14
* [intelx] Added PCI_ROM entry for Intel x553/x557-AT and x553 (SFP+) NICsRob Taglang2020-07-221-0/+2
* [intel] Set INTEL_NO_PHY_RST on i218vBen Bleything2020-07-221-1/+1
* [intel] Add INTEL_NO_PHY_RST for I218LMAndrew Grasso2020-07-221-1/+1
* [deflate] Fix typo in comment describing length codesDaniel Johnson2020-07-211-1/+1
* [build] Fix a GNUism that FreeBSD's sed(1) cannot deal withTobias Kortkamp2020-07-211-1/+1
* [wpa] Fix erroneous debug message in wpa_derive_ptkMichael Brown2020-07-211-2/+3
* [libc] Fix memcmp() to return proper valuesMichael J. Bazzinotti2020-07-212-1/+2
* [pcbios] Take alignment into account when checking for available spaceDavid Decotigny2020-07-211-4/+4
* [pcbios] Fix "out of memory" detection when expanding bottom areaDavid Decotigny2020-07-211-1/+1
* [libgcc] Change __divmoddi4 from int64 [unknown] to int64_tBobby Lockwood2020-07-211-1/+1
* [build] Fix default target in sdsk imagebit2020-07-211-1/+1
* [dns] Use all configured DNS serversMichael Brown2020-07-151-49/+130
* [xfer] Remove address family from definition of a socket openerMichael Brown2020-07-155-35/+7
* [sfc] Add PCI ID for Solarflare SFC9120 and Solarflare SFC9140LaDerrick H2020-07-151-0/+2
* [efi] Claim SNP devices early in efi_download_start()Michael Brown2020-07-151-1/+4
* [efi] Ensure NUL byte is at lowest address within stack cookieMichael Brown2020-07-091-0/+8
* [efi] Distribute available entropy within stack cookieMichael Brown2020-07-091-6/+17
* [libc] Add bit-rotation functions for unsigned long valuesMichael Brown2020-07-091-8/+26
* [efi] Avoid setting direction flag on EFI platformsMichael Brown2020-07-072-0/+15
* [libc] Provide an unoptimised generic_memcpy_reverse()Michael Brown2020-07-072-5/+22
* [crypto] Avoid temporarily setting direction flag in bigint_is_geq()Michael Brown2020-07-071-17/+8
* [usb] Leave port enabled after a failed device registrationMichael Brown2020-07-041-1/+3
* [axge] Reapply USB device configuration when opening network deviceMichael Brown2020-07-032-0/+11
* [xhci] Increase link state settling delay to 100msMichael Brown2020-07-031-1/+1
* [usb] Avoid unnecessary calls to usb_hub_set_drvdata()Michael Brown2020-07-033-25/+8
* [xhci] Set link state to RxDetect after disabling USB3 root hub portMichael Brown2020-07-031-0/+13
* [usb] Do not attempt to disable USB3 hub portsMichael Brown2020-07-021-2/+4
* [usb] Add missing usb_recycle() for completed hub interrupt transfersMichael Brown2020-07-021-0/+4
* [usb] Clear device endpoint halt before resetting host endpointMichael Brown2020-07-021-7/+7
* [axge] Handle non-gigabit link speedsMichael Brown2020-07-012-22/+39
* [efi] Raise TPL during driver entry pointMichael Brown2020-06-301-0/+9
* [efi] Detect and disable seriously broken EFI_RNG_PROTOCOL implementationsMichael Brown2020-06-281-0/+12
* [build] Disable position-independent code for ARM64 EFI buildsMichael Brown2020-06-271-0/+4
* [golan] Add explicit type casts for nodnic_queue_pair_typeMichael Brown2020-06-271-2/+4
* [intel] Avoid spurious compiler warning on GCC 10Michael Brown2020-06-272-9/+17
* [build] Be explicit about -fcommon compiler directiveBruce Rogers2020-06-271-0/+1
* [ocsp] Accept SHA1 certID responses even if SHA1 is not enabledMichael Brown2020-06-251-15/+25
* [efi] Enable stack protection where possibleMichael Brown2020-06-246-11/+115
* [parseopt] Treat empty integer strings in user input as invalidMichael Brown2020-06-191-1/+1