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
2025-10-27
tools: ynl: fix string attribute length to include null terminator
Petr Oros
-2
/
+2
2025-10-27
selftests: tls: add tls record_size_limit test
Wilfred Mallawa
-0
/
+141
2025-10-27
perf hwmon_pmu: Fix uninitialized variable warning
Michal Suchanek
-2
/
+1
2025-10-27
selftests/bpf: add file dynptr tests
Mykyta Yatsenko
-0
/
+310
2025-10-27
bpf: widen dynptr size/offset to 64 bit
Mykyta Yatsenko
-16
/
+16
2025-10-27
selftests/bpf: remove unnecessary kfunc prototypes
Mykyta Yatsenko
-10
/
+0
2025-10-27
tools/nolibc: x86: fix section mismatch caused by asm "mem*" functions
Willy Tarreau
-2
/
+4
2025-10-27
Merge 6.18-rc3 into tty-next
Greg Kroah-Hartman
-63
/
+88
2025-10-26
Merge tag 'objtool_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-2
/
+3
2025-10-25
perf auxtrace: Add auxtrace_synth_id_range_start() helper
tanze
-17
/
+22
2025-10-25
perf stat: Add/fix bperf cgroup max events workarounds
Ian Rogers
-34
/
+91
2025-10-24
selftest: net: prevent use of uninitialized variable
Alessandro Zanni
-0
/
+1
2025-10-24
sched_ext: Add ___compat suffix to scx_bpf_dsq_insert___v2 in compat.bpf.h
Tejun Heo
-3
/
+5
2025-10-24
tools/power turbostat: Remove dead code
Len Brown
-7
/
+0
2025-10-24
tools/power turbostat: Refactor floating point printout code
Len Brown
-32
/
+28
2025-10-24
tools/power turbostat.8: Update example
Len Brown
-11
/
+10
2025-10-24
tools/power turbostat: Refactor added-counter value printing code
Len Brown
-96
/
+57
2025-10-24
tools/power turbostat: Refactor added column header printing
Len Brown
-101
/
+36
2025-10-24
tools/power turbostat: Add Wildcat Lake and Nova Lake support
Len Brown
-1
/
+4
2025-10-24
tools/power turbostat: Regression fix Uncore MHz printed in hex
Len Brown
-6
/
+6
2025-10-23
perf cs-etm: Mute enumeration value warning
Leo Yan
-33
/
+11
2025-10-23
tools: arm64: Add Cortex-A720AE definitions
Kuninori Morimoto
-0
/
+3
2025-10-23
perf annotate: Fix Clang build by adding block in switch case
James Clark
-1
/
+2
2025-10-23
libbpf: Fix powerpc's stack register definition in bpf_tracing.h
Andrii Nakryiko
-1
/
+1
2025-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-225
/
+633
2025-10-23
Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-52
/
+56
2025-10-23
perf build: Fix perf build issues with fixdep
Josh Poimboeuf
-5
/
+3
2025-10-22
selftests: cachestat: Fix warning on declaration under label
Sidharth Seela
-2
/
+2
2025-10-22
selftests/cachestat: add tmpshmcstat file to .gitignore
Madhur Kumar
-0
/
+1
2025-10-22
objtool: Fix failure when being compiled on x32 system
Mikulas Patocka
-2
/
+2
2025-10-22
objtool/rust: add one more `noreturn` Rust function
Miguel Ojeda
-0
/
+1
2025-10-22
objtool/klp: Add the debian-based package name of xxhash to the hint
Borislav Petkov (AMD)
-1
/
+1
2025-10-22
selftests/tty: add TIOCSTI test suite
Abhinav Saxena
-1
/
+656
2025-10-21
selftests: mptcp: join: mark laminar tests as skipped if not supported
Matthieu Baerts (NGI0)
-5
/
+5
2025-10-21
selftests: mptcp: join: mark 'delete re-add signal' as skipped if not supported
Matthieu Baerts (NGI0)
-1
/
+1
2025-10-21
selftests: mptcp: join: mark implicit tests as skipped if not supported
Matthieu Baerts (NGI0)
-2
/
+2
2025-10-21
selftests: mptcp: join: mark 'flush re-add' as skipped if not supported
Matthieu Baerts (NGI0)
-1
/
+1
2025-10-21
sched_ext: Fix scx_bpf_dsq_insert() backward binary compatibility
Tejun Heo
-5
/
+5
2025-10-21
libbpf: fix formatting of bpf_object__append_subprog_code
Anton Protopopov
-26
/
+26
2025-10-21
perf annotate: Invalidate register states for untracked instructions
Zecheng Li
-0
/
+29
2025-10-21
perf annotate: Save pointer offset in stack state
Zecheng Li
-10
/
+15
2025-10-21
perf annotate: Track arithmetic instructions on pointers
Zecheng Li
-8
/
+152
2025-10-21
perf annotate: Track address registers via TSR_KIND_POINTER
Zecheng Li
-8
/
+71
2025-10-21
perf annotate: Skip annotating data types to lea instructions
Zecheng Li
-0
/
+20
2025-10-21
perf annotate: Check return value of evsel__get_arch() properly
Tianyou Li
-1
/
+1
2025-10-21
perf annotate: fix a crash when annotate the same symbol with 's' and 'T'
Tianyou Li
-5
/
+22
2025-10-21
perf annotate: Fix build with NO_SLANG=1
Namhyung Kim
-4
/
+6
2025-10-20
perf jevents: Suppress circular dependency warnings
James Clark
-1
/
+3
2025-10-20
perf jevents: Remove unused makefile variable
James Clark
-1
/
+0
2025-10-20
perf jevents: Fix build when there are other json files in the tree
James Clark
-1
/
+1
[prev]
[next]