summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-302-0/+402
|\
| * Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-20116-598/+1809
| |\
| * \ Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-01-031-1/+1
| |\ \
| | * | dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifierAndrew F. Davis2019-12-171-1/+1
| * | | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-172-0/+402
| |\| |
| | * | kselftests: Add dma-heap testJohn Stultz2019-12-112-0/+402
| | * | Revert "kselftests: Add dma-heap test"Sean Paul2019-10-302-247/+0
| | * | kselftests: Add dma-heap testJohn Stultz2019-10-252-0/+247
* | | | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-304-1/+260
|\ \ \ \
| * | | | test: Add test for pidfd getfdSargun Dhillon2020-01-134-1/+260
* | | | | Merge tag 'linux-kselftest-5.6-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-3011-18/+210
|\ \ \ \ \
| * | | | | selftests/ftrace: fix glob selftestSven Schnelle2020-01-281-1/+1
| * | | | | selftests: settings: tests can be in subsubdirsMatthieu Baerts2020-01-271-1/+1
| * | | | | kselftest: Minimise dependency of get_size on C library interfacesSiddhesh Poyarekar2020-01-161-6/+18
| * | | | | selftests/livepatch: Remove unused local variable in set_ftrace_enabled()Miroslav Benes2020-01-161-1/+0
| * | | | | selftests/livepatch: Replace set_dynamic_debug() with setup_config() in READMEMiroslav Benes2020-01-161-1/+1
| * | | | | selftests/lkdtm: Add tests for LKDTM targetsKees Cook2020-01-105-0/+177
| * | | | | selftests: Uninitialized variable in test_cgcore_proc_migration()Dan Carpenter2020-01-101-1/+1
| * | | | | selftests: fix build behaviour on targets' failuresCristian Marussi2020-01-061-7/+11
| |/ / / /
* | | | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-298-0/+1220
|\ \ \ \ \
| * | | | | selftests: add openat2(2) selftestsAleksa Sarai2020-01-188-0/+1220
| | |/ / / | |/| | |
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-01-292-7/+1
|\ \ \ \ \
| * | | | | objtool: Fix ARCH=x86_64 build errorShile Zhang2020-01-221-5/+1
| * | | | | objtool: Silence build outputOlof Johansson2020-01-221-2/+0
| | |_|_|/ | |/| | |
* | | | | Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-293-36/+38
|\ \ \ \ \
| * | | | | Merge 5.5-rc7 into usb-nextGreg Kroah-Hartman2020-01-216-7/+19
| |\| | | |
| * | | | | Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman2020-01-1316-46/+133
| |\ \ \ \ \
| * | | | | | usbip: Fix unsafe unaligned pointer usageShuah Khan2020-01-092-25/+27
| * | | | | | tools: usb: usbip: Get rid of driver name printout in READMEMagnus Damm2020-01-061-11/+11
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-29296-2786/+20141
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-2714-72/+295
| |\ \ \ \ \ \ \
| | * | | | | | | selftests/bpf: Add test based on port range for BPF flow dissectorYoshiki Komachi2020-01-271-0/+14
| | * | | | | | | tools/bpf: Allow overriding llvm tools for runqslowerAndrey Ignatov2020-01-271-3/+3
| | * | | | | | | selftest/bpf: Add test for allowed trampolines countJiri Olsa2020-01-252-0/+133
| | * | | | | | | libbpf: Fix realloc usage in bpf_core_find_candsAndrii Nakryiko2020-01-241-1/+3
| | * | | | | | | libbpf: Improve handling of failed CO-RE relocationsAndrii Nakryiko2020-01-242-40/+61
| | * | | | | | | selftests: bpf: Reset global state between reuseport test runsLorenz Bauer2020-01-241-2/+14
| | * | | | | | | selftests: bpf: Make reuseport test output more legibleLorenz Bauer2020-01-241-4/+24
| | * | | | | | | selftests: bpf: Ignore FIN packets for reuseport testsLorenz Bauer2020-01-241-0/+6
| | * | | | | | | selftests: bpf: Use a temporary file in test_sockmapLorenz Bauer2020-01-241-10/+5
| | * | | | | | | bpftool: Print function linkage in BTF dumpAndrii Nakryiko2020-01-241-4/+23
| | * | | | | | | selftests/bpf: Improve bpftool changes detectionAndrii Nakryiko2020-01-241-5/+6
| | * | | | | | | selftests/bpf: Initialize duration variable before usingJohn Sperbeck2020-01-243-3/+3
| * | | | | | | | selftests: netfilter: Introduce tests for sets with range concatenationStefano Brivio2020-01-272-1/+1483
| * | | | | | | | selftests: mlxsw: Add a TBF selftestPetr Machata2020-01-258-0/+344
| * | | | | | | | selftests: forwarding: lib: Allow reading TC rule byte countersPetr Machata2020-01-251-1/+2
| * | | | | | | | selftests: forwarding: lib: Add helpers for busywaitingPetr Machata2020-01-251-0/+18
| * | | | | | | | selftests: Move two functions from mlxsw's qos_lib to libPetr Machata2020-01-252-24/+24
| * | | | | | | | mptcp: add basic kselftest for mptcpFlorian Westphal2020-01-247-0/+1448
| |/ / / / / / /
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-23194-715/+4391
| |\ \ \ \ \ \ \