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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
[fdt] Generalise access to "reg" property
Michael Brown
2025-05-09
1
-0
/
+105
|
*
[build] Formalise mechanism for accessing absolute symbols
Michael Brown
2025-05-09
1
-4
/
+4
|
*
[uaccess] Generalise librm's virt_offset mechanism for RISC-V
Michael Brown
2025-05-08
1
-0
/
+36
|
*
[uaccess] Remove redundant virt_to_user() and userptr_t
Michael Brown
2025-04-30
1
-1
/
+0
|
*
[uaccess] Reduce scope of included uaccess.h header
Michael Brown
2025-04-30
4
-1
/
+3
|
*
[image] Make image data read-only to most consumers
Michael Brown
2025-04-30
2
-5
/
+5
|
*
[image] Add the concept of a static image
Michael Brown
2025-04-30
1
-5
/
+39
|
*
[uaccess] Remove redundant copy_from_user() and copy_to_user()
Michael Brown
2025-04-30
5
-0
/
+5
|
*
[image] Clear recorded replacement image immediately after consuming
Michael Brown
2025-04-29
1
-0
/
+4
|
*
[xferbuf] Simplify and generalise data transfer buffers
Michael Brown
2025-04-29
3
-154
/
+76
|
*
[reboot] Generalise warm reboot indicator to a flags bitmask
Michael Brown
2025-04-28
1
-2
/
+2
|
*
[pnm] Remove userptr_t from PNM image parsing
Michael Brown
2025-04-25
1
-1
/
+2
|
*
[fbcon] Avoid redrawing unchanged characters when scrolling
Michael Brown
2025-04-25
1
-8
/
+32
|
*
[fbcon] Remove userptr_t from framebuffer console drivers
Michael Brown
2025-04-25
1
-75
/
+62
|
*
[block] Remove userptr_t from block device abstraction
Michael Brown
2025-04-24
4
-19
/
+21
|
*
[uaccess] Remove now-obsolete memchr_user()
Michael Brown
2025-04-24
1
-1
/
+0
|
*
[uaccess] Remove trivial uses of userptr_t
Michael Brown
2025-04-24
3
-6
/
+6
|
*
[umalloc] Remove userptr_t from user memory allocations
Michael Brown
2025-04-23
3
-28
/
+10
|
*
[acpi] Remove userptr_t from ACPI table parsing
Michael Brown
2025-04-22
3
-84
/
+70
|
*
[image] Remove userptr_t from image definition
Michael Brown
2025-04-22
1
-3
/
+4
|
*
[uaccess] Remove redundant read_user()
Michael Brown
2025-04-21
1
-5
/
+4
|
*
[uaccess] Remove user_to_phys() and phys_to_user()
Michael Brown
2025-04-21
6
-20
/
+20
|
*
[uaccess] Remove redundant user_to_virt()
Michael Brown
2025-04-21
2
-5
/
+3
|
*
[uaccess] Remove redundant memcpy_user() and related string functions
Michael Brown
2025-04-21
3
-18
/
+12
|
*
[uaccess] Remove redundant userptr_add() and userptr_diff()
Michael Brown
2025-04-20
2
-2
/
+1
|
*
[time] Use currticks() to provide the null system time
Michael Brown
2025-04-19
1
-1
/
+13
|
*
[fdt] Add fdt_cells() to read cell-based properties such as "reg"
Michael Brown
2025-04-15
1
-14
/
+70
|
*
[fdt] Remove concept of a device tree cursor
Michael Brown
2025-04-14
1
-124
/
+133
|
*
[fdt] Avoid temporarily modifying path during path lookup
Michael Brown
2025-04-14
1
-18
/
+15
|
*
[fdt] Provide fdt_strings() to read string list properties
Michael Brown
2025-04-14
1
-5
/
+34
|
*
[fdt] Allow for trailing slashes in path lookups
Michael Brown
2025-04-14
1
-4
/
+11
|
*
[fdt] Populate boot arguments in constructed device tree
Michael Brown
2025-04-01
1
-8
/
+415
|
*
[fdt] Identify free space (if any) at end of parsed tree
Michael Brown
2025-04-01
1
-4
/
+27
|
*
[iobuf] Limit automatic I/O buffer alignment to page size
Michael Brown
2025-03-31
1
-4
/
+10
|
*
[fdt] Provide the ability to create a device tree for a booted OS
Michael Brown
2025-03-28
1
-0
/
+79
|
*
[efi] Create a copy of the system flattened device tree, if present
Michael Brown
2025-03-28
1
-2
/
+1
|
*
[fdt] Allow for parsing device trees where the length is known in advance
Michael Brown
2025-03-28
1
-2
/
+16
|
*
[fdt] Allow for the existence of multiple device trees
Michael Brown
2025-03-28
1
-91
/
+95
|
*
[fdt] Add the concept of an FDT image
Michael Brown
2025-03-27
1
-0
/
+6
|
*
[cpio] Allow for the construction of pure directories
Michael Brown
2025-03-12
1
-6
/
+5
|
*
[cpio] Fix calculation of name lengths in CPIO headers
Michael Brown
2025-03-12
1
-6
/
+10
|
*
[cpio] Allow for construction of parent directories as needed
Michael Brown
2025-02-24
1
-29
/
+106
|
*
[malloc] Ensure free memory blocks remain aligned
Michael Brown
2025-02-03
1
-39
/
+58
|
*
[malloc] Clean up debug messages
Michael Brown
2025-02-03
1
-29
/
+30
|
*
[pci] Provide a null PCI API for platforms with no PCI bus
Michael Brown
2024-10-28
1
-0
/
+43
|
*
[fdt] Add ability to parse unsigned integer properties
Michael Brown
2024-10-28
1
-0
/
+38
|
*
[uaccess] Rename UACCESS_EFI to UACCESS_FLAT
Michael Brown
2024-10-25
1
-0
/
+44
|
*
[smbios] Provide a null SMBIOS API for platforms with no concept of SMBIOS
Michael Brown
2024-10-25
1
-0
/
+47
|
*
[gdb] Allow CPU architectures to omit support for GDB
Michael Brown
2024-09-05
1
-1
/
+0
|
*
[image] Split image_strip_suffix() out from image_extract()
Michael Brown
2024-08-29
2
-5
/
+21
[prev]
[next]