platform/kernel/linux-rpi.git
2023-08-25 Dave Marchevskybpf: Reenable bpf_refcount_acquire
2023-08-25 Dave Marchevskybpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcoun...
2023-08-25 Dave Marchevskybpf: Consider non-owning refs trusted
2023-08-25 Dave Marchevskybpf: Ensure kptr_struct_meta is non-NULL for collection...
2023-08-24 Alexei StarovoitovMerge branch 'add-support-cpu-v4-insns-for-rv64'
2023-08-24 Pu Lehuiselftests/bpf: Enable cpu v4 tests for RV64
2023-08-24 Pu Lehuiriscv, bpf: Support unconditional bswap insn
2023-08-24 Pu Lehuiriscv, bpf: Support signed div/mod insns
2023-08-24 Pu Lehuiriscv, bpf: Support 32-bit offset jmp insn
2023-08-24 Pu Lehuiriscv, bpf: Support sign-extension mov insns
2023-08-24 Pu Lehuiriscv, bpf: Support sign-extension load insns
2023-08-24 Pu Lehuiriscv, bpf: Fix missing exception handling and redundan...
2023-08-24 Alexei StarovoitovMerge branch 'samples-bpf-remove-unmaintained-xdp-sampl...
2023-08-24 Toke Høiland... samples/bpf: Add note to README about the XDP utilities...
2023-08-24 Toke Høiland... samples/bpf: Cleanup .gitignore
2023-08-24 Toke Høiland... samples/bpf: Remove the xdp_sample_pkts utility
2023-08-24 Toke Høiland... samples/bpf: Remove the xdp1 and xdp2 utilities
2023-08-24 Toke Høiland... samples/bpf: Remove the xdp_rxq_info utility
2023-08-24 Toke Høiland... samples/bpf: Remove the xdp_redirect* utilities
2023-08-24 Toke Høiland... samples/bpf: Remove the xdp_monitor utility
2023-08-24 Yonghong Songselftests/bpf: Add a local kptr test with no special...
2023-08-24 Yonghong Songbpf: Remove a WARN_ON_ONCE warning related to local...
2023-08-24 Andrii Nakryikolibbpf: fix signedness determination in CO-RE relo...
2023-08-24 Andrii Nakryikoselftests/bpf: add uprobe_multi test binary to .gitignore
2023-08-24 Daniel Xulibbpf: Add bpf_object__unpin()
2023-08-23 Alexei StarovoitovMerge branch 'bpf-fix-an-issue-in-verifing-allow_ptr_leaks'
2023-08-23 Yafang Shaoselftests/bpf: Add selftest for allow_ptr_leaks
2023-08-23 Yafang Shaobpf: Fix issue in verifying allow_ptr_leaks
2023-08-22 Hao Luolibbpf: Free btf_vmlinux when closing bpf_object
2023-08-22 Alexei StarovoitovMerge branch 'fix-for-check_func_arg_reg_off'
2023-08-22 Kumar Kartikeya... selftests/bpf: Add test for bpf_obj_drop with bad reg...
2023-08-22 Kumar Kartikeya... bpf: Fix check_func_arg_reg_off bug for graph root...
2023-08-22 Yonghong Songselftests/bpf: Add a failure test for bpf_kptr_xchg...
2023-08-22 Yonghong Songbpf: Fix a bpf_kptr_xchg() issue with local kptr
2023-08-21 Alexei StarovoitovMerge branch 'bpf-add-multi-uprobe-link'
2023-08-21 Jiri Olsaselftests/bpf: Add extra link to uprobe_multi tests
2023-08-21 Jiri Olsaselftests/bpf: Add uprobe_multi pid filter tests
2023-08-21 Jiri Olsaselftests/bpf: Add uprobe_multi cookie test
2023-08-21 Jiri Olsaselftests/bpf: Add uprobe_multi usdt bench test
2023-08-21 Jiri Olsaselftests/bpf: Add uprobe_multi usdt test code
2023-08-21 Jiri Olsaselftests/bpf: Add uprobe_multi bench test
2023-08-21 Jiri Olsaselftests/bpf: Add uprobe_multi test program
2023-08-21 Jiri Olsaselftests/bpf: Add uprobe_multi link test
2023-08-21 Jiri Olsaselftests/bpf: Add uprobe_multi api test
2023-08-21 Jiri Olsaselftests/bpf: Add uprobe_multi skel test
2023-08-21 Jiri Olsaselftests/bpf: Move get_time_ns to testing_helpers.h
2023-08-21 Jiri Olsalibbpf: Add uprobe multi link support to bpf_program__a...
2023-08-21 Jiri Olsalibbpf: Add uprobe multi link detection
2023-08-21 Jiri Olsalibbpf: Add support for u[ret]probe.multi[.s] program...
2023-08-21 Jiri Olsalibbpf: Add bpf_program__attach_uprobe_multi function
2023-08-21 Jiri Olsalibbpf: Add bpf_link_create support for multi uprobes
2023-08-21 Jiri Olsalibbpf: Add elf_resolve_pattern_offsets function
2023-08-21 Jiri Olsalibbpf: Add elf_resolve_syms_offsets function
2023-08-21 Jiri Olsalibbpf: Add elf symbol iterator
2023-08-21 Jiri Olsalibbpf: Add elf_open/elf_close functions
2023-08-21 Jiri Olsalibbpf: Move elf_find_func_offset* functions to elf...
2023-08-21 Jiri Olsalibbpf: Add uprobe_multi attach type and link names
2023-08-21 Jiri Olsabpf: Add bpf_get_func_ip helper support for uprobe...
2023-08-21 Jiri Olsabpf: Add pid filter support for uprobe_multi link
2023-08-21 Jiri Olsabpf: Add cookies support for uprobe_multi link
2023-08-21 Jiri Olsabpf: Add multi uprobe link
2023-08-21 Jiri Olsabpf: Add attach_type checks under bpf_prog_attach_check...
2023-08-21 Jiri Olsabpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enum
2023-08-21 Alexei StarovoitovMerge branch 'samples-bpf-make-bpf-programs-more-libbpf...
2023-08-21 Daniel T. Leesamples/bpf: simplify spintest with kprobe.multi
2023-08-21 Daniel T. Leesamples/bpf: refactor syscall tracing programs using...
2023-08-21 Daniel T. Leesamples/bpf: fix broken map lookup probe
2023-08-21 Daniel T. Leesamples/bpf: fix bio latency check with tracepoint
2023-08-21 Daniel T. Leesamples/bpf: make tracing programs to be more CO-RE...
2023-08-21 Daniel T. Leesamples/bpf: fix symbol mismatch by compiler optimization
2023-08-21 Daniel T. Leesamples/bpf: unify bpf program suffix to .bpf with...
2023-08-21 Daniel T. Leesamples/bpf: convert to vmlinux.h with tracing programs
2023-08-21 Daniel T. Leesamples/bpf: fix warning with ignored-attributes
2023-08-21 Alexei StarovoitovMerge branch 'remove-unnecessary-synchronizations-in...
2023-08-21 Hou Taobpf, cpumask: Clean up bpf_cpu_map_entry directly in...
2023-08-21 Hou Taobpf, cpumap: Use queue_rcu_work() to remove unnecessary...
2023-08-18 Yonghong Songselftests/bpf: Fix a selftest compilation error
2023-08-18 Dave Marchevskyselftests/bpf: Add CO-RE relocs kfunc flavors tests
2023-08-18 Dave Marchevskylibbpf: Support triple-underscore flavors for kfunc...
2023-08-18 Helge Dellerbpf/tests: Enhance output on error and fix typos
2023-08-18 Yan Zhaiselftests/bpf: Add lwt_xmit tests for BPF_REROUTE
2023-08-18 Yan Zhaiselftests/bpf: Add lwt_xmit tests for BPF_REDIRECT
2023-08-18 Yan Zhailwt: Check LWTUNNEL_XMIT_CONTINUE strictly
2023-08-18 Yan Zhailwt: Fix return values of BPF xmit ops
2023-08-18 Xu Kuohaiselftests/bpf: Enable cpu v4 tests for arm64
2023-08-18 Xu Kuohaibpf, arm64: Support signed div/mod instructions
2023-08-18 Xu Kuohaibpf, arm64: Support 32-bit offset jmp instruction
2023-08-18 Xu Kuohaibpf, arm64: Support unconditional bswap
2023-08-18 Xu Kuohaibpf, arm64: Support sign-extension mov instructions
2023-08-18 Xu Kuohaibpf, arm64: Support sign-extension load instructions
2023-08-18 Xu Kuohaiarm64: insn: Add encoders for LDRSB/LDRSH/LDRSW
2023-08-18 Jakub KicinskiMerge branch 'netconsole-enable-compile-time-configuration'
2023-08-18 Breno Leitaonetconsole: Enable compile time configuration
2023-08-18 Breno Leitaonetconsole: Create a allocation helper
2023-08-18 Justin Stittnet: mdio: fix -Wvoid-pointer-to-enum-cast warning
2023-08-18 Jakub KicinskiMerge branch 'netem-use-a-seeded-prng-for-loss-and...
2023-08-18 François Michelnetem: use seeded PRNG for correlated loss events
2023-08-18 François Michelnetem: use a seeded PRNG for generating random losses
2023-08-18 François Michelnetem: add prng attribute to netem_sched_data
2023-08-18 Jialin Zhangnet: ena: Use pci_dev_id() to simplify the code
next