index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-17
selftests/lkdtm: Add configs for stackleak and "after free" tests
Muhammad Usama Anjum
1
-0
/
+2
2022-05-16
selftests/bpf: Fix building bpf selftests statically
Yosry Ahmed
1
-2
/
+4
2022-05-16
dax: introduce DAX_RECOVERY_WRITE dax access mode
Jane Chu
1
-1
/
+3
2022-05-16
selftests: mptcp: fix a mp_fail test warning
Geliang Tang
1
-0
/
+1
2022-05-16
kselftests/ir : Improve readability of modprobe error message
Gautam Menghani
1
-1
/
+1
2022-05-16
kunit: tool: update riscv QEMU config with new serial dependency
Brendan Higgins
1
-0
/
+1
2022-05-16
kunit: tool: Add list of all valid test configs on UML
David Gow
1
-0
/
+37
2022-05-16
kunit: tool: misc cleanups
Daniel Latypov
7
-46
/
+39
2022-05-16
kunit: tool: minor cosmetic cleanups in kunit_parser.py
Daniel Latypov
1
-54
/
+17
2022-05-16
kunit: tool: make parser stop overwriting status of suites w/ no_tests
Daniel Latypov
2
-3
/
+6
2022-05-16
kunit: tool: remove dead parse_crash_in_log() logic
Daniel Latypov
3
-104
/
+4
2022-05-16
kselftest/arm64: Explicitly build no BTI tests with BTI disabled
Mark Brown
1
-1
/
+1
2022-05-16
kselftest/arm64: bti: force static linking
Andre Przywara
1
-2
/
+2
2022-05-16
Merge branch kvm-arm64/psci-suspend into kvmarm-master/next
Marc Zyngier
1
-31
/
+132
2022-05-16
Merge branch kvm-arm64/hcall-selection into kvmarm-master/next
Marc Zyngier
8
-29
/
+406
2022-05-15
selftests/arm64: Use switch statements in mte_common_util.c
Mark Brown
1
-7
/
+16
2022-05-15
selftests/arm64: Remove casts to/from void in check_tags_inclusion
Mark Brown
1
-12
/
+12
2022-05-15
selftests/arm64: Check failures to set tags in check_tags_inclusion
Mark Brown
1
-6
/
+12
2022-05-15
selftests/arm64: Allow zero tags in mte_switch_mode()
Mark Brown
1
-1
/
+1
2022-05-15
selftests/arm64: Log errors in verify_mte_pointer_validity()
Mark Brown
1
-3
/
+9
2022-05-13
selftests: mptcp: add subflow limits test-cases
Paolo Abeni
1
-2
/
+46
2022-05-13
selftests/bpf: Fix usdt_400 test case
Andrii Nakryiko
1
-4
/
+2
2022-05-13
kseltest/cgroup: Make test_stress.sh work if run interactively
Waiman Long
1
-1
/
+1
2022-05-13
Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-5
/
+5
2022-05-13
cgroup: fix racy check in alloc_pagecache_max_30M() helper function
David Vernet
1
-2
/
+7
2022-05-13
cgroup: remove racy check in test_memcg_sock()
David Vernet
1
-3
/
+0
2022-05-13
cgroup: account for memory_localevents in test_memcg_oom_group_leaf_events()
David Vernet
1
-5
/
+17
2022-05-13
cgroup: account for memory_recursiveprot in test_memcg_low()
David Vernet
3
-3
/
+26
2022-05-13
cgroups: refactor children cgroups in memcg tests
David Vernet
1
-14
/
+14
2022-05-13
userfaultfd/selftests: use swap() instead of open coding it
Guo Zhengkui
1
-7
/
+2
2022-05-13
selftests/uffd: enable uffd-wp for shmem/hugetlbfs
Peter Xu
1
-3
/
+1
2022-05-13
selftest/vm: test that mremap fails on non-existent vma
Niels Dossche
1
-0
/
+6
2022-05-13
selftets/damon/sysfs: test existence and permission of avail_operations
SeongJae Park
1
-0
/
+1
2022-05-13
selftests/bpf: Convert some selftests to high-level BPF map APIs
Andrii Nakryiko
8
-47
/
+61
2022-05-13
selftests/bpf: Check combination of jit blinding and pointers to bpf subprogs.
Alexei Starovoitov
1
-0
/
+8
2022-05-13
selftests: fib_nexthops: Make the test more robust
Amit Cohen
1
-24
/
+24
2022-05-13
crypto: s390 - add crypto library interface for ChaCha20
Vladis Dronov
3
-0
/
+418
2022-05-12
net: selftests: Stress reuseport listen
Martin KaFai Lau
3
-0
/
+132
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-0
/
+415
2022-05-12
kunit: tool: print clearer error message when there's no TAP output
Daniel Latypov
2
-3
/
+4
2022-05-12
kunit: tool: stop using a shell to run kernel under QEMU
Daniel Latypov
10
-20
/
+22
2022-05-12
kunit: tool: update test counts summary line format
Daniel Latypov
1
-5
/
+5
2022-05-12
kselftest/cgroup: fix test_stress.sh to use OUTPUT dir
Phil Auld
1
-1
/
+1
2022-05-12
selftests/ftrace: Save kprobe_events to test log
Tiezhu Yang
1
-0
/
+2
2022-05-11
lkdtm/usercopy: Rename "heap" to "slab"
Kees Cook
1
-4
/
+4
2022-05-11
selftests/bpf: make fexit_stress test run in serial mode
Andrii Nakryiko
1
-1
/
+1
2022-05-11
selftests/bpf: add test case for bpf_map_lookup_percpu_elem
Feng Zhou
2
-0
/
+100
2022-05-11
selftests/bpf: Add tests for kptr_ref refcounting
Kumar Kartikeya Dwivedi
2
-5
/
+128
2022-05-11
selftests/bpf: Add negative C tests for kptrs
Kumar Kartikeya Dwivedi
2
-1
/
+504
2022-05-11
bpf: Prepare prog_test_struct kfuncs for runtime tests
Kumar Kartikeya Dwivedi
1
-2
/
+2
[prev]
[next]