index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Btf dedup identical struct test needs check for nested structs/arrays
Alan Maguire
2022-10-26
1
-3
/
+5
*
Merge branch 'bpf: Fixes for kprobe multi on kernel modules'
Alexei Starovoitov
2022-10-25
11
-17
/
+306
|
\
|
*
selftests/bpf: Add kprobe_multi kmod attach api tests
Jiri Olsa
2022-10-25
2
-0
/
+139
|
*
selftests/bpf: Add kprobe_multi check to module attach test
Jiri Olsa
2022-10-25
2
-0
/
+13
|
*
selftests/bpf: Add bpf_testmod_fentry_* functions
Jiri Olsa
2022-10-25
1
-0
/
+24
|
*
selftests/bpf: Add load_kallsyms_refresh function
Jiri Olsa
2022-10-25
2
-7
/
+15
|
*
bpf: Take module reference on kprobe_multi link
Jiri Olsa
2022-10-25
1
-0
/
+92
|
*
bpf: Rename __bpf_kprobe_multi_cookie_cmp to bpf_kprobe_multi_addrs_cmp
Jiri Olsa
2022-10-25
1
-3
/
+3
|
*
ftrace: Add support to resolve module symbols in ftrace_lookup_symbols
Jiri Olsa
2022-10-25
1
-5
/
+11
|
*
kallsyms: Make module_kallsyms_on_each_symbol generally available
Jiri Olsa
2022-10-25
2
-2
/
+9
|
/
*
Merge branch 'bpftool: Add LLVM as default library for disassembling JIT-ed p...
Alexei Starovoitov
2022-10-25
12
-106
/
+320
|
\
|
*
bpftool: Add llvm feature to "bpftool version"
Quentin Monnet
2022-10-25
2
-4
/
+11
|
*
bpftool: Support setting alternative arch for JIT disasm with LLVM
Quentin Monnet
2022-10-25
4
-18
/
+16
|
*
bpftool: Add LLVM as default library for disassembling JIT-ed programs
Quentin Monnet
2022-10-25
3
-23
/
+141
|
*
bpftool: Refactor disassembler for JIT-ed programs
Quentin Monnet
2022-10-25
1
-45
/
+88
|
*
bpftool: Group libbfd defs in Makefile, only pass them if we use libbfd
Quentin Monnet
2022-10-25
1
-12
/
+15
|
*
bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in Makefile
Quentin Monnet
2022-10-25
1
-5
/
+14
|
*
bpftool: Remove asserts from JIT disassembler
Quentin Monnet
2022-10-25
4
-35
/
+57
|
*
bpftool: Define _GNU_SOURCE only once
Quentin Monnet
2022-10-25
7
-0
/
+14
|
/
*
selftests/bpf: Add write to hashmap to array_map iter test
Dave Marchevsky
2022-10-22
2
-7
/
+34
*
selftests/bpf: Add test verifying bpf_ringbuf_reserve retval use in map ops
Dave Marchevsky
2022-10-22
3
-4
/
+140
*
bpf: Consider all mem_types compatible for map_{key,value} args
Dave Marchevsky
2022-10-22
1
-13
/
+2
*
bpf: Allow ringbuf memory to be used as map key
Dave Marchevsky
2022-10-22
1
-0
/
+1
*
Merge branch 'Add support for aarch64 to selftests/bpf/vmtest.sh'
Andrii Nakryiko
2022-10-22
4
-3
/
+268
|
\
|
*
selftests/bpf: Initial DENYLIST for aarch64
Manu Bretelle
2022-10-22
1
-0
/
+81
|
*
selftests/bpf: Update vmtests.sh to support aarch64
Manu Bretelle
2022-10-22
1
-0
/
+6
|
*
selftests/bpf: Add config.aarch64
Manu Bretelle
2022-10-22
1
-0
/
+181
|
*
selftests/bpf: Remove entries from config.s390x already present in config
Manu Bretelle
2022-10-22
1
-3
/
+0
|
/
*
bpftool: Add "bootstrap" feature to version output
Quentin Monnet
2022-10-21
1
-32
/
+49
*
bpftool: Set binary name to "bpftool" in help and version output
Quentin Monnet
2022-10-21
1
-1
/
+1
*
libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg()
Xu Kuohai
2022-10-21
1
-10
/
+6
*
selftests/bpf: fix task_local_storage/exit_creds rcu usage
Delyan Kratunov
2022-10-21
2
-3
/
+18
*
Merge branch 'bpftool: Add autoattach for bpf prog load|loadall'
Alexei Starovoitov
2022-10-21
3
-4
/
+88
|
\
|
*
bpftool: Update the bash completion(add autoattach to prog load)
Wang Yufen
2022-10-21
1
-0
/
+1
|
*
bpftool: Update doc (add autoattach to prog load)
Wang Yufen
2022-10-21
1
-2
/
+13
|
*
bpftool: Add autoattach for bpf prog load|loadall
Wang Yufen
2022-10-21
1
-2
/
+74
|
/
*
selftests/bpf: fix missing BPF object files
Wang Yufen
2022-10-21
9
-29
/
+40
*
bpf, docs: Reformat BPF maps page to be more readable
Donald Hunter
2022-10-21
1
-36
/
+65
*
Merge branch 'bpf,x64: Use BMI2 for shifts'
Alexei Starovoitov
2022-10-20
2
-12
/
+118
|
\
|
*
bpf: add selftests for lsh, rsh, arsh with reg operand
Jie Meng
2022-10-20
1
-0
/
+24
|
*
bpf,x64: use shrx/sarx/shlx when available
Jie Meng
2022-10-20
1
-0
/
+81
|
*
bpf,x64: avoid unnecessary instructions when shift dest is ecx
Jie Meng
2022-10-20
1
-14
/
+15
|
/
*
Merge branch 'libbpf: support non-mmap()'able data sections'
Alexei Starovoitov
2022-10-20
3
-66
/
+139
|
\
|
*
libbpf: add non-mmapable data section selftest
Andrii Nakryiko
2022-10-20
2
-1
/
+27
|
*
libbpf: only add BPF_F_MMAPABLE flag for data maps with global vars
Andrii Nakryiko
2022-10-20
1
-19
/
+78
|
*
libbpf: clean up and refactor BTF fixup step
Andrii Nakryiko
2022-10-20
1
-54
/
+42
|
/
*
bpf/docs: Summarize CI system and deny lists
Daniel Müller
2022-10-19
1
-1
/
+41
*
samples/bpf: Fix typos in README
Daniel Müller
2022-10-19
1
-2
/
+2
*
samples/bpf: Fix double word in comments
Shaomin Deng
2022-10-19
1
-1
/
+1
*
samples/bpf: Fix MAC address swapping in xdp2_kern
Gerhard Engleder
2022-10-19
1
-0
/
+4
[next]