index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-17
selftests/mm: skip map_populate on weird filesystems
Brendan Jackman
1
-0
/
+7
2025-03-17
selftests/mm: don't fail uffd-stress if too many CPUs
Brendan Jackman
1
-1
/
+10
2025-03-17
selftests/mm: print some details when uffd-stress gets bad params
Brendan Jackman
1
-1
/
+2
2025-03-17
selftests/mm/uffd: rename nr_cpus -> nr_parallel
Brendan Jackman
4
-20
/
+20
2025-03-17
selftests/mm: skip uffd-wp-mremap if userfaultfd not available
Brendan Jackman
1
-1
/
+4
2025-03-17
selftests/mm: skip uffd-stress if userfaultfd not available
Brendan Jackman
1
-2
/
+2
2025-03-17
selftests/mm: report errno when things fail in gup_longterm
Brendan Jackman
1
-16
/
+21
2025-03-17
selftests/mm: fix spelling
Ujwal Kundur
1
-1
/
+1
2025-03-17
mm: make vma cache SLAB_TYPESAFE_BY_RCU
Suren Baghdasaryan
1
-7
/
+2
2025-03-17
mm: move lesser used vma_area_struct members into the last cacheline
Suren Baghdasaryan
1
-19
/
+18
2025-03-17
mm: replace vm_lock and detached flag with a reference count
Suren Baghdasaryan
2
-33
/
+35
2025-03-17
mm: introduce vma_iter_store_attached() to use with attached vmas
Suren Baghdasaryan
2
-9
/
+43
2025-03-17
mm: mark vma as detached until it's added into vma tree
Suren Baghdasaryan
1
-5
/
+12
2025-03-17
mm: move per-vma lock into vm_area_struct
Suren Baghdasaryan
1
-26
/
+7
2025-03-17
tools/selftests: add file/shmem-backed mapping guard region tests
Lorenzo Stoakes
1
-0
/
+595
2025-03-17
tools/selftests: expand all guard region tests to file-backed
Lorenzo Stoakes
1
-85
/
+205
2025-03-17
selftests/mm: rename guard-pages to guard-regions
Lorenzo Stoakes
4
-24
/
+24
2025-03-17
selftests/mm: allow tests to run with no huge pages support
Mark Brown
1
-24
/
+42
2025-03-17
selftests: mm: fix typo
Eric Salem
1
-1
/
+1
2025-03-17
selftests/mm: fix thuge-gen test name uniqueness
Mark Brown
1
-2
/
+2
2025-03-17
mm: completely abstract unnecessary adj_start calculation
Lorenzo Stoakes
1
-2
/
+2
2025-03-17
mm: eliminate adj_start parameter from commit_merge()
Lorenzo Stoakes
1
-0
/
+2
2025-03-17
mm: further refactor commit_merge()
Lorenzo Stoakes
1
-2
/
+7
2025-03-17
mm: simplify vma merge structure and expand comments
Lorenzo Stoakes
1
-26
/
+26
2025-03-17
selftests/mm: test splitting file-backed THP to any lower order
Zi Yan
1
-5
/
+6
2025-03-17
selftests/mm: make file-backed THP split work by writing PMD size data
Zi Yan
1
-8
/
+44
2025-03-17
selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation
Rafael Aquini
1
-1
/
+3
2025-03-16
kunit: tool: add test to check parsing late test plan
Rae Moar
1
-0
/
+11
2025-03-16
kunit: tool: Fix bug in parsing test plan
Rae Moar
1
-5
/
+4
2025-03-15
selftests/bpf: Fix sockopt selftest failure on powerpc
Saket Kumar Bhaskar
1
-0
/
+4
2025-03-15
selftests/bpf: Fix string read in strncmp benchmark
Viktor Malik
1
-1
/
+4
2025-03-15
selftests/bpf: Fix arena_spin_lock compilation on PowerPC
Kumar Kartikeya Dwivedi
2
-3
/
+24
2025-03-15
selftests/bpf: Add a kernel flag test for LSM bpf hook
Blaise Boscaccy
2
-0
/
+71
2025-03-15
security: Propagate caller information in bpf hooks
Blaise Boscaccy
7
-10
/
+11
2025-03-15
selftests/bpf: Convert comma to semicolon
Chen Ni
1
-2
/
+2
2025-03-15
selftests/bpf: Fix selection of static vs. dynamic LLVM
Anton Protopopov
1
-1
/
+1
2025-03-15
selftests: bpf: fix duplicate selftests in cpumask_success.
Emil Tsalapatis
2
-2
/
+1
2025-03-15
selftests: bpf: add bpf_cpumask_populate selftests
Emil Tsalapatis
4
-0
/
+161
2025-03-15
selftests/bpf: lwt_seg6local: Move test to test_progs
Bastien Curutchet (eBPF Foundation)
3
-152
/
+176
2025-03-15
selftests/bpf: lwt_seg6local: Remove unused routes
Bastien Curutchet (eBPF Foundation)
1
-5
/
+0
2025-03-15
selftests/bpf: Fix cap_enable_effective() return code
Feng Yang
4
-9
/
+10
2025-03-15
selftests/bpf: Fix dangling stdout seen by traffic monitor thread
Amery Hung
1
-17
/
+22
2025-03-15
selftests/bpf: Allow assigning traffic monitor print function
Amery Hung
2
-19
/
+59
2025-03-15
selftests/bpf: Clean up call sites of stdio_restore()
Amery Hung
1
-11
/
+6
2025-03-15
selftests/bpf: Move test_lwt_ip_encap to test_progs
Bastien Curutchet (eBPF Foundation)
3
-478
/
+541
2025-03-15
selftests/bpf: Add tests for arena spin lock
Kumar Kartikeya Dwivedi
2
-0
/
+159
2025-03-15
selftests/bpf: Introduce arena spin lock
Kumar Kartikeya Dwivedi
2
-0
/
+652
2025-03-15
selftests/bpf: Introduce cond_break_label
Kumar Kartikeya Dwivedi
1
-6
/
+9
2025-03-15
bpf: correct use/def for may_goto instruction
Eduard Zingerman
1
-3
/
+3
2025-03-15
selftests/bpf: test cases for compute_live_registers()
Eduard Zingerman
6
-14
/
+455
[prev]
[next]