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