summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-05-21libperf threadmap: Don't segv for index 0 for the NULL 'struct perf_thread_ma...Ian Rogers
2025-05-21perf test amd: Skip amd-ibs-period test on kernel < v6.15Ravi Bangoria
2025-05-21perf thread: Ensure comm_lock held for comm_listIan Rogers
2025-05-21perf rwsem: Add clang's -Wthread-safety annotationsIan Rogers
2025-05-21perf dso: Minor refactor to allow clang's Wthread-safety analysisIan Rogers
2025-05-21selftests/sched_ext: Update test enq_select_cpu_failsAndrea Righi
2025-05-21selftests: can: test_raw_filter.sh: add support of physical interfacesVincent Mailhol
2025-05-21selftests: can: Import tst-filter from can-testsFelix Maurer
2025-05-21selftests: harness: Stop using setjmp()/longjmp()Thomas Weißschuh
2025-05-21selftests: harness: Add "variant" and "self" to test metadataThomas Weißschuh
2025-05-21selftests: harness: Add teardown callback to test metadataThomas Weißschuh
2025-05-21selftests: harness: Move teardown conditional into test metadataThomas Weißschuh
2025-05-21selftests: harness: Don't set setup_completed for fixtureless testsThomas Weißschuh
2025-05-21selftests: harness: Implement test timeouts through pidfdThomas Weißschuh
2025-05-21selftests: harness: Remove dependency on libatomicThomas Weißschuh
2025-05-21selftests: harness: Remove inline qualifier for wrappersThomas Weißschuh
2025-05-21selftests: harness: Mark functions without prototypes staticThomas Weißschuh
2025-05-21selftests: harness: Ignore unused variant argument warningThomas Weißschuh
2025-05-21selftests: harness: Use C89 comment styleThomas Weißschuh
2025-05-21selftests: harness: Add kselftest harness selftestThomas Weißschuh
2025-05-21selftests/nolibc: drop include guards around standard headersThomas Weißschuh
2025-05-21tools/nolibc: move NULL and offsetof() to sys/stddef.hThomas Weißschuh
2025-05-21tools/nolibc: move uname() and friends to sys/utsname.hThomas Weißschuh
2025-05-21tools/nolibc: move makedev() and friends to sys/sysmacros.hThomas Weißschuh
2025-05-21tools/nolibc: move getrlimit() and friends to sys/resource.hThomas Weißschuh
2025-05-21tools/nolibc: move reboot() to sys/reboot.hThomas Weißschuh
2025-05-21tools/nolibc: move prctl() to sys/prctl.hThomas Weißschuh
2025-05-21tools/nolibc: move mount() to sys/mount.hThomas Weißschuh
2025-05-21tools/nolibc: move ioctl() to sys/ioctl.hThomas Weißschuh
2025-05-21tools/nolibc: implement wait() in terms of waitpid()Thomas Weißschuh
2025-05-21tools/nolibc: fall back to sys_clock_gettime() in gettimeofday()Thomas Weißschuh
2025-05-21tools/nolibc: add fopen()Thomas Weißschuh
2025-05-21tools/nolibc: add namespace functionalityThomas Weißschuh
2025-05-21tools/nolibc: add difftime()Thomas Weißschuh
2025-05-21tools/nolibc: add timerfd functionalityThomas Weißschuh
2025-05-21tools/nolibc: add timer functionsThomas Weißschuh
2025-05-21tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()Thomas Weißschuh
2025-05-21tools/nolibc: add support for access() and faccessat()Thomas Weißschuh
2025-05-21tools/nolibc: add abs() and friendsThomas Weißschuh
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh
2025-05-21tools/nolibc: add mremap()Thomas Weißschuh
2025-05-21tools/nolibc: add more stat() variantsThomas Weißschuh
2025-05-21tools/nolibc: add %m printf formatThomas Weißschuh
2025-05-21tools/nolibc: add strstr()Thomas Weißschuh
2025-05-21tools/nolibc: use poll-related definitions from UAPI headersThomas Weißschuh
2025-05-21tools/nolibc: move poll() to poll.hThomas Weißschuh
2025-05-21tools/nolibc: Add m68k supportDaniel Palmer
2025-05-21selftests/nolibc: always run nolibc header checkThomas Weißschuh
2025-05-21tools/nolibc: include nolibc.h early from all header filesThomas Weißschuh
2025-05-21tools/nolibc: add target to check header usabilityThomas Weißschuh