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-05-14
libbpf: Fix register naming in PT_REGS s390 macros
Sumanth Korikkar
1
-2
/
+2
2020-04-22
libbpf: Only check mode flags in get_xdp_id
David Ahern
1
-0
/
+2
2020-04-15
libbpf: Fix type of old_fd in bpf_xdp_set_link_opts
Toke Høiland-Jørgensen
1
-1
/
+1
2020-04-15
libbpf: Always specify expected_attach_type on program load if supported
Andrii Nakryiko
1
-44
/
+82
2020-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-3
/
+3
2020-04-08
libbpf: Fix bpf_get_link_xdp_id flags handling
Andrey Ignatov
1
-1
/
+1
2020-04-07
lib/rbtree: fix coding style of assignments
chenqiwu
1
-2
/
+2
2020-04-06
libbpf: Initialize *nl_pid so gcc 10 is happy
Jeremy Cline
1
-2
/
+2
2020-04-05
Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+7
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-0
/
+3
2020-04-03
perf tools: Basic support for CGROUP event
Namhyung Kim
1
-0
/
+7
2020-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
11
-75
/
+659
2020-03-30
libbpf: Add support for bpf_link-based cgroup attachment
Andrii Nakryiko
5
-1
/
+110
2020-03-30
tools/libbpf: Add support for BPF_PROG_TYPE_LSM
KP Singh
4
-5
/
+44
2020-03-30
bpf: Introduce BPF_PROG_TYPE_LSM
KP Singh
1
-0
/
+1
2020-03-30
libbpf: Add setter for initial value for internal maps
Toke Høiland-Jørgensen
3
-0
/
+14
2020-03-28
libbpf: Add function to set link XDP fd while specifying old program
Toke Høiland-Jørgensen
3
-1
/
+42
2020-03-28
libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__create
Fletcher Dunn
1
-2
/
+14
2020-03-26
libbpf: Don't allocate 16M for log buffer by default
Stanislav Fomichev
2
-13
/
+29
2020-03-26
libbpf: Remove unused parameter `def` to get_map_field_int
Tobias Klauser
1
-10
/
+6
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
3
-0
/
+3
2020-03-17
bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definition
Wenbo Zhang
1
-1
/
+1
2020-03-13
libbpf: Provide CO-RE variants of PT_REGS macros
Andrii Nakryiko
1
-0
/
+103
2020-03-13
libbpf: Ignore incompatible types with matching name during CO-RE relocation
Andrii Nakryiko
1
-0
/
+4
2020-03-13
libbpf: Split BTF presence checks into libbpf- and kernel-specific parts
Andrii Nakryiko
1
-5
/
+12
2020-03-04
tools/libbpf: Add support for BPF_MODIFY_RETURN
KP Singh
1
-0
/
+4
2020-03-04
libbpf: Assume unsigned values for BTF_KIND_ENUM
Andrii Nakryiko
1
-4
/
+4
2020-03-04
tools lib traceevent: Remove extra '\n' in print_event_time()
Steven Rostedt (VMware)
1
-1
/
+1
2020-03-04
libperf: Add counting example
Michael Petlan
1
-0
/
+83
2020-03-04
tools lib api fs: Move cgroupsfs_find_mountpoint()
Namhyung Kim
3
-0
/
+70
2020-03-03
libbpf: Fix handling of optional field_name in btf_dump__emit_type_decl
Andrii Nakryiko
1
-1
/
+1
2020-03-02
libbpf: Add bpf_link pinning/unpinning
Andrii Nakryiko
3
-27
/
+114
2020-03-02
libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.h
Andrii Nakryiko
1
-0
/
+118
2020-03-02
libbpf: Fix use of PT_REGS_PARM macros with vmlinux.h
Andrii Nakryiko
1
-1
/
+1
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-7
/
+40
2020-02-20
libbpf: Add support for dynamic program attach target
Eelco Chaudron
3
-4
/
+36
2020-02-20
libbpf: Bump libpf current version to v0.0.8
Eelco Chaudron
1
-0
/
+3
2020-02-20
libbpf: Relax check whether BTF is mandatory
Andrii Nakryiko
1
-3
/
+1
2020-02-18
libbpf: Sanitise internal map names so they are not rejected by the kernel
Toke Høiland-Jørgensen
1
-1
/
+7
2020-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
21
-611
/
+2868
2020-01-24
libbpf: Fix realloc usage in bpf_core_find_cands
Andrii Nakryiko
1
-1
/
+3
2020-01-24
libbpf: Improve handling of failed CO-RE relocations
Andrii Nakryiko
2
-40
/
+61
2020-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
17
-176
/
+1064
2020-01-22
libbpf: Add support for program extensions
Alexei Starovoitov
5
-4
/
+17
2020-01-20
Merge tag 'perf-core-for-mingo-5.6-20200116' of git://git.kernel.org/pub/scm/...
Ingo Molnar
1
-0
/
+3
2020-01-20
Merge tag 'v5.5-rc7' into perf/core, to pick up fixes
Ingo Molnar
1
-7
/
+8
2020-01-19
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+3
2020-01-18
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+3
2020-01-17
libbpf: Load btf_vmlinux only once per object.
KP Singh
1
-52
/
+101
2020-01-17
libbpf: Fix potential multiplication overflow in mmap() size calculation
Andrii Nakryiko
1
-1
/
+1
[next]