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.17.y
linux-6.18.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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-14
selftests/mm: test that rmap behaves as expected
Wei Yang
4
-0
/
+441
2025-09-14
selftests/mm: put general ksm operation into vm_util
Wei Yang
3
-118
/
+154
2025-09-14
selftests/mm: check after-split folio orders in split_huge_page_test
Zi Yan
1
-24
/
+64
2025-09-14
selftests/mm: add check_after_split_folio_orders() helper
Zi Yan
1
-0
/
+152
2025-09-14
selftests/mm: reimplement is_backed_by_thp() with more precise check
Zi Yan
3
-24
/
+82
2025-09-14
selftests/mm: mark all functions static in split_huge_page_test.c
Zi Yan
1
-11
/
+11
2025-09-14
selftests: prctl: introduce tests for disabling THPs except for madvise
Usama Arif
1
-0
/
+113
2025-09-14
selftests: prctl: introduce tests for disabling THPs completely
Usama Arif
5
-1
/
+189
2025-09-14
selftest/mm: extract sz2ord function into vm_util.h
Usama Arif
4
-9
/
+9
2025-09-14
selftests/mm: skip hugepage-mremap test if userfaultfd unavailable
Aboorva Devarajan
1
-3
/
+13
2025-09-14
selftests/mm: skip thuge-gen test if system is not setup properly
Aboorva Devarajan
1
-4
/
+7
2025-09-14
selftests/mm: fix child process exit codes in ksm_functional_tests
Aboorva Devarajan
1
-7
/
+9
2025-09-14
mm/selftests: fix split_huge_page_test failure on systems with 64KB page size
Donet Tom
4
-18
/
+19
2025-09-14
selftest/mm: fix ksm_funtional_test failures
Donet Tom
1
-1
/
+11
2025-09-14
selftests/mm: add support to test 4PB VA on PPC64
Donet Tom
1
-0
/
+11
2025-09-14
mm/selftests: fix incorrect pointer being passed to mark_range()
Donet Tom
1
-1
/
+1
2025-09-14
selftests/damon/access_memory_even: remove unused header file
Enze Li
1
-1
/
+0
2025-09-14
selftests/damon: fix damon selftests by installing _common.sh
Alexandre Ghiti
1
-0
/
+1
2025-09-14
selftests/mm: fix spelling mistake "mrmeap" -> "mremap"
Colin Ian King
1
-3
/
+3
2025-09-14
mm: replace mm->flags with bitmap entirely and set to 64 bits
Lorenzo Stoakes
1
-2
/
+17
2025-09-14
selftests/mm: do check_huge_anon() with a number been passed in
Wei Yang
1
-1
/
+1
2025-09-14
selftests/damon: test no-op commit broke DAMON status
Sang-Heon Jeon
2
-0
/
+73
2025-09-14
selftest/kho: update generation of initrd
Mike Rapoport (Microsoft)
2
-22
/
+19
2025-09-14
mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
David Hildenbrand
1
-5
/
+13
2025-09-14
selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
Suren Baghdasaryan
1
-0
/
+65
2025-09-14
selftests/mm: use __auto_type in swap() macro
Pranav Tyagi
1
-1
/
+1
2025-09-14
selftests/mm: pass filename as input param to VM_PFNMAP tests
Sudarsan Mahendran
3
-16
/
+47
2025-09-02
Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...
Linus Torvalds
7
-9
/
+14
2025-08-30
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-3
/
+2
2025-08-30
kselftest/arm64: Don't open code SVE_PT_SIZE() in fp-ptrace
Mark Brown
1
-3
/
+2
2025-08-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-25
/
+94
2025-08-29
Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
10
-23
/
+92
2025-08-29
Merge tag 'block-6.17-20250828' of git://git.kernel.dk/linux
Linus Torvalds
6
-33
/
+74
2025-08-28
ublk selftests: add --no_ublk_fixed_fd for not using registered ublk char device
Ming Lei
6
-33
/
+74
2025-08-28
selftests/mm: fix FORCE_READ to read input value correctly
Zi Yan
7
-9
/
+14
2025-08-28
Merge tag 'perf-tools-fixes-for-v6.17-2025-08-27' of git://git.kernel.org/pub...
Linus Torvalds
36
-94
/
+342
2025-08-27
Merge tag 'kvm-x86-fixes-6.17-rc7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+2
2025-08-26
perf symbol: Add blocking argument to filename__read_build_id
Ian Rogers
12
-27
/
+32
2025-08-26
perf symbol-minimal: Fix ehdr reading in filename__read_build_id
Ian Rogers
1
-28
/
+27
2025-08-23
Merge tag 'trace-v6.17-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-0
/
+16
2025-08-22
Merge tag 'block-6.17-20250822' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+2
2025-08-22
Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...
Linus Torvalds
4
-3
/
+294
2025-08-22
KVM: arm64: selftests: Sync ID_AA64MMFR3_EL1 in set_id_regs
Mark Brown
1
-0
/
+1
2025-08-22
KVM: arm64: Get rid of ARM64_FEATURE_MASK()
Marc Zyngier
8
-23
/
+20
2025-08-21
Merge tag 'pm-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
5
-35
/
+83
2025-08-21
Merge tag 'sched_ext-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+0
2025-08-21
Merge tag 'net-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
11
-19
/
+646
2025-08-21
selftests: tls: add tests for zero-length records
Jakub Kicinski
1
-5
/
+295
2025-08-21
Merge tag 'loongarch-fixes-6.17-1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+23
2025-08-21
selftests: bonding: add test for passive LACP mode
Hangbin Liu
3
-1
/
+108
[next]