summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-5.2-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-054-2/+13
|\
| * selftests: vm: install test_vmalloc.sh for run_vmtestsNaresh Kamboju2019-05-301-0/+2
| * userfaultfd: selftest: fix compiler warningAlakesh Haloi2019-05-301-1/+1
| * kselftest/cgroup: fix incorrect test_core skipAlex Shi2019-05-301-1/+1
| * kselftest/cgroup: fix unexpected testing failure on test_coreAlex Shi2019-05-301-0/+5
| * kselftest/cgroup: fix unexpected testing failure on test_memcontrolAlex Shi2019-05-301-0/+4
* | Merge tag 'pidfd-fixes-v5.2-rc4' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2019-06-051-0/+4
|\ \
| * | tests: fix pidfd-test compilationChristian Brauner2019-06-051-0/+4
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-06-031-1/+1
|\ \ \ | |/ / |/| |
| * | virtio: add unlikely() to WARN_ON_ONCE()Igor Stoppa2019-05-271-1/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-0220-94/+481
|\ \ \
| * | | tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2019-05-284-3/+105
| * | | perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter2019-05-281-3/+6
| * | | perf machine: Read also the end of the kernelJiri Olsa2019-05-281-9/+18
| * | | perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsymsArnaldo Carvalho de Melo2019-05-281-1/+8
| * | | perf session: Add missing swap ops for namespace eventsNamhyung Kim2019-05-281-0/+21
| * | | perf namespace: Protect reading thread's namespaceNamhyung Kim2019-05-281-2/+13
| * | | tools headers UAPI: Sync drm/drm.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+37
| * | | tools headers UAPI: Sync drm/i915_drm.h with the kernelArnaldo Carvalho de Melo2019-05-281-73/+181
| * | | tools headers UAPI: Sync linux/fs.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+3
| * | | tools headers UAPI: Sync linux/sched.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+1
| * | | tools arch x86: Sync asm/cpufeatures.h with the with the kernelArnaldo Carvalho de Melo2019-05-281-0/+3
| * | | tools include UAPI: Update copy of files related to new fspick, fsmount, fsco...Arnaldo Carvalho de Melo2019-05-284-1/+83
| * | | perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernelVitaly Chikunov2019-05-281-1/+1
| * | | perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden2019-05-281-1/+1
* | | | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-31217-1122/+217
|\ \ \ \
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 222Thomas Gleixner2019-05-304-60/+4
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner2019-05-301-2/+1
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-309-36/+9
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-3058-59/+58
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180Thomas Gleixner2019-05-302-2/+2
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner2019-05-301-4/+1
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-301-13/+1
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner2019-05-3034-67/+34
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 165Thomas Gleixner2019-05-303-9/+3
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-31/+3
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3033-476/+33
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 155Thomas Gleixner2019-05-302-28/+2
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3066-335/+66
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-305-9/+371
|\ \ \ \
| * | | | selftests: pmtu: Fix encapsulating device in pmtu_vti6_link_change_mtuStefano Brivio2019-05-281-7/+7
| * | | | selftests/tls: add test for sleeping even though there is dataJakub Kicinski2019-05-261-0/+15
| * | | | selftests/tls: test for lowat overshoot with multiple recordsJakub Kicinski2019-05-261-0/+19
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-233-2/+330
| |\ \ \ \
| | * | | | selftests: netfilter: add flowtable test scriptFlorian Westphal2019-05-222-1/+325
| | * | | | selftests: netfilter: missing error check when setting up veth interfaceJeffrin Jose T2019-05-211-1/+5
* | | | | | Merge tag 'linux-kselftest-5.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-295-9/+38
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | selftests: rtc: rtctest: specify timeoutsAlexandre Belloni2019-05-241-3/+3
| * | | | selftests/harness: Allow test to configure timeoutAlexandre Belloni2019-05-241-5/+12
| * | | | selftests/ftrace: Add checkbashisms meta-testcaseMasami Hiramatsu2019-05-242-0/+22