summaryrefslogtreecommitdiff
path: root/arch/powerpc/net
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...HEADmasterLinus Torvalds1-30/+88
11 dayspowerpc64/bpf: jit support for signed division and moduloArtem Savkov1-8/+33
11 dayspowerpc64/bpf: jit support for sign extended movArtem Savkov1-2/+8
11 dayspowerpc64/bpf: jit support for sign extended loadArtem Savkov1-19/+42
11 dayspowerpc64/bpf: jit support for unconditional byte swapArtem Savkov1-1/+2
11 dayspowerpc64/bpf: jit support for 32bit offset jmp instructionArtem Savkov1-0/+3
2024-06-21bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos1-2/+2
2024-05-29powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCHPuranjay Mohan2-0/+24
2024-05-07powerpc/bpf/32: Fix failing test_bpf testsChristophe Leroy1-31/+106
2024-05-06powerpc/bpf: enable kfunc callHari Bathini2-10/+61
2024-05-06powerpc/64/bpf: fix tail calls for PCREL addressingHari Bathini1-14/+16
2023-10-23powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]Hari Bathini4-51/+96
2023-10-23powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_dataHari Bathini1-2/+2
2023-10-23powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_packHari Bathini1-0/+15
2023-10-23powerpc/bpf: implement bpf_arch_text_copyHari Bathini1-1/+19
2023-10-19powerpc: Use NULL instead of 0 for null pointersBenjamin Gray1-2/+2
2023-10-18powerpc/bpf: Fixed 'instead' typo in bpf_jit_build_body()Muhammad Muzammil1-1/+1
2023-05-15powerpc/bpf: populate extable entries only during the last passHari Bathini1-0/+2
2023-04-20powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin2-13/+33
2023-02-10powerpc/bpf/32: perform three operands ALU operationsChristophe Leroy1-0/+10
2023-02-10powerpc/bpf/32: introduce a second source register for ALU operationsChristophe Leroy1-167/+183
2023-02-10powerpc/bpf/32: Optimise some particular const operationsChristophe Leroy1-3/+20
2023-02-10powerpc/bpf: Only pad length-variable code at initial passChristophe Leroy2-10/+10
2023-02-10powerpc/bpf: Perform complete extra passes to update addressesChristophe Leroy4-93/+8
2023-02-10powerpc/bpf/32: BPF prog is never called with more than one argChristophe Leroy1-6/+0
2023-02-10powerpc/bpf/32: Only set a stack frame when necessaryChristophe Leroy1-2/+18
2023-02-10powerpc/bpf/32: No need to zeroise r4 when not doing tail callChristophe Leroy1-1/+4
2022-11-24powerpc/bpf/32: Fix Oops on tail call testsChristophe Leroy1-31/+21
2022-06-29powerpc/bpf/32: Add instructions for atomic_[cmp]xchgHari Bathini1-3/+22
2022-06-29powerpc/bpf/32: add support for BPF_ATOMIC bitwise operationsHari Bathini1-12/+41
2022-06-29powerpc/bpf/64: Add instructions for atomic_[cmp]xchgHari Bathini1-5/+34
2022-06-29powerpc/bpf/64: add support for atomic fetch operationsHari Bathini1-1/+13
2022-06-29powerpc/bpf/64: add support for BPF_ATOMIC bitwise operationsHari Bathini1-28/+29
2022-05-22powerpc/inst: Remove PPC_INST_BLChristophe Leroy1-1/+1
2022-05-19powerpc: Finalise cleanup around ABI useChristophe Leroy1-2/+2
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy3-4/+4
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-381/+349
2022-03-07powerpc/bpf: Simplify bpf_to_ppc() and adopt it for powerpc64Naveen N. Rao4-104/+98
2022-03-07powerpc64/bpf: Store temp registers' bpf to ppc mappingJordan Niethe1-111/+86
2022-03-07powerpc/bpf: Use _Rn macros for GPRsNaveen N. Rao2-49/+49
2022-03-07powerpc/bpf: Move bpf_jit64.h into bpf_jit_comp64.cNaveen N. Rao2-70/+53
2022-03-07powerpc/bpf: Cleanup bpf_jit.hNaveen N. Rao2-9/+3
2022-03-07powerpc64/bpf: Get rid of PPC_BPF_[LL|STL|STLU] macrosNaveen N. Rao2-28/+15
2022-03-07powerpc64/bpf: Convert some of the uses of PPC_BPF_[LL|STL] to PPC_BPF_[LD|STD]Naveen N. Rao1-11/+11
2022-03-07powerpc/bpf: Rename PPC_BL_ABS() to PPC_BL()Naveen N. Rao2-4/+4
2022-03-07powerpc64/bpf: Optimize instruction sequence used for function callsNaveen N. Rao1-17/+13
2022-03-07powerpc64/bpf elfv1: Do not load TOC before calling functionsNaveen N. Rao4-23/+30
2022-03-07powerpc64/bpf elfv2: Setup kernel TOC in r2 on entryNaveen N. Rao1-8/+8
2022-03-07powerpc64/bpf: Use r12 for constant blindingNaveen N. Rao1-1/+1
2022-03-07powerpc64/bpf: Do not save/restore LR on each call to bpf_stf_barrier()Naveen N. Rao1-2/+1