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-09-03
mm: refactor vma_merge() into modify-only vma_merge_existing_range()
Lorenzo Stoakes
1
-2
/
+7
2024-09-03
mm: avoid using vma_merge() for new VMAs
Lorenzo Stoakes
2
-2
/
+37
2024-09-03
mm: abstract vma_expand() to use vma_merge_struct
Lorenzo Stoakes
1
-2
/
+1
2024-09-03
mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()
Lorenzo Stoakes
1
-41
/
+2
2024-09-03
tools: add VMA merge tests
Lorenzo Stoakes
2
-10
/
+1317
2024-09-03
tools: improve vma test Makefile
Lorenzo Stoakes
1
-2
/
+4
2024-09-03
selftests: test_zswap: add test for hierarchical zswap.writeback
Mike Yuan
1
-21
/
+54
2024-09-03
selftests/mm: fix charge_reserved_hugetlb.sh test
David Hildenbrand
2
-10
/
+13
2024-09-03
selftests/mm: add more mseal traversal tests
Pedro Falcato
1
-1
/
+105
2024-09-03
selftests: mm: support shmem mTHP collapse testing
Baolin Wang
3
-8
/
+51
2024-09-03
selftests/mm: remove unnecessary ia64 code and comment
Jinjiang Tu
6
-67
/
+8
2024-09-03
cxl/pci: Rename cxl_setup_parent_dport() and cxl_dport_map_regs()
Li Ming
2
-4
/
+4
2024-09-03
selftests: mptcp: pm_nl_ctl: remove re-definition
Matthieu Baerts (NGI0)
1
-8
/
+2
2024-09-03
selftests: mptcp: join: simplify checksum_tests
Geliang Tang
1
-32
/
+11
2024-09-03
selftests: mptcp: join: mute errors when ran in the background
Matthieu Baerts (NGI0)
1
-18
/
+18
2024-09-03
selftests: mptcp: join: specify host being checked
Matthieu Baerts (NGI0)
1
-44
/
+45
2024-09-03
selftests: mptcp: join: more explicit check name
Matthieu Baerts (NGI0)
1
-32
/
+33
2024-09-03
selftests: mptcp: join: validate MPJ SYN TX MIB counters
Matthieu Baerts (NGI0)
1
-11
/
+78
2024-09-03
selftests: mptcp: join: one line for join check
Matthieu Baerts (NGI0)
1
-15
/
+30
2024-09-03
selftests: mptcp: join: reduce join_nr params
Matthieu Baerts (NGI0)
1
-9
/
+22
2024-09-03
tools/testing/cxl: Use dev_is_platform()
Kunwu Chan
1
-1
/
+1
2024-09-03
selftests: filesystems: fix warn_unused_result build warnings
Abhinav Jain
1
-2
/
+5
2024-09-03
selftests: netfilter: nft_queue.sh: fix spurious timeout on debug kernel
Florian Westphal
1
-22
/
+40
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-1
/
+1
2024-09-01
failcmd: make failcmd.sh executable
Breno Leitao
1
-0
/
+0
2024-09-01
fault-injection: enhance failcmd to exit on non-hex address input
Breno Leitao
1
-0
/
+12
2024-09-01
maple_tree: remove mas_destroy() from mas_nomem()
Sidhartha Kumar
1
-4
/
+6
2024-09-01
maple_tree: introduce mas_wr_store_type()
Sidhartha Kumar
1
-0
/
+36
2024-09-01
maple_tree: add test to replicate low memory race conditions
Sidhartha Kumar
2
-1
/
+88
2024-09-01
mm: rework accept memory helpers
Kirill A. Shutemov
1
-1
/
+1
2024-09-01
selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddr
Jeff Xu
1
-21
/
+36
2024-09-01
selftests/mm: add mseal test for no-discard madvise
Pedro Falcato
1
-1
/
+35
2024-09-01
tools: add skeleton code for userland testing of VMA logic
Lorenzo Stoakes
6
-0
/
+1162
2024-09-01
tools: separate out shared radix-tree components
Lorenzo Stoakes
27
-69
/
+144
2024-09-01
mm, memcg: cg2 memory{.swap,}.peak write tests
David Finkel
3
-8
/
+280
2024-09-01
selftests: mm: fix build errors on armhf
Muhammad Usama Anjum
2
-36
/
+14
2024-08-30
cgroup/cpuset: add sefltest for cpuset v1
Chen Ridong
1
-0
/
+77
2024-08-30
selftest/cgroup: Make test_cpuset_prs.sh deal with pre-isolated CPUs
Waiman Long
1
-11
/
+33
2024-08-30
selftests/bpf: Do not update vmlinux.h unnecessarily
Ihor Solodrai
1
-1
/
+5
2024-08-30
selftests/bpf: Specify libbpf headers required for %.bpf.o progs
Ihor Solodrai
1
-2
/
+7
2024-08-31
Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2024-08-30
selftests/bpf: Check if distilled base inherits source endianness
Eduard Zingerman
1
-0
/
+68
2024-08-30
selftests: vDSO: quash clang omitted parameter warning in getrandom test
Jason A. Donenfeld
1
-3
/
+3
2024-08-30
kselftest/arm64: Fix build warnings for ptrace
Dev Jain
1
-2
/
+2
2024-08-30
selftests: vDSO: use parse_vdso.h in vdso_test_abi
Christophe Leroy
1
-4
/
+1
2024-08-30
selftests: vDSO: fix the way vDSO functions are called for powerpc
Christophe Leroy
6
-15
/
+90
2024-08-30
selftests: vDSO: fix vDSO symbols lookup for powerpc64
Christophe Leroy
1
-1
/
+2
2024-08-30
selftests: vDSO: fix vdso_config for powerpc
Christophe Leroy
1
-3
/
+3
2024-08-30
selftests: vDSO: fix vDSO name for powerpc
Christophe Leroy
1
-0
/
+6
2024-08-30
selftests: vDSO: skip getrandom test if architecture is unsupported
Jason A. Donenfeld
1
-1
/
+6
[prev]
[next]