summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* tools/lib/traceevent/parse-filter.c: clean up clang build warningCheng Jian2017-11-171-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0458-0/+58
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0258-0/+58
* | libbpf: use map_flags when creating mapsCraig Gallek2017-10-052-1/+2
* | libbpf: parse maps sections of varying sizeCraig Gallek2017-10-051-29/+41
* | libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov2017-10-042-1/+22
* | libbpf: introduce bpf_prog_detach2()Alexei Starovoitov2017-10-042-0/+13
* | bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-293-46/+143
|/
* Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/s...Ingo Molnar2017-09-131-1/+7
|\
| * tools lib api: Fix make DEBUG=1 buildJiri Olsa2017-09-121-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-065-4/+69
|\ \ | |/ |/|
| * bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-282-15/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-1/+2
| |\
| * | bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-192-4/+34
| * | bpf: selftests add sockmap testsJohn Fastabend2017-08-162-0/+31
| * | bpf: sockmap sample programJohn Fastabend2017-08-162-3/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-0/+2
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-1/+0
| |\ \ \
| * | | | bpf: install libbpf headers on 'make install'Jakub Kicinski2017-07-261-0/+4
* | | | | perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros2017-08-282-2/+2
* | | | | tools lib: Allow external definition of CC, AR and LDDavid Carrillo-Cisneros2017-08-281-3/+3
* | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-241-1/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | tools lib bpf: improve warningEric Leblond2017-08-201-1/+2
| | |_|/ | |/| |
* | | | tools lib bpf: Fix double file test in MakefileDaniel Díaz2017-08-171-2/+2
* | | | Merge tag 'perf-core-for-mingo-4.14-20170801' of git://git.kernel.org/pub/scm...Ingo Molnar2017-08-101-2/+2
|\ \ \ \
| * | | | perf build: Clarify open-coded header version warning messageIngo Molnar2017-07-311-2/+2
* | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-08-101-1/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann2017-08-041-0/+2
| | |/ | |/|
| * | bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski2017-07-261-1/+0
| |/
* | Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refres...Ingo Molnar2017-07-302-3/+76
|\ \ | |/
| * bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-202-3/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-052-0/+73
| |\
| | * bpf: Test for bpf IDMartin KaFai Lau2017-06-062-0/+73
* | | tools lib: Update copy of strtobool from the kernel sourcesArnaldo Carvalho de Melo2017-07-201-7/+25
* | | tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-203-19/+10
|/ /
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-032-0/+34
|\ \
| * | tools lib api fs: Add sysfs__write_int functionKan Liang2017-06-212-0/+34
| |/
* | tools/lib/lockdep: Remove private kernel headersLevin, Alexander (Sasha Levin)2017-06-0534-410/+3
* | tools/lib/lockdep: Hide liblockdep output from test resultsLevin, Alexander (Sasha Levin)2017-06-051-2/+2
* | tools/lib/lockdep: Add dummy current_gfp_context()Levin, Alexander (Sasha Levin)2017-06-051-0/+3
* | tools/lib/lockdep: Add empty __is_[module,kernel]_percpu_addressLevin, Alexander (Sasha Levin)2017-06-052-0/+10
* | tools/lib/lockdep: Include err.hLevin, Alexander (Sasha Levin)2017-06-051-0/+1
* | tools/lib/lockdep: Use LDFLAGSBen Hutchings2017-06-051-1/+1
* | tools/lib/lockdep: Remove double-quotes from sonameBen Hutchings2017-06-051-1/+1
* | tools/lib/lockdep: Fix object file paths used in an out-of-tree buildBen Hutchings2017-06-051-4/+4
* | tools/lib/lockdep: Fix compilation for 4.11Levin, Alexander (Sasha Levin)2017-06-054-3/+6
* | tools/lib/lockdep: Don't mix fd-based and stream IOAlexander Sverdlin2017-06-053-3/+6
* | tools/lib/lockdep: Remove -lpthread compiler optionVishal Thanki2017-06-051-2/+2
* | tools/lib/lockdep: Fix 'defined but not used' warning for init_utsname()Ben Hutchings2017-06-052-10/+10
* | tools/lib/lockdep: Fix 'set but not used' warningsBen Hutchings2017-06-051-4/+4
OpenPOWER on IntegriCloud