index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
exec.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-14
fs/exec.c: move ->recursion_depth out of critical sections
Alexey Dobriyan
1
-1
/
+3
2019-03-07
exec: increase BINPRM_BUF_SIZE to 256
Oleg Nesterov
1
-1
/
+1
2019-03-07
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/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2019-02-18
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-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2019-01-04
fs/: remove caller signal_pending branch predictions
Davidlohr Bueso
1
-2
/
+2
2019-01-04
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/ebiederm/user-namespace
Linus Torvalds
1
-0
/
+1
2018-07-26
mm: fix vma_is_anonymous() false-positives
Kirill A. Shutemov
1
-0
/
+1
2018-07-21
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
2018-07-21
pid: Implement PIDTYPE_TGID
Eric W. Biederman
1
-0
/
+1
2018-06-10
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2018-06-06
rseq: Introduce restartable sequences system call
Mathieu Desnoyers
1
-0
/
+1
2018-05-23
umh: introduce fork_usermode_blob() helper
Alexei Starovoitov
1
-9
/
+29
2018-04-11
exec: pin stack limit during exec
Kees Cook
1
-12
/
+15
2018-04-11
exec: introduce finalize_exec() before start_thread()
Kees Cook
1
-0
/
+6
2018-04-11
exec: pass stack rlimit into mm layout functions
Kees Cook
1
-1
/
+7
2018-03-19
exec: Set file unwritable before LSM check
Kees Cook
1
-3
/
+3
2018-01-03
exec: Weaken dumpability for secureexec
Kees Cook
1
-2
/
+7
2017-12-17
Revert "exec: avoid RLIMIT_STACK races with prlimit()"
Kees Cook
1
-6
/
+1
2017-12-14
exec: avoid gcc-8 warning for get_task_comm
Arnd Bergmann
1
-4
/
+3
2017-11-29
exec: avoid RLIMIT_STACK races with prlimit()
Kees Cook
1
-1
/
+6
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
Mark Rutland
1
-1
/
+1
2017-10-19
membarrier: Provide register expedited private command
Mathieu Desnoyers
1
-0
/
+1
2017-10-03
exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] array
Oleg Nesterov
1
-1
/
+1
2017-09-14
vfs: constify path argument to kernel_read_file_from_path
Mimi Zohar
1
-1
/
+1
2017-09-14
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-21
/
+3
2017-09-13
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
1
-2
/
+2
2017-09-04
fs: fix kernel_read prototype
Christoph Hellwig
1
-4
/
+3
2017-09-04
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-07
exec: Limit arg stack to at most 75% of _STK_LIM
Kees Cook
1
-5
/
+6
2017-06-23
fs/exec.c: account for argv/envp pointers
Kees Cook
1
-4
/
+24
[next]