1. 094c276 seccomp: Move speculation migitation control to arch code by Thomas Gleixner · 6 years ago
  2. ab677c2 seccomp: Add filter flag to opt-out of SSB mitigation by Kees Cook · 6 years ago
  3. c71def8 seccomp: Use PR_SPEC_FORCE_DISABLE by Thomas Gleixner · 6 years ago
  4. 0a112f10 seccomp: Enable speculation flaw mitigations by Kees Cook · 6 years ago
  5. be69c4c seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter() by Oleg Nesterov · 7 years ago
  6. 485a252 seccomp: Fix tracer exit notifications during fatal signals by Kees Cook · 8 years ago
  7. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  8. ce6526e seccomp: recheck the syscall after RET_TRACE by Kees Cook · 8 years ago
  9. 8112c4f seccomp: remove 2-phase API by Kees Cook · 8 years ago
  10. 2f275de seccomp: Add a seccomp_data parameter secure_computing() by Andy Lutomirski · 8 years ago
  11. 07b7526 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  12. cb4253a secomp: Constify mode1 syscall whitelist by Matt Redfearn · 8 years ago
  13. c983f0e seccomp: Get compat syscalls from asm-generic header by Matt Redfearn · 8 years ago
  14. 470bf1f seccomp: Fix comment typo by Mickaël Salaün · 8 years ago
  15. 5c38065 seccomp: check in_compat_syscall, not is_compat_task, in strict mode by Andy Lutomirski · 8 years ago
  16. 103502a seccomp: always propagate NO_NEW_PRIVS on tsync by Jann Horn · 8 years ago
  17. f8e529e seccomp, ptrace: add support for dumping seccomp filters by Tycho Andersen · 9 years ago
  18. bab1899 bpf, seccomp: prepare for upcoming criu support by Daniel Borkmann · 9 years ago
  19. fe6c59d Merge tag 'seccomp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into next by James Morris · 9 years ago
  20. 221272f seccomp: swap hard-coded zeros to defined name by Kees Cook · 9 years ago
  21. 13c4a90 seccomp: add ptrace options for suspend/resume by Tycho Andersen · 9 years ago
  22. 8225d38 seccomp: Replace smp_read_barrier_depends() with lockless_dereference() by Pranith Kumar · 9 years ago
  23. ac67eb2 seccomp, filter: add and use bpf_prog_create_from_user from seccomp by Daniel Borkmann · 9 years ago
  24. d9e12f4 seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter by Nicolas Schichan · 9 years ago
  25. 580c57f seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO by Kees Cook · 9 years ago
  26. ba1a96f Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  27. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  28. d39bd00 seccomp: Allow arch code to provide seccomp_data by Andy Lutomirski · 10 years ago
  29. 13aa72f0 seccomp: Refactor the filter callback and the API by Andy Lutomirski · 10 years ago
  30. a4412fc seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing by Andy Lutomirski · 10 years ago
  31. 69f6a34 seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock by Guenter Roeck · 10 years ago
  32. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  33. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  34. 8fb575c net: filter: rename sk_convert_filter() -> bpf_convert_filter() by Alexei Starovoitov · 10 years ago
  35. 4df95ff net: filter: rename sk_chk_filter() -> bpf_check_classic() by Alexei Starovoitov · 10 years ago
  36. 2695fb5 net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' by Alexei Starovoitov · 10 years ago
  37. c2e1f2e seccomp: implement SECCOMP_FILTER_FLAG_TSYNC by Kees Cook · 10 years ago
  38. 3ba2530 seccomp: allow mode setting across threads by Kees Cook · 10 years ago
  39. dbd95212 seccomp: introduce writer locking by Kees Cook · 10 years ago
  40. c8bee43 seccomp: split filter prep from check and apply by Kees Cook · 10 years ago
  41. 1d4457f sched: move no_new_privs into new atomic flags by Kees Cook · 10 years ago
  42. 48dc92b seccomp: add "seccomp" syscall by Kees Cook · 10 years ago
  43. 3b23dd1 seccomp: split mode setting routines by Kees Cook · 10 years ago
  44. 1f41b450 seccomp: extract check/assign mode helpers by Kees Cook · 10 years ago
  45. d78ab02 seccomp: create internal mode-setting function by Kees Cook · 10 years ago
  46. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  47. 119ce5c kernel/seccomp.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  48. 3480593 net: filter: get rid of BPF_S_* enum by Daniel Borkmann · 10 years ago
  49. 5fe821a net: filter: cleanup invocation of internal BPF by Alexei Starovoitov · 10 years ago
  50. 8f577ca seccomp: JIT compile seccomp filter by Alexei Starovoitov · 10 years ago
  51. 0acf07d seccomp: fix memory leak on filter attach by Kees Cook · 10 years ago
  52. 2eac764 seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPF by Daniel Borkmann · 10 years ago
  53. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  54. bea8031 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  55. bd4cf0e net: filter: rework/optimize internal BPF interpreter's instruction set by Alexei Starovoitov · 10 years ago
  56. 5e937a9 syscall_get_arch: remove useless function arguments by Eric Paris · 10 years ago
  57. 864f32a kernel: Mark function as static in kernel/seccomp.c by Rashika Kheria · 10 years ago
  58. d132747 seccomp: allow BPF_XOR based ALU instructions. by Nicolas Schichan · 11 years ago
  59. 87b526d seccomp: Make syscall skipping and nr changes more consistent by Andy Lutomirski · 12 years ago
  60. 8156b45 seccomp: fix build warnings when there is no CONFIG_SECCOMP_FILTER by Will Drewry · 12 years ago
  61. fb0fadf ptrace,seccomp: Add PTRACE_SECCOMP support by Will Drewry · 12 years ago
  62. bb6ea43 seccomp: Add SECCOMP_RET_TRAP by Will Drewry · 12 years ago
  63. acf3b2c seccomp: add SECCOMP_RET_ERRNO by Will Drewry · 12 years ago
  64. 3dc1c1b seccomp: remove duplicated failure logging by Kees Cook · 12 years ago
  65. e2cfabdf seccomp: add system call filtering using BPF by Will Drewry · 12 years ago
  66. 85e7bac seccomp: audit abnormal end to a process due to seccomp by Eric Paris · 12 years ago
  67. 5b10174 x86-64: seccomp: fix 32/64 syscall hole by Roland McGrath · 15 years ago
  68. cf99aba make seccomp zerocost in schedule by Andrea Arcangeli · 17 years ago
  69. 1d9d02f move seccomp from /proc to a prctl by Andrea Arcangeli · 17 years ago
  70. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago