blob: 9587b5d0b6ce179b736d820d17dc5f040c5dae4d [file] [log] [blame]
b53b0b9d9a61 ("pidfd: add polling support")
b3e583825266 ("clone: add CLONE_PIDFD")
c3ad2c3b02e9 ("signal: Don't restart fork when signals come in.")
4ca1d3ee4613 ("fork: Move and describe why the code examines PIDNS_ADDING")
0729614992c9 ("signal: Push pid type down into complete_signal.")
5a883cee7442 ("signal: Push pid type down into __send_signal")
b213984bd398 ("signal: Push pid type down into send_signal")
40b3b0253562 ("signal: Pass pid type into do_send_sig_info")
9c2db007787e ("signal: Pass pid type into send_sigio_to_task & send_sigurg_to_task")
0102498083d5 ("signal: Pass pid type into group_send_sig_info")
24122c7f4969 ("signal: Pass pid and pid type into send_sigqueue")
019191342fec ("signal: Use PIDTYPE_TGID to clearly store where file signals will be sent")
6883f81aac6f ("pid: Implement PIDTYPE_TGID")
2c4704756cab ("pids: Move the pgrp and session pid pointers from task_struct to signal_struct")
7a36094d61bf ("pids: Compute task_tgid using signal->leader_pid")
1fb53567a363 ("pids: Move task_pid_type into sched/signal.h")
2896b0f09f26 ("pids: Initialize leader_pid in init_task")
d7822b1e24f2 ("rseq: Introduce restartable sequences system call")
67a7acd3773a ("kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitions")
70dd4b316079 ("kernel/sys_ni: sort cond_syscall() entries")
b724e846b491 ("fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall")
0101db7a3019 ("fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall")
f459dffae1c6 ("fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()")
0f32ab8cfac4 ("fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()")
447016e96819 ("fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()")
e7a3e8b2edf5 ("fs: add ksys_write() helper; remove in-kernel calls to sys_write()")
a16fe33ab557 ("fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()")
c7248321a3d4 ("fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()")
3a18ef5c1b39 ("fs: add ksys_umount() helper; remove in-kernel call to sys_umount()")
312db1aa1dc7 ("fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()")
ab0d1e85bfd0 ("fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()")
819671ff849b ("syscalls: define and explain goal to not call syscalls in the kernel")
828450791608 ("Merge branch 'linus' into sched/urgent, to resolve conflicts")