summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/image/initrd.c
Commit message (Expand)AuthorAgeFilesLines
* [initrd] Move initrd reshuffling to be architecture-independent codeMichael Brown2025-05-211-309/+0Star
* [bios] Use generic external heap based on the system memory mapMichael Brown2025-05-191-4/+4
* [image] Make image data read-only to most consumersMichael Brown2025-04-301-6/+5Star
* [uaccess] Remove redundant copy_from_user() and copy_to_user()Michael Brown2025-04-301-0/+1
* [initrd] Use physical addresses for calculations on initrd locationsMichael Brown2025-04-281-33/+37
* [uaccess] Remove user_to_phys() and phys_to_user()Michael Brown2025-04-211-16/+16
* [uaccess] Remove redundant user_to_virt()Michael Brown2025-04-211-1/+1
* [uaccess] Remove redundant memcpy_user() and related string functionsMichael Brown2025-04-211-6/+6
* [uaccess] Remove redundant userptr_add() and userptr_diff()Michael Brown2025-04-201-13/+12Star
* [uaccess] Rename userptr_sub() to userptr_diff()Michael Brown2025-04-201-10/+10
* [cpio] Split out bzImage initrd CPIO header constructionMichael Brown2021-05-211-0/+1
* [initrd] Allow for zero-length initrd filesMichael Brown2021-02-181-6/+6
* [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-251-0/+1
* [bios] Add bin-x86_64-pcbios build platformMichael Brown2016-02-161-0/+304