summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-06-12selftests/ftace: Fix KTAP output orderingMark Brown
2023-06-12selftests/cpufreq: Don't enable generic lock debugging optionsMark Brown
2023-06-12kselftests: Sort the collections list to avoid duplicate testsRishabh Bhatnagar
2023-06-12selftest: pidfd: Omit long and repeating outputsZiqi Zhao
2023-06-12selftests: allow runners to override the timeoutLuis Chamberlain
2023-06-12selftests/ftrace: Add new test case which checks for optimized probesAkanksha J N
2023-06-12selftests/clone3: test clone3 with exit signal in flagsTobias Klauser
2023-06-12kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is...Colin Ian King
2023-06-12selftests: prctl: Fix spelling mistake "anonynous" -> "anonymous"Colin Ian King
2023-06-12selftests: media_tests: Add new subtest to video_device_testIvan Orlov
2023-06-12selftests/bpf: Update bpf_cpumask_any* tests to use bpf_cpumask_any_distribute*David Vernet
2023-06-12selftests/bpf: Add test for new bpf_cpumask_first_and() kfuncDavid Vernet
2023-06-12perf inject: Lazily allocate guest_event event_bufIan Rogers
2023-06-12perf inject: Lazily allocate event_copyIan Rogers
2023-06-12perf script: Remove some large stack allocationsIan Rogers
2023-06-12perf sched: Avoid large stack allocationsIan Rogers
2023-06-12perf bench sched messaging: Free contexts on exitIan Rogers
2023-06-12perf bench futex: Avoid memory leaks from pthread_attrIan Rogers
2023-06-12perf bench epoll: Fix missing frees/puts on the exit pathIan Rogers
2023-06-12perf help: Ensure clean_cmds is called on all pathsIan Rogers
2023-06-12lib subcmd: Avoid memory leak in exclude_cmdsIan Rogers
2023-06-12perf cs-etm: Add exception level consistency checkJames Clark
2023-06-12perf cs-etm: Track exception levelJames Clark
2023-06-12perf cs-etm: Make PID format accessible from struct cs_etm_auxtraceJames Clark
2023-06-12perf cs-etm: Use previous thread for branch sample source IPJames Clark
2023-06-12perf cs-etm: Only track threads instead of PID and TIDsJames Clark
2023-06-12perf map: Fix double 'struct map' reference free found with -DREFCNT_CHECKING=1James Clark
2023-06-12perf srcline: Optimize comparision against SRCLINE_UNKNOWNArnaldo Carvalho de Melo
2023-06-12selftests/landlock: Add hostfs testsMickaël Salaün
2023-06-12selftests/landlock: Add tests for pseudo filesystemsMickaël Salaün
2023-06-12selftests/landlock: Make mounts configurableMickaël Salaün
2023-06-12selftests/landlock: Add supports_filesystem() helperMickaël Salaün
2023-06-12selftests/landlock: Don't create useless file layoutsMickaël Salaün
2023-06-12perf hist: Fix srcline memory leakIan Rogers
2023-06-12perf srcline: Change free_srcline to zfree_srclineIan Rogers
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers
2023-06-12perf header: Avoid out-of-bounds readIan Rogers
2023-06-12perf top: Add exit routine for main threadIan Rogers
2023-06-12perf annotate: Fix parse_objdump_line memory leakIan Rogers
2023-06-12perf map/maps/thread: Changes to reference countingIan Rogers
2023-06-12perf machine: Don't leak module mapsIan Rogers
2023-06-12perf machine: Fix leak of kernel dsoIan Rogers
2023-06-12perf maps: Fix overlapping memory leakIan Rogers
2023-06-12perf symbol-elf: Correct holding a referenceIan Rogers
2023-06-12perf jit: Fix two thread leaksIan Rogers
2023-06-12perf python: Avoid 2 leak sanitizer issuesIan Rogers
2023-06-12perf evlist: Free stats in all evlist destructionIan Rogers
2023-06-12perf intel-pt: Fix missed put and leakIan Rogers
2023-06-12perf stat: Avoid evlist leakIan Rogers
2023-06-12perf header: Ensure bitmaps are freedIan Rogers