summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [riscv] Move prefix system reset code to libprefix.SMichael Brown2025-05-072-16/+43
| * [riscv] Add basic debug progress messages in libprefix.SMichael Brown2025-05-071-0/+32
| * [riscv] Provide a millicode variant of print_message()Michael Brown2025-05-072-20/+38
| * [riscv] Move prefix debug message printing to libprefix.SMichael Brown2025-05-062-12/+65
| * [riscv] Place prefix debug strings in .rodataMichael Brown2025-05-061-1/+1
| * [riscv] Use compressed relocation recordsMichael Brown2025-05-064-71/+78
| * [riscv] Place .got and .got.plt in .dataMichael Brown2025-05-061-0/+2
| * [riscv] Discard ELF hash tablesMichael Brown2025-05-061-0/+2
| * [zbin] Allow for constructing compressed dynamic relocation recordsMichael Brown2025-05-061-0/+240
| * [build] Allow for 32-bit and 64-bit versions of util/zbinMichael Brown2025-05-0610-5/+40
| * [riscv] Add support for enabling 32-bit pagingMichael Brown2025-05-041-17/+141
| * [riscv] Add support for enabling 64-bit pagingMichael Brown2025-05-021-0/+262
| * [riscv] Allow for a non-zero link-time addressMichael Brown2025-05-013-4/+19
| * [riscv] Split out runtime relocator to libprefix.SMichael Brown2025-05-013-28/+113
| * [uaccess] Remove redundant virt_to_user() and userptr_tMichael Brown2025-04-306-58/+0Star
| * [uaccess] Reduce scope of included uaccess.h headerMichael Brown2025-04-3018-10/+8Star
| * [image] Make image data read-only to most consumersMichael Brown2025-04-3015-73/+45Star
| * [image] Add the concept of a static imageMichael Brown2025-04-309-8/+68
| * [image] Move embedded images from .rodata to .dataMichael Brown2025-04-301-1/+1
| * [test] Separate read-only and writable CMS test imagesMichael Brown2025-04-301-2/+14
| * [uaccess] Remove redundant copy_from_user() and copy_to_user()Michael Brown2025-04-3089-28/+90
| * [image] Clear recorded replacement image immediately after consumingMichael Brown2025-04-291-0/+4
| * [bofm] Remove userptr_t from BOFM table parsing and updatingMichael Brown2025-04-292-51/+45Star
| * [bofm] Allow BOFM tests to be run without a BOFM-capable device driverMichael Brown2025-04-292-1/+113
| * [build] Remove some long-obsolete unused header filesMichael Brown2025-04-297-266/+0Star
| * [peerdist] Remove never-used peerdist_msg_blk() macroMichael Brown2025-04-291-24/+0Star
| * [peerdist] Remove userptr_t from PeerDist content information parsingMichael Brown2025-04-293-9/+7Star
| * [xferbuf] Simplify and generalise data transfer buffersMichael Brown2025-04-297-234/+119Star
| * [prefix] Remove userptr_t from command line image constructionMichael Brown2025-04-291-9/+3Star
| * [comboot] Remove userptr_t from COM32 API implementationMichael Brown2025-04-293-21/+22
| * [comboot] Remove userptr_t from COMBOOT API implementationMichael Brown2025-04-281-39/+21Star
| * [comboot] Remove userptr_t from COMBOOT image parsingMichael Brown2025-04-282-44/+30Star
| * [uaccess] Remove redundant UNULL definitionMichael Brown2025-04-281-3/+0Star
| * [bzimage] Remove userptr_t from bzImage parsingMichael Brown2025-04-281-92/+72Star
| * [initrd] Use physical addresses for calculations on initrd locationsMichael Brown2025-04-283-40/+44
| * [bzimage] Use image name in debug messagesMichael Brown2025-04-281-33/+39
| * [efi] Add ability to reboot to firmware setup menuMichael Brown2025-04-283-0/+30
| * [reboot] Generalise warm reboot indicator to a flags bitmaskMichael Brown2025-04-286-15/+24
| * [multiboot] Remove userptr_t from Multiboot and ELF image parsingMichael Brown2025-04-284-88/+105
| * [multiboot] Use image name in Multiboot and ELF debug messagesMichael Brown2025-04-283-49/+51
| * [linux] Enable compiler warnings when building the linux_api.o objectMichael Brown2025-04-281-0/+4
| * [linux] Add missing return statement to linux_poll()Michael Brown2025-04-281-0/+1
| * [build] Disable gcc unterminated-string-initializer warningsMichael Brown2025-04-271-0/+9
| * [build] Remove unsafe disable function wrapper from legacy NIC driversMichael Brown2025-04-2716-21/+26
| * [build] Prevent the use of reserved words in C23Miao Wang2025-04-273-13/+10Star
| * [build] Fix old-style function definitionMichael Brown2025-04-271-2/+1Star
| * [build] Fix typo in xenver.h header guardMichael Brown2025-04-271-1/+1
| * [pnm] Remove userptr_t from PNM image parsingMichael Brown2025-04-254-32/+29Star
| * [png] Remove userptr_t from PNG image parsingMichael Brown2025-04-251-99/+78Star
| * [fbcon] Avoid redrawing unchanged characters when scrollingMichael Brown2025-04-251-8/+32