index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
pci
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-14
bpf: don't infer PTR_TO_CTX for programs with unnamed context type
Andrii Nakryiko
2
-0
/
+22
2024-02-14
bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg
Andrii Nakryiko
1
-0
/
+15
2024-02-14
bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()
Andrii Nakryiko
3
-24
/
+22
2024-02-14
bpf: remove check in __cgroup_bpf_run_filter_skb
Oliver Crumrine
2
-4
/
+2
2024-02-14
selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.
Kui-Feng Lee
5
-1
/
+115
2024-02-14
bpf: Create argument information for nullable arguments.
Kui-Feng Lee
5
-12
/
+257
2024-02-14
bpf: Move __kfunc_param_match_suffix() to btf.c.
Kui-Feng Lee
3
-28
/
+32
2024-02-14
bpf: add btf pointer to struct bpf_ctx_arg_aux.
Kui-Feng Lee
2
-1
/
+2
2024-02-13
bpf, docs: Update ISA document title
Dave Thaler
1
-4
/
+4
2024-02-13
libbpf: Add support to GCC in CORE macro definitions
Cupertino Miranda
1
-7
/
+38
2024-02-13
bpf: Abstract loop unrolling pragmas in BPF selftests
Jose E. Marchesi
19
-42
/
+102
2024-02-13
selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()
Yonghong Song
2
-0
/
+57
2024-02-13
bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly
Yonghong Song
2
-11
/
+14
2024-02-13
bpf: Have bpf_rdonly_cast() take a const pointer
Daniel Xu
1
-2
/
+2
2024-02-11
bpf: Allow compiler to inline most of bpf_local_storage_lookup()
Marco Elver
5
-90
/
+41
2024-02-08
bpf, btf: Check btf for register_bpf_struct_ops
Geliang Tang
1
-1
/
+3
2024-02-08
bpf, btf: Add check_btf_kconfigs helper
Geliang Tang
1
-18
/
+15
2024-02-08
bpf, btf: Fix return value of register_btf_id_dtor_kfuncs
Geliang Tang
1
-4
/
+2
2024-02-08
bpf: Merge two CONFIG_BPF entries
Masahiro Yamada
2
-5
/
+1
2024-02-08
selftests/bpf: Mark cpumask kfunc declarations as __weak
Yafang Shao
1
-28
/
+29
2024-02-08
selftests/bpf: Fix error checking for cpumask_success__load()
Yafang Shao
1
-3
/
+3
2024-02-08
tools/resolve_btfids: Fix cross-compilation to non-host endianness
Viktor Malik
1
-0
/
+35
2024-02-08
tools/resolve_btfids: Refactor set sorting with types from btf_ids.h
Viktor Malik
2
-14
/
+30
2024-02-06
libbpf: Use OPTS_SET() macro in bpf_xdp_query()
Toke Høiland-Jørgensen
1
-2
/
+2
2024-02-06
bpf: Use -Wno-address-of-packed-member in some selftests
Jose E. Marchesi
3
-0
/
+6
2024-02-06
bpf, docs: Fix typos in instructions-set.rst
Dave Thaler
1
-3
/
+4
2024-02-06
selftests/bpf: mark dynptr kfuncs __weak to make them optional on old kernels
Andrii Nakryiko
1
-9
/
+9
2024-02-06
libbpf: fix return value for PERF_EVENT __arg_ctx type fix up check
Andrii Nakryiko
1
-3
/
+3
2024-02-06
xsk: document ability to redirect to any socket bound to the same umem
Magnus Karlsson
1
-14
/
+19
2024-02-06
xsk: support redirect to any socket bound to the same umem
Magnus Karlsson
1
-1
/
+4
2024-02-06
selftests/bpf: Add tests for RCU lock transfer between subprogs
Kumar Kartikeya Dwivedi
2
-0
/
+126
2024-02-06
bpf: Transfer RCU lock state between subprog calls
Kumar Kartikeya Dwivedi
1
-2
/
+1
2024-02-06
selftests/bpf: Add test for static subprog call in lock cs
Kumar Kartikeya Dwivedi
3
-0
/
+111
2024-02-06
bpf: Allow calling static subprogs while holding a bpf_spin_lock
Kumar Kartikeya Dwivedi
2
-4
/
+9
2024-02-05
bpf, docs: Expand set of initial conformance groups
Dave Thaler
1
-12
/
+36
2024-02-05
selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute
Yonghong Song
3
-2
/
+2
2024-02-05
selftests/bpf: Suppress warning message of an unused variable.
Kui-Feng Lee
3
-7
/
+4
2024-02-05
selftests/bpf: Fix flaky test ptr_untrusted
Yonghong Song
1
-3
/
+3
2024-02-05
bpf: Remove an unnecessary check.
Kui-Feng Lee
1
-12
/
+9
2024-02-03
bpf: don't emit warnings intended for global subprogs for static subprogs
Andrii Nakryiko
1
-0
/
+6
2024-02-03
selftests/bpf: add more cases for __arg_trusted __arg_nullable args
Andrii Nakryiko
1
-3
/
+29
2024-02-03
bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logic
Andrii Nakryiko
1
-0
/
+1
2024-02-02
selftests/bpf: trace_helpers.c: do not use poisoned type
Shung-Hsi Yu
1
-1
/
+1
2024-02-02
selftests/bpf: States pruning checks for scalar vs STACK_MISC
Eduard Zingerman
1
-0
/
+154
2024-02-02
bpf: Handle scalar spill vs all MISC in stacksafe()
Eduard Zingerman
1
-3
/
+69
2024-02-02
selftests/bpf: Add test cases for narrowing fill
Maxim Mikityanskiy
1
-0
/
+111
2024-02-02
bpf: Preserve boundaries and track scalars on narrowing fill
Maxim Mikityanskiy
3
-11
/
+39
2024-02-02
selftests/bpf: Test tracking spilled unbounded scalars
Maxim Mikityanskiy
1
-0
/
+27
2024-02-02
bpf: Track spilled unbounded scalars
Maxim Mikityanskiy
2
-18
/
+4
2024-02-01
selftests/bpf: Fix bench runner SIGSEGV
Andrii Nakryiko
1
-2
/
+10
[next]