summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [intel] Add INTEL_NO_PHY_RST for I219-VMika Tiainen2017-06-141-1/+1
* [usb] Allow for USB network devices with no interrupt endpointMichael Brown2017-06-142-14/+34
* [hdprefix] Avoid attempts to read beyond the end of the diskMichael Brown2017-06-141-5/+9
* [syslog] Handle backspace charactersMichael Brown2017-06-131-0/+7
* [acpi] Expose ACPI tables via settings mechanismMichael Brown2017-05-234-0/+166
* [efi] Provide access to ACPI tablesMichael Brown2017-05-235-1/+124
* [acpi] Make acpi_find_rsdt() a per-platform methodMichael Brown2017-05-2311-103/+265
* [settings] Extend numerical setting tags to 64 bitsMichael Brown2017-05-223-18/+26
* [tls] Keep cipherstream window open until TLS negotiation is completeMichael Brown2017-05-221-0/+16
* [efi] Prevent EFI code from being linked in to non-EFI buildsMichael Brown2017-05-191-2/+8
* [xen] Provide 18 4kB receive buffers to work around xen-netback bugMichael Brown2017-05-192-15/+41
* [iscsi] Fix iBFT when no explicit initiator name setting existsMichael Brown2017-05-101-5/+9
* [iscsi] Always send FirstBurstLength parameterMichael Brown2017-05-031-4/+10
* [efi] Standardise PCI debug messagesMichael Brown2017-05-011-29/+31
* [hyperv] Cope with Windows Server 2016 enlightenmentsMichael Brown2017-04-286-14/+345
* [hyperv] Remove redundant return status code from mapping functionsMichael Brown2017-04-281-14/+4Star
* [hyperv] Do not fail if guest OS ID MSR is already setMichael Brown2017-04-261-2/+1Star
* [block] Provide abstraction to allow system to be quiescedMichael Brown2017-04-263-0/+99
* [block] Provide sandev_read() and sandev_write() as global symbolsMichael Brown2017-04-264-50/+83
* [intel] Do not enable ASDE on i350 backplane NICMichael Brown2017-04-162-2/+6
* [intel] Show original CTRL and STATUS values in debugging outputMichael Brown2017-04-141-4/+12
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-1212-21/+97
* [efi] Add efi_sprintf() and efi_vsprintf()Michael Brown2017-04-121-0/+23
* [efi] Fix typo in efi_acpi_table_protocol_guidMichael Brown2017-04-101-1/+1
* [sfc] Add driver for Solarflare SFC8XXX adaptersMartin Habets2017-04-1011-0/+5605
* [libc] Add stdbool.h standard headerMichael Brown2017-04-102-1/+11
* [thunderx] Use ThunderxConfigProtocol to obtain board configurationAdamczyk, Konrad2017-03-312-110/+60Star
* [scsi] Retry TEST UNIT READY commandMichael Brown2017-03-291-10/+35
* [linux] Fix building with kernel 4.11 headersMichael Brown2017-03-292-0/+2
* [build] Avoid implicit-fallthrough warnings on GCC 7Michael Brown2017-03-298-2/+23
* [mucurses] Fix erroneous __nonnull attributeMichael Brown2017-03-291-1/+2
* [http] Notify data transfer interface when underlying connection is readyMichael Brown2017-03-281-0/+3
* [iscsi] Do not install iBFT when no iSCSI targets existMichael Brown2017-03-281-0/+7
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-2821-487/+926
* [block] Ignore redundant xfer_window_changed() messagesMichael Brown2017-03-281-0/+4
* [linux] Use dummy SAN deviceMichael Brown2017-03-281-1/+7
* [block] Gracefully close SAN device if registration failsMichael Brown2017-03-271-6/+16
* [block] Retry reopening indefinitely for multipath devicesMichael Brown2017-03-271-3/+18
* [block] Add a small delay between attempts to reopen SAN targetsMichael Brown2017-03-271-0/+14
* [block] Allow SAN retry count to be reconfiguredMichael Brown2017-03-273-17/+61
* [time] Add sleep_fixed() function to sleep without checking for Ctrl-CMichael Brown2017-03-272-3/+37
* [int13con] Avoid overwriting random portions of SAN boot disksMichael Brown2017-03-271-2/+17
* [int13] Improve geometry guessing for unaligned partitionsMichael Brown2017-03-261-11/+45
* [block] Add basic multipath supportMichael Brown2017-03-2610-124/+323
* [block] Add dummy SAN deviceMichael Brown2017-03-264-0/+135
* [scsi] Avoid duplicate call to scsicmd_close() on TEST UNIT READY failureMichael Brown2017-03-261-2/+4
* [vxge] Fix use of stale I/O buffer on error pathMichael Brown2017-03-231-2/+2
* [iobuf] Increase minimum I/O buffer size to 128 bytesMichael Brown2017-03-231-1/+1
* [sky2] Use 32-bit read to read Y2_VAUX_AVAILMike McCormack2017-03-232-2/+2
* [pcnet32] Eliminate redundant register readMichael Brown2017-03-231-2/+1Star