summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-09-10perf trace: Support collecting 'union's with the BPF augmenterArnaldo Carvalho de Melo-8/+10
2024-09-10bpftool: Fix undefined behavior in qsort(NULL, 0, ...)Kuan-Wei Chiu-0/+3
2024-09-10libbpf: Fix uretprobe.multi.s programs auto attachmentJiri Olsa-1/+1
2024-09-10Merge tag 'linux-cpupower-6.12-rc1-2' of ssh://gitolite.kernel.org/pub/scm/li...Rafael J. Wysocki-0/+397
2024-09-10perf trace: Add --force-btf for debuggingHoward Chu-1/+6
2024-09-10perf trace: Collect augmented data using BPFHoward Chu-1/+106
2024-09-10perf trace: Pretty print buffer dataHoward Chu-0/+39
2024-09-10perf trace: Pretty print struct dataHoward Chu-5/+60
2024-09-10perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...Howard Chu-0/+117
2024-09-10perf trace: Mark bpf's attr as from_userArnaldo Carvalho de Melo-1/+2
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner-755/+2158
2024-09-10tools/virtio:Fix the wrong format specifierZhu Jun-1/+1
2024-09-09KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspaceSean Christopherson-4/+7
2024-09-09selftests/net: integrate packetdrill with ksftWillem de Bruijn-2/+251
2024-09-09selftests: support interpreted scripts with ksft_runner.shWillem de Bruijn-2/+5
2024-09-09af_unix: Don't return OOB skb in manage_oob().Kuniyuki Iwashima-0/+23
2024-09-09selftests: mptcp: connect: remove duplicated spaces in TAP outputMatthieu Baerts (NGI0)-6/+8
2024-09-09selftests: mptcp: diag: remove trailing whitespaceMatthieu Baerts (NGI0)-1/+1
2024-09-09selftests: mptcp: reset the last TS before the first testMatthieu Baerts (NGI0)-1/+9
2024-09-09selftests: mptcp: connect: remote time in TAP outputMatthieu Baerts (NGI0)-1/+0
2024-09-09selftests: mptcp: lib: add time per subtests in TAP outputMatthieu Baerts (NGI0)-1/+16
2024-09-09tools/mm: rm thp_swap_allocator_test when make cleanzhangjiao-1/+1
2024-09-09scx_qmap: Implement highpri boostingTejun Heo-14/+130
2024-09-09sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()Tejun Heo-0/+10
2024-09-09selftests: return failure when timestamps can't be reportedJason Xing-1/+5
2024-09-09selftests/mm: relax test to fail after 100 migration failuresDev Jain-6/+11
2024-09-09mm: selftest to verify zero-filled pages are mapped to zeropageAlexander Zhu-0/+94
2024-09-09libbpf: Fix some typos in commentsYusheng Zheng-13/+13
2024-09-09bpf: Fix error message on kfunc arg type mismatchMaxim Mikityanskiy-1/+9
2024-09-09bpftool: Fix typosAndrew Kreimer-1/+1
2024-09-09bpftool: Fix undefined behavior caused by shifting into the sign bitKuan-Wei Chiu-4/+4
2024-09-09libbpf: Fixed getting wrong return address on arm64 architectureShuyi Cheng-1/+1
2024-09-09perf trace: Introduce SCA_TIMESPEC_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo-2/+7
2024-09-09perf trace: Introduce SCA_SOCKADDR_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo-3/+8
2024-09-09perf trace: Introduce SCA_PERF_ATTR_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo-1/+5
2024-09-09perf trace: Mark which syscall arguments go from user space to kernel spaceArnaldo Carvalho de Melo-14/+27
2024-09-09perf trace: Use a common encoding for augmented arguments, with size + error ...Arnaldo Carvalho de Melo-44/+66
2024-09-09perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...Arnaldo Carvalho de Melo-2/+2
2024-09-09cxl/pci: Remove duplicated implementation of waiting for memory_info_validYanfei Xu-2/+2
2024-09-09Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-2/+2
2024-09-09Merge 6.11-rc7 into usb-nextGreg Kroah-Hartman-116/+65
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman-257/+782
2024-09-09selftests/powerpc: Allow building without static libcMadhavan Srinivasan-3/+15
2024-09-09tools/hv: Add memory allocation check in hv_fcopy_startZhu Jun-0/+7
2024-09-09Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0...Neeraj Upadhyay-15/+55
2024-09-06libbpf: Workaround (another) -Wmaybe-uninitialized false positiveSam James-2/+2
2024-09-06bpftool: Improve btf c dump sorting stabilityMykyta Yatsenko-5/+75
2024-09-06Merge tag 'riscv-for-linus-6.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-71/+0
2024-09-06selftests/timers: Remove unused NSEC_PER_SEC macrozhang jiao-5/+0
2024-09-06pm:cpupower: Add error warning when SWIG is not installedJohn B. Wyatt IV-9/+11