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