Age | Commit message (Expand) | Author | Files | Lines |
2019-03-29 | ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASK | Andrei Vagin | 1 | -2/+13 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -2/+2 |
2018-11-28 | ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS | Thomas Gleixner | 1 | -10/+0 |
2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -14/+12 |
2018-10-03 | signal: Distinguish between kernel_siginfo and siginfo | Eric W. Biederman | 1 | -5/+5 |
2018-10-03 | signal: Introduce copy_siginfo_from_user and use it's return value | Eric W. Biederman | 1 | -7/+5 |
2018-09-26 | x86/speculation: Apply IBPB more strictly to avoid cross-process data leak | Jiri Kosina | 1 | -0/+10 |
2018-09-11 | signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP | Eric W. Biederman | 1 | -2/+2 |
2018-02-07 | pids: introduce find_get_task_by_vpid() helper | Mike Rapoport | 1 | -21/+6 |
2018-02-01 | Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+4 |
2018-01-16 | ptrace: Use copy_siginfo in setsiginfo and getsiginfo | Eric W. Biederman | 1 | -2/+2 |
2018-01-16 | signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32 | Eric W. Biederman | 1 | -1/+0 |
2017-11-29 | ptrace, seccomp: add support for retrieving seccomp metadata | Tycho Andersen | 1 | -0/+4 |
2017-07-24 | signal: Remove kernel interal si_code magic | Eric W. Biederman | 1 | -4/+2 |
2017-05-23 | ptrace: Properly initialize ptracer_cred on fork | Eric W. Biederman | 1 | -7/+13 |
2017-04-08 | ptrace: fix PTRACE_LISTEN race corrupting task->state | bsegall@google.com | 1 | -4/+10 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2016-11-22 | ptrace: Don't allow accessing an undumpable mm | Eric W. Biederman | 1 | -6/+36 |
2016-11-22 | ptrace: Capture the ptracer's creds not PT_PTRACE_CAP | Eric W. Biederman | 1 | -5/+7 |
2016-11-22 | mm: Add a user_ns owner to mm_struct and fix ptrace permission checks | Eric W. Biederman | 1 | -15/+11 |
2016-10-19 | mm: replace access_process_vm() write parameter with gup_flags | Lorenzo Stoakes | 1 | -6/+10 |
2016-10-12 | ptrace: clear TIF_SYSCALL_TRACE on ptrace detach | Ales Novak | 1 | -1/+2 |
2016-08-04 | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 1 | -2/+2 |
2016-03-23 | ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglock | Oleg Nesterov | 1 | -2/+1 |
2016-03-23 | ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitness | Andy Lutomirski | 1 | -1/+1 |
2016-01-21 | ptrace: use fsuid, fsgid, effective creds for fs access checks | Jann Horn | 1 | -8/+31 |
2016-01-21 | ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killable | Oleg Nesterov | 1 | -2/+8 |
2015-10-28 | seccomp, ptrace: add support for dumping seccomp filters | Tycho Andersen | 1 | -0/+5 |
2015-07-15 | seccomp: add ptrace options for suspend/resume | Tycho Andersen | 1 | -0/+13 |
2015-04-17 | ptrace: ptrace_detach() can no longer race with SIGKILL | Oleg Nesterov | 1 | -10/+9 |
2015-04-17 | ptrace: fix race between ptrace_resume() and wait_task_stopped() | Oleg Nesterov | 1 | -0/+20 |
2015-02-18 | ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT | Fabian Frederick | 1 | -1/+0 |
2014-12-11 | exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa... | Oleg Nesterov | 1 | -20/+3 |
2014-07-16 | sched: Remove proliferation of wait_on_bit() action functions | NeilBrown | 1 | -7/+1 |
2014-03-06 | kernel/compat: convert to COMPAT_SYSCALL_DEFINE | Heiko Carstens | 1 | -2/+2 |
2013-11-13 | exec/ptrace: fix get_dumpable() incorrect tests | Kees Cook | 1 | -1/+2 |
2013-09-12 | __ptrace_may_access() should not deny sub-threads | Mark Grondona | 1 | -1/+1 |
2013-08-07 | Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)" | Oleg Nesterov | 1 | -1/+0 |
2013-07-09 | ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child) | Oleg Nesterov | 1 | -0/+1 |
2013-07-09 | ptrace: revert "Prepare to fix racy accesses on task breakpoints" | Oleg Nesterov | 1 | -16/+0 |
2013-07-04 | ptrace: add ability to get/set signal-blocked mask | Andrey Vagin | 1 | -2/+42 |
2013-06-29 | Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation | Mathieu Desnoyers | 1 | -9/+11 |
2013-05-08 | aio: don't include aio.h in sched.h | Kent Overstreet | 1 | -0/+1 |
2013-05-01 | ptrace: add ability to retrieve signals without removing from a queue (v4) | Andrey Vagin | 1 | -0/+80 |
2013-02-08 | uprobes: Add exports for module use | Josh Stone | 1 | -0/+6 |
2013-01-22 | ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL | Oleg Nesterov | 1 | -10/+54 |
2013-01-22 | ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() | Oleg Nesterov | 1 | -4/+4 |
2013-01-21 | ia64: kill thread_matches(), unexport ptrace_check_attach() | Oleg Nesterov | 1 | -1/+1 |