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
/
x86
/
image
Commit message (
Expand
)
Author
Age
Files
Lines
*
[image] Use image name rather than pointer value in all debug messages
Michael Brown
2025-05-26
4
-66
/
+65
*
[memmap] Allow explicit colour selection for memory map debug messages
Michael Brown
2025-05-25
1
-1
/
+1
*
[memmap] Rename addr/last fields to min/max for clarity
Michael Brown
2025-05-23
2
-4
/
+4
*
[initrd] Split out initrd construction from bzimage.c
Michael Brown
2025-05-23
1
-143
/
+44
*
[initrd] Rename bzimage_align() to initrd_align()
Michael Brown
2025-05-22
1
-14
/
+3
*
[initrd] Move initrd reshuffling to be architecture-independent code
Michael Brown
2025-05-21
2
-310
/
+1
*
[bios] Use generic external heap based on the system memory map
Michael Brown
2025-05-19
1
-4
/
+4
*
[comboot] Use memmap_describe() to obtain available memory
Michael Brown
2025-05-16
1
-15
/
+5
*
[multiboot] Use memmap_describe() to construct Multiboot memory map
Michael Brown
2025-05-16
1
-22
/
+35
*
[uaccess] Generalise librm's virt_offset mechanism for RISC-V
Michael Brown
2025-05-08
1
-1
/
+1
*
[build] Constrain PHYS_CODE() and REAL_CODE() to use i386 registers
Michael Brown
2025-05-08
2
-7
/
+7
*
[uaccess] Reduce scope of included uaccess.h header
Michael Brown
2025-04-30
2
-1
/
+1
*
[image] Make image data read-only to most consumers
Michael Brown
2025-04-30
2
-7
/
+6
*
[uaccess] Remove redundant copy_from_user() and copy_to_user()
Michael Brown
2025-04-30
6
-0
/
+6
*
[comboot] Remove userptr_t from COMBOOT image parsing
Michael Brown
2025-04-28
2
-44
/
+30
*
[bzimage] Remove userptr_t from bzImage parsing
Michael Brown
2025-04-28
1
-92
/
+72
*
[initrd] Use physical addresses for calculations on initrd locations
Michael Brown
2025-04-28
2
-37
/
+41
*
[bzimage] Use image name in debug messages
Michael Brown
2025-04-28
1
-33
/
+39
*
[multiboot] Remove userptr_t from Multiboot and ELF image parsing
Michael Brown
2025-04-28
2
-70
/
+79
*
[multiboot] Use image name in Multiboot and ELF debug messages
Michael Brown
2025-04-28
2
-33
/
+35
*
[nbi] Remove userptr_t from NBI image parsing
Michael Brown
2025-04-25
1
-31
/
+33
*
[sdi] Remove userptr_t from SDI image parsing
Michael Brown
2025-04-25
1
-45
/
+27
*
[pxe] Remove userptr_t from PXE NBP image parsing
Michael Brown
2025-04-24
1
-4
/
+4
*
[ucode] Remove userptr_t from microcode image parsing
Michael Brown
2025-04-24
1
-87
/
+76
*
[ucode] Remove userptr_t from microcode update mechanism
Michael Brown
2025-04-24
1
-31
/
+29
*
[uaccess] Remove trivial uses of userptr_t
Michael Brown
2025-04-24
1
-1
/
+1
*
[uaccess] Replace real_to_user() with real_to_virt()
Michael Brown
2025-04-21
6
-7
/
+7
*
[uaccess] Remove user_to_phys() and phys_to_user()
Michael Brown
2025-04-21
7
-49
/
+51
*
[uaccess] Remove redundant user_to_virt()
Michael Brown
2025-04-21
2
-3
/
+3
*
[uaccess] Remove redundant memcpy_user() and related string functions
Michael Brown
2025-04-21
9
-24
/
+23
*
[uaccess] Remove redundant userptr_add() and userptr_diff()
Michael Brown
2025-04-20
3
-22
/
+19
*
[uaccess] Rename userptr_sub() to userptr_diff()
Michael Brown
2025-04-20
2
-11
/
+11
*
[cpio] Allow for construction of parent directories as needed
Michael Brown
2025-02-24
1
-13
/
+24
*
[ucode] Add support for updating x86 microcode
Michael Brown
2024-03-15
1
-0
/
+798
*
[image] Allow for images to be hidden from lists of all images
Michael Brown
2023-05-05
2
-0
/
+8
*
[image] Always unregister currently executing image
Michael Brown
2023-03-07
2
-12
/
+0
*
[image] Check delimiters when parsing command-line key-value arguments
Michael Brown
2023-02-14
1
-21
/
+16
*
[bzimage] Fix parsing of "vga=..." when not at end of command line
Michael Brown
2022-10-27
1
-4
/
+10
*
[cpio] Split out bzImage initrd CPIO header construction
Michael Brown
2021-05-21
2
-49
/
+4
*
[initrd] Allow for zero-length initrd files
Michael Brown
2021-02-18
1
-6
/
+6
*
[comboot] Fix stack pointer retrieval after COM32 binary returns
Dentcho Ludmilov Bankov
2020-07-27
1
-1
/
+1
*
[init] Show startup and shutdown function names in debug messages
Michael Brown
2019-01-25
1
-0
/
+1
*
[build] Avoid implicit-fallthrough warnings on GCC 7
Michael Brown
2017-03-29
1
-0
/
+2
*
[bzimage] Fix page alignment of initrd images
Michael Brown
2016-10-29
1
-3
/
+5
*
[pxe] Disable interrupts on the PIC before starting NBP
Michael Brown
2016-07-03
1
-0
/
+5
*
[comboot] Support COMBOOT in 64-bit builds
Michael Brown
2016-04-15
2
-0
/
+635
*
[bios] Make uses of REAL_CODE() and PHYS_CODE() 64-bit clean
Michael Brown
2016-02-18
1
-2
/
+2
*
[bios] Add bin-x86_64-pcbios build platform
Michael Brown
2016-02-16
8
-0
/
+2492