summaryrefslogtreecommitdiff
path: root/kernel/signal.c
Commit message (Expand)AuthorAge
...
| * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-18
* | signal: Make kill_proc_info staticEric W. Biederman2017-04-21
|/
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-02
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar2017-03-02
* sigaltstack: support SS_AUTODISARM for CONFIG_COMPATStas Sergeev2017-02-27
* signal: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-01
* sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-01
* sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-01
* signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles2017-01-10
* ktime: Get rid of the unionThomas Gleixner2016-12-25
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* signals: avoid unnecessary taking of sighand->siglockWaiman Long2016-12-14
* posix-timers: Make them configurableNicolas Pitre2016-11-16
* x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov2016-09-14
* signals: Use hrtimer for sigtimedwait()Thomas Gleixner2016-07-07
* kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Wang Xiaoqiang2016-05-23
* signals/sigaltstack: Report current flag bits in sigaltstack()Andy Lutomirski2016-05-04
* signals/sigaltstack: Implement SS_AUTODISARM flagStas Sergeev2016-05-03
* signals/sigaltstack: Prepare to add new SS_xxx flagsStas Sergeev2016-05-03
* kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZEHelge Deller2016-03-22
* signals, pkeys: Notify userspace about protection key faultsDave Hansen2016-02-18
* signals: avoid random wakeups in sigsuspend()Sasha Levin2016-02-05
* kernel/signal.c: unexport sigsuspend()Richard Weinberger2015-11-20
* coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov2015-11-06
* signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov2015-11-06
* signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras2015-08-07
* signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras2015-08-07
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-06-27
|\
| * signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()Oleg Nesterov2015-06-04
* | signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'Palmer Dabbelt2015-05-08
|/
* signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfoVladimir Davydov2015-04-17
* signal: use current->state helpersDavidlohr Bueso2015-02-17
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-12
* Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-10
|\
| * mpx: Extend siginfo structure to include bound violation informationQiaowei Ren2014-11-18
* | signal: Document the RCU protection of ->sighandOleg Nesterov2014-10-29
* | signal: Exit RCU read-side critical section on each pass through loopPaul E. McKenney2014-10-29
|/
* Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-09
|\
| * Rip out get_signal_to_deliver()Richard Weinberger2014-08-06
| * Clean up signal_delivered()Richard Weinberger2014-08-06
| * tracehook_signal_handler: Remove sig, info, ka and regsRichard Weinberger2014-08-06
* | signal: Explain local_irq_save() callPaul E. McKenney2014-07-09
|/
* signals: introduce kernel_sigaction()Oleg Nesterov2014-06-06
* signals: disallow_signal() should flush the potentially pending signalOleg Nesterov2014-06-06
* signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal()Oleg Nesterov2014-06-06