]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2025-05-19  Michael Brown[uheap] Add a generic external heap based on the system...
2025-05-19  Michael Brown[malloc] Allow heap to specify block and pointer alignments
2025-05-19  Michael Brown[malloc] Allow for the existence of multiple heaps
2025-05-16  Michael Brown[memmap] Remove now-obsolete get_memmap()
2025-05-16  Michael Brown[bios] Use memmap_describe() to find an external heap...
2025-05-16  Michael Brown[settings] Use memmap_describe() to construct memory...
2025-05-16  Michael Brown[bios] Use memmap_describe() to find a relocation address
2025-05-16  Michael Brown[comboot] Use memmap_describe() to obtain available...
2025-05-16  Michael Brown[multiboot] Use memmap_describe() to construct Multiboo...
2025-05-16  Michael Brown[image] Use memmap_describe() to check loadable image...
2025-05-16  Michael Brown[memmap] Use memmap_dump_all() to dump debug memory...
2025-05-16  Michael Brown[bios] Describe umalloc() heap as an in-use memory...
2025-05-16  Michael Brown[bios] Update to use the generic system memory map API
2025-05-16  Michael Brown[fdtmem] Update to use the generic system memory map API
2025-05-16  Michael Brown[memmap] Define an API for managing the system memory map
2025-05-15  Michael Brown[tests] Remove prehistoric umalloc() test code
2025-05-14  Michael Brown[fdtmem] Record size of accessible physical address...
2025-05-14  Michael Brown[bios] Rename memmap.c to int15.c
2025-05-14  Joseph Wong[bnxt] Use updated DMA APIs 1403/head
2025-05-14  Joseph Wong[bnxt] Return proper error codes in probe 1445/head
2025-05-14  Michael Brown[crypto] Remove redundant null pointer check
2025-05-13  Michael Brown[riscv] Add a .pf32 build target for padded parallel...
2025-05-13  Michael Brown[riscv] Perform a writability test before applying...
2025-05-13  Michael Brown[riscv] Avoid potentially overwriting the scratch area...
2025-05-13  Michael Brown[riscv] Add a .lkrn build target resembling a Linux...
2025-05-12  Michael Brown[riscv] Relocate to a safe physical address on startup
2025-05-12  Michael Brown[riscv] Construct page tables based on link-time virtua...
2025-05-12  Michael Brown[riscv] Allow apply_relocs() to use non-inline relocati...
2025-05-12  Michael Brown[riscv] Return accessible physical address space size...
2025-05-11  Michael Brown[fdtmem] Add ability to parse FDT memory map for a...
2025-05-11  Michael Brown[riscv] Ensure that prefix_virt is aligned on an xlen...
2025-05-11  Michael Brown[riscv] Hold virtual address offset in the thread point...
2025-05-09  Michael Brown[fdt] Generalise access to "reg" property
2025-05-09  Michael Brown[riscv] Use load and store pseudo-instructions where...
2025-05-09  Michael Brown[build] Formalise mechanism for accessing absolute...
2025-05-09  Michael Brown[libc] Display assertion failure message before increme...
2025-05-08  Michael Brown[riscv] Add support for disabling 64-bit and 32-bit...
2025-05-08  Michael Brown[riscv] Return virtual address offset from enable_paging()
2025-05-08  Michael Brown[riscv] Restore temporarily modified PTE within 32...
2025-05-07  Michael Brown[uaccess] Generalise librm's virt_offset mechanism...
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
next