index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-18
Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
9
-10
/
+488
2021-11-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
14
-237
/
+309
2021-11-18
selftests: KVM: Add /x86_64/sev_migrate_tests to .gitignore
Arnaldo Carvalho de Melo
1
-0
/
+1
2021-11-17
selftests: add a test case for mirred egress to ingress
Davide Caratti
2
-1
/
+47
2021-11-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
6
-2
/
+432
2021-11-16
Merge branch 'kvm-selftest' into kvm-master
Paolo Bonzini
13
-237
/
+308
2021-11-16
KVM: selftests: Use perf_test_destroy_vm in memslot_modification_stress_test
David Matlack
1
-2
/
+1
2021-11-16
KVM: selftests: Wait for all vCPU to be created before entering guest mode
David Matlack
1
-0
/
+26
2021-11-16
KVM: selftests: Move vCPU thread creation and joining to common helpers
David Matlack
6
-90
/
+67
2021-11-16
KVM: selftests: Start at iteration 0 instead of -1
David Matlack
1
-5
/
+3
2021-11-16
KVM: selftests: Sync perf_test_args to guest during VM creation
Sean Christopherson
6
-15
/
+16
2021-11-16
KVM: selftests: Fill per-vCPU struct during "perf_test" VM creation
Sean Christopherson
6
-54
/
+45
2021-11-16
KVM: selftests: Create VM with adjusted number of guest pages for perf tests
Sean Christopherson
1
-2
/
+6
2021-11-16
KVM: selftests: Remove perf_test_args.host_page_size
Sean Christopherson
2
-3
/
+1
2021-11-16
KVM: selftests: Move per-VM GPA into perf_test_args
Sean Christopherson
3
-21
/
+10
2021-11-16
KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging test
Sean Christopherson
1
-16
/
+5
2021-11-16
KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_args
Sean Christopherson
2
-5
/
+5
2021-11-16
KVM: selftests: Use shorthand local var to access struct perf_tests_args
Sean Christopherson
1
-16
/
+19
2021-11-16
KVM: selftests: Require GPA to be aligned when backed by hugepages
Sean Christopherson
2
-1
/
+8
2021-11-16
KVM: selftests: Assert mmap HVA is aligned when using HugeTLB
Sean Christopherson
3
-0
/
+17
2021-11-16
KVM: selftests: Expose align() helpers to tests
Sean Christopherson
6
-19
/
+34
2021-11-16
KVM: selftests: Explicitly state indicies for vm_guest_mode_params array
Sean Christopherson
1
-9
/
+9
2021-11-16
KVM: selftests: Add event channel upcall support to xen_shinfo_test
David Woodhouse
1
-9
/
+66
2021-11-16
selftests/bpf: Add tests for restricted helpers
Dmitrii Banshchikov
4
-1
/
+397
2021-11-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-11
/
+235
2021-11-13
selftests: net: switch to socat in the GSO GRE test
Jakub Kicinski
1
-7
/
+9
2021-11-13
tools/runqslower: Fix cross-build
Jean-Philippe Brucker
1
-1
/
+1
2021-11-13
selftests/bpf: Check map in map pruning
Lorenz Bauer
1
-0
/
+34
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
17
-65
/
+179
2021-11-11
Merge branch 'kvm-sev-move-context' into kvm-master
Paolo Bonzini
6
-11
/
+235
2021-11-11
selftest: KVM: Add intra host migration tests
Peter Gonda
2
-1
/
+205
2021-11-11
selftest: KVM: Add open sev dev helper
Peter Gonda
4
-10
/
+30
2021-11-11
selftests/net: udpgso_bench_rx: fix port argument
Willem de Bruijn
1
-4
/
+7
2021-11-10
selftests: forwarding: Fix packet matching in mirroring selftests
Petr Machata
5
-11
/
+13
2021-11-10
selftests: net: test_vxlan_under_vrf: fix HV connectivity test
Andrea Righi
1
-0
/
+2
2021-11-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-0
/
+12
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-10
/
+102
2021-11-09
selftests/kselftest/runner/run_one(): allow running non-executable files
SeongJae Park
1
-10
/
+18
2021-11-09
procfs: do not list TID 0 in /proc/<pid>/task
Florian Weimer
3
-0
/
+84
2021-11-07
selftests: net: tls: remove unused variable and code
Anders Roxell
1
-3
/
+0
2021-11-07
Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2
-0
/
+7
2021-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
10
-104
/
+410
2021-11-06
selftests/damon: support watermarks
SeongJae Park
1
-2
/
+2
2021-11-06
tools/selftests/damon: update for regions prioritization of schemes
SeongJae Park
1
-2
/
+2
2021-11-06
mm/damon/selftests: support schemes quotas
SeongJae Park
1
-2
/
+2
2021-11-06
selftests/damon: add 'schemes' debugfs tests
SeongJae Park
1
-0
/
+13
2021-11-06
mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
David Hildenbrand
1
-1
/
+0
2021-11-06
selftests/vm: make MADV_POPULATE_(READ|WRITE) use in-tree headers
David Hildenbrand
1
-14
/
+1
2021-11-06
selftests: vm: add KSM huge pages merging time test
Pedro Demarchi Gomes
1
-1
/
+124
2021-11-06
selftest/vm: fix ksm selftest to run with different NUMA topologies
Aneesh Kumar K.V
1
-3
/
+26
[next]