index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-18
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+3
2019-12-23
libbpf: Fix build on read-only filesystems
Namhyung Kim
1
-7
/
+8
2019-12-20
tools lib traceevent: Fix memory leakage in filter_event
Hewenliang
1
-1
/
+3
2019-12-16
libtraceevent: Allow custom libdir path
Sudip Mukherjee
2
-4
/
+6
2019-12-11
Merge remote-tracking branch 'torvalds/master' into perf/urgent
Arnaldo Carvalho de Melo
4
-55
/
+26
2019-12-04
selftests/bpf: Bring back c++ include/link test
Stanislav Fomichev
3
-25
/
+1
2019-12-02
libtraceevent: Copy pkg-config file to output folder when using O=
Sudip Mukherjee
1
-2
/
+3
2019-12-02
libtraceevent: Fix lib installation with O=
Sudip Mukherjee
1
-0
/
+1
2019-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-30
/
+25
2019-12-02
libbpf: Fix readelf output parsing on powerpc with recent binutils
Aurelien Jarno
1
-2
/
+2
2019-11-27
libbpf: Fix sym->st_value print on 32-bit arches
Alexei Starovoitov
1
-1
/
+1
2019-11-27
libbpf: Fix up generation of bpf_helper_defs.h
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-11-27
libbpf: Fix global variable relocation
Andrii Nakryiko
1
-24
/
+19
2019-11-27
libbpf: Fix Makefile' libbpf symbol mismatch diagnostic
Andrii Nakryiko
1
-1
/
+1
2019-11-26
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-12
/
+11
2019-11-26
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-11
/
+22
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
21
-912
/
+2471
2019-11-25
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-6
/
+6
2019-11-25
libbpf: Fix usage of u32 in userspace code
Andrii Nakryiko
1
-1
/
+1
2019-11-24
bpf: Introduce BPF_TRACE_x helper for the tracing tests
Martin KaFai Lau
1
-13
/
+0
2019-11-24
libbpf: Fix bpf_object name determination for bpf_object__open_file()
Andrii Nakryiko
1
-1
/
+1
2019-11-24
libbpf: Support initialized global variables
Andrii Nakryiko
1
-7
/
+2
2019-11-24
libbpf: Fix various errors and warning reported by checkpatch.pl
Andrii Nakryiko
1
-17
/
+21
2019-11-24
libbpf: Refactor relocation handling
Andrii Nakryiko
1
-118
/
+143
2019-11-22
libtraceevent: Fix memory leakage in copy_filter_type
Hewenliang
1
-2
/
+7
2019-11-22
libtraceevent: Fix header installation
Sudip Mukherjee
1
-4
/
+4
2019-11-19
libbpf: Fix call relocation offset calculation bug
Andrii Nakryiko
1
-2
/
+6
2019-11-19
net-af_xdp: Use correct number of channels from ethtool
Luigi Rizzo
1
-3
/
+8
2019-11-18
libtraceevent: Fix parsing of event %o and %X argument types
Konstantin Khlebnikov
1
-2
/
+5
2019-11-18
libbpf: Make global data internal arrays mmap()-able, if possible
Andrii Nakryiko
1
-2
/
+30
2019-11-15
libbpf: Add support for attaching BPF programs to other BPF programs
Alexei Starovoitov
4
-17
/
+70
2019-11-15
selftests/bpf: Add test for BPF trampoline
Alexei Starovoitov
1
-0
/
+13
2019-11-15
libbpf: Add support to attach to fentry/fexit tracing progs
Alexei Starovoitov
3
-25
/
+80
2019-11-15
libbpf: Introduce btf__find_by_name_kind()
Alexei Starovoitov
3
-0
/
+25
2019-11-10
libbpf: Allow for creating Rx or Tx only AF_XDP sockets
Magnus Karlsson
1
-2
/
+3
2019-11-10
libbpf: Support XDP_SHARED_UMEM with external XDP program
Magnus Karlsson
1
-10
/
+17
2019-11-10
libbpf: Add getter for program size
Toke Høiland-Jørgensen
3
-0
/
+9
2019-11-10
libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
Toke Høiland-Jørgensen
3
-28
/
+67
2019-11-10
libbpf: Use pr_warn() when printing netlink errors
Toke Høiland-Jørgensen
2
-6
/
+7
2019-11-10
libbpf: Propagate EPERM to caller on program load
Toke Høiland-Jørgensen
1
-16
/
+11
2019-11-10
libbpf: Unpin auto-pinned maps if loading fails
Toke Høiland-Jørgensen
1
-1
/
+8
2019-11-07
libbpf: Improve handling of corrupted ELF during map initialization
Andrii Nakryiko
1
-2
/
+2
2019-11-07
libbpf: Make btf__resolve_size logic always check size error condition
Andrii Nakryiko
1
-2
/
+1
2019-11-07
libbpf: Fix another potential overflow issue in bpf_prog_linfo
Andrii Nakryiko
1
-7
/
+7
2019-11-07
libbpf: Fix potential overflow issue
Andrii Nakryiko
1
-1
/
+1
2019-11-07
libbpf: Fix memory leak/double free issue
Andrii Nakryiko
1
-1
/
+1
2019-11-07
libbpf: Fix negative FD close() in xsk_setup_xdp_prog()
Andrii Nakryiko
1
-0
/
+2
2019-11-06
libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage
Andrii Nakryiko
1
-16
/
+11
2019-11-06
libsubcmd: Use -O0 with DEBUG=1
James Clark
1
-1
/
+3
2019-11-06
libsubcmd: Move EXTRA_FLAGS to the end to allow overriding existing flags
James Clark
1
-2
/
+3
[next]