aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c
AgeCommit message (Expand)Author
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-04-11bpf: remove struct bpf_prog_type_listJohannes Berg
2017-03-28new helper: uaccess_kernel()Al Viro
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann
2017-01-20bpf: add bpf_probe_read_str helperGianluca Borello
2017-01-16bpf, trace: make ctx access checks more robustDaniel Borkmann
2017-01-12bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann
2016-09-09bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann
2016-09-02bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov
2016-08-12bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov
2016-08-12bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon
2016-07-25bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon
2016-07-19kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bugAndrew Morton
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann
2016-07-15bpf, perf: split bpf_perf_event_outputDaniel Borkmann
2016-07-15perf, events: add non-linear data support for raw recordsDaniel Borkmann
2016-07-09bpf: introduce bpf_get_current_task() helperAlexei Starovoitov
2016-06-30bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann
2016-06-30bpf, trace: fetch current cpu only onceDaniel Borkmann
2016-06-30bpf: minor cleanups on fd maps and helpersDaniel Borkmann
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-15bpf, maps: flush own entries on perf map releaseDaniel Borkmann
2016-06-15bpf, trace: check event type in bpf_perf_event_readAlexei Starovoitov
2016-06-15bpf: fix matching of data/data_end in verifierAlexei Starovoitov
2016-06-07bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann
2016-04-19bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann
2016-04-18bpf: avoid warning for wrong pointer castArnd Bergmann
2016-04-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann
2016-04-07bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov
2016-04-07bpf: register BPF_PROG_TYPE_TRACEPOINT program typeAlexei Starovoitov
2016-03-08bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov
2016-01-29perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov
2015-12-23bpf: Constify bpf_verifier_ops structureJulia Lawall
2015-10-26bpf: make tracing helpers gpl onlyAlexei Starovoitov
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov
2015-08-28bpf: add support for %s specifier to bpf_trace_printk()Alexei Starovoitov
2015-08-09bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia
2015-06-15bpf: let kprobe programs use bpf_get_smp_processor_id() helperAlexei Starovoitov
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-05-31ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov
2015-04-02tracing: Allow BPF programs to call bpf_trace_printk()Alexei Starovoitov
2015-04-02tracing: Allow BPF programs to call bpf_ktime_get_ns()Alexei Starovoitov