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
*
bpf: Make struct cgroup btf id global
Yonghong Song
2022-10-26
2
-1
/
+2
*
Merge branch 'bpf: Avoid unnecessary deadlock detection and failure in task s...
Alexei Starovoitov
2022-10-26
12
-84
/
+431
|
\
|
*
selftests/bpf: Tracing prog can still do lookup under busy lock
Martin KaFai Lau
2022-10-26
2
-5
/
+86
|
*
selftests/bpf: Ensure no task storage failure for bpf_lsm.s prog due to deadl...
Martin KaFai Lau
2022-10-26
2
-0
/
+145
|
*
bpf: Add new bpf_task_storage_delete proto with no deadlock detection
Martin KaFai Lau
2022-10-26
3
-1
/
+32
|
*
bpf: bpf_task_storage_delete_recur does lookup first before the deadlock check
Martin KaFai Lau
2022-10-26
1
-7
/
+11
|
*
bpf: Add new bpf_task_storage_get proto with no deadlock detection
Martin KaFai Lau
2022-10-26
3
-1
/
+33
|
*
bpf: Avoid taking spinlock in bpf_task_storage_get if potential deadlock is d...
Martin KaFai Lau
2022-10-26
2
-7
/
+9
|
*
bpf: Refactor the core bpf_task_storage_get logic into a new function
Martin KaFai Lau
2022-10-26
1
-18
/
+26
|
*
bpf: Append _recur naming to the bpf_task_storage helper proto
Martin KaFai Lau
2022-10-26
3
-10
/
+10
|
*
bpf: Remove prog->active check for bpf_lsm and bpf_iter
Martin KaFai Lau
2022-10-26
6
-54
/
+98
|
/
*
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
|
\
[next]