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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
[fbcon] Remove userptr_t from framebuffer console drivers
Michael Brown
2025-04-25
5
-116
/
+112
|
*
[efi] Remove userptr_t from EFI PE image parsing
Michael Brown
2025-04-25
1
-13
/
+11
|
*
[pxe] Remove userptr_t from PXE file API implementation
Michael Brown
2025-04-25
1
-37
/
+17
|
*
[pxe] Remove userptr_t from PXE API call dispatcher
Michael Brown
2025-04-25
2
-21
/
+10
|
*
[cmdline] Remove userptr_t from "digest" command
Michael Brown
2025-04-25
1
-16
/
+2
|
*
[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
|
*
[block] Remove userptr_t from block device abstraction
Michael Brown
2025-04-24
19
-93
/
+86
|
*
[uaccess] Remove now-obsolete memchr_user()
Michael Brown
2025-04-24
6
-50
/
+0
|
*
[script] Remove userptr_t from script image parsing
Michael Brown
2025-04-24
1
-15
/
+21
|
*
[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
|
*
[thunderx] Replace uses of userptr_t with direct pointer dereferences
Michael Brown
2025-04-24
2
-36
/
+28
|
*
[exanic] Replace uses of userptr_t with direct pointer dereferences
Michael Brown
2025-04-24
2
-23
/
+16
|
*
[uaccess] Remove trivial uses of userptr_t
Michael Brown
2025-04-24
34
-86
/
+69
|
*
[gve] Replace uses of userptr_t with direct pointer dereferences
Michael Brown
2025-04-24
2
-64
/
+67
|
*
[umalloc] Remove userptr_t from user memory allocations
Michael Brown
2025-04-23
13
-151
/
+101
|
*
[smbios] Remove userptr_t from SMBIOS structure parsing
Michael Brown
2025-04-23
7
-313
/
+256
|
*
[acpi] Remove userptr_t from ACPI table parsing
Michael Brown
2025-04-22
14
-162
/
+152
|
*
[deflate] Remove userptr_t from decompression code
Michael Brown
2025-04-22
9
-154
/
+153
|
*
[image] Remove userptr_t from image definition
Michael Brown
2025-04-22
4
-8
/
+10
|
*
[crypto] Remove userptr_t from CMS verification and decryption
Michael Brown
2025-04-22
2
-85
/
+25
|
*
[crypto] Remove userptr_t from ASN.1 parsers
Michael Brown
2025-04-22
10
-100
/
+61
|
*
[uaccess] Remove redundant read_user()
Michael Brown
2025-04-21
4
-25
/
+11
|
*
[uaccess] Replace real_to_user() with real_to_virt()
Michael Brown
2025-04-21
19
-43
/
+43
|
*
[uaccess] Remove user_to_phys() and phys_to_user()
Michael Brown
2025-04-21
48
-235
/
+211
|
*
[uaccess] Remove redundant user_to_virt()
Michael Brown
2025-04-21
14
-60
/
+15
|
*
[uaccess] Remove redundant memcpy_user() and related string functions
Michael Brown
2025-04-21
35
-331
/
+83
|
*
[uaccess] Remove redundant userptr_add() and userptr_diff()
Michael Brown
2025-04-20
13
-108
/
+27
|
*
[uaccess] Change userptr_t to be a pointer type
Michael Brown
2025-04-20
1
-12
/
+1
|
*
[uaccess] Add explicit casts to and from userptr_t where needed
Michael Brown
2025-04-20
6
-10
/
+10
|
*
[uaccess] Rename userptr_sub() to userptr_diff()
Michael Brown
2025-04-20
5
-22
/
+22
|
*
[time] Use currticks() to provide the null system time
Michael Brown
2025-04-19
2
-6
/
+13
|
*
[riscv] Map DEL to backspace on the SBI debug console
Michael Brown
2025-04-19
2
-0
/
+7
|
*
[cgem] Add a driver for the Cadence GEM NIC
Michael Brown
2025-04-19
4
-0
/
+904
|
*
[undi] Work around broken ASUSTeK KNPA-U16 server PXE ROM
Michael Brown
2025-04-17
1
-0
/
+2
|
*
[efi] Inhibit calls to Shutdown() for wireless SNP devices
Michael Brown
2025-04-17
1
-11
/
+174
|
*
[netdevice] Add the concept of an insomniac network device
Michael Brown
2025-04-17
2
-2
/
+16
|
*
[efi] Allow for custom methods for disconnecting existing drivers
Michael Brown
2025-04-17
10
-17
/
+103
|
*
[dt] Provide dt_ioremap() to map device registers
Michael Brown
2025-04-15
2
-0
/
+89
|
*
[fdt] Add fdt_cells() to read cell-based properties such as "reg"
Michael Brown
2025-04-15
3
-47
/
+136
|
*
[netdevice] Add missing bus type identifier for devicetree devices
Michael Brown
2025-04-15
1
-0
/
+1
|
*
[crypto] Allow for explicit control of external trust sources
Michael Brown
2025-04-15
2
-8
/
+12
|
*
[dt] Add basic concept of a devicetree bus
Michael Brown
2025-04-14
4
-0
/
+377
|
*
[fdt] Remove concept of a device tree cursor
Michael Brown
2025-04-14
3
-124
/
+165
|
*
[fdt] Add basic tests for reading values from a flattened device tree
Michael Brown
2025-04-14
2
-0
/
+228
|
*
[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
2
-5
/
+36
|
*
[fdt] Allow for trailing slashes in path lookups
Michael Brown
2025-04-14
1
-4
/
+11
[prev]
[next]