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
/
fs
/
exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-18
Revert "exec: avoid RLIMIT_STACK races with prlimit()"
Kees Cook
1
-6
/
+1
2017-12-15
exec: avoid gcc-8 warning for get_task_comm
Arnd Bergmann
1
-4
/
+3
2017-11-30
exec: avoid RLIMIT_STACK races with prlimit()
Kees Cook
1
-1
/
+6
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-10-20
membarrier: Provide register expedited private command
Mathieu Desnoyers
1
-0
/
+1
2017-10-04
exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] array
Oleg Nesterov
1
-1
/
+1
2017-09-15
vfs: constify path argument to kernel_read_file_from_path
Mimi Zohar
1
-1
/
+1
2017-09-15
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-21
/
+3
2017-09-14
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
1
-2
/
+2
2017-09-05
fs: fix kernel_read prototype
Christoph Hellwig
1
-4
/
+3
2017-09-05
fs: move kernel_read to fs/read_write.c
Christoph Hellwig
1
-17
/
+0
2017-08-01
exec: Consolidate pdeath_signal clearing
Kees Cook
1
-4
/
+3
2017-08-01
exec: Use sane stack rlimit under secureexec
Kees Cook
1
-0
/
+12
2017-08-01
exec: Consolidate dumpability logic
Kees Cook
1
-6
/
+5
2017-08-01
exec: Use secureexec for clearing pdeath_signal
Kees Cook
1
-2
/
+1
2017-08-01
exec: Use secureexec for setting dumpability
Kees Cook
1
-1
/
+1
2017-08-01
LSM: drop bprm_secureexec hook
Kees Cook
1
-2
/
+0
2017-08-01
commoncap: Refactor to remove bprm_secureexec hook
Kees Cook
1
-0
/
+7
2017-08-01
binfmt: Introduce secureexec flag
Kees Cook
1
-0
/
+2
2017-08-01
exec: Correct comments about "point of no return"
Kees Cook
1
-3
/
+13
2017-08-01
exec: Rename bprm->cred_prepared to called_set_creds
Kees Cook
1
-1
/
+1
2017-07-08
exec: Limit arg stack to at most 75% of _STK_LIM
Kees Cook
1
-5
/
+6
2017-06-24
fs/exec.c: account for argv/envp pointers
Kees Cook
1
-4
/
+24
2017-03-20
x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
Kyle Huey
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers, cgroups: Remove the threadgroup_change_*() wrappery
Ingo Molnar
1
-3
/
+3
2017-02-14
vfs: Use upper filesystem inode in bprm_fill_uid()
Vivek Goyal
1
-1
/
+1
2017-01-24
exec: Remove LSM_UNSAFE_PTRACE_CAP
Eric W. Biederman
1
-6
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-23
fs: exec: apply CLOEXEC before changing dumpable task flags
Aleksa Sarai
1
-2
/
+8
2016-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2016-12-15
mm: add locked parameter to get_user_pages_remote()
Lorenzo Stoakes
1
-1
/
+1
2016-12-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-3
/
+18
2016-11-22
exec: Ensure mm->user_ns contains the execed files
Eric W. Biederman
1
-2
/
+17
2016-11-22
ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
Eric W. Biederman
1
-1
/
+1
2016-11-16
posix-timers: Make them configurable
Nicolas Pitre
1
-0
/
+2
2016-10-19
mm: replace get_user_pages_remote() write/force parameters with gup_flags
Lorenzo Stoakes
1
-2
/
+7
2016-08-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
1
-0
/
+33
2016-08-03
firmware: support loading into a pre-allocated buffer
Stephen Boyd
1
-3
/
+6
2016-07-25
elf_fdpic_transfer_args_to_stack(): make it generic
Nicolas Pitre
1
-0
/
+33
2016-06-24
fs: Treat foreign mounts as nosuid
Andy Lutomirski
1
-1
/
+1
2016-05-24
exec: make exec path waiting for mmap_sem killable
Michal Hocko
1
-2
/
+8
2016-05-24
exec: remove the no longer needed remove_arg_zero()->free_arg_page()
Oleg Nesterov
1
-7
/
+0
2016-05-19
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-8
/
+21
2016-05-17
exec: clarify reasoning for euid/egid reset
Kees Cook
1
-1
/
+6
2016-05-01
vfs: forbid write access when reading a file into memory
Dmitry Kasatkin
1
-8
/
+21
[next]