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-07-28
bpf: selftests: Support custom type and proto for client sockets
Daniel Xu
2
-6
/
+17
2023-07-28
bpf: selftests: Support not connecting client socket
Daniel Xu
2
-2
/
+4
2023-07-28
iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
Nicolin Chen
2
-2
/
+46
2023-07-28
selftests/bpf: Enable test test_progs-cpuv4 for gcc build kernel
Yonghong Song
1
-2
/
+3
2023-07-28
selftests/ptp: Add -X option for testing PTP_SYS_OFFSET_PRECISE
Alex Maftei
1
-1
/
+30
2023-07-28
selftests/ptp: Add -x option for testing PTP_SYS_OFFSET_EXTENDED
Alex Maftei
1
-2
/
+42
2023-07-27
Merge branch 'net-tls-fixes-for-nvme-over-tls'
Jakub Kicinski
1
-0
/
+11
2023-07-27
selftests/net/tls: add test for MSG_EOR
Hannes Reinecke
1
-0
/
+11
2023-07-27
selftests/bpf: Test ldsx with more complex cases
Yonghong Song
3
-1
/
+265
2023-07-27
selftests/bpf: Add unit tests for new gotol insn
Yonghong Song
2
-0
/
+46
2023-07-27
selftests/bpf: Add unit tests for new sdiv/smod insns
Yonghong Song
2
-0
/
+783
2023-07-27
selftests/bpf: Add unit tests for new bswap insns
Yonghong Song
2
-0
/
+61
2023-07-27
selftests/bpf: Add unit tests for new sign-extension mov insns
Yonghong Song
2
-0
/
+215
2023-07-27
selftests/bpf: Add unit tests for new sign-extension load insns
Yonghong Song
2
-0
/
+133
2023-07-27
selftests/bpf: Add a cpuv4 test runner for cpu=v4 testing
Yonghong Song
2
-4
/
+26
2023-07-27
selftests/bpf: Fix a test_verifier failure
Yonghong Song
1
-3
/
+3
2023-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-6
/
+3
2023-07-27
Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-3
/
+1
2023-07-27
kselftest/arm64: Validate that changing one VL type does not affect another
Mark Brown
1
-1
/
+21
2023-07-27
kselftest/arm64: Add a test case for SVE VL changes with SME active
Mark Brown
1
-3
/
+102
2023-07-27
selftests: Add fchmodat2 selftest
Alexey Gladkov
4
-0
/
+171
2023-07-26
selftests: mptcp: join: only check for ip6tables if needed
Matthieu Baerts
1
-3
/
+1
2023-07-26
iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC
Jason Gunthorpe
3
-1
/
+46
2023-07-26
iommufd/selftest: Return the real idev id from selftest mock_domain
Jason Gunthorpe
3
-21
/
+26
2023-07-26
iommufd/selftest: Test iommufd_device_replace()
Nicolin Chen
3
-4
/
+105
2023-07-26
selftests/ftrace: Fix to check fprobe event eneblement
Masami Hiramatsu (Google)
1
-1
/
+1
2023-07-25
selftests/xsk: Fix spelling mistake "querrying" -> "querying"
Colin Ian King
1
-1
/
+1
2023-07-25
selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper
Daniel Borkmann
3
-0
/
+344
2023-07-25
selftests:prctl: add set-process-name to .gitignore
Shuah Khan
1
-0
/
+1
2023-07-25
selftests:prctl: Fix make clean override warning
Shuah Khan
1
-2
/
+0
2023-07-25
selftests/resctrl: Remove test type checks from cat_val()
Ilpo Järvinen
1
-27
/
+20
2023-07-25
selftests/resctrl: Pass the real number of tests to show_cache_info()
Ilpo Järvinen
3
-3
/
+3
2023-07-25
selftests/resctrl: Move CAT/CMT test global vars to function they are used in
Ilpo Järvinen
2
-14
/
+8
2023-07-25
selftests/resctrl: Don't use variable argument list for ->setup()
Ilpo Järvinen
7
-33
/
+7
2023-07-25
selftests/resctrl: Don't pass test name to fill_buf
Ilpo Järvinen
5
-26
/
+24
2023-07-25
selftests/resctrl: Improve parameter consistency in fill_buf
Ilpo Järvinen
1
-25
/
+24
2023-07-25
selftests/resctrl: Remove unnecessary startptr global from fill_buf
Ilpo Järvinen
1
-4
/
+1
2023-07-25
selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()
Ilpo Järvinen
5
-43
/
+19
2023-07-25
selftests/resctrl: Remove duplicated preparation for span arg
Ilpo Järvinen
1
-5
/
+2
2023-07-25
selftests/resctrl: Express span internally in bytes
Ilpo Järvinen
3
-9
/
+4
2023-07-25
selftests/resctrl: Convert span to size_t
Ilpo Järvinen
7
-22
/
+23
2023-07-25
selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_param
Ilpo Järvinen
5
-6
/
+0
2023-07-25
selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resc...
Ilpo Järvinen
3
-21
/
+12
2023-07-25
selftests/resctrl: Move resctrl FS mount/umount to higher level
Ilpo Järvinen
5
-23
/
+46
2023-07-25
selftests/resctrl: Unmount resctrl FS before starting the first test
Ilpo Järvinen
2
-2
/
+11
2023-07-25
selftests/resctrl: Close perf value read fd on errors
Ilpo Järvinen
1
-7
/
+11
2023-07-25
selftests/resctrl: Unmount resctrl FS if child fails to run benchmark
Ilpo Järvinen
1
-0
/
+1
2023-07-25
selftests/resctrl: Don't leak buffer in fill_cache()
Ilpo Järvinen
1
-1
/
+2
2023-07-25
selftests/resctrl: Add resctrl.h into build deps
Ilpo Järvinen
1
-1
/
+1
2023-07-25
Merge tag 'asoc-v6.6-early' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Takashi Iwai
18
-12
/
+34
[prev]
[next]