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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-05
selftests: openvswitch: parse trunc action
Adrian Moreno
1
-0
/
+13
2024-07-05
selftests: openvswitch: add userspace parsing
Adrian Moreno
1
-2
/
+22
2024-07-05
selftests: openvswitch: add psample action
Adrian Moreno
1
-1
/
+161
2024-07-05
wireguard: selftests: use acpi=off instead of -no-acpi for recent QEMU
Jason A. Donenfeld
1
-4
/
+4
2024-07-05
selftests/vDSO: remove duplicate compiler invocations from Makefile
John Hubbard
1
-9
/
+5
2024-07-05
selftests/vDSO: remove partially duplicated "all:" target in Makefile
John Hubbard
1
-8
/
+7
2024-07-05
selftests/vDSO: fix clang build errors and warnings
John Hubbard
2
-7
/
+27
2024-07-05
Merge tag 'riscv-for-linus-6.10-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2024-07-05
selftest/timerns: fix clang build failures for abs() calls
John Hubbard
4
-7
/
+7
2024-07-04
selftest/mm: test enable_soft_offline behaviors
Jiaqi Yan
4
-0
/
+236
2024-07-04
mm: turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured.
Audra Mitchell
1
-0
/
+3
2024-07-04
mm: update uffd-stress to handle EINVAL for unset config features
Audra Mitchell
1
-5
/
+9
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-33
/
+85
2024-07-04
Merge tag 'net-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-4
/
+35
2024-07-04
Merge tag 'kselftest-fix-2024-07-04' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-19
/
+24
2024-07-03
selftests: make order checking verbose in msg_zerocopy selftest
Zijian Zhang
1
-1
/
+1
2024-07-03
selftests: fix OOM in msg_zerocopy selftest
Zijian Zhang
1
-1
/
+11
2024-07-03
selftest: af_unix: Add test case for backtrack after finalising SCC.
Kuniyuki Iwashima
1
-2
/
+23
2024-07-03
selftests/damon/damon_nr_regions: test online-tuned max_nr_regions
SeongJae Park
1
-0
/
+60
2024-07-03
_damon_sysfs: implement commit() for online parameters update
SeongJae Park
1
-0
/
+19
2024-07-03
selftests/damon: implement test for min/max_nr_regions
SeongJae Park
2
-1
/
+86
2024-07-03
selftests/damon/_damon_sysfs: implement kdamonds stop function
SeongJae Park
1
-0
/
+11
2024-07-03
selftests/damon: implement DAMOS tried regions test
SeongJae Park
2
-0
/
+66
2024-07-03
selftests/damon: implement a program for even-numbered memory regions access
SeongJae Park
2
-1
/
+43
2024-07-03
selftests/damon/_damon_sysfs: support schemes_update_tried_regions
SeongJae Park
1
-1
/
+34
2024-07-03
selftests/damon/access_memory: use user-defined region size
SeongJae Park
1
-1
/
+1
2024-07-03
selftests/mm: remove local __NR_* definitions
John Hubbard
10
-62
/
+9
2024-07-03
selftests/mm: guard defines from shm
Edward Liaw
1
-0
/
+8
2024-07-03
selftests/mm: include linux/mman.h
Edward Liaw
1
-4
/
+1
2024-07-03
selftests/mm: use asm volatile to not optimize mmap read variable
Pankaj Raghav
1
-1
/
+2
2024-07-03
selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASS
John Hubbard
3
-48
/
+48
2024-07-03
selftests/mm: mseal, self_elf: factor out test macros and other duplicated items
John Hubbard
4
-80
/
+44
2024-07-03
selftests/mm: mseal, self_elf: fix missing __NR_mseal
John Hubbard
2
-2
/
+2
2024-07-03
selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()
Donet Tom
3
-0
/
+119
2024-07-03
selftests/mm: va_high_addr_switch: dynamically initialize testcases to enable...
Dev Jain
1
-222
/
+232
2024-07-03
selftests/mm: va_high_addr_switch: reduce test noise
Dev Jain
1
-4
/
+0
2024-07-03
selftests: mm: check return values
Muhammad Usama Anjum
1
-1
/
+3
2024-07-03
selftests: openvswitch: Be more verbose with selftest debugging.
Aaron Conole
1
-3
/
+6
2024-07-03
selftests: openvswitch: Attempt to autoload module.
Aaron Conole
1
-5
/
+9
2024-07-03
selftests: openvswitch: Bump timeout to 15 minutes.
Aaron Conole
1
-0
/
+1
2024-07-03
selftests: drv-net: rss_ctx: allow more noise on default context
Jakub Kicinski
1
-6
/
+10
2024-07-03
riscv: selftests: Fix vsetivli args for clang
Charlie Jenkins
1
-1
/
+1
2024-07-02
tools: net: package libynl for use in selftests
Jakub Kicinski
1
-0
/
+21
2024-07-02
Merge tag 'linux_kselftest-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-10
/
+22
2024-07-02
cxl/events: Use a common struct for DRAM and General Media events
Fabio M. De Francesco
1
-25
/
+29
2024-07-02
selftests/bpf: Remove arena tests from DENYLIST.s390x
Ilya Leoshkevich
1
-3
/
+0
2024-07-02
selftests/bpf: Add UAF tests for arena atomics
Ilya Leoshkevich
2
-0
/
+94
2024-07-02
selftests/bpf: Introduce __arena_global
Ilya Leoshkevich
2
-37
/
+32
2024-07-02
selftests/livepatch: Add selftests for "replace" sysfs attribute
Yafang Shao
1
-0
/
+48
2024-07-02
selftests/bpf: Add testcase where 7th argment is struct
Pu Lehui
4
-0
/
+69
[prev]
[next]