index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
libbpf: Fix build issue with llvm-readelf
Yonghong Song
2022-02-04
1
-2
/
+2
*
|
libbpf: Deprecate forgotten btf__get_map_kv_tids()
Andrii Nakryiko
2022-02-04
2
-0
/
+4
*
|
libbpf: Deprecate priv/set_priv storage
Delyan Kratunov
2022-02-03
1
-1
/
+6
*
|
libbpf: Stop using deprecated bpf_map__is_offload_neutral()
Andrii Nakryiko
2022-02-03
1
-1
/
+1
*
|
libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_run
Delyan Kratunov
2022-02-02
1
-1
/
+3
*
|
libbpf: Open code raw_tp_open and link_create commands.
Alexei Starovoitov
2022-02-01
1
-0
/
+26
*
|
libbpf: Open code low level bpf commands.
Alexei Starovoitov
2022-02-01
1
-2
/
+42
*
|
libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitions
Lorenzo Bianconi
2022-02-01
1
-3
/
+11
*
|
libbpf: Deprecate btf_ext rec_size APIs
Dave Marchevsky
2022-02-01
1
-2
/
+4
*
|
libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIs
Andrii Nakryiko
2022-01-25
1
-0
/
+26
*
|
libbpf: deprecate bpf_map__resize()
Andrii Nakryiko
2022-01-25
1
-0
/
+1
*
|
libbpf: hide and discourage inconsistently named getters
Andrii Nakryiko
2022-01-25
6
-16
/
+37
*
|
libbpf: Fix the incorrect register read for syscalls on x86_64
Kenta Tada
2022-01-24
1
-0
/
+34
*
|
libbpf: Mark bpf_object__open_xattr() deprecated
Christy Lee
2022-01-24
2
-1
/
+2
*
|
libbpf: Mark bpf_object__open_buffer() API deprecated
Christy Lee
2022-01-24
1
-0
/
+1
*
|
libbpf: Add "iter.s" section for sleepable bpf iterator programs
Kenny Yu
2022-01-24
1
-0
/
+1
*
|
libbpf: Add SEC name for xdp frags programs
Lorenzo Bianconi
2022-01-21
1
-0
/
+8
*
|
libbpf: streamline low-level XDP APIs
Andrii Nakryiko
2022-01-20
3
-33
/
+117
*
|
libbpf: deprecate legacy BPF map definitions
Andrii Nakryiko
2022-01-20
3
-1
/
+14
*
|
libbpf: Improve btf__add_btf() with an additional hashmap for strings.
Kui-Feng Lee
2022-01-19
1
-1
/
+30
*
|
libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors
Toke Høiland-Jørgensen
2022-01-18
1
-1
/
+21
*
|
libbpf: Deprecate bpf_map__def() API
Christy Lee
2022-01-12
1
-1
/
+2
*
|
libbpf: Fix possible NULL pointer dereference when destroying skeleton
Yafang Shao
2022-01-12
1
-0
/
+3
*
|
libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
2022-01-12
3
-2
/
+12
*
|
libbpf: Use IS_ERR_OR_NULL() in hashmap__free()
Mauricio Vásquez
2022-01-12
1
-2
/
+1
|
/
*
libbpf: Add documentation for bpf_map batch operations
Grant Seltzer
2022-01-06
2
-6
/
+117
*
libbpf 1.0: Deprecate bpf_object__find_map_by_offset() API
Christy Lee
2022-01-05
1
-1
/
+2
*
libbpf 1.0: Deprecate bpf_map__is_offload_neutral()
Christy Lee
2022-01-05
1
-0
/
+1
*
libbpf: Support repeated legacy kprobes on same function
Qiang Wang
2022-01-05
1
-1
/
+4
*
libbpf: Use probe_name for legacy kprobe
Qiang Wang
2022-01-05
1
-1
/
+1
*
libbpf: Deprecate bpf_perf_event_read_simple() API
Christy Lee
2022-01-05
2
-8
/
+15
*
libbpf: Improve LINUX_VERSION_CODE detection
Andrii Nakryiko
2021-12-28
3
-17
/
+28
*
libbpf: Use 100-character limit to make bpf_tracing.h easier to read
Andrii Nakryiko
2021-12-28
1
-32
/
+22
*
libbpf: Normalize PT_REGS_xxx() macro definitions
Andrii Nakryiko
2021-12-28
1
-225
/
+152
*
libbpf: Do not use btf_dump__new() macro in C++ mode
Jiri Olsa
2021-12-23
1
-0
/
+6
*
libbpf: Rework feature-probing APIs
Andrii Nakryiko
2021-12-17
3
-54
/
+236
*
tools/libbpf: Enable cross-building with clang
Jean-Philippe Brucker
2021-12-16
1
-1
/
+2
*
libbpf: Avoid reading past ELF data section end when copying license
Andrii Nakryiko
2021-12-14
1
-1
/
+4
*
libbpf: Mark bpf_object__find_program_by_title API deprecated.
Kui-Feng Lee
2021-12-14
1
-0
/
+1
*
libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
Andrii Nakryiko
2021-12-14
6
-39
/
+143
*
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
2021-12-14
6
-19
/
+31
*
libbpf: Fix potential uninit memory read
Andrii Nakryiko
2021-12-14
1
-0
/
+1
*
libbpf: Add doc comments for bpf_program__(un)pin()
Grant Seltzer
2021-12-13
1
-0
/
+24
*
libbpf: Don't validate TYPE_ID relo's original imm value
Andrii Nakryiko
2021-12-12
1
-5
/
+14
*
libbpf: Fix gen_loader assumption on number of programs.
Alexei Starovoitov
2021-12-11
1
-2
/
+3
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-12-10
19
-629
/
+1185
|
\
|
*
libbpf: Add "bool skipped" to struct bpf_map
Shuyi Cheng
2021-12-10
1
-3
/
+8
|
*
libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition
Vincent Minet
2021-12-10
1
-1
/
+1
|
*
libbpf: Deprecate bpf_object__load_xattr()
Andrii Nakryiko
2021-12-10
2
-13
/
+11
|
*
libbpf: Add per-program log buffer setter and getter
Andrii Nakryiko
2021-12-10
3
-17
/
+84
[prev]
[next]