index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
seccomp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-14
Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-81
/
+171
2014-09-05
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
1
-4
/
+3
2014-09-03
seccomp: Allow arch code to provide seccomp_data
Andy Lutomirski
1
-13
/
+19
2014-09-03
seccomp: Refactor the filter callback and the API
Andy Lutomirski
1
-66
/
+124
2014-09-03
seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing
Andy Lutomirski
1
-19
/
+45
2014-08-11
seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock
Guenter Roeck
1
-5
/
+5
2014-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-10
/
+10
2014-08-02
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
1
-5
/
+5
2014-08-02
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
Alexei Starovoitov
1
-2
/
+2
2014-08-02
net: filter: rename sk_chk_filter() -> bpf_check_classic()
Alexei Starovoitov
1
-2
/
+2
2014-07-24
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
Alexei Starovoitov
1
-1
/
+1
2014-07-18
seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
Kees Cook
1
-1
/
+134
2014-07-18
seccomp: allow mode setting across threads
Kees Cook
1
-11
/
+25
2014-07-18
seccomp: introduce writer locking
Kees Cook
1
-1
/
+15
2014-07-18
seccomp: split filter prep from check and apply
Kees Cook
1
-30
/
+67
2014-07-18
sched: move no_new_privs into new atomic flags
Kees Cook
1
-1
/
+1
2014-07-18
seccomp: add "seccomp" syscall
Kees Cook
1
-5
/
+50
2014-07-18
seccomp: split mode setting routines
Kees Cook
1
-23
/
+48
2014-07-18
seccomp: extract check/assign mode helpers
Kees Cook
1
-4
/
+18
2014-07-18
seccomp: create internal mode-setting function
Kees Cook
1
-2
/
+14
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-51
/
+59
2014-06-06
kernel/seccomp.c: kernel-doc warning fix
Fabian Frederick
1
-2
/
+2
2014-06-01
net: filter: get rid of BPF_S_* enum
Daniel Borkmann
1
-42
/
+41
2014-05-21
net: filter: cleanup invocation of internal BPF
Alexei Starovoitov
1
-4
/
+2
2014-05-15
seccomp: JIT compile seccomp filter
Alexei Starovoitov
1
-9
/
+20
2014-04-16
seccomp: fix memory leak on filter attach
Kees Cook
1
-0
/
+2
2014-04-14
seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPF
Daniel Borkmann
1
-9
/
+8
2014-04-12
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-2
/
+2
2014-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-1
/
+1
2014-03-31
net: filter: rework/optimize internal BPF interpreter's instruction set
Alexei Starovoitov
1
-61
/
+58
2014-03-20
syscall_get_arch: remove useless function arguments
Eric Paris
1
-2
/
+2
2014-02-28
kernel: Mark function as static in kernel/seccomp.c
Rashika Kheria
1
-1
/
+1
2013-03-26
seccomp: allow BPF_XOR based ALU instructions.
Nicolas Schichan
1
-0
/
+2
2012-10-02
seccomp: Make syscall skipping and nr changes more consistent
Andy Lutomirski
1
-3
/
+10
2012-04-18
seccomp: fix build warnings when there is no CONFIG_SECCOMP_FILTER
Will Drewry
1
-4
/
+9
2012-04-14
ptrace,seccomp: Add PTRACE_SECCOMP support
Will Drewry
1
-0
/
+16
2012-04-14
seccomp: Add SECCOMP_RET_TRAP
Will Drewry
1
-0
/
+26
2012-04-14
seccomp: add SECCOMP_RET_ERRNO
Will Drewry
1
-10
/
+32
2012-04-14
seccomp: remove duplicated failure logging
Kees Cook
1
-14
/
+1
2012-04-14
seccomp: add system call filtering using BPF
Will Drewry
1
-18
/
+378
2012-01-17
seccomp: audit abnormal end to a process due to seccomp
Eric Paris
1
-0
/
+2
2009-03-02
x86-64: seccomp: fix 32/64 syscall hole
Roland McGrath
1
-3
/
+4
2007-07-16
make seccomp zerocost in schedule
Andrea Arcangeli
1
-0
/
+3
2007-07-16
move seccomp from /proc to a prctl
Andrea Arcangeli
1
-0
/
+26
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+56