| Commit message (Expand) | Author | Age |
* | BACKPORT: Add support for BPF_FUNC_probe_read_str | Joel Fernandes | 2022-04-19 |
* | bpf: Fix un-initialized variable in bpf_trace_printk | Jayant Chowdhary | 2022-04-19 |
* | bpf: fix bpf_trace_printk on 32 bit archs | Daniel Borkmann | 2022-04-19 |
* | bpf: Constify bpf_verifier_ops structure | Julia Lawall | 2022-04-19 |
* | bpf, trace: fetch current cpu only once | Daniel Borkmann | 2022-04-19 |
* | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_read | Daniel Borkmann | 2022-04-19 |
* | BACKPORT: bpf: permit multiple bpf attachments for a single perf event | Yonghong Song | 2022-04-19 |
* | bpf: add BPF_CALL_x macros for declaring helpers | Daniel Borkmann | 2022-04-19 |
* | bpf, perf: split bpf_perf_event_output | Daniel Borkmann | 2022-04-19 |
* | bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros | Daniel Borkmann | 2022-04-19 |
* | bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type | Alexei Starovoitov | 2022-04-19 |
* | bpf: allow bpf_get_prandom_u32() to be used in tracing | Alexei Starovoitov | 2022-04-19 |
* | bpf: Add bpf_current_task_under_cgroup helper | Sargun Dhillon | 2022-04-19 |
* | bpf: Add bpf_probe_write_user BPF helper to be called in tracers | Sargun Dhillon | 2022-04-19 |
* | kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bug | Andrew Morton | 2022-04-19 |
* | bpf: introduce bpf_get_current_task() helper | Alexei Starovoitov | 2022-04-19 |
* | bpf: avoid stack copy and use skb ctx for event output | Daniel Borkmann | 2022-04-19 |
* | bpf: minor cleanups on fd maps and helpers | Daniel Borkmann | 2022-04-19 |
* | bpf, maps: flush own entries on perf map release | Daniel Borkmann | 2022-04-19 |
* | bpf: fix matching of data/data_end in verifier | Alexei Starovoitov | 2022-04-19 |
* | bpf, trace: use READ_ONCE for retrieving file ptr | Daniel Borkmann | 2022-04-19 |
* | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_output | Daniel Borkmann | 2022-04-19 |
* | bpf: avoid warning for wrong pointer cast | Arnd Bergmann | 2022-04-19 |
* | bpf: add event output helper for notifications/sampling/logging | Daniel Borkmann | 2022-04-19 |
* | bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK | Daniel Borkmann | 2022-04-19 |
* | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog... | Alexei Starovoitov | 2022-04-19 |
* | bpf: register BPF_PROG_TYPE_TRACEPOINT program type | Alexei Starovoitov | 2022-04-19 |
* | bpf: prevent kprobe+bpf deadlocks | Alexei Starovoitov | 2022-04-19 |
* | bpf: introduce BPF_MAP_TYPE_STACK_TRACE | Alexei Starovoitov | 2022-04-19 |
* | perf/bpf: Convert perf_event_array to use struct file | Alexei Starovoitov | 2022-04-19 |
* | bpf, trace: check event type in bpf_perf_event_read | Alexei Starovoitov | 2020-05-10 |
* | bpf: fix check of allowed specifiers in bpf_trace_printk | Martynas Pumputis | 2018-12-17 |
* | bpf: make tracing helpers gpl only | Alexei Starovoitov | 2015-10-26 |
* | bpf: fix bpf_perf_event_read() helper | Alexei Starovoitov | 2015-10-26 |
* | bpf: introduce bpf_perf_event_output() helper | Alexei Starovoitov | 2015-10-22 |
* | bpf: add support for %s specifier to bpf_trace_printk() | Alexei Starovoitov | 2015-08-28 |
* | bpf: Implement function bpf_perf_event_read() that get the selected hardware ... | Kaixu Xia | 2015-08-09 |
* | bpf: let kprobe programs use bpf_get_smp_processor_id() helper | Alexei Starovoitov | 2015-06-15 |
* | bpf: allow networking programs to use bpf_trace_printk() for debugging | Alexei Starovoitov | 2015-06-15 |
* | bpf: introduce current->pid, tgid, uid, gid, comm accessors | Alexei Starovoitov | 2015-06-15 |
* | ebpf: allow bpf_ktime_get_ns_proto also for networking | Daniel Borkmann | 2015-05-31 |
* | bpf: allow bpf programs to tail-call other bpf programs | Alexei Starovoitov | 2015-05-21 |
* | tracing: Allow BPF programs to call bpf_trace_printk() | Alexei Starovoitov | 2015-04-02 |
* | tracing: Allow BPF programs to call bpf_ktime_get_ns() | Alexei Starovoitov | 2015-04-02 |
* | tracing, perf: Implement BPF programs attached to kprobes | Alexei Starovoitov | 2015-04-02 |