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: Remove unnecessary type cast
Yuntao Wang
2022-04-25
1
-1
/
+1
|
|
*
|
|
libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
Andrii Nakryiko
2022-04-23
2
-3
/
+34
|
|
*
|
|
libbpf: Remove redundant non-null checks on obj_elf
Gaosheng Cui
2022-04-21
1
-4
/
+2
|
|
*
|
|
libbpf: Add documentation to API functions
Grant Seltzer
2022-04-21
1
-0
/
+76
|
|
*
|
|
libbpf: Update API functions usage to check error
Grant Seltzer
2022-04-21
1
-7
/
+5
|
|
*
|
|
libbpf: Add error returns to two API functions
Grant Seltzer
2022-04-21
2
-5
/
+13
|
|
*
|
|
libbpf: Support riscv USDT argument parsing logic
Pu Lehui
2022-04-19
1
-0
/
+107
|
|
*
|
|
libbpf: Fix usdt_cookie being cast to 32 bits
Pu Lehui
2022-04-19
3
-6
/
+6
|
|
*
|
|
libbpf: Support opting out from autoloading BPF programs declaratively
Andrii Nakryiko
2022-04-19
1
-10
/
+21
|
|
*
|
|
libbpf: Usdt aarch64 arg parsing support
Alan Maguire
2022-04-11
1
-0
/
+76
|
|
*
|
|
libbpf: Fix a bug with checking bpf_probe_read_kernel() support in old kernels
Runqing Yang
2022-04-10
1
-1
/
+1
|
|
*
|
|
libbpf: Add ARC support to bpf_tracing.h
Vladimir Isaev
2022-04-10
1
-0
/
+23
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-22
1
-2
/
+1
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
/
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-04-08
9
-24
/
+2141
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
libbpf: Use weak hidden modifier for USDT BPF-side API functions
Andrii Nakryiko
2022-04-08
1
-3
/
+3
|
|
*
|
libbpf: Don't error out on CO-RE relos for overriden weak subprogs
Andrii Nakryiko
2022-04-08
1
-4
/
+11
|
|
*
|
libbpf: Allow WEAK and GLOBAL bindings during BTF fixup
Andrii Nakryiko
2022-04-08
1
-2
/
+5
|
|
*
|
libbpf: Use strlcpy() in path resolution fallback logic
Andrii Nakryiko
2022-04-08
1
-1
/
+1
|
|
*
|
libbpf: Add s390-specific USDT arg spec parsing logic
Ilya Leoshkevich
2022-04-08
1
-0
/
+55
|
|
*
|
libbpf: Make BPF-side of USDT support work on big-endian machines
Ilya Leoshkevich
2022-04-07
1
-0
/
+3
|
|
*
|
libbpf: Minor style improvements in USDT code
Ilya Leoshkevich
2022-04-07
2
-8
/
+8
|
|
*
|
libbpf: Fix use #ifdef instead of #if to avoid compiler warning
Andrii Nakryiko
2022-04-07
1
-2
/
+2
|
|
*
|
libbpf: Potential NULL dereference in usdt_manager_attach_usdt()
Haowen Bai
2022-04-07
1
-2
/
+2
|
|
*
|
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 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-05-24
12
-0
/
+1335
|
\
\
\
\
|
*
|
|
|
tools/lib/thermal: remove unneeded semicolon
Jiapeng Chong
2022-05-19
1
-1
/
+1
|
*
|
|
|
tools/lib/thermal: Add a thermal library
Daniel Lezcano
2022-05-19
12
-0
/
+1335
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
libsubcmd: Fix OPTION_GROUP sorting
Josh Poimboeuf
2022-04-22
1
-3
/
+14
|
/
/
/
*
/
/
perf tools: Fix segfault accessing sample_id xyarray
Adrian Hunter
2022-04-13
1
-2
/
+1
|
/
/
*
|
perf cpumap: More cpu map reuse by merge.
Ian Rogers
2022-04-01
1
-10
/
+5
*
|
perf cpumap: Add is_subset function
Ian Rogers
2022-04-01
2
-0
/
+21
*
|
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
2022-04-01
2
-15
/
+20
*
|
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-31
4
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
kbuild: replace $(if A,A,B) with $(or A,B)
Masahiro Yamada
2022-02-15
4
-4
/
+4
*
|
Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2022-03-27
8
-23
/
+95
|
\
\
|
*
|
libperf tests: Fix typo in perf_evlist__open() failure error messages
Shunsuke Nakamura
2022-03-26
1
-4
/
+4
|
*
|
libperf: Add API for allocating new thread map array
Tzvetomir Stoyanov (VMware)
2022-02-23
5
-7
/
+61
|
*
|
libperf: Rename arguments of perf_thread_map APIs
Tzvetomir Stoyanov (VMware)
2022-02-23
3
-12
/
+12
[prev]
[next]