index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
|
KVM: selftests: Convert x86's CPUID test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-6
/
+8
|
|
*
|
|
|
|
KVM: selftests: Convert steal_time test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-10
/
+12
|
|
*
|
|
|
|
KVM: selftests: Convert set_memory_region_test to printf-based GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-9
/
+14
|
|
*
|
|
|
|
KVM: selftests: Convert s390's tprot test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-2
/
+5
|
|
*
|
|
|
|
KVM: selftests: Convert s390's memop test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-3
/
+4
|
|
*
|
|
|
|
KVM: selftests: Convert the memslot performance test to printf guest asserts
Sean Christopherson
2023-08-02
1
-2
/
+4
|
|
*
|
|
|
|
KVM: selftests: Convert ARM's vGIC IRQ test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-1
/
+2
|
|
*
|
|
|
|
KVM: selftests: Convert ARM's page fault test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-3
/
+4
|
|
*
|
|
|
|
KVM: selftests: Convert ARM's hypercalls test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-10
/
+10
|
|
*
|
|
|
|
KVM: selftests: Convert debug-exceptions to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-4
/
+6
|
|
*
|
|
|
|
KVM: selftests: Convert aarch_timer to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-12
/
+10
|
|
*
|
|
|
|
KVM: selftests: Add a selftest for guest prints and formatted asserts
Aaron Lewis
2023-08-02
2
-0
/
+225
|
|
*
|
|
|
|
KVM: selftests: Add #define of expected KVM exit reason for ucall
Sean Christopherson
2023-08-02
4
-0
/
+8
|
|
*
|
|
|
|
KVM: selftests: Add arch ucall.h and inline simple arch hooks
Sean Christopherson
2023-08-02
9
-35
/
+66
|
|
*
|
|
|
|
KVM: selftests: Add formatted guest assert support in ucall framework
Sean Christopherson
2023-08-02
2
-0
/
+70
|
|
*
|
|
|
|
KVM: selftests: Add string formatting options to ucall
Aaron Lewis
2023-08-02
2
-0
/
+24
|
|
*
|
|
|
|
KVM: selftests: Add additional pages to the guest to accommodate ucall
Aaron Lewis
2023-08-02
3
-0
/
+10
|
|
*
|
|
|
|
KVM: selftests: Add guest_snprintf() to KVM selftests
Aaron Lewis
2023-08-02
3
-0
/
+311
|
|
*
|
|
|
|
KVM: selftests: Add strnlen() to the string overrides
Aaron Lewis
2023-08-02
2
-0
/
+10
|
|
*
|
|
|
|
KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucall
Sean Christopherson
2023-08-02
1
-2
/
+30
|
|
*
|
|
|
|
KVM: selftests: Make TEST_ASSERT_EQ() output look like normal TEST_ASSERT()
Sean Christopherson
2023-08-02
1
-8
/
+7
|
|
*
|
|
|
|
KVM: selftests: Rename the ASSERT_EQ macro
Thomas Huth
2023-08-02
18
-103
/
+104
|
|
*
|
|
|
|
KVM: selftests: Remove superfluous variable assignment
Minjie Du
2023-08-02
1
-1
/
+0
|
|
*
|
|
|
|
KVM: selftests: use unified time type for comparison
Bibo Mao
2023-08-02
1
-4
/
+4
|
|
*
|
|
|
|
KVM: selftests: Extend x86's sync_regs_test to check for exception races
Michal Luczaj
2023-08-02
1
-0
/
+23
|
|
*
|
|
|
|
KVM: selftests: Extend x86's sync_regs_test to check for event vector races
Michal Luczaj
2023-08-02
1
-0
/
+22
|
|
*
|
|
|
|
KVM: selftests: Extend x86's sync_regs_test to check for CR4 races
Michal Luczaj
2023-08-02
1
-0
/
+72
*
|
|
|
|
|
|
Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2023-09-02
2
-1
/
+29
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
selftests/ftrace: Add BTF fields access testcases
Masami Hiramatsu (Google)
2023-08-23
2
-0
/
+28
|
*
|
|
|
|
|
|
tracing/fprobe-event: Assume fprobe is a return event by $retval
Masami Hiramatsu (Google)
2023-08-23
1
-1
/
+1
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge tag 'x86-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-09-02
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
selftests/x86: Update map_shadow_stack syscall nr
Rick Edgecombe
2023-09-01
1
-1
/
+1
*
|
|
|
|
|
|
|
Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-09-01
2
-4
/
+14
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
test: ftrace: Fix kprobe test for eventfs
Ajay Kaher
2023-07-31
2
-4
/
+14
*
|
|
|
|
|
|
|
|
Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-09-01
7
-2
/
+284
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
selftests: cgroup: Add cpuset migrations testcase
Michal Koutný
2023-07-10
3
-0
/
+278
|
*
|
|
|
|
|
|
|
|
selftests: cgroup: Minor code reorganizations
Michal Koutný
2023-07-10
4
-2
/
+6
*
|
|
|
|
|
|
|
|
|
Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-09-01
7
-1
/
+164
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
RISC-V: mm: Add tests for RISC-V mm
Charlie Jenkins
2023-08-23
7
-1
/
+164
|
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2023-08-31
25
-602
/
+423
|
\
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
powerpc/pseries: Move VPHN constants into vphn.h
Michael Ellerman
2023-08-24
2
-1
/
+1
|
*
|
|
|
|
|
|
|
|
selftests/powerpc: add const qualification where possible
Nathan Lynch
2023-08-18
3
-11
/
+11
|
*
|
|
|
|
|
|
|
|
powerpc/selftests: sort mm/.gitignore, add exec_prot
Nathan Lynch
2023-08-18
1
-8
/
+9
|
*
|
|
|
|
|
|
|
|
selftests/powerpc/ptrace: Update ptrace-perf watchpoint selftest
Benjamin Gray
2023-08-16
3
-548
/
+368
|
*
|
|
|
|
|
|
|
|
powerpc: replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
2023-08-16
2
-0
/
+0
|
*
|
|
|
|
|
|
|
|
selftests/powerpc/ptrace: Declare test temporary variables as volatile
Benjamin Gray
2023-08-02
1
-12
/
+12
|
*
|
|
|
|
|
|
|
|
selftests/powerpc/ptrace: Fix typo in pid_max search error
Benjamin Gray
2023-08-02
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
selftests/powerpc/ptrace: Explain why tests are skipped
Benjamin Gray
2023-08-02
15
-24
/
+24
*
|
|
|
|
|
|
|
|
|
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-31
2
-1
/
+885
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
selftests/x86: Add shadow stack test
Rick Edgecombe
2023-08-02
2
-1
/
+885
|
|
|
/
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
[prev]
[next]