blob: e18fd4a003b197771326735e6586a5bfcb30ee9c [file] [log] [blame]
4ada1e810038 ("initramfs: fix populate_initrd_image() section mismatch")
afef7889c480 ("initramfs: cleanup populate_rootfs")
7c184ecd262f ("initramfs: factor out a helper to populate the initrd image")
23091e287355 ("initramfs: cleanup initrd freeing")
54c7a8916a88 ("initramfs: free initrd memory if opening /initrd.image fails")
bae217ea8c7e ("fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()")
2ca2a09d6215 ("fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()")
c7248321a3d4 ("fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()")
3a18ef5c1b39 ("fs: add ksys_umount() helper; remove in-kernel call to sys_umount()")
312db1aa1dc7 ("fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()")
819671ff849b ("syscalls: define and explain goal to not call syscalls in the kernel")
cff75e0b6fe8 ("initramfs: provide a way to ignore image provided by bootloader")
394e4f5d5834 ("initramfs: avoid "label at end of compound statement" error")
17a9be317475 ("initramfs: Always do fput() and load modules after rootfs populate")
08865514805d ("initramfs: finish fput() before accessing any binary from initramfs")