Age | Commit message (Expand) | Author | Files | Lines |
2021-04-28 | Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -11/+48 |
2021-04-28 | Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+13 |
2021-04-27 | Merge tag 'livepatching-for-5.13' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+1 |
2021-04-23 | signal, perf: Add missing TRAP_PERF case in siginfo_layout() | Marco Elver | 1 | -0/+2 |
2021-04-20 | Merge tag 'v5.12-rc8' into sched/core, to pick up fixes | Ingo Molnar | 1 | -3/+11 |
2021-04-16 | signal: Introduce TRAP_PERF si_code and si_perf to siginfo | Marco Elver | 1 | -0/+11 |
2021-04-14 | signal: Allow tasks to cache one sigqueue struct | Thomas Gleixner | 1 | -2/+42 |
2021-04-14 | signal: Hand SIGQUEUE_PREALLOC flag to __sigqueue_alloc() | Thomas Gleixner | 1 | -10/+7 |
2021-03-30 | livepatch: Replace the fake signal sending with TIF_NOTIFY_SIGNAL infrastructure | Miroslav Benes | 1 | -3/+1 |
2021-03-27 | Revert "signal: don't allow STOP on PF_IO_WORKER threads" | Jens Axboe | 1 | -2/+1 |
2021-03-27 | Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals" | Jens Axboe | 1 | -2/+2 |
2021-03-27 | Revert "signal: don't allow sending any signals to PF_IO_WORKER threads" | Jens Axboe | 1 | -3/+0 |
2021-03-26 | kernel: don't call do_exit() for PF_IO_WORKER threads | Jens Axboe | 1 | -1/+9 |
2021-03-21 | signal: don't allow STOP on PF_IO_WORKER threads | Eric W. Biederman | 1 | -1/+2 |
2021-03-21 | signal: don't allow sending any signals to PF_IO_WORKER threads | Jens Axboe | 1 | -0/+3 |
2021-02-21 | kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals | Jens Axboe | 1 | -2/+2 |
2021-01-24 | Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+2 |
2021-01-11 | signal: Add missing __user annotation to copy_siginfo_from_user_any | Jann Horn | 1 | -1/+2 |
2021-01-08 | task_work: unconditionally run task_work from get_signal() | Jens Axboe | 1 | -0/+3 |
2020-12-16 | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -22/+0 |
2020-12-14 | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+18 |
2020-12-12 | kernel: remove checking for TIF_NOTIFY_SIGNAL | Jens Axboe | 1 | -2/+0 |
2020-12-12 | signal: kill JOBCTL_TASK_WORK | Jens Axboe | 1 | -20/+0 |
2020-11-23 | signal: define the SA_EXPOSE_TAGBITS bit in sa_flags | Peter Collingbourne | 1 | -0/+24 |
2020-11-23 | signal: define the SA_UNSUPPORTED bit in sa_flags | Peter Collingbourne | 1 | -0/+6 |
2020-11-23 | signal: clear non-uapi flag bits when passing/returning sa_flags | Peter Collingbourne | 1 | -0/+10 |
2020-11-09 | Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke... | Jens Axboe | 1 | -4/+18 |
2020-11-04 | Merge branch 'core/urgent' into core/entry | Thomas Gleixner | 1 | -1/+1 |
2020-11-02 | ptrace: fix task_join_group_stop() for the case when current is traced | Oleg Nesterov | 1 | -9/+10 |
2020-10-29 | entry: Add support for TIF_NOTIFY_SIGNAL | Jens Axboe | 1 | -0/+14 |
2020-10-29 | signal: Add task_sigpending() helper | Jens Axboe | 1 | -4/+4 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-08-13 | task_work: only grab task signal lock when needed | Jens Axboe | 1 | -1/+15 |
2020-07-26 | signal: fix typo in dequeue_synchronous_signal() | Pavel Machek | 1 | -1/+1 |
2020-06-30 | task_work: teach task_work_add() to do signal_wake_up() | Oleg Nesterov | 1 | -3/+7 |
2020-06-01 | Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -53/+53 |
2020-05-05 | signal: refactor copy_siginfo_to_user32 | Christoph Hellwig | 1 | -53/+53 |
2020-04-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+5 |
2020-04-21 | signal: Avoid corrupting si_pid and si_uid in do_notify_parent | Eric W. Biederman | 1 | -1/+5 |
2020-04-12 | signal: use kill_proc_info instead of kill_pid_info in kill_something_info | Zhiqiang Liu | 1 | -6/+2 |
2020-04-12 | signal: check sig before setting info in kill_pid_usb_asyncio | Zhiqiang Liu | 1 | -3/+3 |
2020-04-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+1 |
2020-04-01 | signal: Extend exec_id to 64bits | Eric W. Biederman | 1 | -1/+1 |
2020-02-26 | signal: avoid double atomic counter increments for user accounting | Linus Torvalds | 1 | -9/+14 |
2020-01-26 | sched.h: Annotate sighand_struct with __rcu | Madhuparna Bhowmik | 1 | -1/+1 |
2019-10-11 | cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrac... | Oleg Nesterov | 1 | -1/+1 |
2019-09-16 | Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+5 |
2019-08-19 | signal: Allow cifs and drbd to receive their terminating signals | Eric W. Biederman | 1 | -0/+5 |
2019-08-03 | kernel/signal.c: fix a kernel-doc markup | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-08-01 | pidfd: add P_PIDFD to waitid() | Christian Brauner | 1 | -2/+5 |