]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2025-05-07  Michael Brown[build] Constrain PHYS_CODE() and REAL_CODE() to use...
2025-05-07  Michael Brown[riscv] Add debug printing of hexadecimal values in...
2025-05-07  Michael Brown[riscv] Move prefix system reset code to libprefix.S
2025-05-07  Michael Brown[riscv] Add basic debug progress messages in libprefix.S
2025-05-07  Michael Brown[riscv] Provide a millicode variant of print_message()
2025-05-06  Michael Brown[riscv] Move prefix debug message printing to libprefix.S
2025-05-06  Michael Brown[riscv] Place prefix debug strings in .rodata
2025-05-06  Michael Brown[riscv] Use compressed relocation records
2025-05-06  Michael Brown[riscv] Place .got and .got.plt in .data
2025-05-06  Michael Brown[riscv] Discard ELF hash tables
2025-05-06  Michael Brown[zbin] Allow for constructing compressed dynamic reloca...
2025-05-06  Michael Brown[build] Allow for 32-bit and 64-bit versions of util...
2025-05-04  Michael Brown[riscv] Add support for enabling 32-bit paging
2025-05-02  Michael Brown[riscv] Add support for enabling 64-bit paging
2025-05-01  Michael Brown[riscv] Allow for a non-zero link-time address
2025-05-01  Michael Brown[riscv] Split out runtime relocator to libprefix.S
2025-04-30  Michael Brown[uaccess] Remove redundant virt_to_user() and userptr_t
2025-04-30  Michael Brown[uaccess] Reduce scope of included uaccess.h header
2025-04-30  Michael Brown[image] Make image data read-only to most consumers
2025-04-30  Michael Brown[image] Add the concept of a static image
2025-04-30  Michael Brown[image] Move embedded images from .rodata to .data
2025-04-30  Michael Brown[test] Separate read-only and writable CMS test images
2025-04-30  Michael Brown[uaccess] Remove redundant copy_from_user() and copy_to...
2025-04-29  Michael Brown[image] Clear recorded replacement image immediately...
2025-04-29  Michael Brown[bofm] Remove userptr_t from BOFM table parsing and...
2025-04-29  Michael Brown[bofm] Allow BOFM tests to be run without a BOFM-capabl...
2025-04-29  Michael Brown[build] Remove some long-obsolete unused header files
2025-04-29  Michael Brown[peerdist] Remove never-used peerdist_msg_blk() macro
2025-04-29  Michael Brown[peerdist] Remove userptr_t from PeerDist content infor...
2025-04-29  Michael Brown[xferbuf] Simplify and generalise data transfer buffers
2025-04-28  Michael Brown[prefix] Remove userptr_t from command line image const...
2025-04-28  Michael Brown[comboot] Remove userptr_t from COM32 API implementation
2025-04-28  Michael Brown[comboot] Remove userptr_t from COMBOOT API implementation
2025-04-28  Michael Brown[comboot] Remove userptr_t from COMBOOT image parsing
2025-04-28  Michael Brown[uaccess] Remove redundant UNULL definition
2025-04-28  Michael Brown[bzimage] Remove userptr_t from bzImage parsing
2025-04-28  Michael Brown[initrd] Use physical addresses for calculations on... 1458/head
2025-04-28  Michael Brown[bzimage] Use image name in debug messages
2025-04-28  Michael Brown[efi] Add ability to reboot to firmware setup menu
2025-04-28  Michael Brown[reboot] Generalise warm reboot indicator to a flags...
2025-04-28  Michael Brown[multiboot] Remove userptr_t from Multiboot and ELF...
2025-04-28  Michael Brown[multiboot] Use image name in Multiboot and ELF debug...
2025-04-27  Michael Brown[linux] Enable compiler warnings when building the...
2025-04-27  Michael Brown[linux] Add missing return statement to linux_poll()
2025-04-27  Michael Brown[build] Disable gcc unterminated-string-initializer... 1457/head
2025-04-27  Michael Brown[build] Remove unsafe disable function wrapper from...
2025-04-27  Miao Wang[build] Prevent the use of reserved words in C23
2025-04-27  Michael Brown[build] Fix old-style function definition
2025-04-27  Michael Brown[build] Fix typo in xenver.h header guard
2025-04-25  Michael Brown[pnm] Remove userptr_t from PNM image parsing
2025-04-25  Michael Brown[png] Remove userptr_t from PNG image parsing
2025-04-25  Michael Brown[fbcon] Avoid redrawing unchanged characters when scrolling
2025-04-25  Michael Brown[fbcon] Remove userptr_t from framebuffer console drivers
2025-04-24  Michael Brown[efi] Remove userptr_t from EFI PE image parsing
2025-04-24  Michael Brown[pxe] Remove userptr_t from PXE file API implementation
2025-04-24  Michael Brown[pxe] Remove userptr_t from PXE API call dispatcher
2025-04-24  Michael Brown[cmdline] Remove userptr_t from "digest" command
2025-04-24  Michael Brown[nbi] Remove userptr_t from NBI image parsing
2025-04-24  Michael Brown[sdi] Remove userptr_t from SDI image parsing
2025-04-24  Michael Brown[pxe] Remove userptr_t from PXE NBP image parsing
2025-04-24  Michael Brown[block] Remove userptr_t from block device abstraction
2025-04-24  Michael Brown[uaccess] Remove now-obsolete memchr_user()
2025-04-24  Michael Brown[script] Remove userptr_t from script image parsing
2025-04-24  Michael Brown[ucode] Remove userptr_t from microcode image parsing
2025-04-24  Michael Brown[ucode] Remove userptr_t from microcode update mechanism
2025-04-24  Michael Brown[thunderx] Replace uses of userptr_t with direct pointe...
2025-04-24  Michael Brown[exanic] Replace uses of userptr_t with direct pointer...
2025-04-24  Michael Brown[uaccess] Remove trivial uses of userptr_t
2025-04-23  Michael Brown[gve] Replace uses of userptr_t with direct pointer...
2025-04-23  Michael Brown[umalloc] Remove userptr_t from user memory allocations
2025-04-23  Michael Brown[smbios] Remove userptr_t from SMBIOS structure parsing
2025-04-22  Michael Brown[acpi] Remove userptr_t from ACPI table parsing
2025-04-22  Michael Brown[deflate] Remove userptr_t from decompression code
2025-04-22  Michael Brown[image] Remove userptr_t from image definition
2025-04-21  Michael Brown[crypto] Remove userptr_t from CMS verification and...
2025-04-21  Michael Brown[crypto] Remove userptr_t from ASN.1 parsers
2025-04-21  Michael Brown[uaccess] Remove redundant read_user()
2025-04-21  Michael Brown[uaccess] Replace real_to_user() with real_to_virt()
2025-04-21  Michael Brown[uaccess] Remove user_to_phys() and phys_to_user()
2025-04-20  Michael Brown[uaccess] Remove redundant user_to_virt()
2025-04-20  Michael Brown[uaccess] Remove redundant memcpy_user() and related...
2025-04-20  Michael Brown[uaccess] Remove redundant userptr_add() and userptr_diff()
2025-04-20  Michael Brown[uaccess] Change userptr_t to be a pointer type
2025-04-20  Michael Brown[uaccess] Add explicit casts to and from userptr_t...
2025-04-20  Michael Brown[uaccess] Rename userptr_sub() to userptr_diff()
2025-04-19  Michael Brown[time] Use currticks() to provide the null system time
2025-04-19  Michael Brown[riscv] Map DEL to backspace on the SBI debug console
2025-04-19  Michael Brown[cgem] Add a driver for the Cadence GEM NIC
2025-04-17  Michael Brown[undi] Work around broken ASUSTeK KNPA-U16 server PXE ROM
2025-04-17  Michael Brown[efi] Inhibit calls to Shutdown() for wireless SNP...
2025-04-17  Michael Brown[netdevice] Add the concept of an insomniac network...
2025-04-17  Michael Brown[efi] Allow for custom methods for disconnecting existi...
2025-04-15  Michael Brown[dt] Provide dt_ioremap() to map device registers
2025-04-15  Michael Brown[fdt] Add fdt_cells() to read cell-based properties...
2025-04-15  Michael Brown[netdevice] Add missing bus type identifier for devicet...
2025-04-15  Michael Brown[crypto] Allow for explicit control of external trust...
2025-04-14  Michael Brown[dt] Add basic concept of a devicetree bus
2025-04-14  Michael Brown[fdt] Remove concept of a device tree cursor
2025-04-14  Michael Brown[fdt] Add basic tests for reading values from a flatten...
2025-04-14  Michael Brown[fdt] Avoid temporarily modifying path during path...
next