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
2024-07-03
selftests/mm: include linux/mman.h
Edward Liaw
-4
/
+1
2024-07-03
selftests/mm: use asm volatile to not optimize mmap read variable
Pankaj Raghav
-1
/
+2
2024-07-03
selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASS
John Hubbard
-48
/
+48
2024-07-03
selftests/mm: mseal, self_elf: factor out test macros and other duplicated items
John Hubbard
-80
/
+44
2024-07-03
selftests/mm: mseal, self_elf: fix missing __NR_mseal
John Hubbard
-2
/
+2
2024-07-03
selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()
Donet Tom
-0
/
+119
2024-07-03
selftests/mm: va_high_addr_switch: dynamically initialize testcases to enable...
Dev Jain
-222
/
+232
2024-07-03
selftests/mm: va_high_addr_switch: reduce test noise
Dev Jain
-4
/
+0
2024-07-03
selftests: mm: check return values
Muhammad Usama Anjum
-1
/
+3
2024-07-03
selftests: openvswitch: Be more verbose with selftest debugging.
Aaron Conole
-3
/
+6
2024-07-03
selftests: openvswitch: Attempt to autoload module.
Aaron Conole
-5
/
+9
2024-07-03
selftests: openvswitch: Bump timeout to 15 minutes.
Aaron Conole
-0
/
+1
2024-07-03
selftests: drv-net: rss_ctx: allow more noise on default context
Jakub Kicinski
-6
/
+10
2024-07-03
riscv: selftests: Fix vsetivli args for clang
Charlie Jenkins
-1
/
+1
2024-07-02
tools: net: package libynl for use in selftests
Jakub Kicinski
-0
/
+21
2024-07-02
Merge tag 'linux_kselftest-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-10
/
+22
2024-07-02
cxl/events: Use a common struct for DRAM and General Media events
Fabio M. De Francesco
-25
/
+29
2024-07-02
selftests/bpf: Remove arena tests from DENYLIST.s390x
Ilya Leoshkevich
-3
/
+0
2024-07-02
selftests/bpf: Add UAF tests for arena atomics
Ilya Leoshkevich
-0
/
+94
2024-07-02
selftests/bpf: Introduce __arena_global
Ilya Leoshkevich
-37
/
+32
2024-07-02
selftests/livepatch: Add selftests for "replace" sysfs attribute
Yafang Shao
-0
/
+48
2024-07-02
selftests/bpf: Add testcase where 7th argment is struct
Pu Lehui
-0
/
+69
2024-07-02
selftests/bpf: Factor out many args tests from tracing_struct
Pu Lehui
-58
/
+86
2024-07-02
selftests/xsk: Enhance batch size support with dynamic configurations
Tushar Vyavahare
-6
/
+22
2024-07-02
selftests/xsk: Ensure traffic validation proceeds after ring size adjustment ...
Tushar Vyavahare
-5
/
+9
2024-07-01
Merge tag 'cxl-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+4
2024-07-01
selftests/bpf: Delete extra blank lines in test_sockmap
Zhu Jun
-1
/
+0
2024-07-01
selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfunc
Lorenzo Bianconi
-0
/
+325
2024-07-01
selftests/hid: ensure CKI can compile our new tests on old kernels
Benjamin Tissoires
-0
/
+16
2024-07-01
Merge 6.10-rc6 into usb-next
Greg Kroah-Hartman
-496
/
+1901
2024-07-01
selftests/sigaltstack: Fix ppc64 GCC build
Michael Ellerman
-1
/
+1
2024-07-01
Merge tag 'nf-next-24-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
-0
/
+37
2024-06-29
selftests: kselftest: also use strerror() on nolibc
Thomas Weißschuh
-8
/
+0
2024-06-29
tools/nolibc: implement strerror()
Thomas Weißschuh
-0
/
+4
2024-06-29
selftests/nolibc: introduce condition to run tests only on nolibc
Thomas Weißschuh
-13
/
+19
2024-06-29
tools/nolibc: implement strtol() and friends
Thomas Weißschuh
-0
/
+61
2024-06-29
selftests/nolibc: run-tests.sh: use -Werror by default
Thomas Weißschuh
-3
/
+8
2024-06-29
selftests/nolibc: disable brk()/sbrk() tests on musl
Thomas Weißschuh
-3
/
+7
2024-06-29
selftests/nolibc: fix printf format mismatch in expect_str_buf_eq()
Thomas Weißschuh
-1
/
+1
2024-06-28
selftests: proc: remove unreached code and fix build warning
Amer Al Shanawany
-3
/
+0
2024-06-28
tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION define
Sidhartha Kumar
-0
/
+1
2024-06-28
selftests: drv-net: rss_ctx: convert to defer()
Jakub Kicinski
-132
/
+103
2024-06-28
selftests: drv-net: add ability to schedule cleanup with defer()
Jakub Kicinski
-0
/
+55
2024-06-28
selftests: net: ksft: avoid continue when handling results
Jakub Kicinski
-15
/
+15
2024-06-28
selftests/net: Add test coverage for UDP GSO software fallback
Jakub Sitnicki
-3
/
+55
2024-06-28
KVM: selftests: Add test for configure of x86 APIC bus frequency
Isaku Yamahata
-0
/
+203
2024-06-28
KVM: selftests: Add guest udelay() utility for x86
Reinette Chatre
-0
/
+29
2024-06-28
selftests/seccomp: check that a zombie leader doesn't affect others
Andrei Vagin
-0
/
+77
2024-06-28
selftests/seccomp: add test for NOTIF_RECV and unused filters
Andrei Vagin
-0
/
+54
2024-06-28
iommufd/selftest: Fix tests to use MOCK_PAGE_SIZE based buffer sizes
Joao Martins
-18
/
+18
[prev]
[next]