summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-057-90/+78
|\
| * x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski2020-07-041-0/+11
| * selftests/x86: Consolidate and fix get/set_eflags() helpersAndy Lutomirski2020-07-017-90/+51
| * selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski2020-07-011-0/+1
| * selftests/x86/syscall_nt: Add more flag combinationsAndy Lutomirski2020-07-011-0/+15
* | Merge tag 'linux-kselftest-fixes-5.8-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-07-022-9/+4
|\ \
| * | selftests: tpm: Use /bin/sh instead of /bin/bashJarkko Sakkinen2020-06-292-2/+2
| * | selftests: tpm: Use 'test -e' instead of 'test -f'Jarkko Sakkinen2020-06-292-2/+2
| * | Revert "tpm: selftest: cleanup after unseal with wrong auth/policy test"Jarkko Sakkinen2020-06-291-5/+0
* | | Merge tag 'linux-kselftest-kunit-fixes-5.8-rc4' of git://git.kernel.org/pub/s...Linus Torvalds2020-07-025-6/+19
|\ \ \ | |/ / |/| |
| * | kunit: kunit_tool: Fix invalid result when build failsDavid Gow2020-06-261-1/+3
| * | kunit: show error if kunit results are not presentUriel Guajardo2020-06-263-4/+15
| * | kunit: kunit_config: Fix parsing of CONFIG options with spaceRikard Falkeborn2020-06-261-1/+1
| |/
* | Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-06-287-8/+108
|\ \
| * | objtool: Fix noinstr vs KCOVPeter Zijlstra2020-06-184-0/+45
| * | objtool: Provide elf_write_{insn,reloc}()Peter Zijlstra2020-06-182-2/+45
| * | objtool: Clean up elf_write() conditionPeter Zijlstra2020-06-184-6/+18
* | | Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-281-2/+28
|\ \ \
| * \ \ Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar2020-06-26117-766/+547
| |\ \ \
| * | | | objtool: Don't consider vmlinux a C-filePeter Zijlstra2020-06-251-1/+1
| * | | | x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()Peter Zijlstra2020-06-151-1/+27
| | |/ / | |/| |
* | | | Merge tag 'powerpc-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-271-1/+1
|\ \ \ \
| * | | | selftests/powerpc: Fix build failure in ebb testsHarish2020-06-261-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-06-271-4/+0
|\ \ \ \
| * | | | kselftest: arm64: Remove redundant clean targetMark Brown2020-06-241-4/+0
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-2513-38/+325
|\ \ \ \ | |_|_|/ |/| | |
| * | | tc-testing: avoid action cookies with odd length.Briana Oursler2020-06-253-7/+7
| * | | bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-251-3/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-252-1/+176
| |\ \ \
| | * | | selftests: netfilter: add test case for conntrack helper assignmentFlorian Westphal2020-06-252-1/+176
| * | | | wireguard: device: avoid circular netns referencesJason A. Donenfeld2020-06-231-1/+12
| |/ / /
| * | | tc-testing: update geneve options match in tunnel_key unit testsHangbin Liu2020-06-201-7/+7
| * | | selftests/net: report etf errors correctlyWillem de Bruijn2020-06-191-7/+26
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-175-12/+95
| |\ \ \
| | * | | selftests/bpf: Make sure optvals > PAGE_SIZE are bypassedStanislav Fomichev2020-06-172-9/+91
| | * | | tools, bpftool: Add ringbuf map type to map command docsTobias Klauser2020-06-172-2/+2
| | * | | tools/bpftool: Add ringbuf map to a list of known map typesAndrii Nakryiko2020-06-161-0/+1
| | * | | bpf: Fix definition of bpf_ringbuf_output() helper in UAPI commentsAndrii Nakryiko2020-06-161-1/+1
| | |/ /
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-244-29/+124
|\ \ \ \
| * | | | tools/virtio: Use tools/include/list.h instead of stubsEugenio Pérez2020-06-224-9/+6
| * | | | tools/virtio: Reset index in virtio_test --reset.Eugenio Pérez2020-06-221-2/+24
| * | | | tools/virtio: Extract virtqueue initialization in vq_resetEugenio Pérez2020-06-221-7/+14
| * | | | tools/virtio: Use __vring_new_virtqueue in virtio_test.cEugenio Pérez2020-06-221-4/+3
| * | | | tools/virtio: Add --resetEugenio Pérez2020-06-221-4/+37
| * | | | tools/virtio: Add --batch=random optionEugenio Pérez2020-06-221-4/+14
| * | | | tools/virtio: Add --batch optionEugenio Pérez2020-06-221-10/+37
| | |_|/ | |/| |
* | | | Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-243-5/+17
|\ \ \ \
| * | | | tests: test for setns() EINVAL regressionChristian Brauner2020-06-173-5/+17
| | |_|/ | |/| |
* | | | Merge tag 'spi-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-221-5/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | spi: tools: Make default_tx/rx and input_tx staticQing Zhang2020-06-111-3/+3