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-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
2010-09-29
initramfs: fix initramfs size calculation
Hendrik Brueckner
1
-5
/
+4
2010-04-24
initramfs: handle unrecognised decompressor when unpacking
Phillip Lougher
1
-1
/
+2
2010-03-06
init/initramfs.c: fix "symbol shadows an earlier one" noise
H Hartley Sweeten
1
-6
/
+6
2009-12-16
initramfs: add missing decompressor error check
Phillip Lougher
1
-4
/
+6
2009-05-07
initramfs: clean up messages related to initramfs unpacking
Eric Piel
1
-9
/
+4
2009-04-14
initramfs: fix initramfs to work with hardlinked init
Randy Robertson
1
-1
/
+2
2009-04-14
init/initramfs: fix warning with CONFIG_BLK_DEV_RAM=n
Nikanth Karthikesan
1
-0
/
+2
2009-04-03
initramfs: prevent initramfs printk message being split by messages from othe...
Simon Kitching
1
-3
/
+4
2009-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30
Linus Torvalds
1
-15
/
+56
2009-03-28
fastboot: remove duplicate unpack_to_rootfs()
Li, Shaohua
1
-15
/
+56
[next]