aboutsummaryrefslogtreecommitdiff
path: root/init/initramfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05init: open output files from cpio unpacking with O_LARGEFILEGravatar John Sperbeck 1-1/+1
2024-03-26init: open /initrd.image with O_LARGEFILEGravatar John Sperbeck 1-1/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-3/+3
2024-02-23crash: split crash dumping code out from kexec_core.cGravatar Baoquan He 1-1/+1
2024-02-08init: flush async file closingGravatar Christian Brauner 1-3/+3
2024-01-22initramfs: remove duplicate built-in __initramfs_start unpackingGravatar David Disseldorp 1-2/+0
2023-12-15initramfs: Expose retained initrd as sysfs fileGravatar Alexander Graf 1-1/+17
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