summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-011-1/+22
|\
| * Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman2018-01-0232-184/+921
| |\
| * \ Merge 4.15-rc3 into char-misc-nextGreg Kroah-Hartman2017-12-1156-432/+1201
| |\ \
| * | | tools/hv: add install target to MakefileVitaly Kuznetsov2017-11-281-1/+22
* | | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-012-76/+101
|\ \ \ \
| * \ \ \ Merge 4.15-rc6 into driver-core-nextGreg Kroah-Hartman2018-01-0232-184/+921
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 4.15-rc3 into driver-core-nextGreg Kroah-Hartman2017-12-1156-432/+1201
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | test_firmware: wrap custom sysfs load tests into helperLuis R. Rodriguez2017-11-291-15/+28
| * | | | test_firmware: wrap basic sysfs fallback tests into helperLuis R. Rodriguez2017-11-291-37/+41
| * | | | test_firmware: wrap sysfs timeout test into helperLuis R. Rodriguez2017-11-291-32/+37
| * | | | test_firmware: fix setting old custom fw path back on exitLuis R. Rodriguez2017-11-291-1/+4
| | |_|/ | |/| |
* | | | Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-014-3/+24
|\ \ \ \
| * | | | usbip: list: don't list devices attached to vhci_hcdShuah Khan2018-01-221-0/+9
| * | | | usbip: prevent bind loops on devices attached to vhci_hcdShuah Khan2018-01-221-0/+9
| * | | | Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman2018-01-156-30/+567
| |\ \ \ \
| * | | | | tools: usb: usbip: fix fd leak in case of 'fread' failureElad Wexler2018-01-041-1/+4
| * | | | | tools: usb: usbip_device_driver: prefer 'unsigned int' to 'unsigned'Elad Wexler2018-01-041-1/+1
| * | | | | Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman2018-01-0221-140/+847
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-1863-463/+1262
| |\ \ \ \ \
| * | | | | | tools/usbip: fixes build with musl libc toolchainJulien BOIBESSOT2017-12-071-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-01-3112-379/+458
|\ \ \ \ \ \
| * | | | | | tools, vm: new option to specify kpageflags fileDavid Rientjes2018-01-311-7/+21
| * | | | | | memfd-test: run fuse test on hugetlb backend memoryMarc-André Lureau2018-01-313-9/+32
| * | | | | | memfd-test: move common code to a shared unitMarc-André Lureau2018-01-315-40/+64
| * | | | | | memfd-test: add 'memfd-hugetlb:' prefix when testing hugetlbfsMarc-André Lureau2018-01-311-10/+16
| * | | | | | memfd-test: test hugetlbfs sealingMarc-André Lureau2018-01-311-135/+15
| * | | | | | selftests/vm: move 128TB mmap boundary test to generic directoryAneesh Kumar K.V2018-01-314-179/+311
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3154-297/+8019
|\ \ \ \ \ \ \
| * | | | | | | tools/virtio: fix smp_mb on x86Michael S. Tsirkin2018-01-291-1/+1
| * | | | | | | tools/virtio: copy READ/WRITE_ONCEMichael S. Tsirkin2018-01-291-0/+57
| * | | | | | | tools/virtio: more stubs to fix tools buildMichael S. Tsirkin2018-01-292-1/+2
| * | | | | | | tools/virtio: switch to __ptr_ring_emptyMichael S. Tsirkin2018-01-291-1/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-2813-38/+950
| |\ \ \ \ \ \ \
| | * | | | | | | tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_mapYonghong Song2018-01-262-1/+96
| | * | | | | | | bpf: add further test cases around div/mod and othersDaniel Borkmann2018-01-261-13/+330
| | * | | | | | | bpf: clean up from test_tcpbpf_kern.cLawrence Brakmo2018-01-261-3/+0
| | * | | | | | | bpf: add selftest for tcpbpfLawrence Brakmo2018-01-258-6/+480
| | * | | | | | | selftests/bpf: make 'dubious pointer arithmetic' test usefulAlexei Starovoitov2018-01-241-7/+23
| | * | | | | | | bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole2018-01-231-4/+12
| | * | | | | | | selftests/bpf: fix test_dev_cgroupAlexei Starovoitov2018-01-231-1/+1
| | * | | | | | | selftests/bpf: speedup test_mapsAlexei Starovoitov2018-01-231-6/+10
| | * | | | | | | tools/bpf: fix a test failure in selftests prog test_verifierYonghong Song2018-01-231-0/+1
| * | | | | | | | selftests/bpf: check for chain-non-0 extack messageJakub Kicinski2018-01-251-3/+13
| * | | | | | | | selftests/bpf: check for spurious extacks from the driverJakub Kicinski2018-01-251-0/+27
| * | | | | | | | selftests/bpf: validate replace of TC filters is workingJakub Kicinski2018-01-231-5/+50
| * | | | | | | | selftests/bpf: check bpf verifier log buffer usage works for HW offloadQuentin Monnet2018-01-231-5/+19
| * | | | | | | | selftests/bpf: add checks on extack messages for eBPF hw offload testsQuentin Monnet2018-01-231-26/+86
| |/ / / / / / /
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-2013-34/+610
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: add couple of test cases for div/mod by zeroDaniel Borkmann2018-01-191-0/+87
| | * | | | | | | tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE mapYonghong Song2018-01-191-0/+122
OpenPOWER on IntegriCloud