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