index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[xen] Wait for and clear XenStore event before receiving data
Michael Brown
2015-06-30
1
-0
/
+19
*
[serial] Add general abstraction of a 16550-compatible UART
Michael Brown
2015-06-29
2
-0
/
+42
*
[int13con] Add basic ability to log to a local disk via INT 13
Michael Brown
2015-05-19
1
-0
/
+1
*
[efi] Add EFI entropy source
Michael Brown
2015-04-14
1
-0
/
+1
*
[malloc] Move valgrind headers out of arch/x86
Michael Brown
2015-03-03
2
-4849
/
+0
*
[libc] Rewrite byte-swapping code
Michael Brown
2015-03-02
1
-0
/
+8
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
4
-6
/
+15
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
11
-11
/
+11
*
[timer] Rewrite the 8254 Programmable Interval Timer support
Michael Brown
2015-02-17
1
-0
/
+81
*
[libc] Reduce size of memset()
Michael Brown
2015-02-17
1
-1
/
+127
*
[libc] Rewrite string functions
Michael Brown
2015-02-16
1
-18
/
+0
*
[hyperv] Add support for Hyper-V hypervisor
Michael Brown
2014-12-18
3
-0
/
+74
*
[xen] Add basic support for PV-HVM domains
Michael Brown
2014-07-29
2
-0
/
+165
*
[ioapi] Centralise notion of PAGE_SIZE
Michael Brown
2014-07-28
1
-0
/
+3
*
[ioapi] Fail ioremap() when attempting to map a zero bus address
Michael Brown
2014-07-16
1
-1
/
+1
*
[libc] Add flsll()
Michael Brown
2014-04-27
1
-31
/
+0
*
[libc] Add inline assembly implementation of flsl() using BSR instruction
Michael Brown
2014-04-24
1
-0
/
+31
*
[vesafb] Add VESA frame buffer console
Michael Brown
2013-11-28
1
-0
/
+1
*
[settings] Expose CPUID instruction via settings mechanism
Michael Brown
2013-08-07
2
-0
/
+26
*
[cmdline] Add "poweroff" command
Marin Hannache
2013-07-15
1
-0
/
+1
*
[legal] Add FILE_LICENCE for valgrind headers
Marin Hannache
2013-07-14
2
-0
/
+4
*
[pxe] Convert external PXE API errors into iPXE platform-generated errors
Michael Brown
2013-04-29
1
-0
/
+1
*
[initrd] Add ability to reshuffle initrds into image list order
Michael Brown
2012-11-12
1
-0
/
+1
*
[libc] Relicense x86 string.h
Michael Brown
2012-11-12
1
-19
/
+24
*
[libc] Fix and externalise memswap()
Michael Brown
2012-11-12
1
-15
/
+2
*
[libc] Reduce overall code size by externalising strlen()
Michael Brown
2012-11-12
1
-12
/
+2
*
[libc] Reduce overall code size by externalising strncmp()
Michael Brown
2012-11-12
1
-21
/
+2
*
[libc] Remove unnecessary "cld" instruction from memset()
Michael Brown
2012-11-12
1
-11
/
+18
*
[libc] Convert memcpy() from a macro to an inline function
Michael Brown
2012-11-12
1
-4
/
+24
*
[libc] Reduce overall code size by externalising memmove()
Michael Brown
2012-11-12
1
-23
/
+25
*
[libc] Remove obsolete implementation of memcpy()
Michael Brown
2012-11-12
1
-12
/
+0
*
[sdi] Add support for SDI images
Michael Brown
2012-09-05
1
-0
/
+1
*
[ioapi] Generalise i386 raw I/O API to x86
Michael Brown
2012-07-17
2
-0
/
+173
*
[tcpip] Add faster algorithm for calculating the TCP/IP checksum
Michael Brown
2012-06-28
1
-0
/
+5
*
[tcpip] Allow for architecture-specific TCP/IP checksum routines
Michael Brown
2012-06-27
1
-0
/
+12
*
[cmdline] Add "cpuid" command
Michael Brown
2012-06-07
2
-2
/
+57
*
[build] Merge i386 and x86_64 versions of errfile.h
Michael Brown
2012-06-06
1
-0
/
+46
*
[crypto] Use correct constraint for byte-addressable register
Michael Brown
2012-03-19
1
-1
/
+1
*
[crypto] Add big-integer library for RSA calculations
Michael Brown
2012-03-13
1
-0
/
+318
*
[linux] Avoid unused-but-set variable warning in gcc 4.6
Thomas Miletich
2011-03-28
1
-2
/
+2
*
[linux] Make malloc and linux_umalloc valgrindable
Piotr Jaroszyński
2011-03-27
2
-0
/
+4845
*
[pci] Replace pci_max_bus() with pci_num_bus()
Michael Brown
2011-02-17
1
-4
/
+4
*
[linux] Add linux api headers
Piotr Jaroszyński
2010-08-19
1
-0
/
+6
*
[dhcp] Use i386-pcbios DHCP options on linux
Piotr Jaroszyński
2010-08-19
1
-0
/
+36
*
[string] Use 64-bit registers in assembly memswap() on x86_64
Joshua Oreman
2010-08-01
1
-4
/
+4
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
4
-9
/
+9
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
5
-0
/
+10
*
[x86_64] Add support for compilation as an x86_64 binary
Michael Brown
2008-12-05
5
-0
/
+551