summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-27
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-24
| |\
| | * bpf, libbpf: clarify bump in libbpf version infoDaniel Borkmann2019-03-24
| | * bpf, libbpf: fix version info and add it to shared objectDaniel Borkmann2019-03-24
| | * bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-21
| * | net/sched: act_vlan: validate the control action inside init()Davide Caratti2019-03-21
| * | net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti2019-03-21
| * | net/sched: act_skbmod: validate the control action inside init()Davide Caratti2019-03-21
| * | net/sched: act_skbedit: validate the control action inside init()Davide Caratti2019-03-21
| * | net/sched: act_simple: validate the control action inside init()Davide Caratti2019-03-21
| * | net/sched: act_sample: validate the control action inside init()Davide Caratti2019-03-21
| * | net/sched: act_police: validate the control action inside init()Davide Caratti2019-03-21
| * | net/sched: act_pedit: validate the control action inside init()Davide Caratti2019-03-21
| * | net/sched: act_nat: validate the control action inside init()Davide Caratti2019-03-21
| * | net/sched: act_connmark: validate the control action inside init()Davide Caratti2019-03-21
| * | net/sched: act_mirred: validate the control action inside init()Davide Caratti2019-03-21
| * | net/sched: act_ife: validate the control action inside init()Davide Caratti2019-03-21
| * | net/sched: act_gact: validate the control action inside init()Davide Caratti2019-03-21
| * | net/sched: act_csum: validate the control action inside init()Davide Caratti2019-03-21
| * | net/sched: act_bpf: validate the control action inside init()Davide Caratti2019-03-21
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-16
| |\
| | * tools: bpf: synchronise BPF UAPI header with toolsQuentin Monnet2019-03-14
| | * selftests/bpf: add fwd enum resolution test for btf_dedupAndrii Nakryiko2019-03-14
| | * btf: resolve enum fwds in btf_dedupAndrii Nakryiko2019-03-14
| | * bpf: Add an example for bpf_get_listener_sockMartin KaFai Lau2019-03-13
| | * bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsockMartin KaFai Lau2019-03-13
| | * bpf: Sync bpf.h to tools/Martin KaFai Lau2019-03-13
| | * libbpf: fix to reject unknown flags in xsk_socket__create()Magnus Karlsson2019-03-12
| | * selftests/bpf: fix segfault of test_progs when prog loading failedYonghong Song2019-03-12
| | * libbpf: handle BTF parsing and loading properlyAndrii Nakryiko2019-03-11
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-24
|\ \ \
| * \ \ Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-22
| |\ \ \
| | * | | perf bpf: Show more BPF program info in print_bpf_prog_info()Song Liu2019-03-21
| | * | | perf bpf: Extract logic to create program names from perf_event__synthesize_o...Song Liu2019-03-21
| | * | | perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu2019-03-21
| | * | | perf evlist: Introduce side band threadSong Liu2019-03-21
| | * | | perf annotate: Enable annotation of BPF programsSong Liu2019-03-20
| | * | | perf build: Check what binutils's 'disassembler()' signature to useSong Liu2019-03-20
| | * | | perf bpf: Process PERF_BPF_EVENT_PROG_LOAD for annotationSong Liu2019-03-19
| | * | | perf symbols: Introduce DSO_BINARY_TYPE__BPF_PROG_INFOSong Liu2019-03-19
| | * | | perf feature detection: Add -lopcodes to feature-libbfdSong Liu2019-03-19
| | * | | perf top: Add option --no-bpf-eventSong Liu2019-03-19
| | * | | perf bpf: Save BTF information as headers to perf.dataSong Liu2019-03-19
| | * | | perf bpf: Save BTF in a rbtree in perf_envSong Liu2019-03-19
| | * | | perf bpf: Save bpf_prog_info information as headers to perf.dataSong Liu2019-03-19
| | * | | perf bpf: Save bpf_prog_info in a rbtree in perf_envSong Liu2019-03-19
| | * | | perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead o...Song Liu2019-03-19
| | * | | perf bpf: Synthesize bpf events with bpf_program__get_prog_info_linear()Song Liu2019-03-19
| | * | | bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump()Song Liu2019-03-19
| | * | | tools lib bpf: Introduce bpf_program__get_prog_info_linear()Song Liu2019-03-19