index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-01-27
|
\
|
*
bpf: rcu lock must not be held when calling copy_to_user()
Alexei Starovoitov
2015-01-26
*
|
module: remove mod arg from module_free, rename module_memfree().
Rusty Russell
2015-01-19
|
/
*
bpf: verifier: add checks for BPF_ABS | BPF_IND instructions
Alexei Starovoitov
2014-12-06
*
bpf: fix arraymap NULL deref and missing overflow and zero size checks
Alexei Starovoitov
2014-11-19
*
bpf: remove test map scaffolding and user proper types
Alexei Starovoitov
2014-11-18
*
bpf: allow eBPF programs to use maps
Alexei Starovoitov
2014-11-18
*
bpf: fix BPF_MAP_LOOKUP_ELEM command return code
Alexei Starovoitov
2014-11-18
*
bpf: add array type of eBPF maps
Alexei Starovoitov
2014-11-18
*
bpf: add hashtable type of eBPF maps
Alexei Starovoitov
2014-11-18
*
bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM command
Alexei Starovoitov
2014-11-18
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-01
|
\
|
*
bpf: split eBPF out of NET
Alexei Starovoitov
2014-10-27
*
|
bpf: reduce verifier memory consumption
Alexei Starovoitov
2014-10-30
|
/
*
bpf: fix bug in eBPF verifier
Alexei Starovoitov
2014-10-21
*
bpf: add search pruning optimization to verifier
Alexei Starovoitov
2014-10-01
*
bpf: mini eBPF library, test stubs and verifier testsuite
Alexei Starovoitov
2014-09-26
*
bpf: verifier (add verifier core)
Alexei Starovoitov
2014-09-26
*
bpf: verifier (add branch/goto checks)
Alexei Starovoitov
2014-09-26
*
bpf: handle pseudo BPF_LD_IMM64 insn
Alexei Starovoitov
2014-09-26
*
bpf: verifier (add ability to receive verification log)
Alexei Starovoitov
2014-09-26
*
bpf: verifier (add docs)
Alexei Starovoitov
2014-09-26
*
bpf: handle pseudo BPF_CALL insn
Alexei Starovoitov
2014-09-26
*
bpf: expand BPF syscall with program load/unload
Alexei Starovoitov
2014-09-26
*
bpf: add lookup/update/delete/iterate methods to BPF maps
Alexei Starovoitov
2014-09-26
*
bpf: introduce BPF syscall and maps
Alexei Starovoitov
2014-09-26
*
net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selected
Daniel Borkmann
2014-09-10
*
net: bpf: consolidate JIT binary allocator
Daniel Borkmann
2014-09-09
*
net: filter: add "load 64-bit immediate" eBPF instruction
Alexei Starovoitov
2014-09-09
*
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
2014-09-05
*
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
2014-08-02
*
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
Alexei Starovoitov
2014-08-02
*
net: filter: rename sk_chk_filter() -> bpf_check_classic()
Alexei Starovoitov
2014-08-02
*
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
Alexei Starovoitov
2014-07-25
*
net: filter: split filter.c into two files
Alexei Starovoitov
2014-07-24