index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[acpi] Allow time for ACPI power off to take effect
Michael Brown
2016-07-11
1
-0
/
+6
*
[acpi] Add support for ACPI power off
Michael Brown
2016-07-11
7
-4
/
+170
*
[rng] Check for functioning RTC interrupt
Michael Brown
2016-07-10
2
-0
/
+57
*
[dhcp] Automatically generate vendor class identifier string
Michael Brown
2016-07-04
6
-30
/
+0
*
[dhcp] Allow for variable encapsulation of architecture-specific options
Michael Brown
2016-07-04
6
-42
/
+36
*
[pxe] Disable interrupts on the PIC before starting NBP
Michael Brown
2016-07-03
1
-0
/
+5
*
[bios] Do not enable interrupts when printing to the console
Michael Brown
2016-07-03
1
-14
/
+4
*
[pci] Support systems with multiple PCI root bridges
Michael Brown
2016-06-09
1
-2
/
+4
*
[arm] Use correct DHCP client architecture values
Michael Brown
2016-05-26
2
-2
/
+2
*
[undi] Work around broken HP EliteBook 745 G3 PXE ROM
Michael Brown
2016-05-13
1
-0
/
+2
*
[arm] Use CNTVCT_EL0 as profiling timestamp
Michael Brown
2016-05-12
1
-3
/
+1
*
[arm] Add optimised TCP/IP checksumming for 64-bit ARM
Michael Brown
2016-05-11
3
-0
/
+190
*
[arm] Add optimised string functions for 64-bit ARM
Michael Brown
2016-05-11
3
-0
/
+355
*
[arm] Add support for 64-bit ARM (Aarch64)
Michael Brown
2016-05-08
18
-14
/
+1033
*
[arm] Split out 32-bit-specific code to arch/arm32
Michael Brown
2016-05-08
20
-38
/
+54
*
[arm] Add support for 32-bit ARM
Michael Brown
2016-05-06
40
-0
/
+1805
*
[efi] Generalise EFI entropy generation to non-x86 CPUs
Michael Brown
2016-05-04
2
-224
/
+0
*
[tcpip] Do not fall back to using unoptimised TCP/IP checksumming
Michael Brown
2016-05-04
2
-6
/
+4
*
[librm] Preserve FPU, MMX and SSE state across calls to virt_call()
Michael Brown
2016-05-02
1
-1
/
+8
*
[librm] Reduce real-mode stack consumption in virt_call()
Michael Brown
2016-04-29
1
-59
/
+103
*
[comboot] Support COMBOOT in 64-bit builds
Michael Brown
2016-04-15
12
-101
/
+179
*
[prefix] Use CRC32 to verify each block prior to decompression
Michael Brown
2016-03-24
2
-35
/
+118
*
[pxe] Implicitly open network device in PXENV_UDP_OPEN
Michael Brown
2016-03-22
1
-0
/
+10
*
[int13] Allow default drive to be specified via "san-drive" setting
Michael Brown
2016-03-22
2
-12
/
+28
*
[int13] Allow drive to be hooked using the natural drive number
Michael Brown
2016-03-22
1
-2
/
+6
*
[gdb] Add support for x86_64
Michael Brown
2016-03-22
7
-221
/
+470
*
[build] Do not use "objcopy -O binary" for objects with relocation records
Michael Brown
2016-03-21
1
-4
/
+8
*
[efi] Move architecture-independent EFI prefixes to interface/efi
Michael Brown
2016-03-17
2
-182
/
+0
*
[test] Move i386-specific tests to arch/i386/tests
Michael Brown
2016-03-17
5
-0
/
+347
*
[xen] Use generic test_and_clear_bit() function
Michael Brown
2016-03-16
1
-19
/
+0
*
[hyperv] Use generic set_bit() function
Michael Brown
2016-03-16
2
-46
/
+0
*
[bitops] Add generic atomic bit test, set, and clear functions
Michael Brown
2016-03-16
1
-0
/
+94
*
[build] Allow assembler section type character to vary by architecture
Michael Brown
2016-03-13
1
-0
/
+5
*
[efi] Centralise architecture-independent EFI Makefile and linker script
Michael Brown
2016-03-12
2
-153
/
+3
*
[librm] Do not unconditionally preserve flags across virt_call()
Michael Brown
2016-03-12
1
-2
/
+2
*
[pcbios] Restrict external memory allocations to the low 4GB
Michael Brown
2016-03-08
1
-0
/
+53
*
[librm] Support ioremap() for addresses above 4GB in a 64-bit build
Michael Brown
2016-02-26
5
-0
/
+210
*
[ioapi] Split ioremap() out to a separate IOMAP API
Michael Brown
2016-02-26
3
-19
/
+13
*
[librm] Add support for running in 64-bit long mode
Michael Brown
2016-02-24
3
-61
/
+495
*
[librm] Rename prot_call() to virt_call()
Michael Brown
2016-02-22
4
-39
/
+39
*
[librm] Support userptr_t in 64-bit builds
Michael Brown
2016-02-21
1
-1
/
+23
*
[librm] Mark virt_offset, text16, data16, rm_cs, and rm_ds as constant
Michael Brown
2016-02-21
1
-5
/
+5
*
[librm] Do not preserve flags unnecessarily
Michael Brown
2016-02-21
1
-17
/
+11
*
[librm] Add phys_call() wrapper for calling code with physical addressing
Michael Brown
2016-02-21
3
-153
/
+212
*
[build] Fix building on older versions of binutils
Michael Brown
2016-02-19
2
-10
/
+20
*
[librm] Generate page tables for 64-bit builds
Michael Brown
2016-02-19
3
-2
/
+197
*
[librm] Prepare for long-mode memory map
Michael Brown
2016-02-19
6
-35
/
+96
*
[relocate] Preserve page alignment during relocation
Michael Brown
2016-02-19
1
-12
/
+10
*
[librm] Transition to protected mode within init_librm()
Michael Brown
2016-02-19
2
-107
/
+127
*
[librm] Provide an abstraction wrapper for prot_call
Michael Brown
2016-02-19
20
-60
/
+77
[prev]
[next]