index
:
linux/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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2024-02-26
perf test: Fix spelling mistake "curent" -> "current"
Colin Ian King
2024-02-26
selftests: mptcp: diag: change timeout_poll to 30
Geliang Tang
2024-02-26
selftests: mptcp: join: change capture/checksum as bool
Geliang Tang
2024-02-26
selftests: mptcp: simult flows: define missing vars
Geliang Tang
2024-02-26
selftests: mptcp: netlink: drop duplicate var ret
Geliang Tang
2024-02-26
selftests: mptcp: lib: catch duplicated subtest entries
Matthieu Baerts (NGI0)
2024-02-26
selftests: mptcp: explicitly trigger the listener diag code-path
Paolo Abeni
2024-02-26
selftests: mptcp: join: add ss mptcp support check
Geliang Tang
2024-02-26
selftests: mptcp: rm subflow with v4/v4mapped addr
Geliang Tang
2024-02-26
KVM: selftests: x86: sync_regs_test: Get regs structure before modifying it
Thomas Huth
2024-02-26
KVM: selftests: x86: sync_regs_test: Use vcpu_run() where appropriate
Thomas Huth
2024-02-26
perf test: Use TEST_FAIL in the TEST_ASSERT macros instead of -1
Arnaldo Carvalho de Melo
2024-02-26
perf data convert: Fix segfault when converting to json when cpu_desc isn't set
Ilkka Koskinen
2024-02-26
perf bpf: Check that the minimal vmlinux.h installed is the latest one
Arnaldo Carvalho de Melo
2024-02-26
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2024-02-26
drm/edid/firmware: Remove built-in EDIDs
Maxime Ripard
2024-02-26
selftests: net: veth: test syncing GRO and XDP state while device is down
Jakub Kicinski
2024-02-26
Merge v6.8-rc6 into usb-next
Greg Kroah-Hartman
2024-02-26
KVM: riscv: selftests: Switch to use macro from csr.h
Haibo Xu
2024-02-26
tools: riscv: Add header file vdso/processor.h
Haibo Xu
2024-02-26
tools: riscv: Add header file csr.h
Haibo Xu
2024-02-26
KVM: selftests: Add CONFIG_64BIT definition for the build
Haibo Xu
2024-02-26
KVM: arm64: selftests: Split arch_timer test code
Haibo Xu
2024-02-26
KVM: arm64: selftests: Enable tuning of error margin in arch_timer test
Haibo Xu
2024-02-26
KVM: arm64: selftests: Data type cleanup for arch_timer test
Haibo Xu
2024-02-26
selftests/kvm: Fix issues with $(SPLIT_TESTS)
Paolo Bonzini
2024-02-25
Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2024-02-24
Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-02-23
tools: ynl: fix header guards
Jakub Kicinski
2024-02-23
tools: ynl: allow user to pass enum string instead of scalar value
Jiri Pirko
2024-02-23
tools: ynl: process all scalar types encoding in single elif statement
Jiri Pirko
2024-02-23
tools: ynl: allow user to specify flag attr with bool values
Jiri Pirko
2024-02-24
crypto: ccp - Update return values for some unit tests
Mario Limonciello
2024-02-23
selftests/resctrl: Add non-contiguous CBMs CAT test
Maciej Wieczor-Retman
2024-02-23
selftests/resctrl: Add resource_info_file_exists()
Maciej Wieczor-Retman
2024-02-23
selftests/resctrl: Split validate_resctrl_feature_request()
Maciej Wieczor-Retman
2024-02-23
selftests/resctrl: Add a helper for the non-contiguous test
Maciej Wieczor-Retman
2024-02-23
treewide: remove meaningless assignments in Makefiles
Masahiro Yamada
2024-02-23
selftests/resctrl: Add test groups and name L3 CAT test L3_CAT
Ilpo Järvinen
2024-02-23
perf print-events: make is_event_supported() more robust
Mark Rutland
2024-02-23
Merge tag 'mm-hotfixes-stable-2024-02-22-15-02' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-02-23
KVM: s390: selftest: memop: Fix undefined behavior
Nina Schoetterl-Glausch
2024-02-22
KVM: selftests: Add a testcase to verify GUEST_MEMFD and READONLY are exclusive
Sean Christopherson
2024-02-22
KVM: selftests: Create GUEST_MEMFD for relevant invalid flags testcases
Sean Christopherson
2024-02-22
init: remove obsolete arch_call_rest_init() wrapper
Geert Uytterhoeven
2024-02-22
selftests/mm: run_vmtests.sh: add missing tests
Muhammad Usama Anjum
2024-02-22
selftests/mm: protection_keys: save/restore nr_hugepages settings
Muhammad Usama Anjum
2024-02-22
selftests/mm: save and restore nr_hugepages value
Muhammad Usama Anjum
2024-02-22
selftests/mm: run_vmtests: remove sudo and conform to tap
Muhammad Usama Anjum
2024-02-22
selftests/mm: hugetlb_reparenting_test: do not unmount
Muhammad Usama Anjum
[prev]
[next]