index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
bfq-iosched.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-22
selftests/bpf: Add uprobe_multi cookie test
Jiri Olsa
1
-0
/
+78
2023-08-22
selftests/bpf: Add uprobe_multi usdt bench test
Jiri Olsa
2
-0
/
+55
2023-08-22
selftests/bpf: Add uprobe_multi usdt test code
Jiri Olsa
1
-1
/
+25
2023-08-22
selftests/bpf: Add uprobe_multi bench test
Jiri Olsa
2
-0
/
+55
2023-08-22
selftests/bpf: Add uprobe_multi test program
Jiri Olsa
2
-0
/
+72
2023-08-22
selftests/bpf: Add uprobe_multi link test
Jiri Olsa
1
-0
/
+69
2023-08-22
selftests/bpf: Add uprobe_multi api test
Jiri Olsa
1
-0
/
+65
2023-08-22
selftests/bpf: Add uprobe_multi skel test
Jiri Olsa
2
-0
/
+167
2023-08-22
selftests/bpf: Move get_time_ns to testing_helpers.h
Jiri Olsa
3
-17
/
+10
2023-08-22
libbpf: Add uprobe multi link support to bpf_program__attach_usdt
Jiri Olsa
2
-17
/
+82
2023-08-22
libbpf: Add uprobe multi link detection
Jiri Olsa
2
-0
/
+38
2023-08-22
libbpf: Add support for u[ret]probe.multi[.s] program sections
Jiri Olsa
1
-0
/
+36
2023-08-22
libbpf: Add bpf_program__attach_uprobe_multi function
Jiri Olsa
3
-0
/
+166
2023-08-22
libbpf: Add bpf_link_create support for multi uprobes
Jiri Olsa
2
-1
/
+21
2023-08-22
libbpf: Add elf_resolve_pattern_offsets function
Jiri Olsa
3
-1
/
+67
2023-08-22
libbpf: Add elf_resolve_syms_offsets function
Jiri Olsa
2
-0
/
+112
2023-08-22
libbpf: Add elf symbol iterator
Jiri Olsa
1
-64
/
+115
2023-08-22
libbpf: Add elf_open/elf_close functions
Jiri Olsa
3
-42
/
+57
2023-08-22
libbpf: Move elf_find_func_offset* functions to elf object
Jiri Olsa
4
-186
/
+202
2023-08-22
libbpf: Add uprobe_multi attach type and link names
Jiri Olsa
1
-0
/
+2
2023-08-22
bpf: Add bpf_get_func_ip helper support for uprobe link
Jiri Olsa
1
-3
/
+30
2023-08-22
bpf: Add pid filter support for uprobe_multi link
Jiri Olsa
4
-1
/
+36
2023-08-22
bpf: Add cookies support for uprobe_multi link
Jiri Olsa
4
-5
/
+44
2023-08-22
bpf: Add multi uprobe link
Jiri Olsa
5
-3
/
+282
2023-08-22
bpf: Add attach_type checks under bpf_prog_attach_check_attach_type
Jiri Olsa
1
-68
/
+52
2023-08-22
bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enum
Jiri Olsa
2
-2
/
+6
2023-08-22
samples/bpf: simplify spintest with kprobe.multi
Daniel T. Lee
2
-29
/
+10
2023-08-22
samples/bpf: refactor syscall tracing programs using BPF_KSYSCALL macro
Daniel T. Lee
1
-7
/
+3
2023-08-22
samples/bpf: fix broken map lookup probe
Daniel T. Lee
1
-2
/
+15
2023-08-22
samples/bpf: fix bio latency check with tracepoint
Daniel T. Lee
1
-12
/
+24
2023-08-22
samples/bpf: make tracing programs to be more CO-RE centric
Daniel T. Lee
4
-40
/
+20
2023-08-22
samples/bpf: fix symbol mismatch by compiler optimization
Daniel T. Lee
2
-2
/
+3
2023-08-22
samples/bpf: unify bpf program suffix to .bpf with tracing programs
Daniel T. Lee
17
-17
/
+17
2023-08-22
samples/bpf: convert to vmlinux.h with tracing programs
Daniel T. Lee
10
-62
/
+25
2023-08-22
samples/bpf: fix warning with ignored-attributes
Daniel T. Lee
1
-1
/
+1
2023-08-22
bpf, cpumask: Clean up bpf_cpu_map_entry directly in cpu_map_free
Hou Tao
1
-9
/
+8
2023-08-22
bpf, cpumap: Use queue_rcu_work() to remove unnecessary rcu_barrier()
Hou Tao
1
-69
/
+27
2023-08-18
selftests/bpf: Fix a selftest compilation error
Yonghong Song
1
-1
/
+1
2023-08-18
selftests/bpf: Add CO-RE relocs kfunc flavors tests
Dave Marchevsky
2
-0
/
+53
2023-08-18
libbpf: Support triple-underscore flavors for kfunc relocation
Dave Marchevsky
1
-1
/
+19
2023-08-18
bpf/tests: Enhance output on error and fix typos
Helge Deller
1
-5
/
+7
2023-08-18
selftests/bpf: Add lwt_xmit tests for BPF_REROUTE
Yan Zhai
3
-0
/
+299
2023-08-18
selftests/bpf: Add lwt_xmit tests for BPF_REDIRECT
Yan Zhai
4
-0
/
+560
2023-08-18
lwt: Check LWTUNNEL_XMIT_CONTINUE strictly
Yan Zhai
3
-3
/
+6
2023-08-18
lwt: Fix return values of BPF xmit ops
Yan Zhai
1
-4
/
+3
2023-08-18
selftests/bpf: Enable cpu v4 tests for arm64
Xu Kuohai
6
-6
/
+6
2023-08-18
bpf, arm64: Support signed div/mod instructions
Xu Kuohai
2
-4
/
+17
2023-08-18
bpf, arm64: Support 32-bit offset jmp instruction
Xu Kuohai
1
-1
/
+5
2023-08-18
bpf, arm64: Support unconditional bswap
Xu Kuohai
1
-2
/
+3
2023-08-18
bpf, arm64: Support sign-extension mov instructions
Xu Kuohai
2
-1
/
+19
[next]