summaryrefslogtreecommitdiffstats
path: root/init/initramfs.c
Commit message (Expand)AuthorAgeFilesLines
* init: open output files from cpio unpacking with O_LARGEFILEJohn Sperbeck2024-04-051-1/+1
* init: open /initrd.image with O_LARGEFILEJohn Sperbeck2024-03-261-1/+1
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-1/+1
|\
| * crash: split crash dumping code out from kexec_core.cBaoquan He2024-02-231-1/+1
* | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-3/+3
|\ \
| * | init: flush async file closingChristian Brauner2024-02-081-3/+3
| |/
* / initramfs: remove duplicate built-in __initramfs_start unpackingDavid Disseldorp2024-01-221-2/+0
|/
* initramfs: Expose retained initrd as sysfs fileAlexander Graf2023-12-151-1/+17
* mm: remove arguments of show_mem()Kefeng Wang2023-08-181-1/+1
* init/initramfs: Fix argument forwarding to panic() in panic_show_mem()Benjamin Gray2023-04-161-9/+2
* initramfs: use kstrtobool() instead of strtobool()Christophe JAILLET2023-02-021-2/+2
* initramfs: remove unnecessary (void*) conversionXU pengfei2022-11-181-1/+1
* initramfs: mark my_inptr as __initdatawuchi2022-09-111-1/+1
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-0/+2
|\
| * init: Deal with the init process being a user mode processEric W. Biederman2022-05-071-0/+2
* | initramfs: support cpio extraction with file checksumsDavid Disseldorp2022-05-091-5/+24
* | initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig optionDavid Disseldorp2022-05-091-12/+16
* | initramfs: make dir_entry.name a flexible array memberDavid Disseldorp2022-05-091-4/+6
* | initramfs: refactor do_header() cpio magic checksDavid Disseldorp2022-05-091-5/+4
|/
* memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* init: move usermodehelper_enable() to populate_rootfs()Rasmus Villemoes2021-09-081-0/+2
* init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes2021-05-071-1/+37
* Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-0/+45
|\
| * initramfs: Provide a common initrd reserve functionKefeng Wang2021-02-181-0/+45
* | initramfs: panic with memory informationFlorian Fainelli2021-02-261-4/+15
|/
* initramfs: fix clang build failureArnd Bergmann2020-12-111-1/+1
* init: fix error check in clean_path()Barret Rhoden2020-09-041-1/+1
* init: add an init_utimes helperChristoph Hellwig2020-07-311-2/+1
* init: add an init_stat helperChristoph Hellwig2020-07-311-1/+2
* init: add an init_mknod helperChristoph Hellwig2020-07-311-1/+1
* init: add an init_mkdir helperChristoph Hellwig2020-07-311-1/+1
* init: add an init_symlink helperChristoph Hellwig2020-07-311-1/+1
* init: add an init_link helperChristoph Hellwig2020-07-311-1/+1
* init: add an init_chmod helperChristoph Hellwig2020-07-311-2/+2
* init: add an init_chown helperChristoph Hellwig2020-07-311-3/+3
* init: add an init_rmdir helperChristoph Hellwig2020-07-311-1/+1
* init: add an init_unlink helperChristoph Hellwig2020-07-311-1/+2
* initramfs: use vfs_utimes in do_copyChristoph Hellwig2020-07-311-4/+6
* initramfs: switch initramfs unpacking to struct file based APIsChristoph Hellwig2020-07-311-21/+26
* initramfs: remove clean_rootfsChristoph Hellwig2020-07-301-48/+1
* initramfs: remove the populate_initrd_image and clean_rootfs stubsChristoph Hellwig2020-07-301-11/+4
* gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds2020-05-091-1/+1
* arm64: use generic free_initrd_mem()Mike Rapoport2019-10-161-0/+8
* initramfs: fix populate_initrd_image() section mismatchGeert Uytterhoeven2019-06-291-2/+2
* initramfs: don't free a non-existent initrdSteven Price2019-05-181-1/+1
* initramfs: poison freed initrd memoryChristoph Hellwig2019-05-141-1/+2
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-0/+5
* initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig2019-05-141-0/+9
* initramfs: cleanup populate_rootfsChristoph Hellwig2019-05-141-17/+20