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
2023-05-17
perf stat: Separate bperf from bpf_profiler
Dmitrii Dolgov
2
-2
/
+7
2023-05-17
perf tracepoint: Fix memory leak in is_valid_tracepoint()
Yang Jihong
1
-0
/
+1
2023-05-17
perf symbols: Fix return incorrect build_id size in elf_read_build_id()
Yang Jihong
1
-1
/
+1
2023-05-17
perf cs-etm: Fix timeless decode mode detection
James Clark
1
-12
/
+18
2023-05-17
perf map: Delete two variable initialisations before null pointer checks in s...
Markus Elfring
1
-2
/
+1
2023-05-17
perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-05-17
perf vendor events power9: Remove UTF-8 characters from JSON files
Kajol Jain
2
-3
/
+3
2023-05-17
perf ftrace: Make system wide the default target for latency subcommand
Yang Jihong
1
-2
/
+4
2023-05-17
perf tests record_offcpu.sh: Fix redirection of stderr to stdin
Patrice Duroux
1
-1
/
+1
2023-05-17
perf vendor events s390: Remove UTF-8 characters from JSON file
Thomas Richter
1
-5
/
+5
2023-05-17
perf hist: Improve srcfile sort key performance (really)
Namhyung Kim
1
-6
/
+1
2023-05-17
perf script: Fix Python support when no libtraceevent
Adrian Hunter
9
-30
/
+72
2023-05-17
perf scripts intel-pt-events.py: Fix IPC output for Python 2
Roman Lozko
1
-1
/
+1
2023-05-17
perf build: Support python/perf.so testing
Ian Rogers
2
-4
/
+8
2023-05-17
perf record: Fix "read LOST count failed" msg with sample read
Kan Liang
1
-1
/
+1
2023-05-17
selftests: netfilter: fix libmnl pkg-config usage
Jeremy Sowden
1
-2
/
+5
2023-05-17
selftests: srv6: make srv6_end_dt46_l3vpn_test more robust
Andrea Mayer
1
-5
/
+5
2023-05-11
perf intel-pt: Fix CYC timestamps after standalone CBR
Adrian Hunter
1
-0
/
+2
2023-05-11
perf auxtrace: Fix address filter entire kernel size
Adrian Hunter
1
-1
/
+4
2023-05-11
tracing/user_events: Ensure write index cannot be negative
Beau Belgrave
1
-0
/
+5
2023-05-11
rv: Fix addition on an uninitialized variable 'run'
Colin Ian King
1
-1
/
+1
2023-05-11
Revert "objtool: Support addition to set CFA base"
Josh Poimboeuf
1
-11
/
+0
2023-05-11
selftests/powerpc/pmu: Fix sample field check in the mmcra_thresh_marked_samp...
Kajol Jain
1
-2
/
+2
2023-05-11
net/sched: sch_fq: fix integer overflow of "credit"
Davide Caratti
1
-0
/
+22
2023-05-11
selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach
Song Liu
1
-0
/
+1
2023-05-11
selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmap
Song Liu
4
-16
/
+24
2023-05-11
bpftool: Fix bug for long instructions in program CFG dumps
Quentin Monnet
1
-0
/
+7
2023-05-11
selftests/bpf: Wait for receive in cg_storage_multi test
YiFei Zhu
1
-2
/
+6
2023-05-11
selftests: xsk: Deflakify STATS_RX_DROPPED test
Kal Conley
1
-2
/
+8
2023-05-11
selftests: xsk: Disable IPv6 on VETH1
Kal Conley
1
-0
/
+1
2023-05-11
selftests: xsk: Use correct UMEM size in testapp_invalid_desc
Kal Conley
2
-5
/
+5
2023-05-11
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
2
-6
/
+17
2023-05-11
bpf: Migrate release_on_unlock logic to non-owning ref semantics
Dave Marchevsky
3
-41
/
+63
2023-05-11
bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation
Daniel Borkmann
1
-2
/
+2
2023-05-11
libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.
Alexei Starovoitov
1
-4
/
+6
2023-05-11
selftests/bpf: Fix a fd leak in an error path in network_helpers.c
Martin KaFai Lau
1
-1
/
+1
2023-05-11
tools: bpftool: Remove invalid \' json escape
Luis Gerhorst
1
-3
/
+0
2023-05-11
tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007
Terry Bowman
1
-2
/
+2
2023-05-11
selftests/resctrl: Check for return value after write_schemata()
Ilpo Järvinen
1
-1
/
+6
2023-05-11
selftests/resctrl: Allow ->setup() to return errors
Ilpo Järvinen
7
-6
/
+12
2023-05-11
selftests/resctrl: Move ->setup() call outside of test specific branches
Ilpo Järvinen
1
-13
/
+6
2023-05-11
selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc mem
Ilpo Järvinen
1
-0
/
+2
2023-05-11
selftests mount: Fix mount_setattr_test builds failed
Anh Tuan Phan
1
-0
/
+1
2023-04-26
tools/mm/page_owner_sort.c: fix TGID output when cull=tg is used
Steve Chou
1
-1
/
+1
2023-04-26
selftests: sigaltstack: fix -Wuninitialized
Nick Desaulniers
2
-6
/
+24
2023-04-20
selftests: mptcp: userspace pm: uniform verify events
Matthieu Baerts
1
-0
/
+2
2023-04-20
maple_tree: fix write memory barrier of nodes once dead for RCU mode
Liam R. Howlett
1
-0
/
+16
2023-04-20
selftests/bpf: Fix progs/find_vma_fail1.c build error.
Alexei Starovoitov
1
-0
/
+1
2023-04-20
selftests: add the missing CONFIG_IP_SCTP in net config
Xin Long
1
-0
/
+1
2023-04-20
selftests: openvswitch: adjust datapath NL message declaration
Aaron Conole
1
-1
/
+1
[next]