summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar2019-07-085-2/+139
|\
| * KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon2019-07-021-0/+1
| * Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-06-291-0/+46
| |\
| | * idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)2019-06-031-0/+46
| * | Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-243-2/+92
| |\ \
| | * \ Merge branch 'context-id-fix' into fixesMichael Ellerman2019-06-133-2/+92
| | |\ \
| | | * | selftests/powerpc: Add test of fork with mapping above 512TBMichael Ellerman2019-06-133-2/+92
* | | | | Merge branch 'x86/cpu' into perf/core, to pick up revertIngo Molnar2019-07-043-41/+150
|\ \ \ \ \
| * | | | | selftests/x86/fsgsbase: Fix some test case bugsAndy Lutomirski2019-07-031-34/+40
| * | | | | selftests/x86: Test SYSCALL and SYSENTER manually with TF setAndy Lutomirski2019-07-022-7/+110
* | | | | | Merge branch 'x86/cpu' into perf/core, to pick up dependent patchesIngo Molnar2019-06-241-3/+176
|\| | | | | | |/ / / / |/| | | |
| * | | | selftests/x86/fsgsbase: Test ptracer-induced GSBASE write with FSGSBASEChang S. Bae2019-06-221-2/+9
| * | | | selftests/x86/fsgsbase: Test RD/WRGSBASEAndy Lutomirski2019-06-221-3/+99
| * | | | selftests/x86/fsgsbase: Test ptracer-induced GSBASE writeChang S. Bae2019-06-221-0/+70
* | | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2139-106/+39
|\ \ \ \ \
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1910-40/+10
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-3/+1
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 485Thomas Gleixner2019-06-191-9/+1
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-1920-47/+20
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 481Thomas Gleixner2019-06-192-2/+2
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 472Thomas Gleixner2019-06-195-5/+5
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-06-208-40/+232
|\ \ \ \ \ \
| * | | | | | KVM: nVMX: reorganize initial steps of vmx_set_nested_statePaolo Bonzini2019-06-201-12/+20
| * | | | | | tests: kvm: Check for a kernel warningAaron Lewis2019-06-197-0/+184
| * | | | | | kvm: tests: Sort tests in the Makefile alphabeticallyAaron Lewis2019-06-191-10/+10
| * | | | | | KVM: x86: Modify struct kvm_nested_state to have explicit fields for dataLiran Alon2019-06-191-21/+21
| | |_|/ / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-189-27/+875
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-162-7/+48
| |\ \ \ \ \
| | * | | | | bpf: fix div64 overflow tests to properly detect errorsNaveen N. Rao2019-06-131-4/+10
| | * | | | | bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-06-111-3/+38
| * | | | | | selftests: tc_flower: Add TOS matching testJiri Pirko2019-06-121-1/+35
| * | | | | | selftests: mlxsw: Test nexthop offload indicationIdo Schimmel2019-06-121-0/+47
| |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-075-19/+745
| |\ \ \ \ \
| | * | | | | bpf: expand section tests for test_section_namesDaniel Borkmann2019-06-071-0/+10
| | * | | | | bpf: more msg_name rewrite tests to test_sock_addrDaniel Borkmann2019-06-071-16/+197
| | * | | | | selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDEDHangbin Liu2019-06-051-3/+4
| | * | | | | selftests: bpf: fix compiler warning in flow_dissector testAlakesh Haloi2019-05-291-0/+1
| | * | | | | selftests: bpf: complete sub-register zero extension checksJiong Wang2019-05-291-11/+505
| | * | | | | selftests: bpf: move sub-register zero extension checks into subreg.cJiong Wang2019-05-292-39/+39
| | * | | | | selftests: bpf: add zero extend checks for ALU32 and/or/xorBjörn Töpel2019-05-231-0/+39
* | | | | | | mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-141-0/+2
| |_|_|/ / / |/| | | | |
* | | | | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-0841-328/+41
|\ \ \ \ \ \
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 444Thomas Gleixner2019-06-051-4/+1
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-053-15/+3
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-052-27/+2
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-054-36/+4
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-0519-171/+19
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-051-8/+1
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-055-50/+5
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257Thomas Gleixner2019-06-055-6/+5