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: Add doc comments in libbpf.h
Grant Seltzer
2021-09-20
1
-8
/
+57
|
|
*
|
|
libbpf: Use static const fmt string in __bpf_printk
Dave Marchevsky
2021-09-17
1
-1
/
+7
|
|
*
|
|
libbpf: Modify bpf_printk to choose helper based on arg count
Dave Marchevsky
2021-09-17
1
-8
/
+37
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-30
1
-1
/
+7
|
|
\
\
\
\
|
*
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-23
1
-23
/
+41
|
|
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
libbpf: Constify all high-level program attach APIs
Andrii Nakryiko
2021-09-17
2
-52
/
+52
|
*
|
|
|
|
libbpf: Schedule open_opts.attach_prog_fd deprecation since v0.7
Andrii Nakryiko
2021-09-17
3
-0
/
+10
|
*
|
|
|
|
libbpf: Allow skipping attach_func_name in bpf_program__set_attach_target()
Andrii Nakryiko
2021-09-17
1
-1
/
+12
|
*
|
|
|
|
libbpf: Deprecated bpf_object_open_opts.relaxed_core_relocs
Andrii Nakryiko
2021-09-17
1
-0
/
+1
|
*
|
|
|
|
libbpf: Use pre-setup sec_def in libbpf_find_attach_btf_id()
Andrii Nakryiko
2021-09-17
1
-9
/
+5
|
*
|
|
|
|
libbpf: Add sphinx code documentation comments
Grant Seltzer
2021-09-15
1
-0
/
+70
|
*
|
|
|
|
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
2021-09-14
6
-3
/
+118
|
*
|
|
|
|
libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
Yonghong Song
2021-09-14
1
-8
/
+8
|
*
|
|
|
|
libbpf: Minimize explicit iterator of section definition array
Andrii Nakryiko
2021-09-14
1
-27
/
+19
|
*
|
|
|
|
libbpf: Simplify BPF program auto-attach code
Andrii Nakryiko
2021-09-14
1
-39
/
+22
|
*
|
|
|
|
libbpf: Ensure BPF prog types are set before relocations
Andrii Nakryiko
2021-09-14
1
-42
/
+51
|
*
|
|
|
|
libbpf: Introduce legacy kprobe events support
Rafael David Tinoco
2021-09-14
1
-4
/
+124
|
*
|
|
|
|
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
2021-09-13
4
-13
/
+33
|
*
|
|
|
|
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
2021-09-09
3
-7
/
+38
|
*
|
|
|
|
libbpf: Fix build with latest gcc/binutils with LTO
Andrii Nakryiko
2021-09-07
2
-8
/
+21
|
*
|
|
|
|
libbpf: Change bpf_object_skeleton data field to const pointer
Matt Smith
2021-09-07
1
-1
/
+1
|
*
|
|
|
|
libbpf: Don't crash on object files with no symbol tables
Toke Høiland-Jørgensen
2021-09-07
1
-0
/
+6
*
|
|
|
|
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-10-26
2
-6
/
+7
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
libperf tests: Fix test_stat_cpu
Shunsuke Nakamura
2021-10-14
2
-6
/
+6
|
*
|
|
|
|
libperf test evsel: Fix build error on !x86 architectures
Shunsuke Nakamura
2021-10-14
1
-0
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
Adrian Hunter
2021-10-20
1
-0
/
+6
*
|
|
|
|
tools lib: Adopt list_sort() from the kernel sources
Ian Rogers
2021-10-20
1
-0
/
+252
*
|
|
|
|
libperf cpumap: Use binary search in perf_cpu_map__idx() as array are sorted
Riccardo Mancini
2021-10-08
1
-4
/
+12
|
/
/
/
/
*
|
|
|
libbpf: Fix memory leak in strset
Andrii Nakryiko
2021-10-01
1
-0
/
+1
*
|
|
|
libbpf: Fix segfault in light skeleton for objects without BTF
Kumar Kartikeya Dwivedi
2021-09-30
1
-1
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-09-28
1
-1
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
libbpf: Fix segfault in static linker for objects without BTF
Kumar Kartikeya Dwivedi
2021-09-28
1
-1
/
+7
|
|
/
*
/
libperf evsel: Make use of FD robust.
Ian Rogers
2021-09-18
1
-23
/
+41
|
/
*
Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2021-09-05
4
-8
/
+11
|
\
|
*
libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()
Riccardo Mancini
2021-08-31
1
-8
/
+2
|
*
libsubcmd: add OPT_UINTEGER_OPTARG option type
Riccardo Mancini
2021-08-31
1
-0
/
+1
|
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-08-30
2
-3
/
+4
|
|
\
|
*
|
libperf tests: Fix verbose printing
Shunsuke Nakamura
2021-08-24
1
-0
/
+2
|
*
|
libperf: Add perf_cpu_map__default_new()
Jin Yao
2021-08-11
2
-0
/
+6
*
|
|
libbpf: Add uprobe ref counter offset support for USDT semaphores
Andrii Nakryiko
2021-08-17
2
-4
/
+17
*
|
|
libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs
Andrii Nakryiko
2021-08-17
3
-25
/
+127
*
|
|
libbpf: Add bpf_cookie support to bpf_link_create() API
Andrii Nakryiko
2021-08-17
3
-18
/
+54
*
|
|
libbpf: Use BPF perf link when supported by kernel
Andrii Nakryiko
2021-08-17
1
-21
/
+90
*
|
|
libbpf: Remove unused bpf_link's destroy operation, but add dealloc
Andrii Nakryiko
2021-08-17
1
-4
/
+5
*
|
|
libbpf: Re-build libbpf.so when libbpf.map changes
Andrii Nakryiko
2021-08-17
1
-5
/
+5
*
|
|
libbpf: Support weak typed ksyms.
Hao Luo
2021-08-13
1
-7
/
+9
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
2
-3
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
libbpf: Do not close un-owned FD 0 on errors
Daniel Xu
2021-08-07
1
-2
/
+1
|
*
|
libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT
Robin Gögge
2021-08-07
1
-1
/
+3
|
|
/
*
|
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
2021-07-30
4
-6
/
+20
[prev]
[next]