summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|\ \ | |/ |/|
| * bpf: Add sparc support to tools and samples.David S. Miller2017-04-221-0/+2
| * tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov2017-04-012-2/+3
| * tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-012-1/+27
| * bpf: Add tests for map-in-mapMartin KaFai Lau2017-03-222-0/+19
* | perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+1
* | perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-0/+1
* | tools lib api fs: Introduce sysfs__read_boolAlexander Shishkin2017-03-172-0/+30
|/
* scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-093-3/+3
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-282-3/+3
|\
| * Merge tag 'perf-core-for-mingo-4.11-20170220' of git://git.kernel.org/pub/scm...Ingo Molnar2017-02-212-3/+3
| |\
| | * tools lib traceevent: It's preempt not premptSteven Rostedt (VMware)2017-02-172-3/+3
* | | scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | | lib/find_bit.c: micro-optimise find_next_*_bitMatthew Wilcox2017-02-241-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-224-18/+47
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-162-2/+5
| |\ \
| * | | bpf: Remove redundant ifdefMickaël Salaün2017-02-151-9/+3
| * | | bpf: Remove bpf_sys.h from selftestsMickaël Salaün2017-02-101-0/+6
| * | | bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2017-02-102-2/+2
| * | | bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2017-02-102-2/+2
| * | | bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2017-02-102-2/+2
| * | | bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2017-02-102-2/+2
| * | | bpf: Use bpf_load_program() from the libraryMickaël Salaün2017-02-102-5/+5
OpenPOWER on IntegriCloud