aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/seccomp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-03seccomp: Allow arch code to provide seccomp_dataAndy Lutomirski1-1/+1
2014-09-03seccomp: Refactor the filter callback and the APIAndy Lutomirski1-0/+6
2014-09-03seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski1-10/+11
2014-07-18seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook1-0/+2
2014-07-18seccomp: introduce writer lockingKees Cook1-3/+3
2014-03-31net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov1-1/+0
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-44/+1
2012-04-18seccomp: ignore secure_computing return valuesWill Drewry1-0/+7
2012-04-17seccomp: use a static inline for a function stubStephen Rothwell1-1/+1
2012-04-14ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry1-0/+1
2012-04-14seccomp: Add SECCOMP_RET_TRAPWill Drewry1-0/+1
2012-04-14seccomp: add SECCOMP_RET_ERRNOWill Drewry1-4/+6
2012-04-14seccomp: add system call filtering using BPFWill Drewry1-4/+72
2012-04-14seccomp: kill the seccomp_t typedefWill Drewry1-4/+6
2011-06-07x86-64: Emulate legacy vsyscallsAndy Lutomirski1-0/+10
2009-04-19<linux/seccomp.h> needs to include <linux/errno.h>.Ralf Baechle1-0/+2
2007-07-16make seccomp zerocost in scheduleAndrea Arcangeli1-10/+0
2007-07-16move seccomp from /proc to a prctlAndrea Arcangeli1-2/+13
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-01-08[PATCH] remove gcc-2 checksAndrew Morton1-5/+1
2005-06-27[PATCH] seccomp: tsc disableAndrea Arcangeli1-0/+10
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+34