aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-08-20tools lib bpf: improve warningEric Leblond1-1/+2
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2-4/+34
2017-08-16bpf: selftests add sockmap testsJohn Fastabend2-0/+31
2017-08-16bpf: sockmap sample programJohn Fastabend2-3/+15
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-04bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann1-0/+2
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2017-07-26bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski1-1/+0
2017-07-26bpf: install libbpf headers on 'make install'Jakub Kicinski1-0/+4
2017-07-20bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2-3/+3
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+73
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+34
2017-06-21tools lib api fs: Add sysfs__write_int functionKan Liang2-0/+34
2017-06-06bpf: Test for bpf IDMartin KaFai Lau2-0/+73
2017-06-05tools/lib/lockdep: Remove private kernel headersLevin, Alexander (Sasha Levin)34-410/+3
2017-06-05tools/lib/lockdep: Hide liblockdep output from test resultsLevin, Alexander (Sasha Levin)1-2/+2
2017-06-05tools/lib/lockdep: Add dummy current_gfp_context()Levin, Alexander (Sasha Levin)1-0/+3
2017-06-05tools/lib/lockdep: Add empty __is_[module,kernel]_percpu_addressLevin, Alexander (Sasha Levin)2-0/+10
2017-06-05tools/lib/lockdep: Include err.hLevin, Alexander (Sasha Levin)1-0/+1
2017-06-05tools/lib/lockdep: Use LDFLAGSBen Hutchings1-1/+1
2017-06-05tools/lib/lockdep: Remove double-quotes from sonameBen Hutchings1-1/+1
2017-06-05tools/lib/lockdep: Fix object file paths used in an out-of-tree buildBen Hutchings1-4/+4
2017-06-05tools/lib/lockdep: Fix compilation for 4.11Levin, Alexander (Sasha Levin)4-3/+6
2017-06-05tools/lib/lockdep: Don't mix fd-based and stream IOAlexander Sverdlin3-3/+6
2017-06-05tools/lib/lockdep: Remove -lpthread compiler optionVishal Thanki1-2/+2
2017-06-05tools/lib/lockdep: Fix 'defined but not used' warning for init_utsname()Ben Hutchings2-10/+10
2017-06-05tools/lib/lockdep: Fix 'set but not used' warningsBen Hutchings1-4/+4
2017-06-05tools/lib/lockdep: Fix 'unused value' warningsBen Hutchings3-5/+15
2017-06-05tools/lib/lockdep: Enable -Wall by defaultBen Hutchings1-0/+1
2017-06-05tools/lib/lockdep: Define the ARRAY_SIZE() macroBen Hutchings1-0/+2
2017-06-05tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/: DepthBen Hutchings1-1/+1
2017-06-05tools/lib/lockdep: Fix undefined symbol prandom_u32Ben Hutchings1-0/+7
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+26
2017-05-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-9/+11
2017-05-11bpf: Add bpf_verify_program() to the library.David S. Miller2-0/+26
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-3/+51
2017-04-26tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo4-9/+11
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-22bpf: Add sparc support to tools and samples.David S. Miller1-0/+2
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+1
2017-04-01tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov2-2/+3
2017-04-01tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov2-1/+27
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau2-0/+19
2017-03-17tools lib api fs: Introduce sysfs__read_boolAlexander Shishkin2-0/+30
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada3-3/+3
2017-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2017-02-27scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-24lib/find_bit.c: micro-optimise find_next_*_bitMatthew Wilcox1-1/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-18/+47