| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-05-15 | tools lib traceevent: Man pages for tep_handler related APIs |  Tzvetomir Stoyanov | 4 | -0/+436 |
| 2019-05-15 | tools lib traceevent: Add support for man pages with multiple names |  Tzvetomir Stoyanov | 1 | -3/+32 |
| 2019-05-15 | tools lib traceevent: Introduce man pages |  Tzvetomir Stoyanov | 9 | -0/+634 |
| 2019-05-15 | tools lib traceevent: Remove hard coded install paths from pkg-config file |  Tzvetomir Stoyanov | 2 | -6/+11 |
| 2019-05-13 | libbpf: detect supported kernel BTF features and sanitize BTF |  Andrii Nakryiko | 3 | -32/+196 |
| 2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 14 | -218/+978 |
| 2019-05-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 18 | -888/+935 |
| 2019-05-06 | libbpf: remove unnecessary cast-to-void |  Björn Töpel | 1 | -14/+10 |
| 2019-05-05 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
| 2019-05-05 | libbpf: add libbpf_util.h to header install. |  William Tu | 1 | -0/+1 |
| 2019-05-05 | tools/bpf: fix perf build error with uClibc (seen on ARC) |  Vineet Gupta | 1 | -0/+2 |
| 2019-05-04 | libbpf: proper XSKMAP cleanup |  Björn Töpel | 1 | -55/+60 |
| 2019-05-04 | libbpf: fix invalid munmap call |  Björn Töpel | 1 | -37/+40 |
| 2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -0/+1 |
| 2019-05-02 | tools lib traceevent: Change tag string for error |  Leo Yan | 1 | -1/+1 |
| 2019-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 3 | -17/+165 |
| 2019-04-27 | bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing |  Martin KaFai Lau | 1 | -1/+73 |
| 2019-04-26 | tools: sync bpf.h |  Matt Mullins | 2 | -0/+2 |
| 2019-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  David S. Miller | 1 | -0/+1 |
| 2019-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -1/+1 |
| 2019-04-25 | libbpf: add binary to gitignore |  Matteo Croce | 1 | -0/+1 |
| 2019-04-25 | libbpf: fix samples/bpf build failure due to undefined UINT32_MAX |  Daniel T. Lee | 1 | -0/+1 |
| 2019-04-25 | bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statement |  Daniel Borkmann | 1 | -3/+3 |
| 2019-04-25 | bpf, libbpf: handle old kernels more graceful wrt global data sections |  Daniel Borkmann | 1 | -13/+86 |
| 2019-04-19 | libbpf: fix BPF_LOG_BUF_SIZE off-by-one error |  McCabe, Robert J | 1 | -1/+1 |
| 2019-04-18 | libbpf: remove compile time warning from libbpf_util.h |  Magnus Karlsson | 1 | -1/+1 |
| 2019-04-16 | libbpf: optimize barrier for XDP socket rings |  Magnus Karlsson | 2 | -1/+6 |
| 2019-04-16 | libbpf: remove dependency on barrier.h in xsk.h |  Magnus Karlsson | 2 | -3/+29 |
| 2019-04-16 | libbpf: remove likely/unlikely in xsk.h |  Magnus Karlsson | 1 | -2/+2 |
| 2019-04-16 | libbpf: fix XDP socket ring buffer memory ordering |  Magnus Karlsson | 1 | -2/+11 |
| 2019-04-16 | libbpf: fix printf formatter for ptrdiff_t argument |  Andrii Nakryiko | 1 | -1/+1 |
| 2019-04-16 | tools lib traceevent: Fix missing equality check for strcmp |  Rikard Falkeborn | 1 | -1/+1 |
| 2019-04-16 | Merge branch 'linus' into perf/core, to pick up fixes |  Ingo Molnar | 2 | -3/+7 |
| 2019-04-16 | btf: add support for VAR and DATASEC in btf_dedup() |  Andrii Nakryiko | 1 | -2/+27 |
| 2019-04-12 | libbpf: Support sysctl hook |  Andrey Ignatov | 2 | -0/+4 |
| 2019-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 11 | -114/+650 |
| 2019-04-11 | libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN |  Stanislav Fomichev | 2 | -0/+10 |
| 2019-04-11 | libbpf: Fix build with gcc-8 |  Andrey Ignatov | 1 | -1/+1 |
| 2019-04-10 | libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE |  Magnus Karlsson | 1 | -4/+5 |
| 2019-04-10 | bpf, bpftool: fix a few ubsan warnings |  Yonghong Song | 1 | -10/+9 |
| 2019-04-09 | bpf, libbpf: add support for BTF Var and DataSec |  Daniel Borkmann | 5 | -20/+235 |
| 2019-04-09 | bpf, libbpf: support global data/bss/rodata sections |  Daniel Borkmann | 6 | -48/+314 |
| 2019-04-09 | bpf, libbpf: refactor relocation handling |  Joe Stringer | 1 | -29/+31 |
| 2019-04-06 | libbpf: Ignore -Wformat-nonliteral warning |  Andrey Ignatov | 1 | -0/+5 |
| 2019-04-04 | libbpf: teach libbpf about log_level bit 2 |  Alexei Starovoitov | 4 | -4/+17 |
| 2019-04-01 | tools lib traceevent: Rename input arguments and local variables of libtraceevent from pevent to tep |  Tzvetomir Stoyanov | 4 | -180/+180 |
| 2019-04-01 | perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event_filter to "tep" |  Tzvetomir Stoyanov | 2 | -8/+8 |
| 2019-04-01 | perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event to "tep" |  Tzvetomir Stoyanov | 7 | -26/+26 |
| 2019-04-01 | tools lib traceevent: Rename input arguments of libtraceevent APIs from pevent to tep |  Tzvetomir Stoyanov | 16 | -442/+439 |
| 2019-04-01 | tools tools, tools lib traceevent: Make traceevent APIs more consistent |  Tzvetomir Stoyanov | 4 | -43/+43 |