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
/
interface
/
pcbios
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into openslx
openslx
Simon Rettberg
2026-01-28
19
-622
/
+259
|
\
|
*
[pci] Use linker tables for runtime selectable PCI APIs
Michael Brown
2025-11-24
2
-271
/
+1
|
*
[pci] Allow PCI configuration space access mechanism to vary by range
Michael Brown
2025-11-24
1
-48
/
+121
|
*
[init] Show initialisation function names in debug messages
Michael Brown
2025-07-15
3
-0
/
+3
|
*
[memmap] Rename addr/last fields to min/max for clarity
Michael Brown
2025-05-23
1
-3
/
+3
|
*
[uheap] Expose external heap region directly
Michael Brown
2025-05-22
1
-6
/
+7
|
*
[bios] Use generic external heap based on the system memory map
Michael Brown
2025-05-19
2
-248
/
+2
|
*
[bios] Use memmap_describe() to find an external heap location
Michael Brown
2025-05-16
1
-16
/
+14
|
*
[memmap] Use memmap_dump_all() to dump debug memory maps
Michael Brown
2025-05-16
2
-9
/
+6
|
*
[bios] Describe umalloc() heap as an in-use memory area
Michael Brown
2025-05-16
3
-12
/
+40
|
*
[bios] Update to use the generic system memory map API
Michael Brown
2025-05-16
3
-63
/
+97
|
*
[bios] Rename memmap.c to int15.c
Michael Brown
2025-05-14
1
-0
/
+0
|
*
[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
/
+1
|
*
[build] Constrain PHYS_CODE() and REAL_CODE() to use i386 registers
Michael Brown
2025-05-08
1
-3
/
+3
|
*
[uaccess] Remove redundant copy_from_user() and copy_to_user()
Michael Brown
2025-04-30
9
-0
/
+9
|
*
[reboot] Generalise warm reboot indicator to a flags bitmask
Michael Brown
2025-04-28
1
-5
/
+5
|
*
[fbcon] Remove userptr_t from framebuffer console drivers
Michael Brown
2025-04-25
1
-20
/
+17
|
*
[block] Remove userptr_t from block device abstraction
Michael Brown
2025-04-24
1
-9
/
+8
|
*
[umalloc] Remove userptr_t from user memory allocations
Michael Brown
2025-04-23
1
-23
/
+19
|
*
[smbios] Remove userptr_t from SMBIOS structure parsing
Michael Brown
2025-04-23
1
-19
/
+17
|
*
[acpi] Remove userptr_t from ACPI table parsing
Michael Brown
2025-04-22
3
-30
/
+30
|
*
[uaccess] Replace real_to_user() with real_to_virt()
Michael Brown
2025-04-21
4
-6
/
+6
|
*
[uaccess] Remove user_to_phys() and phys_to_user()
Michael Brown
2025-04-21
6
-26
/
+26
|
*
[uaccess] Remove redundant memcpy_user() and related string functions
Michael Brown
2025-04-21
1
-2
/
+2
|
*
[uaccess] Remove redundant userptr_add() and userptr_diff()
Michael Brown
2025-04-20
1
-5
/
+5
|
*
[uaccess] Add explicit casts to and from userptr_t where needed
Michael Brown
2025-04-20
1
-1
/
+1
|
*
[rng] Restore state of IRQ 8 and PIE when disabling entropy gathering
Michael Brown
2025-03-14
1
-8
/
+25
|
*
[pci] Separate permission to probe buses from bus:dev.fn range discovery
Michael Brown
2024-08-15
2
-0
/
+2
*
|
Merge branch 'master' into openslx
Simon Rettberg
2024-04-12
1
-0
/
+173
|
\
|
|
*
[build] Fix building on older versions of gcc
Michael Brown
2024-03-17
1
-0
/
+1
|
*
[bios] Provide a multiprocessor API for BIOS
Michael Brown
2024-03-15
1
-0
/
+172
*
|
Merge branch 'aqc1xx' into openslx
Simon Rettberg
2024-04-12
4
-118
/
+180
|
\
|
|
*
[block] Allow for additional SAN boot parameters alongside filename
Michael Brown
2024-03-06
1
-2
/
+3
|
*
[block] Use drive number as debug message stream ID
Michael Brown
2024-03-04
1
-101
/
+109
|
*
[build] Fix building with newer binutils
Michael Brown
2024-01-14
1
-1
/
+1
|
*
[build] Remove unnecessary ".text" directives
Michael Brown
2024-01-14
1
-1
/
+0
|
*
[smbios] Support scanning for the 64-bit SMBIOS3 entry point
Michael Brown
2023-12-29
1
-2
/
+53
|
*
[pci] Require discovery of a PCI device when determining usable PCI APIs
Michael Brown
2023-11-02
1
-11
/
+14
*
|
Merge branch 'master' into openslx
Simon Rettberg
2023-10-06
2
-24
/
+36
|
\
|
|
*
[console] Avoid overlap between special keys and Unicode characters
Michael Brown
2023-07-04
1
-24
/
+35
|
*
[build] Inhibit linker warnings about an implied executable stack
Geert Stappers
2023-06-30
1
-0
/
+1
*
|
Merge branch 'master' into openslx
Simon Rettberg
2023-04-04
2
-12
/
+42
|
\
|
|
*
[rng] Allow entropy source to be selected at runtime
Michael Brown
2023-02-17
1
-8
/
+30
|
*
[rng] Check for several functioning RTC interrupts
Michael Brown
2023-02-11
1
-3
/
+11
|
*
[cachedhcp] Include VLAN tag in filter for applying cached DHCPACK
Michael Brown
2022-12-22
1
-1
/
+1
*
|
[vesafb] Map Unicode characters to CP437 if possible
Simon Rettberg
2022-10-21
1
-2
/
+134
*
|
Merge branch 'master' into openslx
Simon Rettberg
2022-10-21
2
-7
/
+206
|
\
|
|
*
[pci] Select PCI I/O API at runtime for cloud images
Michael Brown
2022-09-18
2
-0
/
+193
|
*
[bios] Allow pcibios_discover() to return an empty range
Michael Brown
2022-09-18
1
-3
/
+5
[next]