aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [smsc75xx] Add driver for SMSC/Microchip LAN75xx USB Ethernet NICsMichael Brown2015-03-113-0/+1366
* [mii] Add generic mii_check_link() functionMichael Brown2015-03-102-0/+34
* [legal] Relicense Davicom DM96xx driversMichael Brown2015-03-102-2/+6
* [dm96xx] Add driver for Davicom DM96xx USB Ethernet NICsMichael Brown2015-03-094-1/+865
* [intel] Add PCI ID for I218-LMThomas Miletich2015-03-091-0/+1
* [http] Support MD5-sess Digest authenticationMichael Brown2015-03-091-2/+42
* [http] Abstract out HTTP Digest hash algorithm operationsMichael Brown2015-03-091-28/+56
* [xen] Set the "feature-rx-notify" flag for netfront devicesMichael Brown2015-03-091-0/+8
* [xhci] Undo PCH-specific quirk fixes when removing deviceMichael Brown2015-03-062-17/+51
* [xhci] Enable USB3 ports on Intel PCH8/PCH9 controllersMichael Brown2015-03-062-0/+55
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0515-15/+47
* [retry] Colourise debug outputMichael Brown2015-03-051-10/+10
* [retry] Rewrite unrelicensable portions of retry.cMichael Brown2015-03-054-41/+72
* [linux] Rewrite headers included in all buildsMichael Brown2015-03-057-80/+73
* [i386] Move real_to_user() to realmode.hMichael Brown2015-03-054-12/+14
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-0537-43/+182
* [build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown2015-03-0511-77/+21
* [build] Remove obsolete and unused portions of config.cMichael Brown2015-03-044-55/+0
* [pxe] Remove obsolete references to pxeparent_dhcpMichael Brown2015-03-032-6/+0
* [build] Remove unused __keepme macroMichael Brown2015-03-031-8/+0
* [build] Remove unused IMPORT_SYMBOL() and EXPORT_SYMBOL() macrosMichael Brown2015-03-031-48/+0
* [malloc] Rewrite unrelicensable portions of malloc.cMichael Brown2015-03-032-24/+43
* [malloc] Move valgrind headers out of arch/x86Michael Brown2015-03-032-0/+0
* [settings] Use generic jump scrolling abstractionMichael Brown2015-03-031-196/+155
* [menu] Abstract out the generic concept of a jump scrollerMichael Brown2015-03-033-65/+221
* [settings] Rewrite unrelicensable portions of settings.cMichael Brown2015-03-031-6/+13
* [settings] Use list_first_entry() when unregistering child settingsMichael Brown2015-03-031-2/+2
* [pci] Rewrite unrelicensable portions of pci.hMichael Brown2015-03-0311-321/+124
* [pci] Remove outdated and mostly-unused pci_ids.h fileMichael Brown2015-03-025-289/+57
* [iscsi] Rewrite unrelicensable portions of iscsi.cMichael Brown2015-03-021-36/+28
* [list] Relicense list.hMichael Brown2015-03-021-1/+1
* [elf] Rewrite ELF headerMichael Brown2015-03-021-215/+62
* [libc] Rewrite byte-swapping codeMichael Brown2015-03-029-158/+160
* [libc] Rewrite setjmp() and longjmp()Michael Brown2015-03-022-49/+81
* [libc] Rewrite unrelicensable portions of ctype.hMichael Brown2015-03-022-20/+105
* [libc] Rewrite unrelicensable portions of stddef.hMichael Brown2015-03-021-11/+29
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-02106-114/+302
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0226-26/+94
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0215-15/+15
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-02627-627/+1871
* [legal] Add UBDL relicensing toolMichael Brown2015-03-021-0/+169
* [legal] Add support for the Unmodified Binary Distribution LicenceMichael Brown2015-03-022-0/+24
* [mucurses] Add missing FILE_LICENCE declarationsMichael Brown2015-03-026-0/+12
* [legal] Include full licence text for all GPL2_OR_LATER filesMichael Brown2015-02-2617-35/+205
* [zbin] Remove now-unused unnrv2b.S decompressorMichael Brown2015-02-262-193/+0
* [vbox] Enable some more features now that we have LZMA compressionRobin Smidsrød2015-02-261-8/+0
* [zbin] Fix check for existence of most recent output byteMichael Brown2015-02-261-3/+1
* [zbin] Allow decompressor to generate debug output via BIOS consoleMichael Brown2015-02-261-19/+50
* [prefix] Call decompressor in flat real mode when DEBUG=libprefix is enabledMichael Brown2015-02-261-0/+16
* [zbin] Perform extra normalisation after completing decompressionMichael Brown2015-02-261-0/+1