aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-04-18libbpf: misc internal libbpf clean ups around log fixupAndrii Nakryiko1-12/+14
2023-04-18perf cs-etm: Fix segfault in dso lookupJames Clark1-2/+4
2023-04-18selftests/proc: Assert clock_gettime(CLOCK_BOOTTIME) VS /proc/uptime monotoni...Frederic Weisbecker3-8/+47
2023-04-18selftests/proc: Remove idle time monotonicity assertionsFrederic Weisbecker3-27/+14
2023-04-17perf script task-analyzer: Fix spelling mistake "miliseconds" -> "milliseconds"Colin Ian King1-1/+1
2023-04-17perf namespaces: Introduce nsinfo__mntns_path() accessor to avoid accessing -...Arnaldo Carvalho de Melo1-3/+8
2023-04-17perf namespaces: Introduce nsinfo__refcnt() accessor to avoid accessing ->ref...Arnaldo Carvalho de Melo1-4/+8
2023-04-17perf namespaces: Use the need_setns() accessors instead of accessing ->need_s...Arnaldo Carvalho de Melo1-3/+3
2023-04-17selftests/bpf: Add a selftest for checking subreg equalityYonghong Song2-0/+60
2023-04-17perf namespaces: Add reference count checkingIan Rogers2-57/+78
2023-04-17perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...Arnaldo Carvalho de Melo6-10/+12
2023-04-17perf cpumap: Add reference count checkingIan Rogers5-50/+58
2023-04-17perf cpumap: Use perf_cpu_map__cpu(map, cpu) instead of accessing map->map[cp...Ian Rogers1-5/+5
2023-04-17perf cpumap: Remove initializations done in perf_cpu_map__alloc()Arnaldo Carvalho de Melo1-6/+1
2023-04-17libperf: Add reference count checking macrosIan Rogers1-0/+94
2023-04-17libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps testArnaldo Carvalho de Melo3-5/+9
2023-04-17btrfs: mark btrfs_assertfail() __noreturnJosh Poimboeuf1-0/+1
2023-04-17selftests: mptcp: join: fix ShellCheck warningsMatthieu Baerts1-2/+8
2023-04-17selftests: mptcp: remove duplicated entries in usageMatthieu Baerts1-4/+4
2023-04-17selftests: openvswitch: add support for upcall testingAaron Conole2-11/+165
2023-04-17selftests: openvswitch: add flow dump supportAaron Conole1-0/+1026
2023-04-17selftests: openvswitch: add interface supportAaron Conole2-10/+163
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2-1/+17
2023-04-16tools/mm/page_owner_sort.c: fix TGID output when cull=tg is usedSteve Chou1-1/+1
2023-04-16bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet3-140/+5
2023-04-16selftest, ptrace: Add selftest for syscall user dispatch config apiGregory Price3-1/+74
2023-04-16selftests/timers/posix_timers: Test delivery of signals across threadsDmitry Vyukov1-0/+77
2023-04-15selftests/bpf: Add refcounted_kptr testsDave Marchevsky3-0/+496
2023-04-15bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky4-84/+182
2023-04-15selftests/bpf: Modify linked_list tests to work with macro-ified insertsDave Marchevsky4-67/+73
2023-04-15bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky1-10/+39
2023-04-15bpf: Add bpf_refcount_acquire kfuncDave Marchevsky1-0/+13
2023-04-15bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky1-0/+4
2023-04-14perf test: Simplify for_each_test() to avoid tripping on -Werror=array-boundsArnaldo Carvalho de Melo1-2/+2
2023-04-14KVM: selftests: Test the PMU event "Instructions retired"Aaron Lewis1-2/+32
2023-04-14KVM: selftests: Copy full counter values from guest in PMU event filter testSean Christopherson1-90/+80
2023-04-14KVM: selftests: Use error codes to signal errors in PMU event filter testSean Christopherson1-8/+8
2023-04-14KVM: selftests: Print detailed info in PMU event filter assertsAaron Lewis1-6/+5
2023-04-14KVM: selftests: Add helpers for PMC asserts in PMU event filter testAaron Lewis1-25/+27
2023-04-14KVM: selftests: Add a common helper for the PMU event filter guest codeAaron Lewis1-11/+18
2023-04-14selftests/resctrl: Fix incorrect error return on test completeReinette Chatre1-1/+1
2023-04-14KVM: selftests: Fix spelling mistake "perrmited" -> "permitted"Colin Ian King1-1/+1
2023-04-14x86/hyperv: Mark hv_ghcb_terminate() as noreturnGuilherme G. Piccoli1-0/+1
2023-04-14scsi: message: fusion: Mark mpt_halt_firmware() __noreturnJosh Poimboeuf1-0/+1
2023-04-14x86/cpu: Mark {hlt,resume}_play_dead() __noreturnJosh Poimboeuf1-0/+2
2023-04-14btrfs: Mark btrfs_assertfail() __noreturnJosh Poimboeuf1-0/+1
2023-04-14objtool: Include weak functions in global_noreturns checkJosh Poimboeuf1-4/+4
2023-04-14cpu: Mark nmi_panic_self_stop() __noreturnJosh Poimboeuf1-0/+1
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf1-0/+1
2023-04-14x86/head: Mark *_start_kernel() __noreturnJosh Poimboeuf1-0/+2