- 4421cca memblock: use memblock_free for freeing virtual pointers by Mike Rapoport · 3 years, 2 months ago
- 3ecc683 memblock: rename memblock_free to memblock_phys_free by Mike Rapoport · 3 years, 2 months ago
- b234ed6d init: move usermodehelper_enable() to populate_rootfs() by Rasmus Villemoes · 3 years, 4 months ago
- e7cb072 init/initramfs.c: do unpacking asynchronously by Rasmus Villemoes · 3 years, 8 months ago
- 8b83369 Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 10 months ago
- dd23e80 initramfs: panic with memory information by Florian Fainelli · 3 years, 10 months ago
- c72160f initramfs: Provide a common initrd reserve function by Kefeng Wang · 4 years ago
- 55d5b7dd initramfs: fix clang build failure by Arnd Bergmann · 4 years, 1 month ago
- 7b81ce7 init: fix error check in clean_path() by Barret Rhoden · 4 years, 4 months ago
- 235e579 init: add an init_utimes helper by Christoph Hellwig · 4 years, 5 months ago
- 716308a init: add an init_stat helper by Christoph Hellwig · 4 years, 5 months ago
- 5fee64f init: add an init_mknod helper by Christoph Hellwig · 4 years, 5 months ago
- 83ff98c init: add an init_mkdir helper by Christoph Hellwig · 4 years, 5 months ago
- cd3acb6 init: add an init_symlink helper by Christoph Hellwig · 4 years, 5 months ago
- 812931d init: add an init_link helper by Christoph Hellwig · 4 years, 5 months ago
- 1097742 init: add an init_chmod helper by Christoph Hellwig · 4 years, 5 months ago
- b873498 init: add an init_chown helper by Christoph Hellwig · 4 years, 5 months ago
- 20cce02 init: add an init_rmdir helper by Christoph Hellwig · 4 years, 5 months ago
- 8fb9f73 init: add an init_unlink helper by Christoph Hellwig · 4 years, 5 months ago
- 38b0822 initramfs: use vfs_utimes in do_copy by Christoph Hellwig · 4 years, 5 months ago
- bf6419e initramfs: switch initramfs unpacking to struct file based APIs by Christoph Hellwig · 4 years, 6 months ago
- b2a74d5 initramfs: remove clean_rootfs by Christoph Hellwig · 4 years, 7 months ago
- 9ab6b71 initramfs: remove the populate_initrd_image and clean_rootfs stubs by Christoph Hellwig · 4 years, 7 months ago
- e99332e gcc-10: mark more functions __init to avoid section mismatch warnings by Linus Torvalds · 4 years, 8 months ago
- 899ee4a arm64: use generic free_initrd_mem() by Mike Rapoport · 5 years ago
- 4ada1e8 initramfs: fix populate_initrd_image() section mismatch by Geert Uytterhoeven · 6 years ago
- 5d59aa8 initramfs: don't free a non-existent initrd by Steven Price · 6 years ago
- f94f743 initramfs: poison freed initrd memory by Christoph Hellwig · 6 years ago
- 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
- d8ae8a3 initramfs: move the legacy keepinitrd parameter to core code by Christoph Hellwig · 6 years ago
- afef788 initramfs: cleanup populate_rootfs by Christoph Hellwig · 6 years ago
- 7c184ec initramfs: factor out a helper to populate the initrd image by Christoph Hellwig · 6 years ago
- 23091e2 initramfs: cleanup initrd freeing by Christoph Hellwig · 6 years ago
- 54c7a89 initramfs: free initrd memory if opening /initrd.image fails by Christoph Hellwig · 6 years ago
- e5eed35 init/initramfs.c: provide more details in error messages by David Engraf · 6 years ago
- a841c67 revert "initramfs: cleanup incomplete rootfs" by Andrew Morton · 6 years ago
- ff1522b initramfs: cleanup incomplete rootfs by David Engraf · 6 years ago
- 89d04ec Merge tag 'v4.20-rc5' into for-4.21/block by Jens Axboe · 6 years ago
- 7c0950d initramfs: clean old path before creating a hardlink by Li Zhijian · 6 years ago
- a1ce35f block: remove dead elevator code by Jens Axboe · 6 years ago
- 6ad018e init/: remove ineffective sparse disabling by Luc Van Oostenryck · 6 years ago
- 454dab3 fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64() by Dominik Brodowski · 7 years ago
- bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 7 years ago
- 2ca2a09d6 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
- 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
- 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
- 03450e2 fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- 46ea89e fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- 87c4e19 fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- b724e84 fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- f459dffa fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() by Dominik Brodowski · 7 years ago
- 0f32ab8 fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink() by Dominik Brodowski · 7 years ago
- e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
- e35c4c6 initramfs: use time64_t timestamps by Arnd Bergmann · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- aaed2dd utimes: Make utimes y2038 safe by Deepa Dinamani · 7 years ago
- 046aa12 initramfs: use vfs_stat/lstat directly by Arnd Bergmann · 8 years ago
- cff75e0 initramfs: provide a way to ignore image provided by bootloader by Daniel Thompson · 8 years ago
- 394e4f5 initramfs: avoid "label at end of compound statement" error by Linus Torvalds · 8 years ago
- 17a9be3 initramfs: Always do fput() and load modules after rootfs populate by Stafford Horne · 8 years ago
- 0886551 initramfs: finish fput() before accessing any binary from initramfs by Lokesh Vutla · 8 years ago
- 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
- c34d85a init/initramfs.c: resolve shadow warnings by Mark Rustad · 10 years ago
- 9687fd9 initramfs: add write error checks by David Engraf · 10 years ago
- d97b07c initramfs: support initramfs that is bigger than 2GiB by Yinghai Lu · 10 years ago
- 3874743 initramfs: support initrd that is bigger than 2GiB by Yinghai Lu · 10 years ago
- 6aa7a29 initramfs: debug detected compression method by Daniel M. Weeks · 11 years ago
- 499a458 init: fix possible format string bug by Tetsuo Handa · 11 years ago
- bb813f4 init, block: try to load default elevator module early during boot by Tejun Heo · 12 years ago
- c67e538 init: disable sparse checking of the mount.o source files by H Hartley Sweeten · 13 years ago
- 685dd2d init/initramfs.c: should use umode_t by Al Viro · 13 years ago
- c9e2a72 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
- 562f5e6 init: mark __user address space on string literals by Namhyung Kim · 14 years ago
- ffe8018 initramfs: fix initramfs size calculation by Hendrik Brueckner · 14 years ago
- df37bd1 initramfs: handle unrecognised decompressor when unpacking by Phillip Lougher · 15 years ago
- 8aaed5b init/initramfs.c: fix "symbol shadows an earlier one" noise by H Hartley Sweeten · 15 years ago
- 5429136 initramfs: add missing decompressor error check by Phillip Lougher · 15 years ago
- a1e6b6c initramfs: clean up messages related to initramfs unpacking by Eric Piel · 16 years ago
- d20d5a7 initramfs: fix initramfs to work with hardlinked init by Randy Robertson · 16 years ago
- b52bb37 init/initramfs: fix warning with CONFIG_BLK_DEV_RAM=n by Nikanth Karthikesan · 16 years ago
- c1c490e initramfs: prevent initramfs printk message being split by messages from other code. by Simon Kitching · 16 years ago
- eedf2c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30 by Linus Torvalds · 16 years ago
- df52092 fastboot: remove duplicate unpack_to_rootfs() by Li, Shaohua · 16 years ago
- 73310a1 init: make initrd/initramfs decompression failure a KERN_EMERG event by H. Peter Anvin · 16 years ago
- 23a22d5 bzip2/lzma: comprehensible error messages for missing decompressor by H. Peter Anvin · 16 years ago
- 736f932 bzip2/lzma: make flush_buffer() unconditional by Ingo Molnar · 16 years ago
- b173042 Merge branch 'linus' into x86/setup-lzma by Ingo Molnar · 16 years ago
- 889c92d bzip2/lzma: centralize format detection by H. Peter Anvin · 16 years ago
- cb6ff20 NOMMU: Support XIP on initramfs by David Howells · 16 years ago
- a26ee60 bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIP by Alain Knaff · 16 years ago
- 30d65db bzip2/lzma: config and initramfs support for bzip2/lzma decompression by Alain Knaff · 16 years ago
- 889d51a initramfs: add option to preserve mtime from initramfs cpio images by Nye Liu · 16 years ago
- 2d6ffcc inflate: refactor inflate malloc code by Thomas Petazzoni · 16 years ago
- 3265e66 directly use kmalloc() and kfree() in init/initramfs.c by Thomas Petazzoni · 17 years ago
- 9a9e0d6 ACPI: Remove ACPI_CUSTOM_DSDT_INITRD option by Linus Torvalds · 17 years ago
- 71fc47a ACPI: basic initramfs DSDT override support by Markus Gaugusch · 17 years ago
- b25b781 Remove superfluous checks for CONFIG_BLK_DEV_INITRD from initramfs.c by Robert P. J. Day · 17 years ago
- b0a5ab9 initramfs: missing __init by Al Viro · 17 years ago
- 0a7b35cb [PATCH] Add retain_initrd boot option by Michael Neuling · 18 years ago