summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-14x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina3-13/+49
2017-06-14ptrace: Properly initialize ptracer_cred on forkEric W. Biederman2-9/+18
2017-04-12ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com1-4/+10
2017-01-06ptrace: Don't allow accessing an undumpable mmEric W. Biederman11-17/+52
2017-01-06ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman6-7/+30
2017-01-06mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman4-18/+20
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes17-54/+84
2016-10-11ptrace: clear TIF_SYSCALL_TRACE on ptrace detachAles Novak1-1/+2
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada48-135/+135
2016-03-22ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov1-2/+1
2016-03-22ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitnessAndy Lutomirski1-1/+1
2016-01-21ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn11-29/+80
2016-01-21ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableOleg Nesterov1-2/+8
2015-10-28seccomp, ptrace: add support for dumping seccomp filtersTycho Andersen4-1/+93
2015-07-15seccomp: add ptrace options for suspend/resumeTycho Andersen4-2/+26
2015-04-17ptrace: ptrace_detach() can no longer race with SIGKILLOleg Nesterov1-10/+9
2015-04-17ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov1-0/+20
2015-02-17ptrace: remove linux/compat.h inclusion under CONFIG_COMPATFabian Frederick1-1/+0
2014-12-11exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov3-27/+8
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown38-275/+195
2014-03-06kernel/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2-47/+47
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsKees Cook5-5/+13
2013-09-11__ptrace_may_access() should not deny sub-threadsMark Grondona1-1/+1
2013-08-06Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"Oleg Nesterov1-1/+0
2013-07-09ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)Oleg Nesterov1-0/+1
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov4-30/+1
2013-07-03ptrace: add ability to get/set signal-blocked maskAndrey Vagin2-2/+45
2013-06-29Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validationMathieu Desnoyers1-9/+11
2013-05-08aio: don't include aio.h in sched.hKent Overstreet58-7/+58
2013-05-01ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin2-0/+92
2013-02-08uprobes: Add exports for module useJosh Stone2-0/+9
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov3-14/+64
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov3-15/+18
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov3-29/+1
2012-12-18Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds185-1339/+3447
2012-12-18ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov3-1/+9
2012-11-20userns: Kill task_user_nsEric W. Biederman4-9/+25
2012-08-03ptrace: mark __ptrace_may_access() staticTetsuo Handa2-3/+2
2012-05-03userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman3-26/+20
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman12-24/+24
2012-03-23ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko2-19/+1
2012-03-23ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameterDenys Vlasenko1-10/+21
2012-03-23ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko2-41/+23
2012-03-23ptrace: don't modify flags on PTRACE_SETOPTIONS failureDenys Vlasenko1-1/+4
2012-01-15Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds24-189/+120
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statEric Paris4-6/+15
2012-01-05capabilities: remove task_ns_* functionsEric Paris5-20/+7
2012-01-04ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov2-3/+12
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61
2011-09-25ptrace: PTRACE_LISTEN forgets to unlock ->siglockOleg Nesterov1-13/+10
[next]