| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-08-15 | bpf: fix bpf_trace_printk on 32 bit archs |  Daniel Borkmann | 1 | -4/+30 |
| 2017-07-03 | bpf: extend bpf_trace_printk to support %i |  John Fastabend | 1 | -3/+4 |
| 2017-07-03 | bpf: simplify narrower ctx access |  Daniel Borkmann | 1 | -19/+12 |
| 2017-06-23 | bpf: possibly avoid extra masking for narrower load in verifier |  Yonghong Song | 1 | -6/+11 |
| 2017-06-14 | bpf: permits narrower load from bpf program context fields |  Yonghong Song | 1 | -6/+15 |
| 2017-06-10 | bpf: avoid excessive stack usage for perf_sample_data |  Daniel Borkmann | 1 | -4/+6 |
| 2017-06-04 | perf, bpf: Add BPF support to all perf_event types |  Alexei Starovoitov | 1 | -14/+8 |
| 2017-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 1 | -27/+3 |
| 2017-04-11 | bpf: remove struct bpf_prog_type_list |  Johannes Berg | 1 | -27/+3 |
| 2017-03-28 | new helper: uaccess_kernel() |  Al Viro | 1 | -1/+1 |
| 2017-02-17 | bpf: mark all registered map/prog types as __ro_after_init |  Daniel Borkmann | 1 | -3/+3 |
| 2017-01-20 | bpf: add bpf_probe_read_str helper |  Gianluca Borello | 1 | -0/+32 |
| 2017-01-16 | bpf, trace: make ctx access checks more robust |  Daniel Borkmann | 1 | -0/+9 |
| 2017-01-12 | bpf: pass original insn directly to convert_ctx_access |  Daniel Borkmann | 1 | -7/+8 |
| 2017-01-09 | bpf: rename ARG_PTR_TO_STACK |  Alexei Starovoitov | 1 | -10/+10 |
| 2016-10-22 | bpf: add helper for retrieving current numa node id |  Daniel Borkmann | 1 | -0/+2 |
| 2016-09-09 | bpf: add BPF_CALL_x macros for declaring helpers |  Daniel Borkmann | 1 | -39/+36 |
| 2016-09-09 | bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros |  Daniel Borkmann | 1 | -6/+6 |
| 2016-09-02 | bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type |  Alexei Starovoitov | 1 | -0/+61 |
| 2016-08-12 | bpf: allow bpf_get_prandom_u32() to be used in tracing |  Alexei Starovoitov | 1 | -0/+2 |
| 2016-08-12 | bpf: Add bpf_current_task_under_cgroup helper |  Sargun Dhillon | 1 | -0/+30 |
| 2016-07-25 | bpf: Add bpf_probe_write_user BPF helper to be called in tracers |  Sargun Dhillon | 1 | -0/+45 |
| 2016-07-19 | kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bug |  Andrew Morton | 1 | -1/+3 |
| 2016-07-15 | bpf: avoid stack copy and use skb ctx for event output |  Daniel Borkmann | 1 | -18/+15 |
| 2016-07-15 | bpf, perf: split bpf_perf_event_output |  Daniel Borkmann | 1 | -13/+22 |
| 2016-07-15 | perf, events: add non-linear data support for raw records |  Daniel Borkmann | 1 | -2/+4 |
| 2016-07-09 | bpf: introduce bpf_get_current_task() helper |  Alexei Starovoitov | 1 | -0/+13 |
| 2016-06-30 | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_read |  Daniel Borkmann | 1 | -3/+8 |
| 2016-06-30 | bpf, trace: fetch current cpu only once |  Daniel Borkmann | 1 | -2/+3 |
| 2016-06-30 | bpf: minor cleanups on fd maps and helpers |  Daniel Borkmann | 1 | -12/+6 |
| 2016-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -2/+8 |
| 2016-06-15 | bpf, maps: flush own entries on perf map release |  Daniel Borkmann | 1 | -10/+8 |
| 2016-06-15 | bpf, trace: check event type in bpf_perf_event_read |  Alexei Starovoitov | 1 | -0/+4 |
| 2016-06-15 | bpf: fix matching of data/data_end in verifier |  Alexei Starovoitov | 1 | -2/+4 |
| 2016-06-07 | bpf, trace: use READ_ONCE for retrieving file ptr |  Daniel Borkmann | 1 | -2/+2 |
| 2016-04-19 | bpf: add event output helper for notifications/sampling/logging |  Daniel Borkmann | 1 | -0/+27 |
| 2016-04-19 | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_output |  Daniel Borkmann | 1 | -1/+6 |
| 2016-04-18 | bpf: avoid warning for wrong pointer cast |  Arnd Bergmann | 1 | -2/+2 |
| 2016-04-14 | bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK |  Daniel Borkmann | 1 | -3/+7 |
| 2016-04-07 | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint programs |  Alexei Starovoitov | 1 | -1/+41 |
| 2016-04-07 | bpf: register BPF_PROG_TYPE_TRACEPOINT program type |  Alexei Starovoitov | 1 | -2/+43 |
| 2016-03-08 | bpf: prevent kprobe+bpf deadlocks |  Alexei Starovoitov | 1 | -2/+0 |
| 2016-02-20 | bpf: introduce BPF_MAP_TYPE_STACK_TRACE |  Alexei Starovoitov | 1 | -0/+2 |
| 2016-01-29 | perf/bpf: Convert perf_event_array to use struct file |  Alexei Starovoitov | 1 | -4/+10 |
| 2015-12-23 | bpf: Constify bpf_verifier_ops structure |  Julia Lawall | 1 | -1/+1 |
| 2015-10-26 | bpf: make tracing helpers gpl only |  Alexei Starovoitov | 1 | -2/+2 |
| 2015-10-26 | bpf: fix bpf_perf_event_read() helper |  Alexei Starovoitov | 1 | -1/+6 |
| 2015-10-22 | bpf: introduce bpf_perf_event_output() helper |  Alexei Starovoitov | 1 | -0/+46 |
| 2015-08-28 | bpf: add support for %s specifier to bpf_trace_printk() |  Alexei Starovoitov | 1 | -2/+30 |
| 2015-08-09 | bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter |  Kaixu Xia | 1 | -0/+31 |