index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2020-06-04
27
-387
/
+501
|
\
|
*
exec: Remove the recomputation of bprm->cred
Eric W. Biederman
2020-05-31
8
-68
/
+59
|
|
\
|
|
*
exec: Compute file based creds only once
Eric W. Biederman
2020-05-30
8
-79
/
+61
|
|
*
exec: Add a per bprm->file version of per_clear
Eric W. Biederman
2020-05-30
4
-3
/
+12
|
|
/
|
*
Merge commit a4ae32c71fe9 ("exec: Always set cap_ambient in cap_bprm_set_creds")
Eric W. Biederman
2020-05-28
1
-0
/
+1
|
|
\
|
*
|
binfmt_elf_fdpic: fix execfd build regression
Arnd Bergmann
2020-05-27
1
-1
/
+1
|
*
|
selftests/exec: Add binfmt_script regression test
Kees Cook
2020-05-21
2
-0
/
+172
|
*
|
exec: Control flow simplifications
Eric W. Biederman
2020-05-21
20
-244
/
+202
|
|
\
\
|
|
*
|
exec: Remove recursion from search_binary_handler
Eric W. Biederman
2020-05-21
6
-55
/
+43
|
|
*
|
exec: Generic execfd support
Eric W. Biederman
2020-05-21
5
-41
/
+32
|
|
*
|
exec/binfmt_script: Don't modify bprm->buf and then return -ENOEXEC
Eric W. Biederman
2020-05-21
1
-42
/
+38
|
|
*
|
exec: Move the call of prepare_binprm into search_binary_handler
Eric W. Biederman
2020-05-21
6
-22
/
+5
|
|
*
|
exec: Allow load_misc_binary to call prepare_binprm unconditionally
Eric W. Biederman
2020-05-21
3
-19
/
+17
|
|
*
|
exec: Convert security_bprm_set_creds into security_bprm_repopulate_creds
Eric W. Biederman
2020-05-21
7
-20
/
+19
|
|
*
|
exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds
Eric W. Biederman
2020-05-20
12
-63
/
+63
|
|
*
|
exec: Teach prepare_exec_creds how exec treats uids & gids
Eric W. Biederman
2020-05-20
1
-0
/
+3
|
|
/
/
|
*
|
Merge f87d1c955916 ("exec: Move would_dump into flush_old_exec")
Eric W. Biederman
2020-05-18
1
-2
/
+2
|
|
\
\
|
*
\
\
exec: Trivial cleanups for exec
Eric W. Biederman
2020-05-11
1
-22
/
+24
|
|
\
\
\
|
|
*
|
|
exec: Set the point of no return sooner
Eric W. Biederman
2020-05-11
1
-7
/
+5
|
|
*
|
|
exec: Move handling of the point of no return to the top level
Eric W. Biederman
2020-05-11
1
-9
/
+12
|
|
*
|
|
exec: Run sync_mm_rss before taking exec_update_mutex
Eric W. Biederman
2020-05-11
1
-1
/
+2
|
|
*
|
|
exec: Fix spelling of search_binary_handler in a comment
Eric W. Biederman
2020-05-09
1
-1
/
+1
|
|
*
|
|
exec: Move the comment from above de_thread to above unshare_sighand
Eric W. Biederman
2020-05-09
1
-6
/
+6
|
|
/
/
/
|
*
|
|
exec: Promised cleanups after introducing exec_update_mutex
Eric W. Biederman
2020-05-09
9
-101
/
+92
|
|
\
\
\
|
|
*
|
|
exec: Rename flush_old_exec begin_new_exec
Eric W. Biederman
2020-05-07
8
-9
/
+9
|
|
*
|
|
exec: Move most of setup_new_exec into flush_old_exec
Eric W. Biederman
2020-05-07
1
-41
/
+44
|
|
*
|
|
exec: In setup_new_exec cache current in the local variable me
Eric W. Biederman
2020-05-07
1
-11
/
+12
|
|
*
|
|
exec: Merge install_exec_creds into setup_new_exec
Eric W. Biederman
2020-05-07
8
-37
/
+27
|
|
*
|
|
exec: Rename the flag called_exec_mmap point_of_no_return
Eric W. Biederman
2020-05-07
2
-9
/
+9
|
|
*
|
|
exec: Make unlocking exec_update_mutex explict
Eric W. Biederman
2020-05-07
2
-5
/
+4
|
|
*
|
|
binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elf
Eric W. Biederman
2020-05-07
4
-6
/
+4
|
|
/
/
/
*
|
|
|
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2020-06-04
25
-206
/
+492
|
\
\
\
\
|
*
|
|
|
proc: proc_pid_ns takes super_block as an argument
Alexey Gladkov
2020-05-19
9
-15
/
+15
|
*
|
|
|
posix-cpu-timers: Use pids not tasks in lookup
Eric W. Biederman
2020-04-30
1
-57
/
+45
|
|
\
\
\
\
|
|
*
|
|
|
posix-cpu-timers: Replace __get_task_for_clock with pid_for_clock
Eric W. Biederman
2020-04-29
1
-45
/
+30
|
|
*
|
|
|
posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_type
Eric W. Biederman
2020-04-29
1
-4
/
+4
|
|
*
|
|
|
posix-cpu-timers: Extend rcu_read_lock removing task_struct references
Eric W. Biederman
2020-04-29
1
-20
/
+23
|
*
|
|
|
|
remove the no longer needed pid_alive() check in __task_pid_nr_ns()
Oleg Nesterov
2020-04-30
1
-2
/
+1
|
*
|
|
|
|
Removing has_group_leader_pid
Eric W. Biederman
2020-04-30
3
-25
/
+8
|
|
\
|
|
|
|
|
|
*
|
|
|
signal: Remove has_group_leader_pid
Eric W. Biederman
2020-04-28
1
-11
/
+0
|
|
*
|
|
|
exec: Remove BUG_ON(has_group_leader_pid)
Eric W. Biederman
2020-04-28
1
-1
/
+0
|
|
*
|
|
|
posix-cpu-timer: Unify the now redundant code in lookup_task
Eric W. Biederman
2020-04-28
1
-8
/
+7
|
|
*
|
|
|
posix-cpu-timer: Tidy up group_leader logic in lookup_task
Eric W. Biederman
2020-04-28
1
-6
/
+2
|
|
/
/
/
/
|
*
|
|
|
proc: Ensure we see the exit of each process tid exactly
Eric W. Biederman
2020-04-28
4
-4
/
+42
|
|
\
\
\
\
|
|
*
|
|
|
proc: Ensure we see the exit of each process tid exactly once
Eric W. Biederman
2020-04-28
3
-4
/
+21
|
|
*
|
|
|
rculist: Add hlists_swap_heads_rcu
Eric W. Biederman
2020-04-28
1
-0
/
+21
|
|
/
/
/
/
|
*
|
|
|
proc: Use PIDTYPE_TGID in next_tgid
Eric W. Biederman
2020-04-25
1
-14
/
+2
|
*
|
|
|
proc: modernize proc to support multiple private instances
Eric W. Biederman
2020-04-25
14
-96
/
+384
|
|
\
\
\
\
|
|
*
|
|
|
proc: use named enums for better readability
Alexey Gladkov
2020-04-22
4
-8
/
+8
|
|
*
|
|
|
proc: use human-readable values for hidepid
Alexey Gladkov
2020-04-22
6
-31
/
+126
[next]