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: Improve string parsing for uprobe auto-attach
Alan Maguire
2022-04-07
1
-48
/
+33
|
*
libbpf: Improve library identification for uprobe binary path resolution
Alan Maguire
2022-04-07
2
-1
/
+12
|
*
libbpf: Fix spelling mistake "libaries" -> "libraries"
Colin Ian King
2022-04-06
1
-1
/
+1
|
*
libbpf: Add x86-specific USDT arg spec parsing logic
Andrii Nakryiko
2022-04-05
1
-0
/
+105
|
*
libbpf: Wire up spec management and other arch-independent USDT logic
Andrii Nakryiko
2022-04-05
1
-1
/
+167
|
*
libbpf: Add USDT notes parsing and resolution logic
Andrii Nakryiko
2022-04-05
1
-1
/
+581
|
*
libbpf: Wire up USDT API and bpf_link integration
Andrii Nakryiko
2022-04-05
6
-11
/
+587
|
*
libbpf: Add BPF-side of USDT support
Andrii Nakryiko
2022-04-05
2
-1
/
+257
|
*
libbpf: Support Debian in resolve_full_path()
Ilya Leoshkevich
2022-04-04
1
-1
/
+39
|
*
libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)
Yuntao Wang
2022-04-03
1
-4
/
+2
|
*
libbpf: Add auto-attach for uprobes based on section name
Alan Maguire
2022-04-03
1
-2
/
+72
|
*
libbpf: Support function name-based attach uprobes
Alan Maguire
2022-04-03
2
-1
/
+213
|
*
libbpf: auto-resolve programs/libraries when necessary for uprobes
Alan Maguire
2022-04-03
1
-1
/
+53
*
|
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-31
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
kbuild: replace $(if A,A,B) with $(or A,B)
Masahiro Yamada
2022-02-15
1
-1
/
+1
*
|
libbpf: Close fd in bpf_object__reuse_map
Hengqi Chen
2022-03-21
1
-1
/
+1
*
|
libbpf: Avoid NULL deref when initializing map BTF info
Andrii Nakryiko
2022-03-20
1
-0
/
+3
*
|
libbpf: Add subskeleton scaffolding
Delyan Kratunov
2022-03-17
3
-21
/
+149
*
|
libbpf: Init btf_{key,value}_type_id on internal map open
Delyan Kratunov
2022-03-17
1
-1
/
+14
*
|
libbpf: .text routines are subprograms in strict mode
Delyan Kratunov
2022-03-17
2
-0
/
+11
*
|
libbpf: Add bpf_program__attach_kprobe_multi_opts function
Jiri Olsa
2022-03-17
3
-0
/
+184
*
|
libbpf: Add bpf_link_create support for multi kprobes
Jiri Olsa
2022-03-17
2
-1
/
+17
*
|
libbpf: Add libbpf_kallsyms_parse function
Jiri Olsa
2022-03-17
2
-24
/
+43
*
|
libbpf: Support batch_size option to bpf_prog_test_run
Toke Høiland-Jørgensen
2022-03-09
2
-1
/
+3
*
|
libbpf: Fix array_size.cocci warning
Guo Zhengkui
2022-03-07
2
-3
/
+4
*
|
libbpf: Unmap rings when umem deleted
lic121
2022-03-07
1
-0
/
+11
*
|
libbpf: Support custom SEC() handlers
Andrii Nakryiko
2022-03-05
4
-53
/
+268
*
|
libbpf: Allow BPF program auto-attach handlers to bail out
Andrii Nakryiko
2022-03-05
1
-55
/
+85
*
|
libbpf: Add a check to ensure that page_cnt is non-zero
Yuntao Wang
2022-03-03
1
-2
/
+2
*
|
libbpf: Skip forward declaration when counting duplicated type names
Xu Kuohai
2022-03-01
1
-0
/
+5
*
|
libbpf: Fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning
Stijn Tintel
2022-02-28
1
-19
/
+25
*
|
libbpf: Simplify the find_elf_sec_sz() function
Yuntao Wang
2022-02-23
1
-4
/
+2
*
|
libbpf: Remove redundant check in btf_fixup_datasec()
Yuntao Wang
2022-02-22
1
-1
/
+1
*
|
libbpf: Fix memleak in libbpf_netlink_recv()
Andrii Nakryiko
2022-02-17
1
-3
/
+5
*
|
libbpf: Expose bpf_core_{add,free}_cands() to bpftool
Mauricio Vásquez
2022-02-16
2
-7
/
+19
*
|
libbpf: Split bpf_core_apply_relo()
Mauricio Vásquez
2022-02-16
3
-93
/
+99
*
|
libbpf: Use dynamically allocated buffer when receiving netlink messages
Toke Høiland-Jørgensen
2022-02-12
1
-4
/
+51
*
|
libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0
Andrii Nakryiko
2022-02-11
1
-1
/
+1
*
|
libbpf: Prepare light skeleton for the kernel.
Alexei Starovoitov
2022-02-10
2
-21
/
+179
*
|
libbpf: Fix compilation warning due to mismatched printf format
Andrii Nakryiko
2022-02-09
1
-1
/
+2
*
|
libbpf: Add BPF_KPROBE_SYSCALL macro
Hengqi Chen
2022-02-08
1
-0
/
+35
*
|
libbpf: Fix accessing the first syscall argument on s390
Ilya Leoshkevich
2022-02-08
1
-0
/
+6
*
|
libbpf: Fix accessing the first syscall argument on arm64
Ilya Leoshkevich
2022-02-08
1
-0
/
+6
*
|
libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALL
Ilya Leoshkevich
2022-02-08
1
-8
/
+12
*
|
libbpf: Fix accessing syscall arguments on riscv
Ilya Leoshkevich
2022-02-08
1
-0
/
+2
*
|
libbpf: Fix riscv register names
Ilya Leoshkevich
2022-02-08
1
-2
/
+2
*
|
libbpf: Fix accessing syscall arguments on powerpc
Ilya Leoshkevich
2022-02-08
1
-0
/
+2
*
|
libbpf: Add PT_REGS_SYSCALL_REGS macro
Ilya Leoshkevich
2022-02-08
1
-0
/
+10
*
|
libbpf: Fix signedness bug in btf_dump_array_data()
Dan Carpenter
2022-02-08
1
-2
/
+3
*
|
libbpf: Remove mode check in libbpf_set_strict_mode()
Mauricio Vásquez
2022-02-07
1
-8
/
+0
[prev]
[next]