index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-30
RISC-V: KVM: selftests: Add get-reg-list test for STA registers
Andrew Jones
1
-0
/
+43
2023-12-30
RISC-V: KVM: selftests: Add steal_time test support
Andrew Jones
3
-2
/
+103
2023-12-30
RISC-V: KVM: selftests: Add guest_sbi_probe_extension
Andrew Jones
2
-0
/
+40
2023-12-30
RISC-V: KVM: selftests: Move sbi_ecall to processor.c
Andrew Jones
2
-26
/
+26
2023-12-29
selftests/mm: log run_vmtests.sh results in TAP format
Ryan Roberts
1
-12
/
+39
2023-12-29
selftests/mm: add UFFDIO_MOVE ioctl test
Suren Baghdasaryan
3
-0
/
+214
2023-12-29
selftests/mm: add uffd_test_case_ops to allow test case-specific operations
Suren Baghdasaryan
3
-0
/
+22
2023-12-29
selftests/mm: call uffd_test_ctx_clear at the end of the test
Suren Baghdasaryan
4
-4
/
+7
2023-12-29
Merge branch 'topic/cs35l41' into for-next
Takashi Iwai
1
-1
/
+1
2023-12-29
RISC-V: KVM: selftests: Treat SBI ext regs like ISA ext regs
Andrew Jones
2
-14
/
+92
2023-12-29
KVM: riscv: selftests: Use register subtypes
Andrew Jones
1
-40
/
+73
2023-12-29
KVM: riscv: selftests: Add RISCV_SBI_EXT_REG
Andrew Jones
2
-19
/
+25
2023-12-29
KVM: riscv: selftests: Drop SBI multi registers
Andrew Jones
1
-2
/
+0
2023-12-29
KVM: riscv: selftests: Generate ISA extension reg_list using macros
Anup Patel
1
-255
/
+76
2023-12-29
crypto: tcrypt - add script tcrypt_speed_compare.py
WangJinchao
1
-0
/
+190
2023-12-28
sysclt: Clarify the results of selftest run
Joel Granados
1
-61
/
+62
2023-12-28
sysctl: Add a selftest for handling empty dirs
Joel Granados
1
-0
/
+23
2023-12-27
Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-1
/
+4
2023-12-26
selftests/net: add MPTCP coverage for IP_LOCAL_PORT_RANGE
Maxim Galaganov
1
-0
/
+12
2023-12-23
perf annotate: Add --insn-stat option for debugging
Namhyung Kim
3
-0
/
+87
2023-12-23
perf annotate: Add --type-stat option for debugging
Namhyung Kim
5
-7
/
+108
2023-12-23
perf annotate: Support event group display
Namhyung Kim
1
-12
/
+77
2023-12-23
perf annotate: Add --data-type option
Namhyung Kim
6
-11
/
+118
2023-12-23
perf report: Add 'symoff' sort key
Namhyung Kim
4
-0
/
+50
2023-12-23
perf report: Add 'typeoff' sort key
Namhyung Kim
5
-1
/
+87
2023-12-23
perf annotate-data: Update sample histogram for type
Namhyung Kim
3
-1
/
+131
2023-12-23
perf annotate-data: Add member field in the data type
Namhyung Kim
3
-18
/
+119
2023-12-23
perf report: Support data type profiling
Namhyung Kim
1
-2
/
+13
2023-12-23
perf report: Add 'type' sort key
Namhyung Kim
5
-2
/
+75
2023-12-23
perf annotate: Implement hist_entry__get_data_type()
Namhyung Kim
2
-0
/
+92
2023-12-23
perf annotate: Add annotate_get_insn_location()
Namhyung Kim
2
-0
/
+143
2023-12-23
perf annotate: Factor out evsel__get_arch()
Namhyung Kim
2
-13
/
+33
2023-12-23
perf annotate-data: Add dso->data_types tree
Namhyung Kim
4
-10
/
+100
2023-12-23
perf annotate-data: Add find_data_type() to get type from memory access
Namhyung Kim
3
-0
/
+205
2023-12-23
perf dwarf-regs: Add get_dwarf_regnum()
Namhyung Kim
3
-0
/
+91
2023-12-23
perf dwarf-aux: Factor out die_get_typename_from_type()
Namhyung Kim
2
-11
/
+30
2023-12-23
Merge tag 'counter-updates-for-6.8a' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
3
-2
/
+417
2023-12-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-18
/
+27
2023-12-23
selftests: forwarding: ethtool_mm: fall back to aggregate if device does not ...
Vladimir Oltean
2
-0
/
+20
2023-12-23
selftests: forwarding: ethtool_mm: support devices with higher rx-min-frag-size
Vladimir Oltean
1
-2
/
+35
2023-12-23
kselftest/runner.sh: add netns support
Hangbin Liu
2
-3
/
+45
2023-12-23
selftests/net: convert pmtu.sh to run it in unique namespace
Hangbin Liu
1
-18
/
+9
2023-12-23
selftests/net: use unique netns name for setup_loopback.sh setup_veth.sh
Hangbin Liu
4
-15
/
+20
2023-12-23
selftests/net: convert xfrm_policy.sh to run it in unique namespace
Hangbin Liu
1
-69
/
+69
2023-12-23
selftests/net: convert stress_reuseport_listen.sh to run it in unique namespace
Hangbin Liu
1
-3
/
+3
2023-12-23
selftests/net: convert rtnetlink.sh to run it in unique namespace
Hangbin Liu
1
-16
/
+18
2023-12-23
selftests/net: convert netns-name.sh to run it in unique namespace
Hangbin Liu
1
-22
/
+22
2023-12-23
selftests/net: convert gre_gso.sh to run it in unique namespace
Hangbin Liu
1
-11
/
+7
2023-12-23
selftests/net: remove unneeded semicolon
Jiapeng Chong
1
-1
/
+1
2023-12-22
tools/testing/cxl: Add hostbridge UID string for cxl_test mock hb devices
Dave Jiang
1
-0
/
+4
[prev]
[next]