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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
Ilya Leoshkevich
2021-10-25
1
-1
/
+1
|
|
*
libbpf: Deprecate ambiguously-named bpf_program__size() API
Andrii Nakryiko
2021-10-25
1
-0
/
+1
|
|
*
libbpf: Deprecate multi-instance bpf_program APIs
Andrii Nakryiko
2021-10-25
2
-10
/
+18
|
|
*
libbpf: Add ability to fetch bpf_program's underlying instructions
Andrii Nakryiko
2021-10-25
3
-4
/
+46
|
|
*
libbpf: Fix off-by-one bug in bpf_core_apply_relo()
Andrii Nakryiko
2021-10-25
1
-1
/
+1
|
|
*
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
2021-10-22
1
-3
/
+9
|
|
*
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
2021-10-22
1
-2
/
+2
|
|
*
libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
Stanislav Fomichev
2021-10-22
2
-2
/
+14
|
|
*
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
2021-10-22
6
-50
/
+64
|
|
*
libbpf: Fix memory leak in btf__dedup()
Mauricio Vásquez
2021-10-22
1
-2
/
+4
|
|
*
libbpf: Fix the use of aligned attribute
Andrii Nakryiko
2021-10-22
1
-1
/
+1
|
|
*
libbpf: Simplify look up by name of internal maps
Andrii Nakryiko
2021-10-21
1
-0
/
+10
|
|
*
libbpf: Support multiple .rodata.* and .data.* BPF maps
Andrii Nakryiko
2021-10-21
1
-29
/
+101
|
|
*
libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss maps
Andrii Nakryiko
2021-10-21
1
-120
/
+140
|
|
*
libbpf: Use Elf64-specific types explicitly for dealing with ELF
Andrii Nakryiko
2021-10-21
3
-162
/
+196
|
|
*
libbpf: Extract ELF processing state into separate struct
Andrii Nakryiko
2021-10-21
1
-36
/
+34
|
|
*
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
2021-10-21
4
-102
/
+102
|
|
*
libbpf: Fix ptr_is_aligned() usages
Ilya Leoshkevich
2021-10-21
1
-8
/
+12
|
|
*
libbpf: Fix dumping non-aligned __int128
Ilya Leoshkevich
2021-10-20
1
-3
/
+6
|
|
*
libbpf: Fix dumping big-endian bitfields
Ilya Leoshkevich
2021-10-20
1
-8
/
+7
|
|
*
libbpf: Migrate internal use of bpf_program__get_prog_info_linear
Dave Marchevsky
2021-10-20
1
-12
/
+10
|
|
*
libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h
Quentin Monnet
2021-10-19
1
-6
/
+0
|
|
*
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
2021-10-18
6
-42
/
+42
|
|
*
libbpf: Support detecting and attaching of writable tracepoint program
Hou Tao
2021-10-08
1
-5
/
+21
|
|
*
libbpf: Skip re-installing headers file if source is older than target
Quentin Monnet
2021-10-08
1
-9
/
+18
|
|
*
libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7
Hengqi Chen
2021-10-06
3
-12
/
+51
|
|
*
libbpf: Deprecate bpf_object__unload() API since v0.6
Hengqi Chen
2021-10-06
2
-3
/
+6
|
|
*
bpf: Use $(pound) instead of \# in Makefiles
Quentin Monnet
2021-10-06
1
-2
/
+2
|
|
*
libbpf: Add API that copies all BTF types from one BTF object to another
Andrii Nakryiko
2021-10-06
3
-2
/
+135
|
|
*
libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
Kumar Kartikeya Dwivedi
2021-10-05
3
-58
/
+280
|
|
*
libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0
Kumar Kartikeya Dwivedi
2021-10-05
1
-11
/
+13
|
|
*
libbpf: Support kernel module function calls
Kumar Kartikeya Dwivedi
2021-10-05
4
-24
/
+72
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-10-22
2
-6
/
+7
|
|
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-07
2
-1
/
+3
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-10-01
7
-362
/
+631
|
|
\
\
\
|
|
*
|
|
libbpf: Support uniform BTF-defined key/value specification across all BPF maps
Hengqi Chen
2021-10-01
1
-0
/
+24
|
|
*
|
|
libbpf: Fix skel_internal.h to set errno on loader retval < 0
Kumar Kartikeya Dwivedi
2021-09-29
1
-2
/
+4
|
|
*
|
|
libbpf: Properly ignore STT_SECTION symbols in legacy map definitions
Toke Høiland-Jørgensen
2021-09-29
1
-0
/
+2
|
|
*
|
|
libbpf: Make gen_loader data aligned.
Alexei Starovoitov
2021-09-29
1
-1
/
+6
|
|
*
|
|
selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") use
Andrii Nakryiko
2021-09-28
1
-1
/
+1
|
|
*
|
|
libbpf: Add opt-in strict BPF program section name handling logic
Andrii Nakryiko
2021-09-28
2
-46
/
+99
|
|
*
|
|
libbpf: Complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SEC
Andrii Nakryiko
2021-09-28
1
-101
/
+35
|
|
*
|
|
libbpf: Refactor ELF section handler definitions
Andrii Nakryiko
2021-09-28
1
-111
/
+84
|
|
*
|
|
libbpf: Reduce reliance of attach_fns on sec_def internals
Andrii Nakryiko
2021-09-28
2
-18
/
+30
|
|
*
|
|
libbpf: Refactor internal sec_def handling to enable pluggability
Andrii Nakryiko
2021-09-28
1
-42
/
+87
|
|
*
|
|
libbpf: Add "tc" SEC_DEF which is a better name for "classifier"
Andrii Nakryiko
2021-09-28
1
-0
/
+1
|
|
*
|
|
libbpf: Ignore STT_SECTION symbols in 'maps' section
Toke Høiland-Jørgensen
2021-09-27
1
-2
/
+3
|
|
*
|
|
libbpf: Add legacy uprobe attaching support
Andrii Nakryiko
2021-09-21
1
-8
/
+122
|
|
*
|
|
libbpf: Refactor and simplify legacy kprobe code
Andrii Nakryiko
2021-09-21
2
-73
/
+88
|
|
*
|
|
libbpf: Fix memory leak in legacy kprobe attach logic
Andrii Nakryiko
2021-09-21
1
-3
/
+7
[prev]
[next]