aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-23[ipv6] Do not set sin6_scope_id on source addressMichael Brown1-1/+0
2014-05-23[dhcpv6] Do not set sin6_scope_id on the unspecified client socket addressMichael Brown1-1/+0
2014-05-21[ipv6] Fix definition of IN6_IS_ADDR_LINKLOCAL()Michael Brown2-1/+39
2014-05-20[efi] Do not try to fetch loaded image device path protocolMichael Brown1-23/+0
2014-05-20[efi] Make EFI_HII_DATABASE_PROTOCOL optionalMichael Brown1-1/+10
2014-05-20[efi] Make EFI_DEVICE_PATH_TO_TEXT_PROTOCOL optionalMichael Brown1-9/+15
2014-05-19[efi] Allow for optional protocolsMichael Brown2-2/+20
2014-05-18[nfs] Rewrite NFS URI handlingMarin Hannache4-90/+228
2014-05-18[libc] Prevent strndup() from reading beyond the end of the stringMichael Brown2-3/+21
2014-05-18[test] Add self-tests for strdup()Michael Brown1-0/+10
2014-05-16[syslog] Strip invalid characters from hostnameMichael Brown1-6/+31
2014-05-16[intel] Increase receive ring fill levelMichael Brown1-2/+2
2014-05-16[nfs] Fix an invalid free() when loading a regular (non-symlink) fileMarin Hannache1-3/+4
2014-05-15[lkrnprefix] Make real-mode setup code relocatableMichael Brown1-3/+4
2014-05-14[build] Merge util/geniso and util/genlisoChristian Hesse3-137/+125
2014-05-14[undi] Apply quota only to number of complete received packetsMichael Brown1-4/+5
2014-05-13[build] Avoid errors when build directory is mounted via NFSMichael Brown2-4/+4
2014-05-12[lkrnprefix] Function as a bzImage kernelMichael Brown1-132/+83
2014-05-12[tcp] Defer sending ACKs until all received packets have been processedMichael Brown1-8/+25
2014-05-12[nfs] Fix an invalid free() when loading a symlinkMarin Hannache1-0/+11
2014-05-12[build] Fix version.o dependency upon git indexMichael Brown1-1/+1
2014-05-06[intel] Exclude time spent in hypervisor from profilingMichael Brown1-0/+3
2014-05-04[profile] Allow interrupts to be excluded from profiling resultsMichael Brown4-17/+114
2014-05-03[undi] Place an upper limit on the number of PXENV_UNDI_ISR calls per pollMichael Brown1-1/+5
2014-05-03[undi] Do not switch to real mode to check for NIC interruptMichael Brown1-4/+4
2014-05-03[undi] Report any PXENV_UNDI_ISR errors via netdev_rx_err()Michael Brown1-1/+3
2014-05-03[undi] Profile transmit and receive datapathsMichael Brown1-1/+33
2014-05-03[undi] Profile all PXE API callsMichael Brown1-6/+97
2014-05-03[pxe] Work around missing PXENV_UNDI_OPEN only when necessaryMichael Brown1-2/+4
2014-05-03[pxe] Profile UNDI transmit datapathMichael Brown1-0/+8
2014-05-03[pxe] Profile all PXE API callsMichael Brown1-0/+49
2014-05-03[librm] Add profiling self-tests for complete real_call and prot_call cyclesMichael Brown1-0/+38
2014-05-03[profile] Provide methods for profiling individual stages of operationsMichael Brown2-11/+41
2014-05-02[librm] Speed up protected-mode calls under KVMMichael Brown1-19/+35
2014-05-02[librm] Speed up real-to-protected mode transition under KVMMichael Brown3-5/+22
2014-05-02[librm] Speed up protected-to-real mode transition under KVMMichael Brown2-22/+20
2014-05-02[librm] Add meaningful labels at section changesMichael Brown1-12/+12
2014-05-02[librm] Add a profiling self-test for measuring mode transition timesMichael Brown1-0/+77
2014-05-02[test] Print out profiling statistics after a successful test runMichael Brown1-0/+2
2014-04-29[pcbios] Do not switch to real mode to sleep the CPUMichael Brown1-3/+3
2014-04-29[pcbios] Do not switch to real mode to check for timer interruptMichael Brown1-4/+4
2014-04-29[comboot] Use built-in interrupt reflectorMichael Brown4-134/+6
2014-04-29[librm] Allow interrupts in protected modeMichael Brown9-135/+322
2014-04-28[build] Allow for a debug level of zeroMichael Brown2-17/+4
2014-04-28[downloader] Profile receive datapathMichael Brown1-0/+15
2014-04-28[http] Profile receive datapathMichael Brown1-0/+13
2014-04-28[tcp] Profile transmit and receive datapathsMichael Brown1-0/+20
2014-04-28[ipv4] Profile transmit and receive datapathsMichael Brown1-0/+15
2014-04-28[librm] Use genuine real mode to accelerate operation in virtual machinesMichael Brown2-5/+38
2014-04-27[intel] Push new RX descriptors in batchesMichael Brown1-8/+13