aboutsummaryrefslogtreecommitdiff
path: root/kernel/signal.c
AgeCommit message (Expand)Author
2021-01-24Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-01-11signal: Add missing __user annotation to copy_siginfo_from_user_anyJann Horn
2021-01-08task_work: unconditionally run task_work from get_signal()Jens Axboe
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-12kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe
2020-12-12signal: kill JOBCTL_TASK_WORKJens Axboe
2020-11-23signal: define the SA_EXPOSE_TAGBITS bit in sa_flagsPeter Collingbourne
2020-11-23signal: define the SA_UNSUPPORTED bit in sa_flagsPeter Collingbourne
2020-11-23signal: clear non-uapi flag bits when passing/returning sa_flagsPeter Collingbourne
2020-11-09Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...Jens Axboe
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner
2020-11-02ptrace: fix task_join_group_stop() for the case when current is tracedOleg Nesterov
2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe
2020-10-29signal: Add task_sigpending() helperJens Axboe
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-13task_work: only grab task signal lock when neededJens Axboe
2020-07-26signal: fix typo in dequeue_synchronous_signal()Pavel Machek
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-05signal: refactor copy_siginfo_to_user32Christoph Hellwig
2020-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-21signal: Avoid corrupting si_pid and si_uid in do_notify_parentEric W. Biederman
2020-04-12signal: use kill_proc_info instead of kill_pid_info in kill_something_infoZhiqiang Liu
2020-04-12signal: check sig before setting info in kill_pid_usb_asyncioZhiqiang Liu
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-01signal: Extend exec_id to 64bitsEric W. Biederman
2020-02-26signal: avoid double atomic counter increments for user accountingLinus Torvalds
2020-01-26sched.h: Annotate sighand_struct with __rcuMadhuparna Bhowmik
2019-10-11cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrac...Oleg Nesterov
2019-09-16Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman
2019-08-03kernel/signal.c: fix a kernel-doc markupMauro Carvalho Chehab
2019-08-01pidfd: add P_PIDFD to waitid()Christian Brauner
2019-07-29pidfd: Add warning if exit_state is 0 during notificationJoel Fernandes (Google)
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov
2019-06-28pidfd: add polling supportJoel Fernandes (Google)
2019-06-05signal: improve commentsChristian Brauner
2019-06-01kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman
2019-05-29signal: Factor force_sig_info_to_task out of force_sig_infoEric W. Biederman
2019-05-29signal: Generate the siginfo in force_sigEric W. Biederman
2019-05-29signal: Move the computation of force into send_signal and correct it.Eric W. Biederman
2019-05-29signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signalEric W. Biederman
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-29signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman