index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
initramfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-06-03
1
-0
/
+2
|
\
|
*
init: Deal with the init process being a user mode process
Eric W. Biederman
2022-05-07
1
-0
/
+2
*
|
initramfs: support cpio extraction with file checksums
David Disseldorp
2022-05-09
1
-5
/
+24
*
|
initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig option
David Disseldorp
2022-05-09
1
-12
/
+16
*
|
initramfs: make dir_entry.name a flexible array member
David Disseldorp
2022-05-09
1
-4
/
+6
*
|
initramfs: refactor do_header() cpio magic checks
David Disseldorp
2022-05-09
1
-5
/
+4
|
/
*
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
2021-11-06
1
-1
/
+1
*
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
2021-11-06
1
-1
/
+1
*
init: move usermodehelper_enable() to populate_rootfs()
Rasmus Villemoes
2021-09-08
1
-0
/
+2
*
init/initramfs.c: do unpacking asynchronously
Rasmus Villemoes
2021-05-07
1
-1
/
+37
*
Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-02-26
1
-0
/
+45
|
\
|
*
initramfs: Provide a common initrd reserve function
Kefeng Wang
2021-02-18
1
-0
/
+45
*
|
initramfs: panic with memory information
Florian Fainelli
2021-02-26
1
-4
/
+15
|
/
*
initramfs: fix clang build failure
Arnd Bergmann
2020-12-11
1
-1
/
+1
*
init: fix error check in clean_path()
Barret Rhoden
2020-09-04
1
-1
/
+1
*
init: add an init_utimes helper
Christoph Hellwig
2020-07-31
1
-2
/
+1
*
init: add an init_stat helper
Christoph Hellwig
2020-07-31
1
-1
/
+2
*
init: add an init_mknod helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
*
init: add an init_mkdir helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
*
init: add an init_symlink helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
*
init: add an init_link helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
*
init: add an init_chmod helper
Christoph Hellwig
2020-07-31
1
-2
/
+2
*
init: add an init_chown helper
Christoph Hellwig
2020-07-31
1
-3
/
+3
*
init: add an init_rmdir helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
*
init: add an init_unlink helper
Christoph Hellwig
2020-07-31
1
-1
/
+2
*
initramfs: use vfs_utimes in do_copy
Christoph Hellwig
2020-07-31
1
-4
/
+6
*
initramfs: switch initramfs unpacking to struct file based APIs
Christoph Hellwig
2020-07-31
1
-21
/
+26
*
initramfs: remove clean_rootfs
Christoph Hellwig
2020-07-30
1
-48
/
+1
*
initramfs: remove the populate_initrd_image and clean_rootfs stubs
Christoph Hellwig
2020-07-30
1
-11
/
+4
*
gcc-10: mark more functions __init to avoid section mismatch warnings
Linus Torvalds
2020-05-09
1
-1
/
+1
*
arm64: use generic free_initrd_mem()
Mike Rapoport
2019-10-16
1
-0
/
+8
*
initramfs: fix populate_initrd_image() section mismatch
Geert Uytterhoeven
2019-06-29
1
-2
/
+2
*
initramfs: don't free a non-existent initrd
Steven Price
2019-05-18
1
-1
/
+1
*
initramfs: poison freed initrd memory
Christoph Hellwig
2019-05-14
1
-1
/
+2
*
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
2019-05-14
1
-0
/
+5
*
initramfs: move the legacy keepinitrd parameter to core code
Christoph Hellwig
2019-05-14
1
-0
/
+9
*
initramfs: cleanup populate_rootfs
Christoph Hellwig
2019-05-14
1
-17
/
+20
*
initramfs: factor out a helper to populate the initrd image
Christoph Hellwig
2019-05-14
1
-17
/
+23
*
initramfs: cleanup initrd freeing
Christoph Hellwig
2019-05-14
1
-23
/
+30
*
initramfs: free initrd memory if opening /initrd.image fails
Christoph Hellwig
2019-05-14
1
-8
/
+6
*
init/initramfs.c: provide more details in error messages
David Engraf
2019-03-07
1
-3
/
+3
*
revert "initramfs: cleanup incomplete rootfs"
Andrew Morton
2019-02-21
1
-3
/
+3
*
initramfs: cleanup incomplete rootfs
David Engraf
2019-01-04
1
-3
/
+3
*
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
2018-12-04
1
-10
/
+12
|
\
|
*
initramfs: clean old path before creating a hardlink
Li Zhijian
2018-11-30
1
-10
/
+12
*
|
block: remove dead elevator code
Jens Axboe
2018-11-07
1
-6
/
+0
|
/
*
init/: remove ineffective sparse disabling
Luc Van Oostenryck
2018-08-22
1
-10
/
+0
*
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
Dominik Brodowski
2018-04-02
1
-2
/
+2
*
fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
Dominik Brodowski
2018-04-02
1
-3
/
+3
*
fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
Dominik Brodowski
2018-04-02
1
-4
/
+4
[next]