summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net
Commit message (Expand)AuthorAgeFilesLines
* powerpc/bpf: Reject atomic ops in ppc32 JITNaveen N. Rao2021-07-051-3/+11
* powerpc/bpf: Fix detecting BPF atomic instructionsNaveen N. Rao2021-07-051-2/+2
* powerpc/bpf: Use bctrl for making function callsNaveen N. Rao2021-06-252-8/+8
* powerpc/bpf: Write protect JIT codeJordan Niethe2021-06-211-0/+1
* powerpc/bpf: Remove bpf_jit_free()Jordan Niethe2021-06-211-12/+0
* powerpc/ebpf32: Use _Rx macros instead of __REG_Rx onesChristophe Leroy2021-06-161-109/+109
* powerpc/ebpf64: Use PPC_RAW_MFLR()Christophe Leroy2021-06-161-1/+1
* powerpc/ebpf32: Use standard function call for functions within 32M distanceChristophe Leroy2021-04-212-5/+14
* powerpc/ebpf32: Rework 64 bits shifts to avoid tests and branchesChristophe Leroy2021-04-211-20/+19
* powerpc/ebpf32: Fix comment on BPF_ALU{64} | BPF_LSH | BPF_KChristophe Leroy2021-04-211-2/+2
* powerpc/bpf: Reallocate BPF registers to volatile registers when possible on ...Christophe Leroy2021-04-035-3/+51
* powerpc/bpf: Implement extended BPF on PPC32Christophe Leroy2021-04-033-1/+1074
* powerpc/bpf: Change values of SEEN_ flagsChristophe Leroy2021-04-031-5/+5
* powerpc/bpf: Move common functions into bpf_jit_comp.cChristophe Leroy2021-04-034-259/+281
* powerpc/bpf: Move common helpers into bpf_jit.hChristophe Leroy2021-04-033-35/+35
* powerpc/bpf: Change register numbering for bpf_set/is_seen_register()Christophe Leroy2021-04-031-8/+8
* powerpc/bpf: Remove classical BPF support for PPC32Christophe Leroy2021-04-034-1052/+0
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-5/+20
* bpf, powerpc: Fix misuse of fallthrough in bpf_jit_comp()He Zhe2020-09-291-1/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* powerpc/ppc-opcode: Consolidate powerpc instructions from bpf_jit.hBalamuruhan S2020-07-165-373/+239
* powerpc/bpf_jit: Reuse instruction macros from ppc-opcode.hBalamuruhan S2020-07-165-35/+19
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-10/+10
* powerpc/bpf: Fix tail call implementationEric Dumazet2019-11-021-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-176-35/+11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-172-5/+5
| |\
| | * powerpc/bpf: use unsigned division instruction for 64-bit operationsNaveen N. Rao2019-06-132-5/+5
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-056-30/+6
| |/
* / powerpc: bpf: eliminate zero extension code-genJiong Wang2019-05-241-3/+33
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-164-18/+35
|\
| * powerpc: bpf: Fix generation of load/store DW instructionsNaveen N. Rao2019-03-164-18/+35
* | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-071-3/+2
|\ \ | |/ |/|
| * powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-3/+2
* | bpf: powerpc64: add JIT support for bpf line infoSandipan Das2019-02-011-0/+1
* | ppc: bpf: implement jitting of JMP32Jiong Wang2019-01-262-14/+110
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-102-0/+10
|\
| * ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang2018-12-072-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-0/+66
|\ \ | |/ |/|
| * bpf: powerpc64: optimize JIT passes for bpf function callsSandipan Das2018-12-031-0/+66
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-19/+38
|\|
| * bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann2018-11-261-19/+38
* | net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-161-3/+0
* | net/bpf_jit: PPC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław2018-11-161-8/+10
|/
* Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-175-1/+5
|\
| * powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao2018-08-081-1/+1
| * powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-304-0/+4
* | bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xaddDaniel Borkmann2018-07-191-24/+5
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
* bpf: powerpc64: add JIT support for multi-function programsSandipan Das2018-05-241-10/+66
* bpf: powerpc64: pad function address loads with NOPsSandipan Das2018-05-241-11/+23