index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-24
tools lib api fs: Fix gcc9 stringop-truncation compilation error
Andrey Zhizhikin
1
-1
/
+3
2020-02-11
libbpf: Fix realloc usage in bpf_core_find_cands
Andrii Nakryiko
1
-1
/
+3
2020-02-06
tools lib traceevent: Fix memory leakage in filter_event
Hewenliang
1
-1
/
+3
2020-02-06
tools lib: Fix builds when glibc contains strlcpy()
Vitaly Chikunov
1
-0
/
+7
2020-01-26
libbpf: Don't use kernel-side u32 type in xsk.c
Andrii Nakryiko
1
-4
/
+4
2020-01-26
libbpf: Make btf__resolve_size logic always check size error condition
Andrii Nakryiko
1
-2
/
+1
2020-01-26
libbpf: Fix another potential overflow issue in bpf_prog_linfo
Andrii Nakryiko
1
-7
/
+7
2020-01-26
libbpf: Fix potential overflow issue
Andrii Nakryiko
1
-1
/
+1
2020-01-26
libbpf: Fix memory leak/double free issue
Andrii Nakryiko
1
-1
/
+1
2020-01-26
libbpf: Fix compatibility for kernels without need_wakeup
Magnus Karlsson
1
-12
/
+71
2020-01-17
libbpf: Fix Makefile' libbpf symbol mismatch diagnostic
Andrii Nakryiko
1
-1
/
+1
2020-01-12
libtraceevent: Copy pkg-config file to output folder when using O=
Sudip Mukherjee
1
-2
/
+3
2020-01-12
libtraceevent: Fix lib installation with O=
Sudip Mukherjee
1
-0
/
+1
2019-12-31
libtraceevent: Fix memory leakage in copy_filter_type
Hewenliang
1
-2
/
+7
2019-12-31
net-af_xdp: Use correct number of channels from ethtool
Luigi Rizzo
1
-3
/
+8
2019-12-31
libbpf: Fix negative FD close() in xsk_setup_xdp_prog()
Andrii Nakryiko
1
-0
/
+2
2019-12-31
libsubcmd: Use -O0 with DEBUG=1
James Clark
1
-1
/
+3
2019-12-31
libbpf: Fix error handling in bpf_map__reuse_fd()
Toke Høiland-Jørgensen
1
-4
/
+10
2019-12-31
libbpf: Fix passing uninitialized bytes to setsockopt
Ilya Maximets
1
-0
/
+1
2019-12-31
libbpf: Fix struct end padding in btf_dump
Andrii Nakryiko
1
-1
/
+7
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-12
/
+41
2019-10-07
Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/sc...
Ingo Molnar
1
-1
/
+7
2019-10-01
libbpf: handle symbol versioning properly for libbpf.a
Yonghong Song
3
-11
/
+36
2019-09-30
tools: bpf: Use !building_out_of_srctree to determine srctree
Shuah Khan
1
-1
/
+5
2019-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-17
/
+88
2019-09-27
libsubcmd: Make _FORTIFY_SOURCE defines dependent on the feature
Ian Rogers
1
-1
/
+7
2019-09-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
21
-116
/
+507
2019-09-26
libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitions
Andrii Nakryiko
1
-6
/
+87
2019-09-26
rbtree: avoid generating code twice for the cached versions (tools copy)
Michel Lespinasse
1
-34
/
+3
2019-09-25
libbpf: fix false uninitialized variable warning
Andrii Nakryiko
1
-0
/
+1
2019-09-25
libtraceevent: Man pages for tep plugins APIs
Tzvetomir Stoyanov
1
-0
/
+99
2019-09-25
libtraceevent: Move traceevent plugins in its own subdirectory
Tzvetomir Stoyanov (VMware)
14
-89
/
+248
2019-09-25
libtraceevent: Add tep_get_event() in event-parse.h
Tzvetomir Stoyanov (VMware)
1
-0
/
+2
2019-09-25
libtraceevent: Man pages fix, changes in event printing APIs
Tzvetomir Stoyanov (VMware)
1
-12
/
+1
2019-09-25
libtraceevent: Man pages fix, rename tep_ref_get() to tep_get_ref()
Tzvetomir Stoyanov (VMware)
2
-5
/
+5
2019-09-25
libtraceevent: Man pages for libtraceevent event print related API
Tzvetomir Stoyanov
1
-0
/
+130
2019-09-25
libtraceevent: Round up in tep_print_event() time precision
Steven Rostedt (VMware)
1
-1
/
+3
2019-09-20
tools lib traceevent: Convert remaining %p[fF] users to %p[sS]
Sakari Ailus
2
-9
/
+19
2019-09-19
libbpf: Remove getsockopt() check for XDP_OPTIONS
Toke Høiland-Jørgensen
1
-11
/
+0
2019-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
13
-349
/
+1515
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-63
/
+113
2019-09-01
libtraceevent: Change users plugin directory
Tzvetomir Stoyanov
2
-4
/
+4
2019-09-01
libtraceevent: Remove tep_register_trace_clock()
Tzvetomir Stoyanov
3
-14
/
+0
2019-09-01
libtraceevent, perf tools: Changes in tep_print_event_* APIs
Tzvetomir Stoyanov
4
-197
/
+198
2019-08-31
libbpf: add flags to umem config
Kevin Laatz
4
-4
/
+62
2019-08-29
tools lib traceevent: Remove unneeded qsort and uses memmove instead
Steven Rostedt (VMware)
1
-6
/
+49
2019-08-29
tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure
Steven Rostedt (VMware)
1
-2
/
+1
2019-08-26
Merge tag 'v5.3-rc6' into perf/core, to pick up fixes
Ingo Molnar
1
-15
/
+18
2019-08-21
libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscall
Ivan Khoronzhuk
2
-35
/
+15
2019-08-20
libbpf: add bpf_btf_get_next_id() to cycle through BTF objects
Quentin Monnet
3
-0
/
+8
[next]