| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-12-16 | 1 | -22/+0 |
|\ |
|
| * | kernel: remove checking for TIF_NOTIFY_SIGNAL | Jens Axboe | 2020-12-12 | 1 | -2/+0 |
| * | signal: kill JOBCTL_TASK_WORK | Jens Axboe | 2020-12-12 | 1 | -20/+0 |
| * | Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke... | Jens Axboe | 2020-11-09 | 1 | -4/+18 |
| |\ |
|
* | \ | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-12-15 | 1 | -4/+18 |
|\ \ \ |
|
| * \ \ | Merge branch 'core/urgent' into core/entry | Thomas Gleixner | 2020-11-04 | 1 | -1/+1 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | entry: Add support for TIF_NOTIFY_SIGNAL | Jens Axboe | 2020-10-29 | 1 | -0/+14 |
| * | | | signal: Add task_sigpending() helper | Jens Axboe | 2020-10-29 | 1 | -4/+4 |
* | | | | signal: define the SA_EXPOSE_TAGBITS bit in sa_flags | Peter Collingbourne | 2020-11-23 | 1 | -0/+24 |
* | | | | signal: define the SA_UNSUPPORTED bit in sa_flags | Peter Collingbourne | 2020-11-23 | 1 | -0/+6 |
* | | | | signal: clear non-uapi flag bits when passing/returning sa_flags | Peter Collingbourne | 2020-11-23 | 1 | -0/+10 |
| |_|/
|/| | |
|
* | | | ptrace: fix task_join_group_stop() for the case when current is traced | Oleg Nesterov | 2020-11-02 | 1 | -9/+10 |
| |/
|/| |
|
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
|/ |
|
* | task_work: only grab task signal lock when needed | Jens Axboe | 2020-08-13 | 1 | -1/+15 |
* | signal: fix typo in dequeue_synchronous_signal() | Pavel Machek | 2020-07-26 | 1 | -1/+1 |
* | task_work: teach task_work_add() to do signal_wake_up() | Oleg Nesterov | 2020-06-30 | 1 | -3/+7 |
* | Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-06-02 | 1 | -53/+53 |
|\ |
|
| * | signal: refactor copy_siginfo_to_user32 | Christoph Hellwig | 2020-05-05 | 1 | -53/+53 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2020-04-23 | 1 | -1/+5 |
|\ \ |
|
| * | | signal: Avoid corrupting si_pid and si_uid in do_notify_parent | Eric W. Biederman | 2020-04-21 | 1 | -1/+5 |
| |/ |
|
* | | signal: use kill_proc_info instead of kill_pid_info in kill_something_info | Zhiqiang Liu | 2020-04-12 | 1 | -6/+2 |
* | | signal: check sig before setting info in kill_pid_usb_asyncio | Zhiqiang Liu | 2020-04-12 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2020-04-02 | 1 | -1/+1 |
|\ |
|
| * | signal: Extend exec_id to 64bits | Eric W. Biederman | 2020-04-01 | 1 | -1/+1 |
* | | signal: avoid double atomic counter increments for user accounting | Linus Torvalds | 2020-02-26 | 1 | -9/+14 |
|/ |
|
* | sched.h: Annotate sighand_struct with __rcu | Madhuparna Bhowmik | 2020-01-26 | 1 | -1/+1 |
* | cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrac... | Oleg Nesterov | 2019-10-11 | 1 | -1/+1 |
* | Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-09-16 | 1 | -2/+5 |
|\ |
|
| * | pidfd: add P_PIDFD to waitid() | Christian Brauner | 2019-08-01 | 1 | -2/+5 |
* | | signal: Allow cifs and drbd to receive their terminating signals | Eric W. Biederman | 2019-08-19 | 1 | -0/+5 |
* | | kernel/signal.c: fix a kernel-doc markup | Mauro Carvalho Chehab | 2019-08-03 | 1 | -1/+1 |
* | | pidfd: Add warning if exit_state is 0 during notification | Joel Fernandes (Google) | 2019-07-29 | 1 | -0/+1 |
|/ |
|
* | signal: simplify set_user_sigmask/restore_user_sigmask | Oleg Nesterov | 2019-07-17 | 1 | -50/+19 |
* | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-07-11 | 1 | -0/+11 |
|\ |
|
| * | pidfd: add polling support | Joel Fernandes (Google) | 2019-06-28 | 1 | -0/+11 |
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-07-09 | 1 | -75/+174 |
|\ \ |
|
| * | | signal: Remove the signal number and task parameters from force_sig_info | Eric W. Biederman | 2019-05-29 | 1 | -7/+7 |
| * | | signal: Factor force_sig_info_to_task out of force_sig_info | Eric W. Biederman | 2019-05-29 | 1 | -3/+9 |
| * | | signal: Generate the siginfo in force_sig | Eric W. Biederman | 2019-05-29 | 1 | -1/+9 |
| * | | signal: Move the computation of force into send_signal and correct it. | Eric W. Biederman | 2019-05-29 | 1 | -13/+22 |
| * | | signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signal | Eric W. Biederman | 2019-05-29 | 1 | -17/+16 |
| * | | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 2019-05-29 | 1 | -3/+2 |
| * | | signal: Use force_sig_fault_to_task for the two calls that don't deliver to c... | Eric W. Biederman | 2019-05-29 | 1 | -1/+11 |
| * | | signal: Remove task parameter from force_sig_mceerr | Eric W. Biederman | 2019-05-27 | 1 | -2/+2 |
| * | | signal: Remove task parameter from force_sig | Eric W. Biederman | 2019-05-27 | 1 | -3/+3 |
| * | | signal: Remove task parameter from force_sigsegv | Eric W. Biederman | 2019-05-27 | 1 | -2/+4 |
| * | | signal: Correct namespace fixups of si_pid and si_uid | Eric W. Biederman | 2019-05-23 | 1 | -27/+40 |
| * | | signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncio | Eric W. Biederman | 2019-05-22 | 1 | -8/+61 |
| |/ |
|
* | | Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-07-09 | 1 | -1/+1 |
|\ \ |
|
| * | | audit: deliver signal_info regarless of syscall | Richard Guy Briggs | 2019-05-22 | 1 | -1/+1 |
| |/ |
|