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
/
do_mounts_initrd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-02
kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()
Dominik Brodowski
1
-1
/
+1
2018-04-02
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
Dominik Brodowski
1
-2
/
+2
2018-04-02
fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
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_unlink() wrapper; remove in-kernel calls to sys_unlink()
Dominik Brodowski
1
-2
/
+2
2018-04-02
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
Dominik Brodowski
1
-4
/
+4
2018-04-02
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
Dominik Brodowski
1
-2
/
+2
2018-04-02
fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()
Dominik Brodowski
1
-2
/
+2
2018-04-02
fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
Dominik Brodowski
1
-3
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2016-01-21
init/do_mounts: initrd_load() can be boolean
Yaowei Bai
1
-3
/
+3
2013-05-01
usermodehelper: split remaining calls to call_usermodehelper_fns()
Lucas De Marchi
1
-2
/
+6
2013-01-23
Merge branch 'master' into for-3.9-async
Tejun Heo
1
-0
/
+4
2013-01-19
make sure that /linuxrc has std{in,out,err}
Al Viro
1
-0
/
+4
2013-01-19
init, block: try to load default elevator module early during boot
Tejun Heo
1
-0
/
+3
2012-10-12
don't bother with kernel_thread/kernel_execve for launching linuxrc
Al Viro
1
-25
/
+16
2012-06-01
init: disable sparse checking of the mount.o source files
H Hartley Sweeten
1
-0
/
+10
2012-04-01
get rid of pointless includes of ext2_fs.h
Al Viro
1
-1
/
+0
2010-08-18
Make do_execve() take a const filename pointer
David Howells
1
-3
/
+4
2010-03-03
init: Open /dev/console from rootfs
Eric W. Biederman
1
-4
/
+0
2007-11-21
Freezer: Fix s2disk resume from initrd
Rafael J. Wysocki
1
-3
/
+9
2007-09-19
Fix failure to resume from initrds
Nigel Cunningham
1
-1
/
+3
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-5
/
+2
2007-05-07
freezer: remove PF_NOFREEZE from handle_initrd
Rafael J. Wysocki
1
-2
/
+3
2006-12-07
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
1
-0
/
+1
2006-10-02
[PATCH] introduce kernel_execve
Arnd Bergmann
1
-2
/
+1
2006-06-26
[PATCH] devfs: Remove devfs from the init code
Greg Kroah-Hartman
1
-4
/
+2
2006-03-23
[PATCH] swsusp: userland interface
Rafael J. Wysocki
1
-0
/
+1
2005-06-30
[PATCH] Improper initrd failure message at boot time
Jay Lan
1
-1
/
+4
2005-06-26
[PATCH] init/do_mounts_initrd.c: fix sparse warning
Domen Puncer
1
-2
/
+2
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+121