aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched/signal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner1-6/+0
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner1-3/+0
2019-08-28posix-cpu-timers: Create a container structThomas Gleixner1-2/+3
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov1-2/+10
2019-07-16signal: reorder struct sighand_structAlexey Dobriyan1-2/+2
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman1-1/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+1
2019-05-29signal: Use force_sig_fault_to_task for the two calls that don't deliver to currentEric W. Biederman1-0/+4
2019-05-27signal: Remove task parameter from force_sig_mceerrEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman1-1/+1
2019-05-22signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman1-1/+1
2019-05-14include/linux/sched/signal.h: replace `tsk' with `task'Andrei Vagin1-25/+26
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin1-0/+18
2019-02-04sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova1-1/+1
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova1-1/+2
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-9/+9
2018-09-11signal: Remove SEND_SIG_FORCEDEric W. Biederman1-1/+0
2018-09-11signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman1-2/+2
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-08-22signal: make force_sigsegv() voidChristian Brauner1-1/+1
2018-08-09signal: Don't restart fork when signals come in.Eric W. Biederman1-0/+8
2018-08-03fork: Have new threads join on-going signal group stopsEric W. Biederman1-0/+2
2018-08-03signal: Add calculate_sigpending()Eric W. Biederman1-0/+1
2018-07-21signal: Pass pid and pid type into send_sigqueueEric W. Biederman1-1/+1
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman1-3/+2
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman1-3/+23
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman1-0/+5
2018-07-21pids: Move task_pid_type into sched/signal.hEric W. Biederman1-0/+8
2018-05-04sched/core: Introduce set_special_state()Peter Zijlstra1-1/+1
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_killStephen Smalley1-1/+1
2018-01-22signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman1-0/+2
2018-01-22signal: Helpers for faults with specialized siginfo layoutsEric W. Biederman1-0/+6
2018-01-22signal: Add send_sig_fault and force_sig_faultEric W. Biederman1-0/+20
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-1/+1
2017-04-21signal: Make kill_proc_info staticEric W. Biederman1-1/+0
2017-03-03sched/headers: Move cputime functionality from <linux/sched.h> and <linux/cputime.h> into <linux/sched/cputime.h>Ingo Molnar1-0/+33
2017-03-03sched/headers: Move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+52
2017-03-03sched/headers: Move 'struct pacct_struct' and 'struct cpu_itimer' form <linux/sched.h> to <linux/sched/signal.h>Ingo Molnar1-0/+16
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>Ingo Molnar1-0/+502
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependencyIngo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/jobctl.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+6