aboutsummaryrefslogtreecommitdiffstats
path: root/init/initramfs.c
AgeCommit message (Expand)Author
2023-04-16init/initramfs: Fix argument forwarding to panic() in panic_show_mem()Benjamin Gray
2023-02-02initramfs: use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-18initramfs: remove unnecessary (void*) conversionXU pengfei
2022-09-11initramfs: mark my_inptr as __initdatawuchi
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-09initramfs: support cpio extraction with file checksumsDavid Disseldorp
2022-05-09initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig optionDavid Disseldorp
2022-05-09initramfs: make dir_entry.name a flexible array memberDavid Disseldorp
2022-05-09initramfs: refactor do_header() cpio magic checksDavid Disseldorp
2022-05-07init: Deal with the init process being a user mode processEric W. Biederman
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-09-08init: move usermodehelper_enable() to populate_rootfs()Rasmus Villemoes
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-26initramfs: panic with memory informationFlorian Fainelli
2021-02-18initramfs: Provide a common initrd reserve functionKefeng Wang
2020-12-11initramfs: fix clang build failureArnd Bergmann
2020-09-04init: fix error check in clean_path()Barret Rhoden
2020-07-31init: add an init_utimes helperChristoph Hellwig
2020-07-31init: add an init_stat helperChristoph Hellwig
2020-07-31init: add an init_mknod helperChristoph Hellwig
2020-07-31init: add an init_mkdir helperChristoph Hellwig
2020-07-31init: add an init_symlink helperChristoph Hellwig
2020-07-31init: add an init_link helperChristoph Hellwig
2020-07-31init: add an init_chmod helperChristoph Hellwig
2020-07-31init: add an init_chown helperChristoph Hellwig
2020-07-31init: add an init_rmdir helperChristoph Hellwig
2020-07-31init: add an init_unlink helperChristoph Hellwig
2020-07-31initramfs: use vfs_utimes in do_copyChristoph Hellwig
2020-07-31initramfs: switch initramfs unpacking to struct file based APIsChristoph Hellwig
2020-07-30initramfs: remove clean_rootfsChristoph Hellwig
2020-07-30initramfs: remove the populate_initrd_image and clean_rootfs stubsChristoph Hellwig
2020-05-09gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds
2019-10-16arm64: use generic free_initrd_mem()Mike Rapoport
2019-06-29initramfs: fix populate_initrd_image() section mismatchGeert Uytterhoeven
2019-05-18initramfs: don't free a non-existent initrdSteven Price
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig
2019-05-14initramfs: cleanup populate_rootfsChristoph Hellwig
2019-05-14initramfs: factor out a helper to populate the initrd imageChristoph Hellwig
2019-05-14initramfs: cleanup initrd freeingChristoph Hellwig
2019-05-14initramfs: free initrd memory if opening /initrd.image failsChristoph Hellwig
2019-03-07init/initramfs.c: provide more details in error messagesDavid Engraf
2019-02-21revert "initramfs: cleanup incomplete rootfs"Andrew Morton
2019-01-04initramfs: cleanup incomplete rootfsDavid Engraf
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe
2018-11-30initramfs: clean old path before creating a hardlinkLi Zhijian
2018-11-07block: remove dead elevator codeJens Axboe