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
2020-05-11
exec: Run sync_mm_rss before taking exec_update_mutex
Eric W. Biederman
1
-1
/
+2
2020-05-09
exec: Fix spelling of search_binary_handler in a comment
Eric W. Biederman
1
-1
/
+1
2020-05-09
exec: Move the comment from above de_thread to above unshare_sighand
Eric W. Biederman
1
-6
/
+6
2020-05-08
exec: Rename flush_old_exec begin_new_exec
Eric W. Biederman
1
-2
/
+2
2020-05-08
exec: Move most of setup_new_exec into flush_old_exec
Eric W. Biederman
1
-41
/
+44
2020-05-08
exec: In setup_new_exec cache current in the local variable me
Eric W. Biederman
1
-11
/
+12
2020-05-08
exec: Merge install_exec_creds into setup_new_exec
Eric W. Biederman
1
-30
/
+26
2020-05-08
exec: Rename the flag called_exec_mmap point_of_no_return
Eric W. Biederman
1
-6
/
+6
2020-05-08
exec: Make unlocking exec_update_mutex explict
Eric W. Biederman
1
-3
/
+3
2020-04-29
exec: Remove BUG_ON(has_group_leader_pid)
Eric W. Biederman
1
-1
/
+0
2020-04-29
proc: Ensure we see the exit of each process tid exactly once
Eric W. Biederman
1
-4
/
+1
2020-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-25
/
+55
2020-04-01
signal: Extend exec_id to 64bits
Eric W. Biederman
1
-1
/
+1
2020-03-25
exec: Add exec_update_mutex to replace cred_guard_mutex
Eric W. Biederman
1
-3
/
+19
2020-03-25
exec: Move exec_mmap right after de_thread in flush_old_exec
Eric W. Biederman
1
-12
/
+12
2020-03-25
exec: Move cleanup of posix timers on exec out of de_thread
Eric W. Biederman
1
-5
/
+5
2020-03-25
exec: Factor unshare_sighand out of de_thread and call it separately
Eric W. Biederman
1
-13
/
+26
2020-03-25
exec: Only compute current once in flush_old_exec
Eric W. Biederman
1
-4
/
+5
2020-02-11
firmware_loader: load files from the mount namespace of init
Topi Miettinen
1
-0
/
+26
2020-01-31
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+5
2020-01-31
execve: warn if process starts with executable stack
Alexey Dobriyan
1
-0
/
+5
2020-01-31
Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
1
-1
/
+0
2020-01-23
mm: remove arch_bprm_mm_init() hook
Dave Hansen
1
-1
/
+0
2019-12-03
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2019-12-01
Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+0
2019-11-20
exit/exec: Seperate mm_release()
Thomas Gleixner
1
-1
/
+1
2019-11-13
time: Rename tsk->real_start_time to ->start_boottime
Peter Zijlstra
1
-1
/
+1
2019-10-23
pipe: Reduce #inclusion of pipe_fs_i.h
David Howells
1
-1
/
+0
2019-09-25
sched/membarrier: Fix p->mm->membarrier_state racy load
Mathieu Desnoyers
1
-1
/
+1
2019-07-25
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
1
-1
/
+1
2019-07-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-05-27
signal: Remove task parameter from force_sigsegv
Eric W. Biederman
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-15
fs/exec.c: move ->recursion_depth out of critical sections
Alexey Dobriyan
1
-1
/
+3
2019-03-08
exec: increase BINPRM_BUF_SIZE to 256
Oleg Nesterov
1
-1
/
+1
2019-03-08
fs/exec.c: replace opencoded set_mask_bits()
Vineet Gupta
1
-6
/
+1
2019-03-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2019-02-19
exec: Fix mem leak in kernel_read_file
YueHaibing
1
-1
/
+1
2019-02-04
sched/core: Convert sighand_struct.count to refcount_t
Elena Reshetova
1
-2
/
+2
2019-01-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2019-01-05
fs/: remove caller signal_pending branch predictions
Davidlohr Bueso
1
-2
/
+2
2019-01-05
exec: separate MM_ANONPAGES and RLIMIT_STACK accounting
Oleg Nesterov
1
-53
/
+52
2018-12-10
exec: make prepare_bprm_creds static
Chanho Min
1
-1
/
+1
2018-12-04
Revert "exec: make de_thread() freezable"
Rafael J. Wysocki
1
-3
/
+2
2018-11-19
exec: make de_thread() freezable
Chanho Min
1
-2
/
+3
2018-10-10
vfs: require i_size <= SIZE_MAX in kernel_read_file()
Eric Biggers
1
-4
/
+4
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2018-07-27
mm: fix vma_is_anonymous() false-positives
Kirill A. Shutemov
1
-0
/
+1
2018-07-22
mm: make vm_area_alloc() initialize core fields
Linus Torvalds
1
-3
/
+1
2018-07-21
mm: use helper functions for allocating and freeing vm_area structs
Linus Torvalds
1
-2
/
+2
[prev]
[next]