summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-10-06selftests/bpf: Support building selftests in optimized -O2 modeAndrii Nakryiko
2023-10-06selftests/bpf: Fix compiler warnings reported in -O2 modeAndrii Nakryiko
2023-10-06tools: ynl-gen: use uapi header name for the header guardJakub Kicinski
2023-10-06cxl/pci: Clarify devm host for memdev relative setupDan Williams
2023-10-05selftests/bpf: Enable CONFIG_VSOCKETS in configGeliang Tang
2023-10-05KVM: selftests: Zero-initialize entire test_result in memslot perf testSean Christopherson
2023-10-05objtool: Remove max symbol name length limitationAaron Plattner
2023-10-05objtool: Propagate early errorsAaron Plattner
2023-10-05selftests: timers: Convert nsleep-lat test to generate KTAP outputMark Brown
2023-10-05selftests: timers: Convert posix_timers test to generate KTAP outputMark Brown
2023-10-05selftests/exec: Convert execveat test to generate KTAP outputMark Brown
2023-10-05kselftest: Add a ksft_perror() helperMark Brown
2023-10-05selftests: static_keys: fix test name in messagesJavier Carrasco
2023-10-05selftests: uevent filtering: fix return on error in uevent_listenerJavier Carrasco
2023-10-05selftests/dmabuf-heaps: add gitignore fileJavier Carrasco
2023-10-05selftests/tdx: add gitignore fileJavier Carrasco
2023-10-05selftests/user_events: add gitignore fileJavier Carrasco
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-05Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-10-05tools: iio: iio_generic_buffer ensure alignmentMatti Vaittinen
2023-10-05Merge earlier changes in Intel thermal drivers for v6.7.Rafael J. Wysocki
2023-10-04tools/perf: Update call stack check in builtin-lock.cKajol Jain
2023-10-04tools/perf/tests: Fix object code reading to skip address that falls out of t...Athira Rajeev
2023-10-04tools/perf: Add "is_kmod" to struct dso to check if it is kernel moduleAthira Rajeev
2023-10-04tools/perf: Add text_end to "struct dso" to save .text section sizeAthira Rajeev
2023-10-04perf test: Avoid system wide when not privilegedIan Rogers
2023-10-04perf hisi-ptt: Fix memory leak in lseek failure handlingKuan-Wei Chiu
2023-10-04Merge tag 'rtla-v6.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-04tools: ynl: use uAPI include magic for samplesJakub Kicinski
2023-10-04tools: ynl: don't regen on every makeJakub Kicinski
2023-10-04Merge tag 'nf-23-10-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2023-10-04Merge tag 'nf-next-23-09-28' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-10-04tracing/selftests: Update kprobe args char/string to match new functionsSteven Rostedt (Google)
2023-10-04selftests/bpf: Add uprobe_multi to gen_tar targetBjörn Töpel
2023-10-04selftests/bpf: Enable lld usage for RISC-VBjörn Töpel
2023-10-04selftests/bpf: Add cross-build support for urandom_read et alBjörn Töpel
2023-10-04selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for riscvBjörn Töpel
2023-10-04selftests/bpf: Define SYS_PREFIX for riscvBjörn Töpel
2023-10-04libbpf: Fix syscall access arguments on riscvAlexandre Ghiti
2023-10-04KVM: selftests: Remove obsolete and incorrect test case metadataLike Xu
2023-10-04KVM: selftests: Treat %llx like %lx when formatting guest printfSean Christopherson
2023-10-04cgroup/cpuset: Enable invalid to valid local partition transitionWaiman Long
2023-10-04Merge tag 'linux-kselftest-fixes-6.6-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2023-10-04selftests/damon/sysfs: test DAMOS apply intervalsSeongJae Park
2023-10-04selftests: mm: add a test for moving from an offset from start of mappingJoel Fernandes
2023-10-04selftests: mm: add a test for remapping within a rangeJoel Fernandes (Google)
2023-10-04selftests: mm: add a test for remapping to area immediately after existing ma...Joel Fernandes (Google)
2023-10-04selftests: mm: add a test for mutually aligned moves > PMD sizeJoel Fernandes (Google)
2023-10-04selftests: mm: fix failure case when new remap region was not foundJoel Fernandes (Google)
2023-10-04selftests/mm: gup_longterm: fix a resource leakDing Xiang