index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-04
perf time-utils: Fix 32-bit nsec parsing
Ian Rogers
1
-2
/
+2
2024-10-04
perf sched timehist: Fixed timestamp error when unable to confirm event sched...
Yang Jihong
1
-1
/
+4
2024-10-04
perf stat: Display iostat headers correctly
Yicong Yang
1
-1
/
+2
2024-10-04
perf sched timehist: Fix missing free of session in perf_sched__timehist()
Yang Jihong
1
-1
/
+2
2024-10-04
perf report: Fix --total-cycles --stdio output error
Kan Liang
1
-1
/
+2
2024-10-04
perf ui/browser/annotate: Use global annotation_options
Namhyung Kim
10
-95
/
+59
2024-10-04
perf annotate: Move some source code related fields from 'struct annotation' ...
Namhyung Kim
3
-21
/
+22
2024-10-04
perf annotate: Split branch stack cycles info from 'struct annotation'
Namhyung Kim
4
-61
/
+73
2024-10-04
perf inject: Fix leader sampling inserting additional samples
Ian Rogers
3
-0
/
+5
2024-10-04
perf mem: Free the allocated sort string, fixing a leak
Namhyung Kim
1
-0
/
+1
2024-10-04
selftests/bpf: Fix error compiling tc_redirect.c with musl libc
Tony Ambardar
1
-6
/
+6
2024-10-04
selftests/bpf: Fix compile if backtrace support missing in libc
Tony Ambardar
1
-1
/
+15
2024-10-04
selftests/bpf: Fix redefinition errors compiling lwt_reroute.c
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute
Yonghong Song
3
-2
/
+2
2024-10-04
selftests/bpf: Fix C++ compile error from missing _Bool type
Tony Ambardar
1
-0
/
+4
2024-10-04
selftests/bpf: Fix error compiling test_lru_map.c
Tony Ambardar
1
-1
/
+2
2024-10-04
selftests/bpf: Fix arg parsing in veristat, test_progs
Tony Ambardar
2
-6
/
+6
2024-10-04
selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libc
Tony Ambardar
1
-2
/
+0
2024-10-04
selftests/bpf: Fix errors compiling decap_sanity.c with musl libc
Tony Ambardar
1
-1
/
+0
2024-10-04
selftests/bpf: Fix errors compiling lwt_redirect.c with musl libc
Tony Ambardar
1
-1
/
+0
2024-10-04
selftests/bpf: Fix compiling core_reloc.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix compiling tcp_rtt.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix compiling flow_dissector.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix compiling kfree_skb.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix include of <sys/fcntl.h>
Tony Ambardar
1
-1
/
+1
2024-10-04
selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() test
Yonghong Song
2
-0
/
+80
2024-10-04
selftests/bpf: Refactor out some functions in ns_current_pid_tgid test
Yonghong Song
2
-22
/
+41
2024-10-04
selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid test
Yonghong Song
1
-17
/
+19
2024-10-04
selftests/bpf: Fix missing BUILD_BUG_ON() declaration
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix missing UINT_MAX definitions in benchmarks
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c
Tony Ambardar
1
-0
/
+1
2024-10-04
selftests/bpf: Drop unneeded error.h includes
Tony Ambardar
3
-3
/
+0
2024-10-04
selftests/bpf: Implement get_hw_ring_size function to retrieve current and ma...
Tushar Vyavahare
4
-15
/
+28
2024-10-04
selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libc
Tony Ambardar
1
-1
/
+1
2024-10-04
selftests/bpf: Fix compile error from rlim_t in sk_storage_map.c
Tony Ambardar
1
-1
/
+1
2024-10-04
selftests/bpf: Use pid_t consistently in test_progs.c
Tony Ambardar
1
-1
/
+1
2024-10-04
tools/runqslower: Fix LDFLAGS and add LDLIBS support
Tony Ambardar
1
-1
/
+2
2024-10-04
selftests/bpf: Fix wrong binary in Makefile log output
Tony Ambardar
1
-5
/
+6
2024-10-04
selftests/bpf: Add CFLAGS per source file and runner
Cupertino Miranda
1
-8
/
+9
2024-10-04
bpf: Temporarily define BPF_NO_PRESEVE_ACCESS_INDEX for GCC
Jose E. Marchesi
1
-1
/
+1
2024-10-04
bpf: Disable some `attribute ignored' warnings in GCC
Jose E. Marchesi
1
-1
/
+1
2024-10-04
bpf: Use -Wno-error in certain tests when building with GCC
Jose E. Marchesi
1
-1
/
+11
2024-10-04
selftests/bpf: Fix error linking uprobe_multi on mips
Tony Ambardar
1
-0
/
+2
2024-10-04
selftests/bpf: Workaround strict bpf_lsm return value check.
Alexei Starovoitov
1
-0
/
+1
2024-10-04
selftests/ftrace: Add required dependency for kprobe tests
Masami Hiramatsu (Google)
2
-2
/
+2
2024-10-04
pm:cpupower: Add missing powercap_set_enabled() stub function
John B. Wyatt IV
1
-0
/
+8
2024-10-04
kselftest/arm64: Actually test SME vector length changes via sigreturn
Mark Brown
1
-7
/
+7
2024-10-04
kselftest/arm64: signal: fix/refactor SVE vector length enumeration
Andre Przywara
10
-181
/
+132
2024-09-30
tools: hv: rm .*.cmd when make clean
zhang jiao
1
-1
/
+1
[next]