summaryrefslogtreecommitdiff
path: root/init/initramfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman1-2/+2
2024-04-11treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner1-9/+1
2024-04-05init: open output files from cpio unpacking with O_LARGEFILEJohn Sperbeck1-1/+1
2024-03-26init: open /initrd.image with O_LARGEFILEJohn Sperbeck1-1/+1
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+3
2024-02-24crash: split crash dumping code out from kexec_core.cBaoquan He1-1/+1
2024-02-08init: flush async file closingChristian Brauner1-3/+3
2024-01-22initramfs: remove duplicate built-in __initramfs_start unpackingDavid Disseldorp1-2/+0
2023-12-15initramfs: Expose retained initrd as sysfs fileAlexander Graf1-1/+17
2023-08-18mm: remove arguments of show_mem()Kefeng Wang1-1/+1
2023-04-16init/initramfs: Fix argument forwarding to panic() in panic_show_mem()Benjamin Gray1-9/+2
2023-02-03initramfs: use kstrtobool() instead of strtobool()Christophe JAILLET1-2/+2
2022-11-19initramfs: remove unnecessary (void*) conversionXU pengfei1-1/+1
2022-09-12initramfs: mark my_inptr as __initdatawuchi1-1/+1
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2022-05-10initramfs: support cpio extraction with file checksumsDavid Disseldorp1-5/+24
2022-05-10initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig optionDavid Disseldorp1-12/+16
2022-05-10initramfs: make dir_entry.name a flexible array memberDavid Disseldorp1-4/+6
2022-05-10initramfs: refactor do_header() cpio magic checksDavid Disseldorp1-5/+4
2022-05-07init: Deal with the init process being a user mode processEric W. Biederman1-0/+2
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-09-08init: move usermodehelper_enable() to populate_rootfs()Rasmus Villemoes1-0/+2
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes1-1/+37
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+45
2021-02-26initramfs: panic with memory informationFlorian Fainelli1-4/+15
2021-02-19initramfs: Provide a common initrd reserve functionKefeng Wang1-0/+45
2020-12-12initramfs: fix clang build failureArnd Bergmann1-1/+1
2020-09-04init: fix error check in clean_path()Barret Rhoden1-1/+1
2020-07-31init: add an init_utimes helperChristoph Hellwig1-2/+1
2020-07-31init: add an init_stat helperChristoph Hellwig1-1/+2
2020-07-31init: add an init_mknod helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_mkdir helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_symlink helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_link helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_chmod helperChristoph Hellwig1-2/+2
2020-07-31init: add an init_chown helperChristoph Hellwig1-3/+3
2020-07-31init: add an init_rmdir helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_unlink helperChristoph Hellwig1-1/+2
2020-07-31initramfs: use vfs_utimes in do_copyChristoph Hellwig1-4/+6
2020-07-31initramfs: switch initramfs unpacking to struct file based APIsChristoph Hellwig1-21/+26
2020-07-30initramfs: remove clean_rootfsChristoph Hellwig1-48/+1
2020-07-30initramfs: remove the populate_initrd_image and clean_rootfs stubsChristoph Hellwig1-11/+4
2020-05-10gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds1-1/+1
2019-10-16arm64: use generic free_initrd_mem()Mike Rapoport1-0/+8
2019-06-29initramfs: fix populate_initrd_image() section mismatchGeert Uytterhoeven1-2/+2
2019-05-19initramfs: don't free a non-existent initrdSteven Price1-1/+1
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig1-1/+2
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-0/+5