index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
libbpf: Fix the case of running as non-root with capabilities
Jon Doron
1
-3
/
+3
2022-09-24
libbpf: Add pathname_concat() helper
Wang Yufen
1
-47
/
+29
2022-09-22
bpf: Add libbpf logic for user-space ring buffer
David Vernet
1
-2
/
+8
2022-09-22
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
1
-0
/
+1
2022-09-16
libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd set
Andrii Nakryiko
1
-4
/
+9
2022-08-17
libbpf: Clean up deprecated and legacy aliases
Andrii Nakryiko
1
-2
/
+0
2022-08-17
libbpf: Streamline bpf_attr and perf_event_attr initialization
Andrii Nakryiko
1
-15
/
+28
2022-08-17
libbpf: Fix potential NULL dereference when parsing ELF
Andrii Nakryiko
1
-1
/
+1
2022-08-17
libbpf: Allows disabling auto attach
Hao Luo
1
-1
/
+14
2022-08-16
libbpf: Making bpf_prog_load() ignore name if kernel doesn't support
Hangbin Liu
1
-2
/
+11
2022-08-12
libbpf: Add names for auxiliary maps
Hangbin Liu
1
-3
/
+3
2022-08-10
libbpf: preserve errno across pr_warn/pr_info/pr_debug
Andrii Nakryiko
1
-0
/
+5
2022-08-09
libbpf: Do not require executable permission for shared libraries
Hengqi Chen
1
-3
/
+5
2022-08-08
libbpf: Reject legacy 'maps' ELF section
Andrii Nakryiko
1
-5
/
+3
2022-08-05
libbpf: Skip empty sections in bpf_object__init_global_data_maps
James Hilliard
1
-0
/
+4
2022-07-29
libbpf: Support PPC in arch_specific_syscall_pfx
Daniel Müller
1
-1
/
+10
2022-07-19
libbpf: make RINGBUF map size adjustments more eagerly
Andrii Nakryiko
1
-35
/
+42
2022-07-19
libbpf: fallback to tracefs mount point if debugfs is not mounted
Andrii Nakryiko
1
-21
/
+40
2022-07-19
libbpf: add ksyscall/kretsyscall sections support for syscall kprobes
Andrii Nakryiko
1
-9
/
+108
2022-07-19
libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALL
Andrii Nakryiko
1
-0
/
+2
2022-07-19
libbpf: generalize virtual __kconfig externs and use it for USDT
Andrii Nakryiko
1
-31
/
+64
2022-07-15
libbpf: perfbuf: Add API to get the ring buffer
Jon Doron
1
-0
/
+16
2022-07-14
libbpf: Fix the name of a reused map
Anquan Wu
1
-2
/
+7
2022-07-13
libbpf: Error out when binary_path is NULL for uprobe and USDT
Hengqi Chen
1
-6
/
+7
2022-07-06
libbpf: Cleanup the legacy uprobe_event on failed add/attach_event()
Chuang Wang
1
-5
/
+14
2022-07-06
libbpf: Fix wrong variable used in perf_event_uprobe_open_legacy()
Chuang Wang
1
-1
/
+1
2022-07-06
libbpf: Cleanup the legacy kprobe_event on failed add/attach_event()
Chuang Wang
1
-4
/
+14
2022-07-06
bpf, libbpf: Add type match support
Daniel Müller
1
-0
/
+6
2022-06-29
libbpf: add lsm_cgoup_sock type
Stanislav Fomichev
1
-0
/
+3
2022-06-28
libbpf: enforce strict libbpf 1.0 behaviors
Andrii Nakryiko
1
-203
/
+9
2022-06-28
libbpf: clean up SEC() handling
Andrii Nakryiko
1
-72
/
+47
2022-06-28
libbpf: remove internal multi-instance prog support
Andrii Nakryiko
1
-283
/
+34
2022-06-28
libbpf: remove multi-instance and custom private data APIs
Andrii Nakryiko
1
-111
/
+10
2022-06-28
libbpf: remove most other deprecated high-level APIs
Andrii Nakryiko
1
-220
/
+21
2022-06-28
libbpf: remove prog_info_linear APIs
Andrii Nakryiko
1
-248
/
+0
2022-06-28
libbpf: clean up perfbuf APIs
Andrii Nakryiko
1
-42
/
+12
2022-06-28
libbpf: remove deprecated BTF APIs
Andrii Nakryiko
1
-30
/
+14
2022-06-28
libbpf: remove deprecated low-level APIs
Andrii Nakryiko
1
-89
/
+0
2022-06-25
bpf: Merge "types_are_compat" logic into relo_core.c
Daniel Müller
1
-71
/
+1
2022-06-17
libbpf: add support for sleepable uprobe programs
Delyan Kratunov
1
-1
/
+4
2022-06-14
libbpf: Fix an unsigned < 0 bug
Yonghong Song
1
-1
/
+1
2022-06-09
libbpf: Fix uprobe symbol file offset calculation logic
Andrii Nakryiko
1
-41
/
+22
2022-06-07
libbpf: Add enum64 relocation support
Yonghong Song
1
-3
/
+4
2022-06-07
libbpf: Add enum64 sanitization
Yonghong Song
1
-4
/
+52
2022-06-04
libbpf: Fix is_pow_of_2
Yuze Chi
1
-5
/
+0
2022-06-03
libbpf: Introduce libbpf_bpf_link_type_str
Daniel Müller
1
-0
/
+21
2022-06-03
libbpf: Introduce libbpf_bpf_attach_type_str
Daniel Müller
1
-0
/
+54
2022-06-03
libbpf: Introduce libbpf_bpf_map_type_str
Daniel Müller
1
-0
/
+42
2022-06-03
libbpf: Introduce libbpf_bpf_prog_type_str
Daniel Müller
1
-0
/
+43
2022-05-23
libbpf: Fix typo in comment
Julia Lawall
1
-1
/
+1
[next]