index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-06
riscv: implement a memset like function for text
Puranjay Mohan
2
-0
/
+78
2023-09-06
riscv: extend patch_text_nosync() for multiple pages
Puranjay Mohan
1
-5
/
+32
2023-09-06
bpf: make bpf_prog_pack allocator portable
Puranjay Mohan
1
-4
/
+4
2023-08-24
Merge branch 'add-support-cpu-v4-insns-for-rv64'
Alexei Starovoitov
8
-28
/
+122
2023-08-24
selftests/bpf: Enable cpu v4 tests for RV64
Pu Lehui
6
-6
/
+12
2023-08-24
riscv, bpf: Support unconditional bswap insn
Pu Lehui
1
-0
/
+1
2023-08-24
riscv, bpf: Support signed div/mod insns
Pu Lehui
2
-6
/
+40
2023-08-24
riscv, bpf: Support 32-bit offset jmp insn
Pu Lehui
1
-1
/
+5
2023-08-24
riscv, bpf: Support sign-extension mov insns
Pu Lehui
1
-1
/
+13
2023-08-24
riscv, bpf: Support sign-extension load insns
Pu Lehui
2
-8
/
+48
2023-08-24
riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/W
Pu Lehui
1
-6
/
+3
2023-08-24
Merge branch 'samples-bpf-remove-unmaintained-xdp-sample-utilities'
Alexei Starovoitov
20
-3536
/
+7
2023-08-24
samples/bpf: Add note to README about the XDP utilities moved to xdp-tools
Toke Høiland-Jørgensen
1
-0
/
+6
2023-08-24
samples/bpf: Cleanup .gitignore
Toke Høiland-Jørgensen
1
-12
/
+0
2023-08-24
samples/bpf: Remove the xdp_sample_pkts utility
Toke Høiland-Jørgensen
3
-256
/
+0
2023-08-24
samples/bpf: Remove the xdp1 and xdp2 utilities
Toke Høiland-Jørgensen
4
-398
/
+0
2023-08-24
samples/bpf: Remove the xdp_rxq_info utility
Toke Høiland-Jørgensen
3
-757
/
+0
2023-08-24
samples/bpf: Remove the xdp_redirect* utilities
Toke Høiland-Jørgensen
9
-1981
/
+1
2023-08-24
samples/bpf: Remove the xdp_monitor utility
Toke Høiland-Jørgensen
3
-133
/
+1
2023-08-24
selftests/bpf: Add a local kptr test with no special fields
Yonghong Song
2
-0
/
+51
2023-08-24
bpf: Remove a WARN_ON_ONCE warning related to local kptr
Yonghong Song
1
-1
/
+0
2023-08-23
libbpf: fix signedness determination in CO-RE relo handling logic
Andrii Nakryiko
1
-1
/
+1
2023-08-23
selftests/bpf: add uprobe_multi test binary to .gitignore
Andrii Nakryiko
1
-0
/
+1
2023-08-23
libbpf: Add bpf_object__unpin()
Daniel Xu
3
-0
/
+17
2023-08-23
Merge branch 'bpf-fix-an-issue-in-verifing-allow_ptr_leaks'
Alexei Starovoitov
3
-9
/
+57
2023-08-23
selftests/bpf: Add selftest for allow_ptr_leaks
Yafang Shao
2
-1
/
+48
2023-08-23
bpf: Fix issue in verifying allow_ptr_leaks
Yafang Shao
1
-8
/
+9
2023-08-22
libbpf: Free btf_vmlinux when closing bpf_object
Hao Luo
1
-0
/
+1
2023-08-22
Merge branch 'fix-for-check_func_arg_reg_off'
Alexei Starovoitov
2
-11
/
+20
2023-08-22
selftests/bpf: Add test for bpf_obj_drop with bad reg->off
Kumar Kartikeya Dwivedi
1
-0
/
+20
2023-08-22
bpf: Fix check_func_arg_reg_off bug for graph root/node
Kumar Kartikeya Dwivedi
1
-11
/
+0
2023-08-22
selftests/bpf: Add a failure test for bpf_kptr_xchg() with local kptr
Yonghong Song
2
-1
/
+74
2023-08-22
bpf: Fix a bpf_kptr_xchg() issue with local kptr
Yonghong Song
1
-10
/
+15
2023-08-21
Merge branch 'bpf-add-multi-uprobe-link'
Alexei Starovoitov
24
-323
/
+1992
2023-08-21
selftests/bpf: Add extra link to uprobe_multi tests
Jiri Olsa
2
-0
/
+22
2023-08-21
selftests/bpf: Add uprobe_multi pid filter tests
Jiri Olsa
2
-12
/
+126
2023-08-21
selftests/bpf: Add uprobe_multi cookie test
Jiri Olsa
1
-0
/
+78
2023-08-21
selftests/bpf: Add uprobe_multi usdt bench test
Jiri Olsa
2
-0
/
+55
2023-08-21
selftests/bpf: Add uprobe_multi usdt test code
Jiri Olsa
1
-1
/
+25
2023-08-21
selftests/bpf: Add uprobe_multi bench test
Jiri Olsa
2
-0
/
+55
2023-08-21
selftests/bpf: Add uprobe_multi test program
Jiri Olsa
2
-0
/
+72
2023-08-21
selftests/bpf: Add uprobe_multi link test
Jiri Olsa
1
-0
/
+69
2023-08-21
selftests/bpf: Add uprobe_multi api test
Jiri Olsa
1
-0
/
+65
2023-08-21
selftests/bpf: Add uprobe_multi skel test
Jiri Olsa
2
-0
/
+167
2023-08-21
selftests/bpf: Move get_time_ns to testing_helpers.h
Jiri Olsa
3
-17
/
+10
2023-08-21
libbpf: Add uprobe multi link support to bpf_program__attach_usdt
Jiri Olsa
2
-17
/
+82
2023-08-21
libbpf: Add uprobe multi link detection
Jiri Olsa
2
-0
/
+38
2023-08-21
libbpf: Add support for u[ret]probe.multi[.s] program sections
Jiri Olsa
1
-0
/
+36
2023-08-21
libbpf: Add bpf_program__attach_uprobe_multi function
Jiri Olsa
3
-0
/
+166
2023-08-21
libbpf: Add bpf_link_create support for multi uprobes
Jiri Olsa
2
-1
/
+21
[next]