- 3612605 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
- 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
- 6203deb kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
- d53238c kernel: open-code sys_rt_sigpending() in sys_sigpending() by Dominik Brodowski · 7 years ago
- af40ff6 arm64: signal: Ensure si_code is valid for all fault signals by Dave Martin · 7 years ago
- 6b4f3d0 usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_kill by Stephen Smalley · 7 years ago
- e1c70f3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 7 years ago
- f71dd7d signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed by Eric W. Biederman · 7 years ago
- 3824673 signal: Helpers for faults with specialized siginfo layouts by Eric W. Biederman · 7 years ago
- f8ec660 signal: Add send_sig_fault and force_sig_fault by Eric W. Biederman · 7 years ago
- 5f74972 signal: Don't use structure initializers for struct siginfo by Eric W. Biederman · 7 years ago
- ea64d5a signal: Unify and correct copy_siginfo_to_user32 by Eric W. Biederman · 7 years ago
- eb5346c signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32 by Eric W. Biederman · 7 years ago
- 212a36a signal: Unify and correct copy_siginfo_from_user32 by Eric W. Biederman · 7 years ago
- 71ee78d signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.h by Eric W. Biederman · 7 years ago
- 0326e7e signal: Remove unnecessary ifdefs now that there is only one struct siginfo by Eric W. Biederman · 7 years ago
- 3007356 signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic version by Eric W. Biederman · 7 years ago
- 9943d3a signal: Clear si_sys_private before copying siginfo to userspace by Eric W. Biederman · 7 years ago
- aba1be2 signal: Ensure no siginfo union member increases the size of struct siginfo by Eric W. Biederman · 7 years ago
- faf1f22 signal: Ensure generic siginfos the kernel sends have all bits initialized by Eric W. Biederman · 7 years ago
- 526c3dd signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS by Eric W. Biederman · 7 years ago
- 0b44bf9 signal: Simplify and fix kdb_send_sig by Eric W. Biederman · 7 years ago
- 43347d5 livepatch: send a fake signal to all blocking tasks by Miroslav Benes · 7 years ago
- fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 4269157 kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal() by Oleg Nesterov · 7 years ago
- ac25385 kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals by Oleg Nesterov · 7 years ago
- 628c1bc kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL by Oleg Nesterov · 7 years ago
- 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
- c3aff08 signal: Fix name of SIGEMT in #if defined() check by Andrew Clayton · 7 years ago
- 3968cf6 get_compat_sigset() by Al Viro · 7 years ago
- 176826a signal: lift sigset size check out of do_sigpending() by Dmitry V. Levin · 7 years ago
- 1681634 signal: simplify compat_sigpending() by Dmitry V. Levin · 7 years ago
- f454322 signal: replace sigset_to_compat() with put_compat_sigset() by Dmitry V. Levin · 7 years ago
- dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
- eb61b59 signal: don't remove SIGNAL_UNKILLABLE for traced tasks. by Jamie Iles · 7 years ago
- fbb7761 Fix compat_sys_sigpending breakage by Dmitry V. Levin · 7 years ago
- cc73152 signal: Remove kernel interal si_code magic by Eric W. Biederman · 7 years ago
- 4ea7701 kernel/signal.c: avoid undefined behaviour in kill_something_info by zhongjiang · 7 years ago
- c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 241e5e6 Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 7 years ago
- 204a2be m68k: Remove ptrace_signal_deliver by Andreas Schwab · 8 years ago
- 57db7e4 signal: Only reschedule timers on signals timers have sent by Eric W. Biederman · 8 years ago
- 1b3c872 rt_sigtimedwait(): move compat to native by Al Viro · 8 years ago
- 8f13621 sigpending(): move compat to native by Al Viro · 8 years ago
- 96fe3b0 posix-timers: Rename do_schedule_next_timer by Thomas Gleixner · 8 years ago
- 31ea70e posix-timers: Move the do_schedule_next_timer declaration by Christoph Hellwig · 8 years ago
- bcfe8ad do_sigaltstack(): lift copying to/from userland into callers by Al Viro · 8 years ago
- de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 6c478ae signal: Make kill_proc_info static by Eric W. Biederman · 8 years ago
- 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
- 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
- 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
- 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
- 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
- 780de9d sched/headers, cgroups: Remove the threadgroup_change_*() wrappery by Ingo Molnar · 8 years ago
- 441398d sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT by Stas Sergeev · 8 years ago
- bde8285 signal: Convert obsolete cputime type to nsecs by Frederic Weisbecker · 8 years ago
- 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 8 years ago
- a1cecf2 sched/cputime: Introduce special task_cputime_t() API to return old-typed cputime by Frederic Weisbecker · 8 years ago
- 2d39b3c signal: protect SIGNAL_UNKILLABLE from unintentional clearing. by Jamie Iles · 8 years ago
- 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- c7be96a signals: avoid unnecessary taking of sighand->siglock by Waiman Long · 8 years ago
- baa73d9 posix-timers: Make them configurable by Nicolas Pitre · 8 years ago
- 6846351 x86/signal: Add SA_{X32,IA32}_ABI sa_flags by Dmitry Safonov · 8 years ago
- 2b1ecc3 signals: Use hrtimer for sigtimedwait() by Thomas Gleixner · 8 years ago
- 747800e kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...) by Wang Xiaoqiang · 9 years ago
- 0318bc8 signals/sigaltstack: Report current flag bits in sigaltstack() by Andy Lutomirski · 9 years ago
- 2a74213 signals/sigaltstack: Implement SS_AUTODISARM flag by Stas Sergeev · 9 years ago
- 407bc16 signals/sigaltstack: Prepare to add new SS_xxx flags by Stas Sergeev · 9 years ago
- 41b2715 kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZE by Helge Deller · 9 years ago
- cd0ea35 signals, pkeys: Notify userspace about protection key faults by Dave Hansen · 9 years ago
- 823dd32 signals: avoid random wakeups in sigsuspend() by Sasha Levin · 9 years ago
- 9d8a765 kernel/signal.c: unexport sigsuspend() by Richard Weinberger · 9 years ago
- 5fa534c coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMP by Oleg Nesterov · 9 years ago
- 2e01fab signals: kill block_all_signals() and unblock_all_signals() by Oleg Nesterov · 9 years ago
- 2613502 signal: fix information leak in copy_siginfo_to_user by Amanieu d'Antras · 9 years ago
- 3c00cb5 signal: fix information leak in copy_siginfo_from_user32 by Amanieu d'Antras · 9 years ago
- e22619a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
- 9e7c8f8 signals: don't abuse __flush_signals() in selinux_bprm_committed_creds() by Oleg Nesterov · 10 years ago
- b76808e signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' by Palmer Dabbelt · 10 years ago
- 69828dc signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo by Vladimir Davydov · 10 years ago
- 1df0135 signal: use current->state helpers by Davidlohr Bueso · 10 years ago
- f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
- 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- ee1b58d mpx: Extend siginfo structure to include bound violation information by Qiaowei Ren · 10 years ago
- 392809b signal: Document the RCU protection of ->sighand by Oleg Nesterov · 10 years ago
- eca1a08 signal: Exit RCU read-side critical section on each pass through loop by Paul E. McKenney · 10 years ago
- 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
- 828b1f6 Rip out get_signal_to_deliver() by Richard Weinberger · 11 years ago
- 10b1c7a Clean up signal_delivered() by Richard Weinberger · 10 years ago
- df5601f tracehook_signal_handler: Remove sig, info, ka and regs by Richard Weinberger · 11 years ago
- c41247e signal: Explain local_irq_save() call by Paul E. McKenney · 11 years ago
- b4e7426 signals: introduce kernel_sigaction() by Oleg Nesterov · 11 years ago
- 580d34e signals: disallow_signal() should flush the potentially pending signal by Oleg Nesterov · 11 years ago
- ec5955b signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal() by Oleg Nesterov · 11 years ago