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: xsk: Move barriers from libbpf_util.h to xsk.h
Björn Töpel
2021-03-10
3
-85
/
+68
|
*
|
libbpf: xsk: Remove linux/compiler.h header
Björn Töpel
2021-03-10
1
-10
/
+17
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-25
4
-4
/
+5
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
libbpf: Fix BTF dump of pointer-to-array-of-struct
Jean-Philippe Brucker
2021-03-19
1
-1
/
+1
|
*
libbpf: Use SOCK_CLOEXEC when opening the netlink socket
Kumar Kartikeya Dwivedi
2021-03-18
1
-1
/
+1
|
*
libbpf: Fix error path in bpf_object__elf_init()
Namhyung Kim
2021-03-18
1
-1
/
+2
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-03-10
1
-1
/
+1
|
|
\
|
|
*
libbpf: Fix INSTALL flag order
Georgi Valkov
2021-03-08
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-03-09
9
-46
/
+218
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
libbpf: Fix arm64 build
Jean-Philippe Brucker
2021-03-08
1
-1
/
+1
|
*
|
libbpf, xsk: Add libbpf_smp_store_release libbpf_smp_load_acquire
Björn Töpel
2021-03-08
2
-34
/
+55
|
*
|
scripts/bpf: Abstract eBPF API target parameter
Joe Stringer
2021-03-04
1
-1
/
+1
|
*
|
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-04
6
-1
/
+94
|
*
|
libbpf: Fix whitespace in btf_add_composite() comment
Ilya Leoshkevich
2021-03-04
1
-1
/
+1
|
*
|
libbpf: Support subprog address relocation
Yonghong Song
2021-02-26
1
-3
/
+61
|
*
|
libbpf: Move function is_ldimm64() earlier in libbpf.c
Yonghong Song
2021-02-26
1
-6
/
+6
*
|
|
Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2021-03-09
1
-2
/
+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
libbpf: Clear map_info before each bpf_obj_get_info_by_fd
Maciej Fijalkowski
2021-03-04
1
-2
/
+3
*
|
|
libperf: Add perf_evlist__reset_id_hash()
Namhyung Kim
2021-03-06
2
-4
/
+11
|
/
/
*
|
Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2021-02-22
2
-34
/
+79
|
\
\
|
|
/
|
/
|
|
*
tools api fs: Cache cgroupfs mount point
Namhyung Kim
2021-02-17
1
-0
/
+19
|
*
tools api fs: Diet cgroupfs_find_mountpoint()
Namhyung Kim
2021-02-17
1
-25
/
+45
|
*
tools api fs: Prefer cgroup v1 path in cgroupfs_find_mountpoint()
Namhyung Kim
2021-02-17
1
-19
/
+15
|
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-01-27
2
-18
/
+4
|
|
\
|
*
\
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-01-20
4
-6
/
+7
|
|
\
\
|
*
|
|
perf tools: Store build id when available in PERF_RECORD_MMAP2 metadata events
Jiri Olsa
2020-12-28
1
-4
/
+14
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-02-16
5
-61
/
+104
|
\
\
\
\
|
*
|
|
|
libbpf: Ignore non function pointer member in struct_ops
Martin KaFai Lau
2021-02-12
1
-11
/
+11
|
*
|
|
|
libbpf: Use AF_LOCAL instead of AF_INET in xsk.c
Stanislav Fomichev
2021-02-12
1
-1
/
+1
|
*
|
|
|
libbpf: Stop using feature-detection Makefiles
Andrii Nakryiko
2021-02-04
2
-44
/
+4
|
*
|
|
|
libbpf, xsk: Select AF_XDP BPF program based on kernel version
Björn Töpel
2021-01-25
1
-3
/
+78
|
*
|
|
|
libbpf: Use string table index from index table if needed
Jiri Olsa
2021-01-21
1
-2
/
+10
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-28
1
-13
/
+4
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
perf evlist: Fix id index for heterogeneous systems
Adrian Hunter
2021-01-21
1
-13
/
+4
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-20
5
-11
/
+7
|
\
|
|
|
|
*
|
|
Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-01-20
1
-5
/
+0
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
libbpf: Allow loading empty BTFs
Andrii Nakryiko
2021-01-12
1
-5
/
+0
|
|
|
/
|
*
|
libperf tests: Fail when failing to get a tracepoint id
Ian Rogers
2021-01-15
1
-0
/
+1
|
*
|
libperf tests: If a test fails return non-zero
Ian Rogers
2021-01-15
4
-4
/
+4
|
*
|
libperf tests: Avoid uninitialized variable warning
Ian Rogers
2021-01-15
1
-2
/
+2
|
|
/
*
|
bpf, libbpf: Avoid unused function warning on bpf_tail_call_static
Ian Rogers
2021-01-13
1
-1
/
+1
*
|
libbpf: Support kernel module ksym externs
Andrii Nakryiko
2021-01-12
1
-18
/
+32
*
|
libbpf: Clarify kernel type use with USER variants of CORE reading macros
Andrii Nakryiko
2021-01-08
1
-6
/
+39
*
|
libbpf: Add non-CO-RE variants of BPF_CORE_READ() macro family
Andrii Nakryiko
2021-01-08
1
-0
/
+38
*
|
libbpf: Add user-space variants of BPF_CORE_READ() family of macros
Andrii Nakryiko
2021-01-08
1
-39
/
+59
|
/
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2020-12-17
11
-554
/
+1197
|
\
|
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-14
4
-24
/
+48
|
|
\
|
|
*
libbpf: Expose libbpf ring_buffer epoll_fd
Brendan Jackman
2020-12-14
3
-0
/
+8
|
|
*
libbpf: Support modules in bpf_program__set_attach_target() API
Andrii Nakryiko
2020-12-14
1
-24
/
+40
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-11
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
[prev]
[next]