index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-08
selftests/bpf: add number iterator tests
Andrii Nakryiko
2
-0
/
+291
2023-03-08
selftests/bpf: add iterators tests
Andrii Nakryiko
5
-0
/
+1325
2023-03-08
selftests/bpf: add bpf_for_each(), bpf_for(), and bpf_repeat() macros
Andrii Nakryiko
7
-10
/
+124
2023-03-08
selftests/bpf: Fix IMA test
Roberto Sassu
1
-8
/
+21
2023-03-08
selftests: add a selftest for big tcp
Xin Long
2
-0
/
+181
2023-03-08
selftests/clone3: test clone3 with CLONE_NEWTIME
Tobias Klauser
1
-0
/
+3
2023-03-08
kselftest/alsa: Log card names during startup
Mark Brown
2
-0
/
+20
2023-03-08
kselftest/alsa - mixer: Always log control names
Mark Brown
1
-0
/
+3
2023-03-08
kselftest/alsa - mixer-test: Don't fail tests if we can't restore default
Mark Brown
1
-7
/
+2
2023-03-07
locktorture: Add nested locking to rtmutex torture tests
John Stultz
3
-0
/
+8
2023-03-07
locktorture: Add nested locking to mutex torture tests
John Stultz
3
-0
/
+8
2023-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
84
-717
/
+4894
2023-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-3
/
+32
2023-03-06
kselftest: amd-pstate: Fix spelling mistakes
Sukrut Bellary
2
-4
/
+4
2023-03-06
selftests: amd-pstate: fix TEST_FILES
Guillaume Tucker
1
-4
/
+9
2023-03-06
selftests/bpf: check that modifier resolves after pointer
Lorenz Bauer
1
-0
/
+28
2023-03-06
bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
Alexander Lobakin
1
-3
/
+4
2023-03-06
selftests/bpf: Add test for legacy/perf kprobe/uprobe attach mode
Menglong Dong
3
-41
/
+81
2023-03-06
selftests/bpf: Split test_attach_probe into multi subtests
Menglong Dong
3
-101
/
+205
2023-03-06
iommufd/selftest: Add a selftest for iommufd_device_attach() with a hwpt argu...
Jason Gunthorpe
1
-1
/
+13
2023-03-06
iommufd/selftest: Make selftest create a more complete mock device
Jason Gunthorpe
2
-10
/
+0
2023-03-06
iommufd/selftest: Rename the remaining mock device_id's to stdev_id
Jason Gunthorpe
2
-21
/
+21
2023-03-06
iommufd/selftest: Rename domain_id to hwpt_id for FIXTURE iommufd_mock_domain
Jason Gunthorpe
1
-12
/
+12
2023-03-06
iommufd/selftest: Rename domain_id to stdev_id for FIXTURE iommufd_ioas
Jason Gunthorpe
1
-11
/
+11
2023-03-06
iommufd/selftest: Rename the sefltest 'device_id' to 'stdev_id'
Jason Gunthorpe
1
-8
/
+8
2023-03-04
selftests/bpf: adjust log_fixup's buffer size for proper truncation
Andrii Nakryiko
1
-1
/
+1
2023-03-04
selftests/bpf: enhance align selftest's expected log matching
Andrii Nakryiko
1
-6
/
+12
2023-03-03
selftests/bpf: Disassembler tests for verifier.c:convert_ctx_access()
Eduard Zingerman
4
-1
/
+920
2023-03-03
selftests/bpf: test if pointer type is tracked for BPF_ST_MEM
Eduard Zingerman
1
-0
/
+23
2023-03-03
bpf: allow ctx writes using BPF_ST_MEM instruction
Eduard Zingerman
1
-11
/
+0
2023-03-03
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
7
-28
/
+18
2023-03-03
selftests/bpf: Tweak cgroup kfunc test.
Alexei Starovoitov
1
-1
/
+11
2023-03-03
selftests/bpf: Add a test case for kptr_rcu.
Alexei Starovoitov
1
-0
/
+12
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
4
-5
/
+5
2023-03-03
bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.
Alexei Starovoitov
9
-22
/
+22
2023-03-02
selftests/bpf: Add absolute timer test
Tero Kristo
2
-0
/
+48
2023-03-02
selftests/bpf: Add -Wuninitialized flag to bpf prog flags
Dave Marchevsky
6
-11
/
+14
2023-03-01
selftests/bpf: Support custom per-test flags and multiple expected messages
Andrii Nakryiko
3
-9
/
+84
2023-03-01
selftests/bpf: Set __BITS_PER_LONG if target is bpf for LoongArch
Tiezhu Yang
1
-1
/
+2
2023-03-01
selftests/bpf: Add more tests for kptrs in maps
Kumar Kartikeya Dwivedi
3
-65
/
+451
2023-03-01
selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
Joanne Koong
15
-23
/
+2522
2023-03-01
capability: just use a 'u64' instead of a 'u32[2]' array
Linus Torvalds
1
-4
/
+3
2023-03-01
Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
3
-0
/
+13
2023-03-01
selftests: nft_nat: ensuring the listening side is up before starting the client
Hangbin Liu
1
-0
/
+2
2023-02-27
Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-7
/
+121
2023-02-27
selftests/bpf: Fix compilation errors: Assign a value to a constant
Rong Tao
1
-1
/
+1
2023-02-27
selftests/bpf: Use __NR_prlimit64 instead of __NR_getrlimit in user_ringbuf test
Tiezhu Yang
2
-2
/
+2
2023-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
23
-406
/
+1453
2023-02-25
Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
15
-303
/
+435
2023-02-25
selftests/ftrace: Add LoongArch kprobe args string tests support
Qing Zhang
2
-0
/
+7
[prev]
[next]