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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-23
libsubcmd: Fix use-after-free for realloc(..., 0)
Kees Cook
1
-9
/
+2
2020-08-21
tools lib traceevent: Fix memory leak in process_dynamic_array_len
Philippe Duplessis-Guindon
1
-0
/
+1
2020-02-28
tools lib api fs: Fix gcc9 stringop-truncation compilation error
Andrey Zhizhikin
1
-1
/
+3
2020-02-05
tools lib: Fix builds when glibc contains strlcpy()
Vitaly Chikunov
1
-0
/
+7
2020-01-04
libtraceevent: Fix memory leakage in copy_filter_type
Hewenliang
1
-2
/
+7
2019-10-17
tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure
Steven Rostedt (VMware)
1
-2
/
+1
2019-10-05
libtraceevent: Change users plugin directory
Tzvetomir Stoyanov
2
-4
/
+4
2019-05-16
tools lib traceevent: Fix missing equality check for strcmp
Rikard Falkeborn
1
-1
/
+1
2019-04-05
tools lib traceevent: Fix buffer overflow in arg_eval
Tony Jones
1
-1
/
+1
2019-01-26
tools lib subcmd: Don't add the kernel sources to the include path
Arnaldo Carvalho de Melo
1
-2
/
+0
2018-06-05
tools lib: Add for_each_clear_bit macro
Jiri Olsa
1
-0
/
+25
2018-05-30
tools/libbpf: handle issues with bpf ELF objects containing .eh_frames
Jesper Dangaard Brouer
1
-0
/
+26
2018-05-30
tools lib traceevent: Fix get_field_str() for dynamic strings
Steven Rostedt (VMware)
1
-1
/
+9
2018-05-30
tools lib traceevent: Simplify pointer print logic and fix %pF
Steven Rostedt (VMware)
1
-8
/
+9
2018-05-01
tools/lib/subcmd/pager.c: do not alias select() params
Sergey Senozhatsky
1
-1
/
+4
2018-05-01
objtool, perf: Fix GCC 8 -Wrestrict error
Josh Poimboeuf
1
-1
/
+1
2017-08-06
tools lib traceevent: Fix prev/next_prio for deadline tasks
Daniel Bristot de Oliveira
1
-2
/
+2
2017-07-21
tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/: Depth
Ben Hutchings
1
-1
/
+1
2016-10-05
tools lib traceevent: Fix kbuffer_read_at_offset()
Namhyung Kim
1
-0
/
+1
2016-10-03
perf tools: Query terminal width and use in perf list
Andi Kleen
2
-0
/
+17
2016-09-08
tools lib api fs: Add hugetlbfs filesystem detector
Wang Nan
2
-0
/
+16
2016-08-04
Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2
-0
/
+45
2016-08-02
tools lib: Add bitmap_and function
Jiri Olsa
1
-0
/
+15
2016-08-02
tools lib: Add bitmap_scnprintf function
Jiri Olsa
1
-0
/
+29
2016-08-02
tools lib traceevent: Ignore generated library files
Namhyung Kim
1
-0
/
+1
2016-07-27
tools lib api: Add str_error_c to libapi
Arnaldo Carvalho de Melo
1
-0
/
+5
2016-07-26
tools lib bpf: Use official ELF e_machine value
Wang Nan
1
-1
/
+6
2016-07-15
tools lib fd array: Allow associating a pointer cookie with each entry
Wang Nan
1
-0
/
+1
2016-07-15
tools lib api fs: Use base 0 in filename__read_ull
Jiri Olsa
1
-1
/
+6
2016-07-14
tools lib traceevent: Add correct header for ipv6 definitions
Arnaldo Carvalho de Melo
1
-1
/
+2
2016-07-13
tools lib bpf: Report error when kernel doesn't support program type
Wang Nan
2
-7
/
+21
2016-07-13
tools lib bpf: New API to adjust type of a BPF program
Wang Nan
2
-7
/
+55
2016-07-12
tools lib traceevent: Add filter on task CPU id
Steven Rostedt
1
-3
/
+15
2016-07-12
tools lib bpf: Copy bpf.h and bpf_common.h from the kernel
Arnaldo Carvalho de Melo
1
-1
/
+7
2016-07-12
tools lib subcmd: Use str_error_r()
Arnaldo Carvalho de Melo
1
-2
/
+3
2016-07-12
tools lib api fs: Use str_error_r()
Arnaldo Carvalho de Melo
2
-1
/
+3
2016-07-12
tools lib traceevent: Use str_error_r()
Arnaldo Carvalho de Melo
1
-6
/
+2
2016-07-12
perf tools: Uninline scnprintf() and vscnprint()
Arnaldo Carvalho de Melo
1
-0
/
+24
2016-07-12
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
1
-0
/
+26
2016-07-04
tools lib subcmd: Respect WERROR=0 for build
Chris Phlipot
1
-1
/
+7
2016-07-04
tools lib api: Respect WERROR=0 for build
Chris Phlipot
1
-1
/
+7
2016-07-04
tools lib bpf: Add license header
Wang Nan
4
-0
/
+52
2016-06-29
tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"
Colin Ian King
2
-2
/
+2
2016-06-06
tools lib bpf: Rename set_private() to set_priv()
Arnaldo Carvalho de Melo
2
-9
/
+8
2016-06-06
tools lib bpf: Make bpf_program__get_private() use IS_ERR()
Arnaldo Carvalho de Melo
2
-5
/
+3
2016-06-06
tools lib bpf: Remove _get_ from non-refcount method names
Arnaldo Carvalho de Melo
2
-14
/
+8
2016-06-06
tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()
Arnaldo Carvalho de Melo
2
-6
/
+3
2016-06-06
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()
Arnaldo Carvalho de Melo
2
-7
/
+3
2016-06-06
tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()
Arnaldo Carvalho de Melo
2
-5
/
+3
2016-06-06
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()
Arnaldo Carvalho de Melo
2
-8
/
+3
[next]