summaryrefslogtreecommitdiff
path: root/kernel/seccomp.c (follow)
Commit message (Expand)AuthorAge
* UPSTREAM: seccomp: Fix tracer exit notifications during fatal signalsKees Cook2018-11-27
* UPSTREAM: seccomp: recheck the syscall after RET_TRACEKees Cook2018-11-27
* UPSTREAM: seccomp: remove 2-phase APIKees Cook2018-11-27
* BACKPORT: seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski2018-11-27
* seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-07-25
* seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2018-07-25
* seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner2018-07-25
* seccomp: Enable speculation flaw mitigationsKees Cook2018-07-25
* seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov2017-10-05
* seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn2016-03-03
* seccomp, ptrace: add support for dumping seccomp filtersTycho Andersen2015-10-27
* bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann2015-10-05
* Merge tag 'seccomp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...James Morris2015-07-20
|\
| * seccomp: swap hard-coded zeros to defined nameKees Cook2015-07-15
| * seccomp: add ptrace options for suspend/resumeTycho Andersen2015-07-15
| * seccomp: Replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar2015-07-15
* | seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann2015-05-09
* | seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan2015-05-09
|/
* seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNOKees Cook2015-02-17
* Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-14
|\
| * seccomp: Allow arch code to provide seccomp_dataAndy Lutomirski2014-09-03
| * seccomp: Refactor the filter callback and the APIAndy Lutomirski2014-09-03
| * seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski2014-09-03
* | net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-05
|/
* seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lockGuenter Roeck2014-08-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-06
|\
| * net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-02
| * net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov2014-08-02
| * net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov2014-08-02
| * net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov2014-07-24
* | seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook2014-07-18
* | seccomp: allow mode setting across threadsKees Cook2014-07-18
* | seccomp: introduce writer lockingKees Cook2014-07-18
* | seccomp: split filter prep from check and applyKees Cook2014-07-18
* | sched: move no_new_privs into new atomic flagsKees Cook2014-07-18
* | seccomp: add "seccomp" syscallKees Cook2014-07-18
* | seccomp: split mode setting routinesKees Cook2014-07-18
* | seccomp: extract check/assign mode helpersKees Cook2014-07-18
* | seccomp: create internal mode-setting functionKees Cook2014-07-18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-12
|\
| * net: filter: get rid of BPF_S_* enumDaniel Borkmann2014-06-01
| * net: filter: cleanup invocation of internal BPFAlexei Starovoitov2014-05-21
| * seccomp: JIT compile seccomp filterAlexei Starovoitov2014-05-15
* | kernel/seccomp.c: kernel-doc warning fixFabian Frederick2014-06-06
|/
* seccomp: fix memory leak on filter attachKees Cook2014-04-16
* seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPFDaniel Borkmann2014-04-14
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-12
|\
| * syscall_get_arch: remove useless function argumentsEric Paris2014-03-20
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-04-03
|\ \
| * | kernel: Mark function as static in kernel/seccomp.cRashika Kheria2014-02-28
| |/