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 split BTF support for btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-29
3
-2
/
+9
*
|
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-29
4
-11
/
+24
*
|
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
2021-07-29
4
-2
/
+5
*
|
libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()
Quentin Monnet
2021-07-29
1
-1
/
+3
*
|
libbpf: Fix race when pinning maps in parallel
Martynas Pumputis
2021-07-27
1
-1
/
+14
*
|
libbpf: Fix comment typo
Jason Wang
2021-07-27
1
-3
/
+3
*
|
libbpf: Split CO-RE logic into relo_core.c.
Alexei Starovoitov
2021-07-26
5
-1297
/
+1319
*
|
libbpf: Move CO-RE types into relo_core.h.
Alexei Starovoitov
2021-07-26
3
-93
/
+102
*
|
libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.
Alexei Starovoitov
2021-07-26
1
-46
/
+71
*
|
libbpf: Cleanup the layering between CORE and bpf_program.
Alexei Starovoitov
2021-07-26
1
-36
/
+38
*
|
libbpf: Add bpf_map__pin_path function
Evgeniy Litvinenko
2021-07-23
3
-0
/
+7
*
|
libbpf: Export bpf_program__attach_kprobe_opts function
Jiri Olsa
2021-07-22
3
-14
/
+33
*
|
libbpf: Allow decimal offset for kprobes
Jiri Olsa
2021-07-22
1
-1
/
+1
*
|
libbpf: Fix func leak in attach_kprobe
Jiri Olsa
2021-07-22
1
-0
/
+1
*
|
libbpf: Propagate errors when retrieving enum value for typed data display
Alan Maguire
2021-07-20
1
-2
/
+3
*
|
libbpf: Avoid use of __int128 in typed dump display
Alan Maguire
2021-07-20
1
-33
/
+65
*
|
libbpf: Fix removal of inner map in bpf_object__create_map
Martynas Pumputis
2021-07-19
1
-6
/
+4
*
|
libbpf: Btf typed dump does not need to allocate dump data
Alan Maguire
2021-07-16
1
-5
/
+4
*
|
libbpf: Fix compilation errors on ppc64le for btf dump typed data
Alan Maguire
2021-07-16
1
-2
/
+2
*
|
libbpf: Clarify/fix unaligned data issues for btf typed dump
Alan Maguire
2021-07-16
1
-4
/
+24
*
|
libbpf: BTF dumper support for typed data
Alan Maguire
2021-07-16
3
-5
/
+834
*
|
libbpf: Fix the possible memory leak on error
Shuyi Cheng
2021-07-16
1
-2
/
+4
*
|
libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
Shuyi Cheng
2021-07-16
2
-5
/
+32
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-07-15
1
-13
/
+91
|
\
\
|
|
/
|
/
|
|
*
libbpf: Allow specification of "kprobe/function+offset"
Alan Maguire
2021-07-15
1
-2
/
+22
|
*
libbpf: Add bpf_program__attach_kprobe_opts function
Jiri Olsa
2021-07-15
1
-9
/
+25
|
*
libbpf: Fix reuse of pinned map on older kernel
Martynas Pumputis
2021-07-12
1
-3
/
+45
*
|
Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-07-14
1
-2
/
+2
|
\
\
|
*
|
libbpf: Restore errno return for functions that were already returning it
Toke Høiland-Jørgensen
2021-07-06
1
-2
/
+2
|
|
/
*
|
libperf: Add tests for perf_evlist__set_leader()
Jiri Olsa
2021-07-09
1
-6
/
+21
*
|
libperf: Remove BUG_ON() from library code in get_group_fd()
Arnaldo Carvalho de Melo
2021-07-09
1
-7
/
+16
*
|
libperf: Add group support to perf_evsel__open()
Jiri Olsa
2021-07-09
1
-2
/
+24
*
|
libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()
Jiri Olsa
2021-07-09
4
-0
/
+24
*
|
libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups
Jiri Olsa
2021-07-09
1
-0
/
+1
*
|
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
2021-07-09
2
-0
/
+2
*
|
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
2021-07-09
3
-3
/
+8
*
|
libperf: Change tests to single static and shared binaries
Jiri Olsa
2021-07-07
11
-51
/
+67
*
|
Merge tag 'perf-tools-for-v5.14-2021-07-01' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2021-07-02
1
-0
/
+14
|
\
\
|
|
/
|
/
|
|
*
tools lib: Adopt bitmap_intersects() operation from the kernel sources
Alexey Bayduraev
2021-06-30
1
-0
/
+14
*
|
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-06-30
24
-907
/
+2734
|
\
\
|
|
/
|
/
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-28
5
-254
/
+73
|
|
\
|
|
*
libbpf: Switch to void * casting in netlink helpers
Kumar Kartikeya Dwivedi
2021-06-22
3
-6
/
+6
|
|
*
libbpf: Add request buffer type for netlink messages
Kumar Kartikeya Dwivedi
2021-06-22
2
-82
/
+65
|
|
*
libbpf: Add extra BPF_PROG_TYPE check to bpf_object__probe_loading
Jonathan Edwards
2021-06-21
1
-0
/
+4
|
|
*
bpf: Add documentation for libbpf including API autogen
Grant Seltzer
2021-06-18
1
-168
/
+0
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-18
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-17
17
-598
/
+916
|
|
\
\
|
|
*
|
libbpf: Fail compilation if target arch is missing
Lorenz Bauer
2021-06-16
1
-4
/
+42
|
|
*
|
libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.
Kuniyuki Iwashima
2021-06-15
1
-1
/
+4
|
|
*
|
libbpf: Set NLM_F_EXCL when creating qdisc
Kumar Kartikeya Dwivedi
2021-06-15
1
-1
/
+1
[prev]
[next]