index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Lines
2023-04-06
KVM: selftests: Drop "all done!" printf() from PERF_CAPABILITIES test
Sean Christopherson
-2
/
+0
2023-04-06
KVM: selftests: Test post-KVM_RUN writes to PERF_CAPABILITIES
Sean Christopherson
-0
/
+13
2023-04-06
KVM: selftests: Expand negative testing of guest writes to PERF_CAPABILITIES
Sean Christopherson
-7
/
+54
2023-04-06
KVM: selftests: Test all immutable non-format bits in PERF_CAPABILITIES
Sean Christopherson
-3
/
+27
2023-04-06
KVM: selftests: Test all fungible features in PERF_CAPABILITIES
Sean Christopherson
-5
/
+24
2023-04-06
KVM: selftests: Drop now-redundant checks on PERF_CAPABILITIES writes
Sean Christopherson
-6
/
+0
2023-04-06
KVM: selftests: Verify KVM preserves userspace writes to "durable" MSRs
Sean Christopherson
-1
/
+16
2023-04-06
KVM: selftests: Print out failing MSR and value in vcpu_set_msr()
Sean Christopherson
-8
/
+24
2023-04-06
KVM: selftests: Assert that full-width PMC writes are supported if PDCM=1
Sean Christopherson
-0
/
+3
2023-04-06
KVM: selftests: Move 0/initial value PERF_CAPS checks to dedicated sub-test
Sean Christopherson
-6
/
+19
2023-04-06
KVM: selftests: Split PMU caps sub-tests to avoid writing MSR after KVM_RUN
Sean Christopherson
-20
/
+31
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+2
2023-04-06
Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-0
/
+1
2023-04-06
Merge tag 'linux-kselftest-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-0
/
+1
2023-04-06
ACPICA: actbl2: Replace 1-element arrays with flexible arrays
Kees Cook
-2
/
+2
2023-04-06
selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZE
Kal Conley
-0
/
+25
2023-04-06
selftests/bpf: fix xdp_redirect xdp-features selftest for veth driver
Lorenzo Bianconi
-3
/
+27
2023-04-06
selftests/net: fix typo in tcp_mmap
Eric Dumazet
-1
/
+1
2023-04-06
selftests/clone3: fix number of tests in ksft_set_plan
Tobias Klauser
-2
/
+2
2023-04-05
selftests/mm: set overcommit_policy as OVERCOMMIT_ALWAYS
Chaitanya S Prakash
-0
/
+8
2023-04-05
selftests/mm: change NR_CHUNKS_HIGH for aarch64
Chaitanya S Prakash
-4
/
+10
2023-04-05
selftests/mm: change MAP_CHUNK_SIZE
Chaitanya S Prakash
-3
/
+7
2023-04-05
mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
Axel Rasmussen
-0
/
+4
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
-3
/
+3
2023-04-05
selftests/mm: smoke test UFFD_FEATURE_WP_UNPOPULATED
Peter Xu
-2
/
+43
2023-04-05
selftests: net: rps_default_mask.sh: delete veth link specifically
Hangbin Liu
-0
/
+1
2023-04-05
maple_tree: fix write memory barrier of nodes once dead for RCU mode
Liam R. Howlett
-0
/
+16
2023-04-05
KVM: selftests: Close opened file descriptor in stable_tsc_check_supported()
Hao Ge
-2
/
+6
2023-04-05
selftests/bpf: Wait for receive in cg_storage_multi test
YiFei Zhu
-2
/
+6
2023-04-05
selftests: xsk: Deflakify STATS_RX_DROPPED test
Kal Conley
-2
/
+8
2023-04-05
selftests: xsk: Disable IPv6 on VETH1
Kal Conley
-0
/
+1
2023-04-05
kunit: tool: Add support for SH under QEMU
Geert Uytterhoeven
-0
/
+17
2023-04-05
kunit: tool: Add support for overriding the QEMU serial port
Geert Uytterhoeven
-1
/
+3
2023-04-05
selftests: xsk: Add test case for packets at end of UMEM
Kal Conley
-2
/
+5
2023-04-05
selftests: xsk: Use correct UMEM size in testapp_invalid_desc
Kal Conley
-5
/
+5
2023-04-05
selftests: xsk: Add xskxceiver.h dependency to Makefile
Kal Conley
-1
/
+1
2023-04-05
Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...
Joel Fernandes (Google)
-4
/
+84
2023-04-05
rcu: Remove CONFIG_SRCU
Paul E. McKenney
-4
/
+0
2023-04-05
KVM: selftests: Add test for SMCCC filter
Oliver Upton
-0
/
+261
2023-04-05
KVM: selftests: Add a helper for SMCCC calls with SMC instruction
Oliver Upton
-19
/
+46
2023-04-04
selftests/bpf: Add tracing tests for walking skb and req.
Alexei Starovoitov
-0
/
+16
2023-04-04
selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.ko
Ilya Leoshkevich
-1
/
+1
2023-04-04
iommufd/selftest: Cover domain unmap with huge pages and access
Jason Gunthorpe
-0
/
+34
2023-04-04
Merge branch 'iommufd/for-rc' into for-next
Jason Gunthorpe
-610
/
+1094
2023-04-04
perf tests test_bridge_fdb_stress.sh: Fix redirection of stderr to stdin
Patrice Duroux
-1
/
+1
2023-04-04
vsock/test: update expected return values
Arseniy Krasnov
-2
/
+2
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
-610
/
+1094
2023-04-01
bpf: Remove now-defunct task kfuncs
David Vernet
-93
/
+14
2023-04-01
bpf: Make struct task_struct an RCU-safe type
David Vernet
-12
/
+100
2023-04-01
veristat: small fixed found in -O2 mode
Andrii Nakryiko
-1
/
+3
[prev]
[next]