summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tools/lib/lockdep: Fix 'unused value' warningsBen Hutchings2017-06-053-5/+15
* | tools/lib/lockdep: Enable -Wall by defaultBen Hutchings2017-06-051-0/+1
* | tools/lib/lockdep: Define the ARRAY_SIZE() macroBen Hutchings2017-06-051-0/+2
* | tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/: DepthBen Hutchings2017-06-051-1/+1
* | tools/lib/lockdep: Fix undefined symbol prandom_u32Ben Hutchings2017-06-051-0/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-152-0/+26
|\
| * bpf: Add bpf_verify_program() to the library.David S. Miller2017-05-112-0/+26
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-124-9/+11
|\ \ | |/ |/|
| * tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo2017-04-264-9/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-024-3/+51
|\ \ | |/ |/|
OpenPOWER on IntegriCloud