index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
intel
/
keembay
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-13
samples/bpf: Remove unused variables in tc_l2_redirect_kern.c
Zhu Jun
1
-4
/
+0
2024-11-13
bpftool: Cast variable `var` to long long
Luo Yifan
1
-1
/
+1
2024-11-13
bpf, x86: Propagate tailcall info only for subprogs
Leon Hwang
1
-1
/
+1
2024-11-13
bpf: Add kernel symbol for struct_ops trampoline
Xu Kuohai
4
-5
/
+89
2024-11-13
bpf: Use function pointers count as struct_ops links count
Xu Kuohai
1
-10
/
+25
2024-11-13
bpf: Remove unused member rcu from bpf_struct_ops_map
Xu Kuohai
1
-1
/
+0
2024-11-13
selftests/bpf: Add struct_ops prog private stack tests
Yonghong Song
6
-0
/
+389
2024-11-13
bpf: Support private stack for struct_ops progs
Yonghong Song
4
-1
/
+13
2024-11-13
selftests/bpf: Add tracing prog private stack tests
Yonghong Song
2
-0
/
+274
2024-11-13
bpf, x86: Support private stack in jit
Yonghong Song
2
-0
/
+137
2024-11-13
bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depth
Yonghong Song
1
-4
/
+7
2024-11-13
bpf: Enable private stack for eligible subprogs
Yonghong Song
2
-0
/
+12
2024-11-13
bpf: Find eligible subprogs for private stack support
Yonghong Song
4
-10
/
+99
2024-11-12
selftests/bpf: update send_signal to lower perf evemts frequency
Eduard Zingerman
1
-1
/
+2
2024-11-12
selftests/bpf: allow send_signal test to timeout
Eduard Zingerman
1
-13
/
+19
2024-11-12
selftests/bpf: add read_with_timeout() utility function
Eduard Zingerman
3
-0
/
+29
2024-11-12
selftests/bpf: watchdog timer for test_progs
Eduard Zingerman
4
-6
/
+116
2024-11-12
libbpf: Stringify errno in log messages in the remaining code
Mykyta Yatsenko
6
-53
/
+56
2024-11-12
libbpf: Stringify errno in log messages in btf*.c
Mykyta Yatsenko
2
-13
/
+16
2024-11-12
libbpf: Stringify errno in log messages in libbpf.c
Mykyta Yatsenko
1
-200
/
+156
2024-11-12
libbpf: Introduce errstr() for stringifying errno
Mykyta Yatsenko
2
-0
/
+78
2024-11-12
bpf: Replace the document for PTR_TO_BTF_ID_OR_NULL
Menglong Dong
1
-4
/
+4
2024-11-12
tools/bpf: Fix the wrong format specifier in bpf_jit_disasm
Luo Yifan
1
-1
/
+1
2024-11-12
kbuild,bpf: Pass make jobs' value to pahole
Florian Schmaus
1
-2
/
+4
2024-11-11
bpf: Drop special callback reference handling
Kumar Kartikeya Dwivedi
3
-39
/
+11
2024-11-11
bpf: Refactor active lock management
Kumar Kartikeya Dwivedi
2
-67
/
+132
2024-11-11
selftests/bpf: skip the timer_lockup test for single-CPU nodes
Viktor Malik
1
-0
/
+6
2024-11-11
selftests/bpf: Test the update operations for htab of maps
Hou Tao
2
-1
/
+161
2024-11-11
selftests/bpf: Move ENOTSUPP from bpf_util.h
Hou Tao
6
-20
/
+3
2024-11-11
bpf: Call free_htab_elem() after htab_unlock_bucket()
Hou Tao
1
-17
/
+39
2024-11-11
selftests/bpf: Add threads to consumer test
Jiri Olsa
1
-18
/
+80
2024-11-11
selftests/bpf: Add uprobe sessions to consumer test
Jiri Olsa
2
-24
/
+52
2024-11-11
selftests/bpf: Add uprobe session single consumer test
Jiri Olsa
2
-0
/
+77
2024-11-11
selftests/bpf: Add kprobe session verifier test for return value
Jiri Olsa
2
-0
/
+33
2024-11-11
selftests/bpf: Add uprobe session verifier test for return value
Jiri Olsa
2
-0
/
+33
2024-11-11
selftests/bpf: Add uprobe session recursive test
Jiri Olsa
2
-0
/
+101
2024-11-11
selftests/bpf: Add uprobe session cookie test
Jiri Olsa
2
-0
/
+79
2024-11-11
selftests/bpf: Add uprobe session test
Jiri Olsa
2
-0
/
+118
2024-11-11
libbpf: Add support for uprobe multi session attach
Jiri Olsa
3
-3
/
+20
2024-11-11
bpf: Add support for uprobe multi session context
Jiri Olsa
1
-10
/
+18
2024-11-11
bpf: Add support for uprobe multi session attach
Jiri Olsa
6
-11
/
+38
2024-11-11
bpf: Force uprobe bpf program to always return 0
Jiri Olsa
1
-3
/
+2
2024-11-11
bpf: Allow return values 0 and 1 for kprobe session
Jiri Olsa
1
-0
/
+9
2024-11-11
selftests/bpf: Fix uprobe consumer test (again)
Jiri Olsa
1
-6
/
+8
2024-11-11
bpf: Remove trailing whitespace in verifier.rst
Abhinav Saxena
1
-2
/
+2
2024-11-11
selftests/bpf: Allow building with extra flags
Viktor Malik
1
-11
/
+23
2024-11-04
selftests/bpf: Add tests for raw_tp null handling
Kumar Kartikeya Dwivedi
4
-0
/
+67
2024-11-04
selftests/bpf: Clean up open-coded gettid syscall invocations
Kumar Kartikeya Dwivedi
12
-22
/
+33
2024-11-04
bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
4
-9
/
+87
2024-11-04
bpf: Move btf_type_is_struct_ptr() under CONFIG_BPF_SYSCALL
Alistair Francis
1
-11
/
+10
[next]