summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-05-11selftests/damon/_damon_sysfs: use 'is' instead of '==' for 'None'SeongJae Park
2024-05-11selftests/damon/_damon_sysfs: find sysfs mount point from /proc/mountsSeongJae Park
2024-05-11selftests/damon/_damon_sysfs: check errors from nr_schemes file readsSeongJae Park
2024-05-11selftests/damon: add a test for DAMOS quota goalSeongJae Park
2024-05-11selftests/damon/_damon_sysfs: support quota goalsSeongJae Park
2024-05-11selftests/harness: Handle TEST_F()'s explicit exit codesMickaël Salaün
2024-05-11selftests/harness: Fix vfork() side effectsMickaël Salaün
2024-05-11selftests/harness: Share _metadata between forked processesMickaël Salaün
2024-05-11selftests/pidfd: Fix wrong expectationMickaël Salaün
2024-05-11selftests/harness: Constify fixture variantsMickaël Salaün
2024-05-11selftests/landlock: Do not allocate memory in fixture dataMickaël Salaün
2024-05-11selftests/harness: Fix interleaved scheduling leading to race conditionsMickaël Salaün
2024-05-11selftests/harness: Fix fixture teardownMickaël Salaün
2024-05-11selftests/landlock: Fix FS tests when run on a private mount pointMickaël Salaün
2024-05-11selftests/pidfd: Fix config for pidfd_setns_testMickaël Salaün
2024-05-11perf pmu: Count sys and cpuid JSON events separatelyIan Rogers
2024-05-11perf stat: Don't display metric header for non-leader uncore eventsIan Rogers
2024-05-11perf annotate-data: Ensure the number of type histogramsNamhyung Kim
2024-05-11perf annotate: Fix segfault on sample histogramNamhyung Kim
2024-05-10selftests: net: increase the delay for relative cmsg_time.sh testJakub Kicinski
2024-05-10selftests: net: fix timestamp not arriving in cmsg_time.shJakub Kicinski
2024-05-10selftests: net: move amt to socat for better compatibilityJakub Kicinski
2024-05-10selftests: net: add missing config for amt.shJakub Kicinski
2024-05-10Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds
2024-05-10selftests/mm: fix powerpc ARCH checkMichael Ellerman
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-05-10perf daemon: Fix file leak in daemon_session__controlSamasth Norway Ananda
2024-05-10libsubcmd: Fix parse-options memory leakIan Rogers
2024-05-10perf lock: Avoid memory leaks from strdup()Ian Rogers
2024-05-10perf sched: Rename 'switches' column header to 'count' and add usage descript...Madadi Vineeth Reddy
2024-05-10perf tools: Ignore deleted cgroupsNamhyung Kim
2024-05-10perf parse: Allow tracepoint names to start with digitsDominique Martinet
2024-05-10perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet
2024-05-10perf parse-events: pass parse_state to add_tracepointDominique Martinet
2024-05-10selftests: netfilter: add packetdrill based conntrack testsFlorian Westphal
2024-05-10selftests: add F_DUPDFD_QUERY selftestsChristian Brauner
2024-05-10selftests/ftrace: Fix required features for VFS type test caseMasami Hiramatsu (Google)
2024-05-09perf symbols: Fix ownership of string in dso__load_vmlinux()James Clark
2024-05-09perf symbols: Update kcore map before merging in remaining symbolsJames Clark
2024-05-09perf maps: Re-use __maps__free_maps_by_name()James Clark
2024-05-09perf symbols: Remove map from list before updating addressesJames Clark
2024-05-09perf tracepoint: Don't scan all tracepoints to test if one existsIan Rogers
2024-05-09perf dwarf-aux: Fix build with HAVE_DWARF_CFI_SUPPORTJames Clark
2024-05-09perf thread: Fixes to thread__new() related to initializing commIan Rogers
2024-05-09perf report: Avoid SEGV in report__setup_sample_type()Ian Rogers
2024-05-09perf comm: Fix comm_str__put() for reference count checkingIan Rogers
2024-05-09perf ui browser: Avoid SEGV on titleIan Rogers
2024-05-09selftests/bpf: Drop get_port in test_tcp_check_syncookieGeliang Tang
2024-05-09selftests/bpf: Use connect_to_fd in test_tcp_check_syncookieGeliang Tang
2024-05-09selftests/bpf: Use connect_to_fd in sockopt_inheritGeliang Tang