summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2019-06-25tools lib: Adopt skip_spaces() from the kernel sourcesArnaldo Carvalho de Melo
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo
2019-06-25perf tools: Remove old baggage that is util/include/linux/ctype.hArnaldo Carvalho de Melo
2019-06-25perf kallsyms: Adopt hex2u64 from tools/perf/util/util.hArnaldo Carvalho de Melo
2019-06-24libbpf: fix spelling mistake "conflictling" -> "conflicting"Colin Ian King
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner
2019-06-19libbpf: constify getter APIsAndrii Nakryiko
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-18libbpf: allow specifying map definitions using BTFAndrii Nakryiko
2019-06-18libbpf: split initialization and loading of BTFAndrii Nakryiko
2019-06-18libbpf: identify maps by section index in addition to offsetAndrii Nakryiko
2019-06-18libbpf: refactor map initializationAndrii Nakryiko
2019-06-18libbpf: streamline ELF parsing error-handlingAndrii Nakryiko
2019-06-18libbpf: extract BTF loading logicAndrii Nakryiko
2019-06-18libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko
2019-06-17Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar
2019-06-15libbpf: fix check for presence of associated BTF for map creationAndrii Nakryiko
2019-06-11bpf: add a new API libbpf_num_possible_cpus()Hechao Li
2019-06-10libbpf: remove qidconf and better support external bpf programs.Jonathan Lemon
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-06bpf, libbpf: enable recvmsg attach typesDaniel Borkmann
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner
2019-06-03Merge tag 'v5.2-rc3' into perf/core, to pick up fixesIngo Molnar
2019-05-31libbpf: Return btf_fd for load_sk_storage_btfMichal Rostecki
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30libbpf: reduce unnecessary line wrappingAndrii Nakryiko
2019-05-30libbpf: typo and formatting fixesAndrii Nakryiko
2019-05-30libbpf: simplify two pieces of logicAndrii Nakryiko
2019-05-30libbpf: use negative fd to specify missing BTFAndrii Nakryiko
2019-05-30libbpf: fix error code returned on corrupted ELFAndrii Nakryiko
2019-05-30libbpf: check map name retrieved from ELFAndrii Nakryiko
2019-05-30libbpf: simplify endianness checkAndrii Nakryiko
2019-05-30libbpf: preserve errno before calling into user callbackAndrii Nakryiko
2019-05-30libbpf: fix detection of corrupted BPF instructions sectionAndrii Nakryiko
2019-05-29libbpf: prevent overwriting of log_level in bpf_object__load_progs()Quentin Monnet
2019-05-28perf script: Pad DSO name for --call-traceJiri Olsa
2019-05-28libbpf: add bpf_object__load_xattr() API function to pass log_levelQuentin Monnet
2019-05-28libbpf: fix warning that PTR_ERR_OR_ZERO can be usedHariprasad Kelam
2019-05-24libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attrJiong Wang
2019-05-24libbpf: add btf_dump API for BTF-to-C conversionAndrii Nakryiko
2019-05-24libbpf: switch btf_dedup() to hashmap for dedup tableAndrii Nakryiko
2019-05-24libbpf: add resizable non-thread safe internal hashmapAndrii Nakryiko
2019-05-24libbpf: add btf__parse_elf API to load .BTF and .BTF.extAndrii Nakryiko