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