Age | Commit message (Expand) | Author | Files | Lines |
2022-12-02 | seccomp: document the "filter_count" field | Randy Dunlap | 1 | -0/+1 |
2022-05-04 | seccomp: Add wait_killable semantic to seccomp user notifier | Sargun Dhillon | 1 | -1/+2 |
2020-12-16 | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+7 |
2020-11-20 | seccomp/cache: Report cache data through /proc/pid/seccomp_cache | YiFei Zhu | 1 | -0/+7 |
2020-11-16 | seccomp: Migrate to use SYSCALL_WORK flag | Gabriel Krisman Bertazi | 1 | -1/+1 |
2020-08-05 | Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+2 |
2020-07-26 | entry: Correct __secure_computing() stub | Thomas Gleixner | 1 | -1/+2 |
2020-07-24 | seccomp: Provide stub for __secure_computing() | Thomas Gleixner | 1 | -0/+1 |
2020-07-15 | seccomp: Introduce addfd ioctl to seccomp user notifier | Sargun Dhillon | 1 | -0/+4 |
2020-07-11 | seccomp: release filter after task is fully dead | Christian Brauner | 1 | -2/+2 |
2020-07-11 | seccomp: Report number of loaded filters in /proc/$pid/status | Kees Cook | 1 | -0/+2 |
2020-03-05 | seccomp: allow TSYNC and USER_NOTIF together | Tycho Andersen | 1 | -1/+2 |
2019-10-11 | seccomp: simplify secure_computing() | Christian Brauner | 1 | -3/+3 |
2018-12-12 | seccomp: add a return code to trap to userspace | Tycho Andersen | 1 | -3/+4 |
2018-12-12 | seccomp: switch system call argument type to void * | Tycho Andersen | 1 | -1/+1 |
2018-05-05 | seccomp: Add filter flag to opt-out of SSB mitigation | Kees Cook | 1 | -2/+3 |
2017-11-29 | ptrace, seccomp: add support for retrieving seccomp metadata | Tycho Andersen | 1 | -0/+8 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-14 | seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW | Tyler Hicks | 1 | -1/+2 |
2016-06-14 | seccomp: remove 2-phase API | Kees Cook | 1 | -6/+0 |
2016-06-14 | seccomp: Add a seccomp_data parameter secure_computing() | Andy Lutomirski | 1 | -4/+4 |
2015-10-28 | seccomp, ptrace: add support for dumping seccomp filters | Tycho Andersen | 1 | -0/+11 |
2015-07-15 | seccomp: swap hard-coded zeros to defined name | Kees Cook | 1 | -1/+1 |
2014-09-04 | seccomp: Allow arch code to provide seccomp_data | Andy Lutomirski | 1 | -1/+1 |
2014-09-04 | seccomp: Refactor the filter callback and the API | Andy Lutomirski | 1 | -0/+6 |
2014-09-04 | seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing | Andy Lutomirski | 1 | -10/+11 |
2014-07-18 | seccomp: implement SECCOMP_FILTER_FLAG_TSYNC | Kees Cook | 1 | -0/+2 |
2014-07-18 | seccomp: introduce writer locking | Kees Cook | 1 | -3/+3 |
2014-03-31 | net: filter: rework/optimize internal BPF interpreter's instruction set | Alexei Starovoitov | 1 | -1/+0 |
2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells | 1 | -44/+1 |
2012-04-18 | seccomp: ignore secure_computing return values | Will Drewry | 1 | -0/+7 |
2012-04-17 | seccomp: use a static inline for a function stub | Stephen Rothwell | 1 | -1/+1 |
2012-04-14 | ptrace,seccomp: Add PTRACE_SECCOMP support | Will Drewry | 1 | -0/+1 |
2012-04-14 | seccomp: Add SECCOMP_RET_TRAP | Will Drewry | 1 | -0/+1 |
2012-04-14 | seccomp: add SECCOMP_RET_ERRNO | Will Drewry | 1 | -4/+6 |
2012-04-14 | seccomp: add system call filtering using BPF | Will Drewry | 1 | -4/+72 |
2012-04-14 | seccomp: kill the seccomp_t typedef | Will Drewry | 1 | -4/+6 |
2011-06-07 | x86-64: Emulate legacy vsyscalls | Andy Lutomirski | 1 | -0/+10 |
2009-04-19 | <linux/seccomp.h> needs to include <linux/errno.h>. | Ralf Baechle | 1 | -0/+2 |
2007-07-16 | make seccomp zerocost in schedule | Andrea Arcangeli | 1 | -10/+0 |
2007-07-16 | move seccomp from /proc to a prctl | Andrea Arcangeli | 1 | -2/+13 |
2006-04-26 | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 1 | -1/+0 |
2006-01-09 | [PATCH] remove gcc-2 checks | Andrew Morton | 1 | -5/+1 |
2005-06-28 | [PATCH] seccomp: tsc disable | Andrea Arcangeli | 1 | -0/+10 |
2005-04-17 | Linux-2.6.12-rc2 | Linus Torvalds | 1 | -0/+34 |