aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched/signal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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