summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-163-0/+388
|\
| * selftests: add tests for pidfd_send_signal()Christian Brauner2019-03-053-0/+388
* | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-162-14/+9
|\ \
| * | device-dax: Add /sys/class/dax backwards compatibilityDan Williams2019-01-061-1/+5
| * | device-dax: Start defining a dax bus modelDan Williams2019-01-061-0/+1
| * | device-dax: Remove multi-resource infrastructureDan Williams2019-01-061-13/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-153-0/+97
|\ \ \
| * | | selftests: kvm: add selftest for releasing VM file descriptor while in L2Paolo Bonzini2019-02-123-0/+97
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-141-3/+46
|\ \ \ \
| * | | | tools/testing/selftests/proc/proc-pid-vm.c: test with vsyscall in mindAlexey Dobriyan2019-03-141-3/+46
* | | | | Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-03-143-27/+50
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branches 'pm-opp' and 'pm-tools'Rafael J. Wysocki2019-03-143-27/+50
| |\ \ \ \
| | * \ \ \ Merge tag 'linux-cpupower-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki2019-03-063-27/+50
| | |\ \ \ \
| | | * | | | tools/power/cpupower: Display boost frequency separatelyAbhishek Goel2019-02-133-27/+50
| | | |/ / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-122-3/+55
|\ \ \ \ \ \
| * | | | | | Drop flex_arraysKent Overstreet2019-03-121-3/+0
| * | | | | | tools/testing/selftests/sysctl/sysctl.sh: add tests for >32-bit values writte...Zev Weiss2019-03-121-0/+55
* | | | | | | Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-1112-0/+151
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | tracing: Add hist trigger action 'expected fail' test caseTom Zanussi2019-02-201-0/+30
| * | | | | | tracing: Add alternative synthetic event trace action test caseTom Zanussi2019-02-201-0/+42
| * | | | | | tracing: Add hist trigger onchange() handler test caseTom Zanussi2019-02-201-0/+28
| * | | | | | tracing: Add hist trigger snapshot() action test caseTom Zanussi2019-02-201-0/+43
| * | | | | | tracing: Add SPDX license GPL-2.0 license identifier to inter-event testcasesTom Zanussi2019-02-208-0/+8
* | | | | | | tools: mark 'test_vmalloc.sh' executableLinus Torvalds2019-03-111-0/+0
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-116-15/+94
|\ \ \ \ \ \ \
| * | | | | | | bpf, libbpf: fixing leak when kernel does not support btfNikita V. Shirokov2019-03-081-0/+2
| * | | | | | | bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann2019-03-071-1/+14
| * | | | | | | selftests: bpf: test_progs: initialize duration in singal_pending testStanislav Fomichev2019-03-071-1/+1
| * | | | | | | libbpf: force fixdep compilation at the start of the buildStanislav Fomichev2019-03-071-1/+2
| * | | | | | | selftests: bpf: fix compilation with out-of-tree $(OUTPUT)Stanislav Fomichev2019-03-071-10/+23
| * | | | | | | selftests/bpf: test that GSO works in lwt_ip_encapPeter Oskolkov2019-03-071-2/+52
* | | | | | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2019-03-106-0/+936
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'tpmdd-next-20190213' of git://git.infradead.org/users/jjs/linux-tp...James Morris2019-02-136-0/+936
| |\ \ \ \ \ \ \ \
| | * | | | | | | | selftests: add TPM 2.0 testsJarkko Sakkinen2019-02-086-0/+936
* | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-1050-447/+975
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-03-0950-447/+975
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | perf data: Force perf_data__open|close zero data->file.pathJiri Olsa2019-03-061-2/+2
| | * | | | | | | | | | perf session: Fix double free in perf_data__closeJiri Olsa2019-03-061-3/+1
| | * | | | | | | | | | perf evsel: Probe for precise_ip with simple attrJiri Olsa2019-03-062-13/+20
| | * | | | | | | | | | perf tools: Read and store caps/max_precise in perf_pmuJiri Olsa2019-03-062-0/+15
| | * | | | | | | | | | perf hist: Fix memory leak of srclineJiri Olsa2019-03-061-2/+12
| | * | | | | | | | | | perf hist: Add error path into hist_entry__initJiri Olsa2019-03-061-20/+19
| | * | | | | | | | | | perf c2c: Fix c2c report for empty numa nodeJiri Olsa2019-03-061-2/+6
| | * | | | | | | | | | perf script python: Add Python3 support to intel-pt-events.pyTony Jones2019-03-061-13/+19
| | * | | | | | | | | | perf script python: Add Python3 support to event_analyzing_sample.pyTony Jones2019-03-061-23/+25
| | * | | | | | | | | | perf script python: add Python3 support to check-perf-trace.pyTony Jones2019-03-061-14/+17
| | * | | | | | | | | | perf script python: Add Python3 support to futex-contention.pyTony Jones2019-03-061-4/+6
| | * | | | | | | | | | perf script python: Remove mixed indentationTony Jones2019-03-0614-135/+136
| | * | | | | | | | | | perf diff: Support --pid/--tid filter optionsJin Yao2019-03-062-0/+10
| | * | | | | | | | | | perf diff: Support --cpu filter optionJin Yao2019-03-062-0/+21