summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [efi] Do not try to fetch loaded image device path protocolMichael Brown2014-05-201-23/+0Star
* [efi] Make EFI_HII_DATABASE_PROTOCOL optionalMichael Brown2014-05-201-1/+10
* [efi] Make EFI_DEVICE_PATH_TO_TEXT_PROTOCOL optionalMichael Brown2014-05-201-9/+15
* [efi] Allow for optional protocolsMichael Brown2014-05-192-2/+20
* [nfs] Rewrite NFS URI handlingMarin Hannache2014-05-184-90/+228
* [libc] Prevent strndup() from reading beyond the end of the stringMichael Brown2014-05-182-3/+21
* [test] Add self-tests for strdup()Michael Brown2014-05-181-0/+10
* [syslog] Strip invalid characters from hostnameMichael Brown2014-05-161-6/+31
* [intel] Increase receive ring fill levelMichael Brown2014-05-161-2/+2
* [nfs] Fix an invalid free() when loading a regular (non-symlink) fileMarin Hannache2014-05-161-3/+4
* [lkrnprefix] Make real-mode setup code relocatableMichael Brown2014-05-151-3/+4
* [build] Merge util/geniso and util/genlisoChristian Hesse2014-05-143-137/+125Star
* [undi] Apply quota only to number of complete received packetsMichael Brown2014-05-141-4/+5
* [build] Avoid errors when build directory is mounted via NFSMichael Brown2014-05-132-4/+4
* [lkrnprefix] Function as a bzImage kernelMichael Brown2014-05-131-132/+83Star
* [tcp] Defer sending ACKs until all received packets have been processedMichael Brown2014-05-121-8/+25
* [nfs] Fix an invalid free() when loading a symlinkMarin Hannache2014-05-121-0/+11
* [build] Fix version.o dependency upon git indexMichael Brown2014-05-121-1/+1
* [intel] Exclude time spent in hypervisor from profilingMichael Brown2014-05-061-0/+3
* [profile] Allow interrupts to be excluded from profiling resultsMichael Brown2014-05-044-17/+114
* [undi] Place an upper limit on the number of PXENV_UNDI_ISR calls per pollMichael Brown2014-05-031-1/+5
* [undi] Do not switch to real mode to check for NIC interruptMichael Brown2014-05-031-4/+4
* [undi] Report any PXENV_UNDI_ISR errors via netdev_rx_err()Michael Brown2014-05-031-1/+3
* [undi] Profile transmit and receive datapathsMichael Brown2014-05-031-1/+33
* [undi] Profile all PXE API callsMichael Brown2014-05-031-6/+97
* [pxe] Work around missing PXENV_UNDI_OPEN only when necessaryMichael Brown2014-05-031-2/+4
* [pxe] Profile UNDI transmit datapathMichael Brown2014-05-031-0/+8
* [pxe] Profile all PXE API callsMichael Brown2014-05-031-0/+49
* [librm] Add profiling self-tests for complete real_call and prot_call cyclesMichael Brown2014-05-031-0/+38
* [profile] Provide methods for profiling individual stages of operationsMichael Brown2014-05-032-11/+41
* [librm] Speed up protected-mode calls under KVMMichael Brown2014-05-021-19/+35
* [librm] Speed up real-to-protected mode transition under KVMMichael Brown2014-05-023-5/+22
* [librm] Speed up protected-to-real mode transition under KVMMichael Brown2014-05-022-22/+20Star
* [librm] Add meaningful labels at section changesMichael Brown2014-05-021-12/+12
* [librm] Add a profiling self-test for measuring mode transition timesMichael Brown2014-05-021-0/+77
* [test] Print out profiling statistics after a successful test runMichael Brown2014-05-021-0/+2
* [pcbios] Do not switch to real mode to sleep the CPUMichael Brown2014-04-291-3/+3
* [pcbios] Do not switch to real mode to check for timer interruptMichael Brown2014-04-291-4/+4
* [comboot] Use built-in interrupt reflectorMichael Brown2014-04-294-134/+6Star
* [librm] Allow interrupts in protected modeMichael Brown2014-04-299-135/+322
* [build] Allow for a debug level of zeroMichael Brown2014-04-282-17/+4Star
* [downloader] Profile receive datapathMichael Brown2014-04-281-0/+15
* [http] Profile receive datapathMichael Brown2014-04-281-0/+13
* [tcp] Profile transmit and receive datapathsMichael Brown2014-04-281-0/+20
* [ipv4] Profile transmit and receive datapathsMichael Brown2014-04-281-0/+15
* [librm] Use genuine real mode to accelerate operation in virtual machinesMichael Brown2014-04-282-5/+38
* [intel] Push new RX descriptors in batchesMichael Brown2014-04-281-8/+13
* [intel] Profile common virtual machine operationsMichael Brown2014-04-281-0/+19
* [netdevice] Profile common operationsMichael Brown2014-04-281-0/+16
* [cmdline] Add "profstat" command to display profiling statisticsMichael Brown2014-04-285-0/+132