index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init
/
initramfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-16
arm64: use generic free_initrd_mem()
Mike Rapoport
1
-0
/
+8
2019-06-29
initramfs: fix populate_initrd_image() section mismatch
Geert Uytterhoeven
1
-2
/
+2
2019-05-19
initramfs: don't free a non-existent initrd
Steven Price
1
-1
/
+1
2019-05-14
initramfs: poison freed initrd memory
Christoph Hellwig
1
-1
/
+2
2019-05-14
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
1
-0
/
+5
2019-05-14
initramfs: move the legacy keepinitrd parameter to core code
Christoph Hellwig
1
-0
/
+9
2019-05-14
initramfs: cleanup populate_rootfs
Christoph Hellwig
1
-17
/
+20
2019-05-14
initramfs: factor out a helper to populate the initrd image
Christoph Hellwig
1
-17
/
+23
2019-05-14
initramfs: cleanup initrd freeing
Christoph Hellwig
1
-23
/
+30
2019-05-14
initramfs: free initrd memory if opening /initrd.image fails
Christoph Hellwig
1
-8
/
+6
2019-03-08
init/initramfs.c: provide more details in error messages
David Engraf
1
-3
/
+3
2019-02-21
revert "initramfs: cleanup incomplete rootfs"
Andrew Morton
1
-3
/
+3
2019-01-05
initramfs: cleanup incomplete rootfs
David Engraf
1
-3
/
+3
2018-12-04
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
1
-10
/
+12
2018-12-01
initramfs: clean old path before creating a hardlink
Li Zhijian
1
-10
/
+12
2018-11-07
block: remove dead elevator code
Jens Axboe
1
-6
/
+0
2018-08-22
init/: remove ineffective sparse disabling
Luc Van Oostenryck
1
-10
/
+0
2018-04-02
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
Dominik Brodowski
1
-2
/
+2
2018-04-02
fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
Dominik Brodowski
1
-3
/
+3
2018-04-02
fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
Dominik Brodowski
1
-4
/
+4
2018-04-02
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
Dominik Brodowski
1
-4
/
+4
2018-04-02
fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...
Dominik Brodowski
1
-3
/
+3
2018-04-02
fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
Dominik Brodowski
1
-2
/
+2
2018-04-02
fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()
Dominik Brodowski
1
-2
/
+2
2018-04-02
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
Dominik Brodowski
1
-1
/
+1
2017-11-18
initramfs: use time64_t timestamps
Arnd Bergmann
1
-5
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-04
utimes: Make utimes y2038 safe
Deepa Dinamani
1
-1
/
+1
2017-05-09
initramfs: use vfs_stat/lstat directly
Arnd Bergmann
1
-6
/
+6
2017-05-09
initramfs: provide a way to ignore image provided by bootloader
Daniel Thompson
1
-1
/
+1
2017-05-06
initramfs: avoid "label at end of compound statement" error
Linus Torvalds
1
-0
/
+1
2017-05-05
initramfs: Always do fput() and load modules after rootfs populate
Stafford Horne
1
-6
/
+9
2017-02-28
initramfs: finish fput() before accessing any binary from initramfs
Lokesh Vutla
1
-0
/
+2
2015-09-10
kexec: split kexec_load syscall from kexec core code
Dave Young
1
-2
/
+2
2014-10-14
init/initramfs.c: resolve shadow warnings
Mark Rustad
1
-17
/
+17
2014-08-09
initramfs: add write error checks
David Engraf
1
-2
/
+4
2014-08-09
initramfs: support initramfs that is bigger than 2GiB
Yinghai Lu
1
-11
/
+11
2014-08-09
initramfs: support initrd that is bigger than 2GiB
Yinghai Lu
1
-4
/
+32
2014-04-08
initramfs: debug detected compression method
Daniel M. Weeks
1
-0
/
+1
2014-01-24
init: fix possible format string bug
Tetsuo Handa
1
-1
/
+1
2013-01-19
init, block: try to load default elevator module early during boot
Tejun Heo
1
-1
/
+7
2012-06-01
init: disable sparse checking of the mount.o source files
H Hartley Sweeten
1
-3
/
+13
2012-01-04
init/initramfs.c: should use umode_t
Al Viro
1
-4
/
+4
2010-10-29
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-5
/
+4
2010-10-27
init: mark __user address space on string literals
Namhyung Kim
1
-2
/
+3
[next]