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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[build] Mark known reviewed files as permitted for UEFI Secure Boot
Michael Brown
2026-01-14
3
-0
/
+3
*
[build] Mark core files as permitted for UEFI Secure Boot
Michael Brown
2026-01-14
26
-0
/
+26
*
[crypto] Allow for zero-length big integer literals
Michael Brown
2025-12-29
1
-2
/
+6
*
[pci] Allow probing permission to vary by range
Michael Brown
2025-11-25
2
-2
/
+4
*
[pci] Use linker tables for runtime selectable PCI APIs
Michael Brown
2025-11-24
4
-33
/
+0
*
[ioapi] Allow iounmap() to be called for port I/O addresses
Michael Brown
2025-11-05
1
-0
/
+4
*
[uart] Support 16550 UARTs accessed via either MMIO or port I/O
Michael Brown
2025-11-04
1
-2
/
+2
*
[uart] Allow for dynamically registered 16550 UARTs
Michael Brown
2025-06-22
1
-8
/
+8
*
[uart] Allow for the existence of non-16550 UARTs
Michael Brown
2025-06-20
2
-41
/
+60
*
[initrd] Move initrd reshuffling to be architecture-independent code
Michael Brown
2025-05-21
2
-24
/
+0
*
[bios] Use generic external heap based on the system memory map
Michael Brown
2025-05-19
3
-33
/
+0
*
[bios] Describe umalloc() heap as an in-use memory area
Michael Brown
2025-05-16
2
-5
/
+1
*
[bios] Update to use the generic system memory map API
Michael Brown
2025-05-16
2
-0
/
+34
*
[bios] Rename memmap.c to int15.c
Michael Brown
2025-05-14
1
-1
/
+1
*
[build] Formalise mechanism for accessing absolute symbols
Michael Brown
2025-05-09
1
-1
/
+2
*
[uaccess] Generalise librm's virt_offset mechanism for RISC-V
Michael Brown
2025-05-08
3
-67
/
+1
*
[uaccess] Remove redundant virt_to_user() and userptr_t
Michael Brown
2025-04-30
1
-5
/
+0
*
[uaccess] Remove redundant copy_from_user() and copy_to_user()
Michael Brown
2025-04-30
1
-0
/
+1
*
[build] Remove some long-obsolete unused header files
Michael Brown
2025-04-29
1
-69
/
+0
*
[comboot] Remove userptr_t from COM32 API implementation
Michael Brown
2025-04-29
1
-2
/
+2
*
[initrd] Use physical addresses for calculations on initrd locations
Michael Brown
2025-04-28
1
-3
/
+3
*
[pxe] Remove userptr_t from PXE API call dispatcher
Michael Brown
2025-04-25
1
-3
/
+0
*
[uaccess] Remove now-obsolete memchr_user()
Michael Brown
2025-04-24
1
-7
/
+0
*
[uaccess] Remove trivial uses of userptr_t
Michael Brown
2025-04-24
1
-2
/
+2
*
[acpi] Remove userptr_t from ACPI table parsing
Michael Brown
2025-04-22
1
-2
/
+2
*
[uaccess] Replace real_to_user() with real_to_virt()
Michael Brown
2025-04-21
2
-8
/
+8
*
[uaccess] Remove user_to_phys() and phys_to_user()
Michael Brown
2025-04-21
2
-14
/
+13
*
[uaccess] Remove redundant user_to_virt()
Michael Brown
2025-04-21
1
-5
/
+0
*
[uaccess] Remove redundant memcpy_user() and related string functions
Michael Brown
2025-04-21
1
-32
/
+0
*
[uaccess] Remove redundant userptr_add() and userptr_diff()
Michael Brown
2025-04-20
1
-11
/
+0
*
[uaccess] Add explicit casts to and from userptr_t where needed
Michael Brown
2025-04-20
1
-3
/
+3
*
[uaccess] Rename userptr_sub() to userptr_diff()
Michael Brown
2025-04-20
1
-3
/
+3
*
[pic8259] Return previous state when enabling or disabling IRQs
Michael Brown
2025-03-14
1
-3
/
+44
*
[crypto] Expose shifted out bit from big integer shifts
Michael Brown
2025-02-13
1
-6
/
+13
*
[crypto] Expose carry flag from big integer addition and subtraction
Michael Brown
2024-11-26
1
-6
/
+14
*
[crypto] Use architecture-independent bigint_is_set()
Michael Brown
2024-10-10
1
-19
/
+0
*
[crypto] Rename bigint_rol()/bigint_ror() to bigint_shl()/bigint_shr()
Michael Brown
2024-10-07
1
-4
/
+4
*
[crypto] Eliminate temporary carry space for big integer multiplication
Michael Brown
2024-09-27
1
-13
/
+12
*
[crypto] Use constant-time big integer multiplication
Michael Brown
2024-09-23
1
-5
/
+29
*
[efi] Centralise definition of efi_cpu_nap()
Michael Brown
2024-09-13
2
-20
/
+9
*
[pci] Separate permission to probe buses from bus:dev.fn range discovery
Michael Brown
2024-08-15
3
-0
/
+30
*
[cpuid] Allow reading hypervisor CPUID leaves
Michael Brown
2024-08-01
1
-0
/
+3
*
[ucode] Add support for updating x86 microcode
Michael Brown
2024-03-15
2
-0
/
+224
*
[bios] Provide a multiprocessor API for BIOS
Michael Brown
2024-03-15
2
-0
/
+34
*
[librm] Add support for installing a startup IPI handler
Michael Brown
2024-03-15
1
-0
/
+20
*
[mp] Define an API for multiprocessor functions
Michael Brown
2024-03-15
1
-0
/
+12
*
[crypto] Allow multiplicand and multiplier to differ in size
Michael Brown
2024-01-16
1
-1
/
+3
*
[librm] Use explicit operand size when pushing a label address
Michael Brown
2023-09-05
1
-2
/
+4
*
[rng] Allow entropy source to be selected at runtime
Michael Brown
2023-02-17
3
-114
/
+0
*
[rng] Add RDRAND as an entropy source
Michael Brown
2023-02-15
4
-0
/
+42
[next]