aboutsummaryrefslogtreecommitdiff
path: root/init/initramfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mm: remove arguments of show_mem()Gravatar Kefeng Wang 1-1/+1
2023-04-16init/initramfs: Fix argument forwarding to panic() in panic_show_mem()Gravatar Benjamin Gray 1-9/+2
2023-02-02initramfs: use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 1-2/+2
2022-11-18initramfs: remove unnecessary (void*) conversionGravatar XU pengfei 1-1/+1
2022-09-11initramfs: mark my_inptr as __initdataGravatar wuchi 1-1/+1
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+2
2022-05-09initramfs: support cpio extraction with file checksumsGravatar David Disseldorp 1-5/+24
2022-05-09initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig optionGravatar David Disseldorp 1-12/+16
2022-05-09initramfs: make dir_entry.name a flexible array memberGravatar David Disseldorp 1-4/+6
2022-05-09initramfs: refactor do_header() cpio magic checksGravatar David Disseldorp 1-5/+4
2022-05-07init: Deal with the init process being a user mode processGravatar Eric W. Biederman 1-0/+2
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+1
2021-09-08init: move usermodehelper_enable() to populate_rootfs()Gravatar Rasmus Villemoes 1-0/+2
2021-05-07init/initramfs.c: do unpacking asynchronouslyGravatar Rasmus Villemoes 1-1/+37
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+45
2021-02-26initramfs: panic with memory informationGravatar Florian Fainelli 1-4/+15
2021-02-18initramfs: Provide a common initrd reserve functionGravatar Kefeng Wang 1-0/+45
2020-12-11initramfs: fix clang build failureGravatar Arnd Bergmann 1-1/+1
2020-09-04init: fix error check in clean_path()Gravatar Barret Rhoden 1-1/+1
2020-07-31init: add an init_utimes helperGravatar Christoph Hellwig 1-2/+1
2020-07-31init: add an init_stat helperGravatar Christoph Hellwig 1-1/+2
2020-07-31init: add an init_mknod helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_mkdir helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_symlink helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_link helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_chmod helperGravatar Christoph Hellwig 1-2/+2
2020-07-31init: add an init_chown helperGravatar Christoph Hellwig 1-3/+3
2020-07-31init: add an init_rmdir helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_unlink helperGravatar Christoph Hellwig 1-1/+2
2020-07-31initramfs: use vfs_utimes in do_copyGravatar Christoph Hellwig 1-4/+6
2020-07-31initramfs: switch initramfs unpacking to struct file based APIsGravatar Christoph Hellwig 1-21/+26
2020-07-30initramfs: remove clean_rootfsGravatar Christoph Hellwig 1-48/+1
2020-07-30initramfs: remove the populate_initrd_image and clean_rootfs stubsGravatar Christoph Hellwig 1-11/+4
2020-05-09gcc-10: mark more functions __init to avoid section mismatch warningsGravatar Linus Torvalds 1-1/+1
2019-10-16arm64: use generic free_initrd_mem()Gravatar Mike Rapoport 1-0/+8
2019-06-29initramfs: fix populate_initrd_image() section mismatchGravatar Geert Uytterhoeven 1-2/+2
2019-05-18initramfs: don't free a non-existent initrdGravatar Steven Price 1-1/+1
2019-05-14initramfs: poison freed initrd memoryGravatar Christoph Hellwig 1-1/+2
2019-05-14initramfs: provide a generic free_initrd_mem implementationGravatar Christoph Hellwig 1-0/+5
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeGravatar Christoph Hellwig 1-0/+9
2019-05-14initramfs: cleanup populate_rootfsGravatar Christoph Hellwig 1-17/+20
2019-05-14initramfs: factor out a helper to populate the initrd imageGravatar Christoph Hellwig 1-17/+23
2019-05-14initramfs: cleanup initrd freeingGravatar Christoph Hellwig 1-23/+30
2019-05-14initramfs: free initrd memory if opening /initrd.image failsGravatar Christoph Hellwig 1-8/+6
2019-03-07init/initramfs.c: provide more details in error messagesGravatar David Engraf 1-3/+3
2019-02-21revert "initramfs: cleanup incomplete rootfs"Gravatar Andrew Morton 1-3/+3
2019-01-04initramfs: cleanup incomplete rootfsGravatar David Engraf 1-3/+3
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockGravatar Jens Axboe 1-10/+12
2018-11-30initramfs: clean old path before creating a hardlinkGravatar Li Zhijian 1-10/+12