index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2024-09-10
perf trace: Support collecting 'union's with the BPF augmenter
Arnaldo Carvalho de Melo
-8
/
+10
2024-09-10
bpftool: Fix undefined behavior in qsort(NULL, 0, ...)
Kuan-Wei Chiu
-0
/
+3
2024-09-10
libbpf: Fix uretprobe.multi.s programs auto attachment
Jiri Olsa
-1
/
+1
2024-09-10
Merge tag 'linux-cpupower-6.12-rc1-2' of ssh://gitolite.kernel.org/pub/scm/li...
Rafael J. Wysocki
-0
/
+397
2024-09-10
perf trace: Add --force-btf for debugging
Howard Chu
-1
/
+6
2024-09-10
perf trace: Collect augmented data using BPF
Howard Chu
-1
/
+106
2024-09-10
perf trace: Pretty print buffer data
Howard Chu
-0
/
+39
2024-09-10
perf trace: Pretty print struct data
Howard Chu
-5
/
+60
2024-09-10
perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...
Howard Chu
-0
/
+117
2024-09-10
perf trace: Mark bpf's attr as from_user
Arnaldo Carvalho de Melo
-1
/
+2
2024-09-10
Merge branch 'linus' into timers/core
Thomas Gleixner
-755
/
+2158
2024-09-10
tools/virtio:Fix the wrong format specifier
Zhu Jun
-1
/
+1
2024-09-09
KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspace
Sean Christopherson
-4
/
+7
2024-09-09
selftests/net: integrate packetdrill with ksft
Willem de Bruijn
-2
/
+251
2024-09-09
selftests: support interpreted scripts with ksft_runner.sh
Willem de Bruijn
-2
/
+5
2024-09-09
af_unix: Don't return OOB skb in manage_oob().
Kuniyuki Iwashima
-0
/
+23
2024-09-09
selftests: mptcp: connect: remove duplicated spaces in TAP output
Matthieu Baerts (NGI0)
-6
/
+8
2024-09-09
selftests: mptcp: diag: remove trailing whitespace
Matthieu Baerts (NGI0)
-1
/
+1
2024-09-09
selftests: mptcp: reset the last TS before the first test
Matthieu Baerts (NGI0)
-1
/
+9
2024-09-09
selftests: mptcp: connect: remote time in TAP output
Matthieu Baerts (NGI0)
-1
/
+0
2024-09-09
selftests: mptcp: lib: add time per subtests in TAP output
Matthieu Baerts (NGI0)
-1
/
+16
2024-09-09
tools/mm: rm thp_swap_allocator_test when make clean
zhangjiao
-1
/
+1
2024-09-09
scx_qmap: Implement highpri boosting
Tejun Heo
-14
/
+130
2024-09-09
sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()
Tejun Heo
-0
/
+10
2024-09-09
selftests: return failure when timestamps can't be reported
Jason Xing
-1
/
+5
2024-09-09
selftests/mm: relax test to fail after 100 migration failures
Dev Jain
-6
/
+11
2024-09-09
mm: selftest to verify zero-filled pages are mapped to zeropage
Alexander Zhu
-0
/
+94
2024-09-09
libbpf: Fix some typos in comments
Yusheng Zheng
-13
/
+13
2024-09-09
bpf: Fix error message on kfunc arg type mismatch
Maxim Mikityanskiy
-1
/
+9
2024-09-09
bpftool: Fix typos
Andrew Kreimer
-1
/
+1
2024-09-09
bpftool: Fix undefined behavior caused by shifting into the sign bit
Kuan-Wei Chiu
-4
/
+4
2024-09-09
libbpf: Fixed getting wrong return address on arm64 architecture
Shuyi Cheng
-1
/
+1
2024-09-09
perf trace: Introduce SCA_TIMESPEC_FROM_USER() to set .from_user = true
Arnaldo Carvalho de Melo
-2
/
+7
2024-09-09
perf trace: Introduce SCA_SOCKADDR_FROM_USER() to set .from_user = true
Arnaldo Carvalho de Melo
-3
/
+8
2024-09-09
perf trace: Introduce SCA_PERF_ATTR_FROM_USER() to set .from_user = true
Arnaldo Carvalho de Melo
-1
/
+5
2024-09-09
perf trace: Mark which syscall arguments go from user space to kernel space
Arnaldo Carvalho de Melo
-14
/
+27
2024-09-09
perf trace: Use a common encoding for augmented arguments, with size + error ...
Arnaldo Carvalho de Melo
-44
/
+66
2024-09-09
perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...
Arnaldo Carvalho de Melo
-2
/
+2
2024-09-09
cxl/pci: Remove duplicated implementation of waiting for memory_info_valid
Yanfei Xu
-2
/
+2
2024-09-09
Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-2
/
+2
2024-09-09
Merge 6.11-rc7 into usb-next
Greg Kroah-Hartman
-116
/
+65
2024-09-09
Merge 6.11-rc7 into char-misc-next
Greg Kroah-Hartman
-257
/
+782
2024-09-09
selftests/powerpc: Allow building without static libc
Madhavan Srinivasan
-3
/
+15
2024-09-09
tools/hv: Add memory allocation check in hv_fcopy_start
Zhu Jun
-0
/
+7
2024-09-09
Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0...
Neeraj Upadhyay
-15
/
+55
2024-09-06
libbpf: Workaround (another) -Wmaybe-uninitialized false positive
Sam James
-2
/
+2
2024-09-06
bpftool: Improve btf c dump sorting stability
Mykyta Yatsenko
-5
/
+75
2024-09-06
Merge tag 'riscv-for-linus-6.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-71
/
+0
2024-09-06
selftests/timers: Remove unused NSEC_PER_SEC macro
zhang jiao
-5
/
+0
2024-09-06
pm:cpupower: Add error warning when SWIG is not installed
John B. Wyatt IV
-9
/
+11
[prev]
[next]