1. a381b70 seccomp: Improve performace by optimizing rmb() by wanghongzhe · 3 years, 11 months ago
  2. 04b38d0 seccomp: Add missing return in non-void function by Paul Cercueil · 4 years ago
  3. e994cc2 Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years ago
  4. 1ac0884 Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  5. 7ef95e3 Merge branch 'for-linus/seccomp' into for-next/seccomp by Kees Cook · 4 years, 1 month ago
  6. fab686e seccomp: Remove bogus __user annotations by Jann Horn · 4 years, 1 month ago
  7. 0d8315d seccomp/cache: Report cache data through /proc/pid/seccomp_cache by YiFei Zhu · 4 years, 2 months ago
  8. 8e01b51 seccomp/cache: Add "emulator" to check if filter is constant allow by YiFei Zhu · 4 years, 3 months ago
  9. f9d480b seccomp/cache: Lookup syscall allowlist bitmap for fast path by YiFei Zhu · 4 years, 3 months ago
  10. fb14528 seccomp: Set PF_SUPERPRIV when checking capability by Mickaël Salaün · 4 years, 2 months ago
  11. 23d67a5 seccomp: Migrate to use SYSCALL_WORK flag by Gabriel Krisman Bertazi · 4 years, 1 month ago
  12. dfe719f seccomp: Make duplicate listener detection non-racy by Jann Horn · 4 years, 3 months ago
  13. 2d9ca26 seccomp: Use current_pt_regs() instead of task_pt_regs(current) by Denis Efremov · 4 years, 4 months ago
  14. 4d671d9 seccomp: kill process instead of thread for unknown actions by Rich Felker · 4 years, 4 months ago
  15. e839317 seccomp: don't leave dangling ->notif if file allocation fails by Tycho Andersen · 4 years, 4 months ago
  16. a566a90 seccomp: don't leak memory when filter install races by Tycho Andersen · 4 years, 4 months ago
  17. 7cf97b1 seccomp: Introduce addfd ioctl to seccomp user notifier by Sargun Dhillon · 4 years, 7 months ago
  18. fe4bfff seccomp: Use -1 marker for end of mode 1 syscall list by Kees Cook · 4 years, 6 months ago
  19. 47e33c05 seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID by Kees Cook · 4 years, 7 months ago
  20. e68f9d4 seccomp: Use pr_fmt by Kees Cook · 4 years, 7 months ago
  21. 99cdb8b seccomp: notify about unused filter by Christian Brauner · 4 years, 7 months ago
  22. 76194c4 seccomp: Lift wait_queue into struct seccomp_filter by Christian Brauner · 4 years, 7 months ago
  23. 3a15fb6 seccomp: release filter after task is fully dead by Christian Brauner · 4 years, 7 months ago
  24. b707dde seccomp: rename "usage" to "refs" and document by Christian Brauner · 4 years, 7 months ago
  25. 9f87dcf seccomp: Add find_notification helper by Sargun Dhillon · 4 years, 7 months ago
  26. c818c03 seccomp: Report number of loaded filters in /proc/$pid/status by Kees Cook · 4 years, 8 months ago
  27. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  28. 29d9f30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 9 months ago
  29. 3db81af seccomp: Add missing compat_ioctl for notify by Sven Schnelle · 4 years, 10 months ago
  30. 5189149 seccomp: allow TSYNC and USER_NOTIF together by Tycho Andersen · 4 years, 10 months ago
  31. 3d9f773c bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites. by David Miller · 4 years, 10 months ago
  32. 2882d53 seccomp: Check that seccomp_notif is zeroed out by the user by Sargun Dhillon · 5 years ago
  33. fb3c5386 seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE by Christian Brauner · 5 years ago
  34. a89e9b8 signal: Remove the signal number and task parameters from force_sig_info by Eric W. Biederman · 6 years ago
  35. 02aff8d Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  36. 78ee8b1 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  37. 83a5084 Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  38. 7a0df7f seccomp: Make NEW_LISTENER and TSYNC flags exclusive by Tycho Andersen · 6 years ago
  39. 6beff00 seccomp: fix up grammar in comment by Tycho Andersen · 6 years ago
  40. b35f549 syscalls: Remove start and number from syscall_get_arguments() args by Steven Rostedt (Red Hat) · 8 years ago
  41. 16add41 syscall_get_arch: add "struct task_struct *" argument by Dmitry V. Levin · 6 years ago
  42. ae5906c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  43. e80d02d seccomp, bpf: disable preemption before calling into bpf prog by Alexei Starovoitov · 6 years ago
  44. 9624d5c Merge tag 'v5.0-rc3' into next-general by James Morris · 6 years ago
  45. a811dc6 seccomp: fix UAF in user-trap code by Tycho Andersen · 6 years ago
  46. c1a85a0 LSM: generalize flag passing to security_capable by Micah Morton · 6 years ago
  47. 319deec seccomp: fix poor type promotion by Tycho Andersen · 6 years ago
  48. 6a21cc5 seccomp: add a return code to trap to userspace by Tycho Andersen · 6 years ago
  49. a5662e4 seccomp: switch system call argument type to void * by Tycho Andersen · 6 years ago
  50. db51139 seccomp: hoist struct seccomp_data recalculation higher by Tycho Andersen · 6 years ago
  51. 638820d Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  52. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  53. 0d42d73 seccomp: remove unnecessary unlikely() by Igor Stoppa · 6 years ago
  54. 8b5c6a3 Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  55. 326bee0 seccomp: Don't special case audited processes when logging by Tyler Hicks · 7 years ago
  56. ea6eca7 seccomp: Audit attempts to modify the actions_logged sysctl by Tyler Hicks · 7 years ago
  57. beb44ac seccomp: Configurable separator for the actions_logged string by Tyler Hicks · 7 years ago
  58. d013db0 seccomp: Separate read and write code for actions_logged sysctl by Tyler Hicks · 7 years ago
  59. 8bf37d8 seccomp: Move speculation migitation control to arch code by Thomas Gleixner · 7 years ago
  60. 00a02d0 seccomp: Add filter flag to opt-out of SSB mitigation by Kees Cook · 7 years ago
  61. b849a81 seccomp: Use PR_SPEC_FORCE_DISABLE by Thomas Gleixner · 7 years ago
  62. 5c30708 seccomp: Enable speculation flaw mitigations by Kees Cook · 7 years ago
  63. 645ae5c Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into fixes-v4.16-rc3 by James Morris · 7 years ago
  64. 63bb004 ptrace, seccomp: tweak get_metadata behavior slightly by Tycho Andersen · 7 years ago
  65. 3dbc4f5 Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  66. 3b10db2b signal: Replace memset(info,...) with clear_siginfo for clarity by Eric W. Biederman · 7 years ago
  67. 2650047 ptrace, seccomp: add support for retrieving seccomp metadata by Tycho Andersen · 7 years ago
  68. f06eae8 seccomp: hoist out filter resolving logic by Tycho Andersen · 7 years ago
  69. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  70. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  71. 506458e locking/barriers: Convert users of lockless_dereference() to READ_ONCE() by Will Deacon · 7 years ago
  72. 084f560 seccomp: make function __get_seccomp_filter static by Colin Ian King · 7 years ago
  73. 66a733e seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter() by Oleg Nesterov · 7 years ago
  74. 0466bdb seccomp: Implement SECCOMP_RET_KILL_PROCESS action by Kees Cook · 7 years ago
  75. 4d3b0b0 seccomp: Introduce SECCOMP_RET_KILL_PROCESS by Kees Cook · 7 years ago
  76. fd76875 seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD by Kees Cook · 7 years ago
  77. 59f5cf4 seccomp: Action to log before allowing by Tyler Hicks · 7 years ago
  78. e66a399 seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW by Tyler Hicks · 7 years ago
  79. 0ddec0f seccomp: Sysctl to configure actions that are allowed to be logged by Tyler Hicks · 7 years ago
  80. d612b1f seccomp: Operation for checking if an action is available by Tyler Hicks · 7 years ago
  81. 8e5f1ad seccomp: Sysctl to display available actions by Tyler Hicks · 7 years ago
  82. deb4de8 seccomp: Provide matching filter for introspection by Kees Cook · 7 years ago
  83. 0b5fa22 seccomp: Switch from atomic_t to recount_t by Kees Cook · 8 years ago
  84. 131b635 seccomp: Clean up core dump logic by Kees Cook · 8 years ago
  85. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  86. d7276e3 seccomp: Only dump core when single-threaded by Kees Cook · 8 years ago
  87. b25e671 seccomp: dump core when using SECCOMP_RET_KILL by Mike Frysinger · 8 years ago
  88. 683b96f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  89. 8857519 bpf: drop unnecessary context cast from BPF_PROG_RUN by Daniel Borkmann · 8 years ago
  90. 285fdfc seccomp: Fix documentation by Mickaël Salaün · 8 years ago
  91. 485a252 seccomp: Fix tracer exit notifications during fatal signals by Kees Cook · 8 years ago
  92. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  93. ce6526e seccomp: recheck the syscall after RET_TRACE by Kees Cook · 9 years ago
  94. 8112c4f seccomp: remove 2-phase API by Kees Cook · 9 years ago
  95. 2f275de seccomp: Add a seccomp_data parameter secure_computing() by Andy Lutomirski · 9 years ago
  96. 07b7526 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  97. cb4253a secomp: Constify mode1 syscall whitelist by Matt Redfearn · 9 years ago
  98. c983f0e seccomp: Get compat syscalls from asm-generic header by Matt Redfearn · 9 years ago
  99. 470bf1f seccomp: Fix comment typo by Mickaël Salaün · 9 years ago
  100. 5c38065 seccomp: check in_compat_syscall, not is_compat_task, in strict mode by Andy Lutomirski · 9 years ago