index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
seccomp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
seccomp: Move speculation migitation control to arch code
Thomas Gleixner
2018-07-25
1
-13
/
+2
*
seccomp: Add filter flag to opt-out of SSB mitigation
Kees Cook
2018-07-25
1
-8
/
+11
*
seccomp: Use PR_SPEC_FORCE_DISABLE
Thomas Gleixner
2018-07-25
1
-1
/
+1
*
seccomp: Enable speculation flaw mitigations
Kees Cook
2018-07-25
1
-0
/
+17
*
seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()
Oleg Nesterov
2017-10-05
1
-7
/
+16
*
seccomp: always propagate NO_NEW_PRIVS on tsync
Jann Horn
2016-03-03
1
-11
/
+11
*
seccomp, ptrace: add support for dumping seccomp filters
Tycho Andersen
2015-10-27
1
-1
/
+75
*
bpf, seccomp: prepare for upcoming criu support
Daniel Borkmann
2015-10-05
1
-2
/
+2
*
Merge tag 'seccomp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...
James Morris
2015-07-20
1
-5
/
+12
|
\
|
*
seccomp: swap hard-coded zeros to defined name
Kees Cook
2015-07-15
1
-1
/
+1
|
*
seccomp: add ptrace options for suspend/resume
Tycho Andersen
2015-07-15
1
-0
/
+8
|
*
seccomp: Replace smp_read_barrier_depends() with lockless_dereference()
Pranith Kumar
2015-07-15
1
-4
/
+3
*
|
seccomp, filter: add and use bpf_prog_create_from_user from seccomp
Daniel Borkmann
2015-05-09
1
-30
/
+12
*
|
seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter
Nicolas Schichan
2015-05-09
1
-46
/
+22
|
/
*
seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO
Kees Cook
2015-02-17
1
-1
/
+3
*
Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-10-14
1
-81
/
+171
|
\
|
*
seccomp: Allow arch code to provide seccomp_data
Andy Lutomirski
2014-09-03
1
-13
/
+19
|
*
seccomp: Refactor the filter callback and the API
Andy Lutomirski
2014-09-03
1
-66
/
+124
|
*
seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing
Andy Lutomirski
2014-09-03
1
-19
/
+45
*
|
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
2014-09-05
1
-4
/
+3
|
/
*
seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock
Guenter Roeck
2014-08-11
1
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-08-06
1
-10
/
+10
|
\
|
*
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
2014-08-02
1
-5
/
+5
|
*
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
Alexei Starovoitov
2014-08-02
1
-2
/
+2
|
*
net: filter: rename sk_chk_filter() -> bpf_check_classic()
Alexei Starovoitov
2014-08-02
1
-2
/
+2
|
*
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
Alexei Starovoitov
2014-07-24
1
-1
/
+1
*
|
seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
Kees Cook
2014-07-18
1
-1
/
+134
*
|
seccomp: allow mode setting across threads
Kees Cook
2014-07-18
1
-11
/
+25
*
|
seccomp: introduce writer locking
Kees Cook
2014-07-18
1
-1
/
+15
*
|
seccomp: split filter prep from check and apply
Kees Cook
2014-07-18
1
-30
/
+67
*
|
sched: move no_new_privs into new atomic flags
Kees Cook
2014-07-18
1
-1
/
+1
*
|
seccomp: add "seccomp" syscall
Kees Cook
2014-07-18
1
-5
/
+50
*
|
seccomp: split mode setting routines
Kees Cook
2014-07-18
1
-23
/
+48
*
|
seccomp: extract check/assign mode helpers
Kees Cook
2014-07-18
1
-4
/
+18
*
|
seccomp: create internal mode-setting function
Kees Cook
2014-07-18
1
-2
/
+14
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-06-12
1
-51
/
+59
|
\
|
*
net: filter: get rid of BPF_S_* enum
Daniel Borkmann
2014-06-01
1
-42
/
+41
|
*
net: filter: cleanup invocation of internal BPF
Alexei Starovoitov
2014-05-21
1
-4
/
+2
|
*
seccomp: JIT compile seccomp filter
Alexei Starovoitov
2014-05-15
1
-9
/
+20
*
|
kernel/seccomp.c: kernel-doc warning fix
Fabian Frederick
2014-06-06
1
-2
/
+2
|
/
*
seccomp: fix memory leak on filter attach
Kees Cook
2014-04-16
1
-0
/
+2
*
seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPF
Daniel Borkmann
2014-04-14
1
-9
/
+8
*
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
2014-04-12
1
-2
/
+2
|
\
|
*
syscall_get_arch: remove useless function arguments
Eric Paris
2014-03-20
1
-2
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2014-04-03
1
-1
/
+1
|
\
\
|
*
|
kernel: Mark function as static in kernel/seccomp.c
Rashika Kheria
2014-02-28
1
-1
/
+1
|
|
/
*
|
net: filter: rework/optimize internal BPF interpreter's instruction set
Alexei Starovoitov
2014-03-31
1
-61
/
+58
|
/
*
seccomp: allow BPF_XOR based ALU instructions.
Nicolas Schichan
2013-03-26
1
-0
/
+2
*
seccomp: Make syscall skipping and nr changes more consistent
Andy Lutomirski
2012-10-02
1
-3
/
+10
*
seccomp: fix build warnings when there is no CONFIG_SECCOMP_FILTER
Will Drewry
2012-04-18
1
-4
/
+9
[next]