platform/kernel/linux-starfive.git
2023-03-26 Eduard Zingermanselftests/bpf: verifier/cfg.c converted to inline assembly
2023-03-26 Eduard Zingermanselftests/bpf: verifier/bounds_mix_sign_unsign.c conver...
2023-03-26 Eduard Zingermanselftests/bpf: verifier/bounds_deduction.c converted...
2023-03-26 Eduard Zingermanselftests/bpf: verifier/basic_stack.c converted to...
2023-03-26 Eduard Zingermanselftests/bpf: verifier/array_access.c converted to...
2023-03-26 Eduard Zingermanselftests/bpf: verifier/and.c converted to inline assembly
2023-03-26 Eduard Zingermanselftests/bpf: prog_tests entry point for migrated...
2023-03-26 Eduard Zingermanselftests/bpf: Tests execution support for test_loader.c
2023-03-26 Eduard Zingermanselftests/bpf: Unprivileged tests for test_loader.c
2023-03-26 Eduard Zingermanselftests/bpf: __imm_insn & __imm_const macro for bpf_m...
2023-03-26 Eduard Zingermanselftests/bpf: Report program name on parse_test_spec...
2023-03-25 Alexei StarovoitovMerge branch 'Don't invoke KPTR_REF destructor on NULL...
2023-03-25 David Vernetbpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
2023-03-25 David Vernetbpf: Remove now-unnecessary NULL checks for KF_RELEASE...
2023-03-25 David Vernetbpf: Only invoke kptr dtor following non-NULL xchg
2023-03-24 Martin KaFai Laubpf: Check IS_ERR for the bpf_map_get() return value
2023-03-23 Martin KaFai LauMerge branch 'Transit between BPF TCP congestion controls.'
2023-03-23 Kui-Feng Leeselftests/bpf: Test switching TCP Congestion Control...
2023-03-23 Kui-Feng Leelibbpf: Use .struct_ops.link section to indicate a...
2023-03-23 Kui-Feng Leelibbpf: Update a bpf_link with another struct_ops.
2023-03-23 Kui-Feng Leebpf: Update the struct_ops of a bpf_link.
2023-03-23 Kui-Feng Leelibbpf: Create a bpf_link in bpf_map__attach_struct_ops().
2023-03-23 Kui-Feng Leebpf: Create links for BPF struct_ops maps.
2023-03-23 Kui-Feng Leenet: Update an existing TCP congestion control algorithm.
2023-03-23 Kui-Feng Leebpf: Retire the struct_ops map kvalue->refcnt.
2023-03-23 Andrii Nakryikobpf: remember meta->iter info only for initialized...
2023-03-22 Xu Kuohaiselftests/bpf: Check when bounds are not in the 32...
2023-03-22 Daniel Borkmannbpf: Fix __reg_bound_offset 64->32 var_off subreg propa...
2023-03-22 Alexei StarovoitovMerge branch 'error checking where helpers call bpf_map...
2023-03-22 JP Kobrynbpf: return long from bpf_map_ops funcs
2023-03-22 JP Kobrynbpf/selftests: coverage for bpf_map_ops errors
2023-03-22 Andrii NakryikoMerge branch 'bpf: Support ksym detection in light...
2023-03-22 Alexei Starovoitovselftests/bpf: Add light skeleton test for kfunc detection.
2023-03-22 Alexei Starovoitovlibbpf: Support kfunc detection in light skeleton.
2023-03-22 Alexei Starovoitovbpf: Teach the verifier to recognize rdonly_mem as...
2023-03-22 Alexei Starovoitovlibbpf: Rename RELO_EXTERN_VAR/FUNC.
2023-03-22 Tushar Vyavahareselftests/xsk: add xdp populate metadata test
2023-03-21 Martin KaFai LauMerge branch 'net: skbuff: skb bitfield compaction...
2023-03-21 Jakub Kicinskinet: skbuff: move the fields BPF cares about directly...
2023-03-21 Jakub Kicinskinet: skbuff: reorder bytes 2 and 3 of the bitfield
2023-03-21 Jakub Kicinskinet: skbuff: rename __pkt_vlan_present_offset to __mono...
2023-03-20 Liu Panlibbpf: Explicitly call write to append content to...
2023-03-20 Alexei Starovoitovselftest/bpf: Add a test case for ld_imm64 copy logic.
2023-03-20 Alexei Starovoitovlibbpf: Fix ld_imm64 copy logic for ksym in light skeleton.
2023-03-18 Sreevani Sreejithbpf, docs: Libbpf overview documentation
2023-03-17 Manu Bretelleselftests/bpf: Add --json-summary option to test_progs
2023-03-17 Andrii NakryikoMerge branch 'bpf: Add detection of kfuncs.'
2023-03-17 Alexei Starovoitovselftests/bpf: Add test for bpf_ksym_exists().
2023-03-17 Alexei Starovoitovlibbpf: Introduce bpf_ksym_exists() macro.
2023-03-17 Alexei Starovoitovlibbpf: Fix relocation of kfunc ksym in ld_imm64 insn.
2023-03-17 Alexei Starovoitovbpf: Allow ld_imm64 instruction to point to kfunc.
2023-03-17 Bagas Sanjayabpf, docs: Use internal linking for link to netdev...
2023-03-17 Viktor Malikkallsyms, bpf: Move find_kallsyms_symbol_value out...
2023-03-17 Alexei StarovoitovMerge branch 'double-fix bpf_test_run + XDP_PASS recycling'
2023-03-17 Alexander Lobakinselftests/bpf: fix "metadata marker" getting overwritte...
2023-03-17 Alexander Lobakinbpf, test_run: fix crashes due to XDP frame overwriting...
2023-03-16 Luis Gerhorstbpf: Remove misleading spec_v1 check on var-offset...
2023-03-16 Alexei StarovoitovMerge branch 'Make struct bpf_cpumask RCU safe'
2023-03-16 David Vernetbpf,docs: Remove bpf_cpumask_kptr_get() from documentation
2023-03-16 David Vernetbpf: Remove bpf_cpumask_kptr_get() kfunc
2023-03-16 David Vernetbpf/selftests: Test using global cpumask kptr with RCU
2023-03-16 David Vernetbpf: Mark struct bpf_cpumask as rcu protected
2023-03-16 David Vernetbpf: Free struct bpf_cpumask in call_rcu handler
2023-03-16 Daniel Müllerlibbpf: Ignore warnings about "inefficient alignment"
2023-03-16 Martin KaFai Lauselftests/bpf: Fix a fd leak in an error path in networ...
2023-03-16 Martin KaFai Lauselftests/bpf: Use ASSERT_EQ instead ASSERT_OK for...
2023-03-16 Alexei StarovoitovMerge branch 'Fix attaching fentry/fexit/fmod_ret/lsm...
2023-03-16 Viktor Malikbpf/selftests: Test fentry attachment to shadowed functions
2023-03-16 Viktor Malikbpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
2023-03-14 Tejun Heocgroup: Make current_cgns_cgroup_dfl() safe to call...
2023-03-14 Alexei Starovoitovselftests/bpf: Fix trace_virtqueue_add_sgs test issue...
2023-03-14 Alexei StarovoitovMerge branch 'xdp: recycle Page Pool backed skbs built...
2023-03-14 Alexander Lobakinxdp: remove unused {__,}xdp_release_frame()
2023-03-14 Alexander Lobakinxdp: recycle Page Pool backed skbs built from XDP frames
2023-03-14 Alexander Lobakinnet: page_pool, skbuff: make skb_mark_for_recycle(...
2023-03-14 Alexander Lobakinselftests/bpf: robustify test_xdp_do_redirect with...
2023-03-14 Martin KaFai LauMerge branch 'bpf: Allow helpers access ptr_to_btf_id.'
2023-03-14 Alexei Starovoitovselftests/bpf: Add various tests to check helper access...
2023-03-14 Alexei Starovoitovbpf: Allow helpers access trusted PTR_TO_BTF_ID.
2023-03-14 Alexei Starovoitovbpf: Fix bpf_strncmp proto.
2023-03-14 Dave Thalerbpf, docs: Add signed comparison example
2023-03-14 Ross Zwislerselftests/bpf: use canonical ftrace path
2023-03-14 Ross Zwislerbpf: use canonical ftrace path
2023-03-13 Dave Marchevskybpf: Disable migration when freeing stashed local kptr...
2023-03-13 David Vernettasks: Extract rcu_users out of union
2023-03-13 Andrii Nakryikobpf: fix precision propagation verbose logging
2023-03-11 Alexei StarovoitovMerge branch 'Support stashing local kptrs with bpf_kpt...
2023-03-11 Dave Marchevskyselftests/bpf: Add local kptr stashing test
2023-03-11 Dave Marchevskybpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
2023-03-11 Dave Marchevskybpf: Support __kptr to local kptrs
2023-03-10 Dave Thalerbpf, docs: Explain helper functions
2023-03-10 Dave Marchevskybpf: Change btf_record_find enum parameter to field_mask
2023-03-10 Dave Marchevskybpf: btf: Remove unused btf_field_info_type enum
2023-03-10 Dave Marchevskybpf: verifier: Rename kernel_type_name helper to btf_ty...
2023-03-10 Martin KaFai Lauselftests/bpf: Add local-storage-create benchmark
2023-03-10 Martin KaFai Lauselftests/bpf: Check freeing sk->sk_local_storage with...
2023-03-10 Martin KaFai Lauselftests/bpf: Replace CHECK with ASSERT in test_local_...
2023-03-10 Martin KaFai Laubpf: Add bpf_local_storage_free()
2023-03-10 Martin KaFai Laubpf: Add bpf_local_storage_rcu callback
2023-03-10 Martin KaFai Laubpf: Add bpf_selem_free()
next