index
:
litmus-rt-budgetable-locks.git/.git
update_litmus_2019
Unnamed repository; edit this file 'description' to name the repository.
Zelin Tong
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-next
Linus Torvalds
2016-07-27
|
\
|
*
bpf: enable direct packet data write for xdp progs
Brenden Blanco
2016-07-20
|
*
bpf: add XDP prog type for early driver filter
Brenden Blanco
2016-07-20
|
*
bpf: add bpf_prog_add api for bulk prog refcnt
Brenden Blanco
2016-07-20
|
*
bpf: bpf_event_entry_gen's alloc needs to be in atomic context
Daniel Borkmann
2016-07-17
|
*
bpf: avoid stack copy and use skb ctx for event output
Daniel Borkmann
2016-07-15
|
*
bpf: make inode code explicitly non-modular
Paul Gortmaker
2016-07-11
|
*
cgroup: bpf: Add bpf_skb_in_cgroup_proto
Martin KaFai Lau
2016-07-01
|
*
cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY
Martin KaFai Lau
2016-07-01
|
*
bpf: refactor bpf_prog_get and type check into helper
Daniel Borkmann
2016-07-01
|
*
bpf: generally move prog destruction to RCU deferral
Daniel Borkmann
2016-07-01
|
*
bpf: don't use raw processor id in generic helper
Daniel Borkmann
2016-06-30
|
*
bpf: minor cleanups on fd maps and helpers
Daniel Borkmann
2016-06-30
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-30
|
|
\
|
*
|
bpf, maps: flush own entries on perf map release
Daniel Borkmann
2016-06-16
|
*
|
bpf, maps: extend map_fd_get_ptr arguments
Daniel Borkmann
2016-06-16
|
*
|
bpf, maps: add release callback
Daniel Borkmann
2016-06-16
*
|
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...
Ingo Molnar
2016-07-07
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
bpf: fix matching of data/data_end in verifier
Alexei Starovoitov
2016-06-16
|
|
/
*
|
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
2016-06-08
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-06-01
|
|
\
|
|
*
bpf, inode: disallow userns mounts
Daniel Borkmann
2016-05-23
|
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-05-25
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
bpf: teach verifier to recognize imm += ptr pattern
Alexei Starovoitov
2016-05-20
|
*
|
bpf: support decreasing order in direct packet access
Alexei Starovoitov
2016-05-20
|
*
|
bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
Eric W. Biederman
2016-05-20
|
*
|
bpf: rather use get_random_int for randomizations
Daniel Borkmann
2016-05-20
|
*
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-05-18
|
|
\
\
|
|
*
|
bpf: reject invalid names right in ->lookup()
Al Viro
2016-03-27
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-05-17
|
|
\
\
\
|
|
*
|
|
bpf: add generic constant blinding for use in jits
Daniel Borkmann
2016-05-16
|
|
*
|
|
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
Daniel Borkmann
2016-05-16
|
|
*
|
|
bpf: add bpf_patch_insn_single helper
Daniel Borkmann
2016-05-16
|
|
*
|
|
bpf: minor cleanups in ebpf code
Daniel Borkmann
2016-05-16
|
|
*
|
|
bpf: improve verifier state equivalence
Alexei Starovoitov
2016-05-06
|
|
*
|
|
bpf: direct packet access
Alexei Starovoitov
2016-05-06
|
|
*
|
|
bpf: cleanup verifier code
Alexei Starovoitov
2016-05-06
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-05-04
|
|
|
\
\
\
|
|
*
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-27
|
|
|
\
\
\
\
|
|
*
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-23
|
|
|
\
\
\
\
\
|
|
*
|
|
|
|
|
bpf: add event output helper for notifications/sampling/logging
Daniel Borkmann
2016-04-19
|
|
*
|
|
|
|
|
bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK
Daniel Borkmann
2016-04-14
|
|
*
|
|
|
|
|
bpf, verifier: add ARG_PTR_TO_RAW_STACK type
Daniel Borkmann
2016-04-14
|
|
*
|
|
|
|
|
bpf, verifier: add bpf_call_arg_meta for passing meta data
Daniel Borkmann
2016-04-14
|
|
*
|
|
|
|
|
bpf: simplify verifier register state assignments
Alexei Starovoitov
2016-04-10
|
|
*
|
|
|
|
|
bpf, verifier: further improve search pruning
Daniel Borkmann
2016-04-08
|
|
*
|
|
|
|
|
bpf: sanitize bpf tracepoint access
Alexei Starovoitov
2016-04-07
|
|
*
|
|
|
|
|
bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...
Alexei Starovoitov
2016-04-07
*
|
|
|
|
|
|
|
perf core: Per event callchain limit
Arnaldo Carvalho de Melo
2016-05-30
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
perf core: Pass max stack as a perf_callchain_entry context
Arnaldo Carvalho de Melo
2016-05-16
|
/
/
/
/
/
/
[next]