summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | nfit_test: fix security state pull for nvdimm security nfit_testDave Jiang2019-01-211-2/+2
| * | | | | | | Merge tag 'linux-kselftest-5.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-237-16/+118
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | selftests/seccomp: Abort without user notification supportKees Cook2019-01-171-5/+5
| | * | | | | selftests: gpio-mockup-chardev: Check asprintf() for errorGeert Uytterhoeven2019-01-161-3/+6
| | * | | | | selftests: seccomp: use LDLIBS instead of LDFLAGSFathi Boudra2019-01-161-1/+1
| | * | | | | selftests/vm/gup_benchmark.c: match gup struct to kernelAlison Schofield2019-01-151-0/+1
| | * | | | | tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate headerSabyasachi Gupta2019-01-141-1/+0
| | * | | | | x86/mpx/selftests: fix spelling mistake "succeded" -> "succeeded"Colin Ian King2019-01-141-1/+1
| | * | | | | selftests: rtc: rtctest: add alarm test on minute boundaryAlexandre Belloni2019-01-141-0/+102
| | * | | | | selftests: rtc: rtctest: fix alarm testsAlexandre Belloni2019-01-141-5/+2
| | | |/ / / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-2112-92/+1317
| |\ \ \ \ \
| | * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-197-16/+1218
| | |\ \ \ \ \
| | | * | | | | tools: bpftool: Cleanup license messThomas Gleixner2019-01-182-11/+1
| | | * | | | | bpf: pull in pkt_sched.h header for tooling to fix bpftool buildDaniel Borkmann2019-01-181-0/+1163
| | | * | | | | selftests/bpf: retry tests that expect build-idStanislav Fomichev2019-01-171-0/+30
| | | * | | | | tools/bpf: properly account for libbfd variationsStanislav Fomichev2019-01-161-1/+8
| | | * | | | | bpf: libbpf: retry loading program on EAGAINLorenz Bauer2019-01-151-4/+15
| | | * | | | | selftests/bpf: install with_tunnels.sh for test_flow_dissector.shStanislav Fomichev2019-01-151-0/+1
| | | | |/ / / | | | |/| | |
| | * | | | | selftests: forwarding: Add a test case for externally learned FDB entriesIdo Schimmel2019-01-181-1/+33
| | * | | | | selftests: mlxsw: Test FDB offload indicationIdo Schimmel2019-01-181-0/+20
| | * | | | | selftests: tc-testing: fix parsing of ife typeDavide Caratti2019-01-161-44/+44
| | * | | | | selftests: tc-testing: fix tunnel_key failure if dst_port is unspecifiedDavide Caratti2019-01-151-1/+1
| | * | | | | selftests: tc-testing: drop test on missing tunnel key idDavide Caratti2019-01-151-29/+0
| | * | | | | selftests/txtimestamp: Fix an equals vs assign bugDan Carpenter2019-01-151-1/+1
| | |/ / / /
| * | | | | Merge tag 'powerpc-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-01-193-1/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | powerpc/perf: Update perf_regs structure to include MMCRAMadhavan Srinivasan2019-01-083-1/+4
| | |/ / /
* | | | | perf augmented_syscalls: Convert to bpf_map()Arnaldo Carvalho de Melo2019-01-251-6/+2
* | | | | perf bpf examples: Convert etcsnoop to use bpf_map()Arnaldo Carvalho de Melo2019-01-251-6/+2
* | | | | perf trace: Fixup etcsnoop exampleArnaldo Carvalho de Melo2019-01-251-1/+2
* | | | | perf augmented_raw_syscalls: Use bpf_map()Arnaldo Carvalho de Melo2019-01-251-12/+2
* | | | | perf bpf: Convert pid_map() to bpf_map()Arnaldo Carvalho de Melo2019-01-251-7/+1
* | | | | perf bpf: Add bpf_map() helperArnaldo Carvalho de Melo2019-01-251-0/+8
* | | | | perf script python: Add Python3 support to tests/attr.pyTony Jones2019-01-251-13/+19
* | | | | perf script python: Remove explicit shebang from Python scriptsTony Jones2019-01-254-6/+2
* | | | | perf script python: Remove explicit shebang from tests/attr.cTony Jones2019-01-251-1/+0
* | | | | perf script python: Remove explicit shebang from setup.pyTony Jones2019-01-251-2/+0
* | | | | perf script python: Use PyBytes for attr in trace-event-pythonTony Jones2019-01-251-2/+1
* | | | | perf script python: Add trace_context extension module to sys.modulesTony Jones2019-01-251-3/+9
* | | | | perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENTSong Liu2019-01-251-2/+8
* | | | | perf sched: Use cached rbtreesDavidlohr Bueso2019-01-251-20/+25
* | | | | perf hist: Use cached rbtreesDavidlohr Bueso2019-01-2514-147/+173
* | | | | perf symbols: Use cached rbtreesDavidlohr Bueso2019-01-258-58/+67
* | | | | perf util: Use cached rbtree for rblistsDavidlohr Bueso2019-01-257-16/+24
* | | | | perf callchain: Use cached rbtreesDavidlohr Bueso2019-01-254-28/+36
* | | | | perf machine: Use cached rbtreesDavidlohr Bueso2019-01-255-36/+50
* | | | | tools: Update rbtree implementationDavidlohr Bueso2019-01-253-61/+229
* | | | | perf callchain: No need to include perf.hArnaldo Carvalho de Melo2019-01-251-1/+0
* | | | | perf comm: Remove needless headers from comm.hArnaldo Carvalho de Melo2019-01-252-2/+3
* | | | | perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo2019-01-2510-4/+13
* | | | | perf symbols: Remove some unnecessary includes from symbol.hArnaldo Carvalho de Melo2019-01-255-6/+8