1. ebf7f6f bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 by Tiezhu Yang · 3 years, 2 months ago
  2. b7540d6 powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPEC by Naveen N. Rao · 3 years, 3 months ago
  3. 5855c4c powerpc/bpf: Fix BPF_SUB when imm == 0x80000000 by Naveen N. Rao · 3 years, 3 months ago
  4. 8bbc9d8 powerpc/bpf: Fix BPF_MOD when imm == 1 by Naveen N. Rao · 3 years, 3 months ago
  5. 3832ba4 powerpc/bpf: Validate branch ranges by Naveen N. Rao · 3 years, 3 months ago
  6. f5e81d1 bpf: Introduce BPF nospec instruction for mitigating Spectre v4 by Daniel Borkmann · 3 years, 6 months ago
  7. 419ac82 powerpc/bpf: Fix detecting BPF atomic instructions by Naveen N. Rao · 3 years, 7 months ago
  8. 20ccb00 powerpc/bpf: Use bctrl for making function calls by Naveen N. Rao · 3 years, 7 months ago
  9. e08021f powerpc/ebpf64: Use PPC_RAW_MFLR() by Christophe Leroy · 3 years, 8 months ago
  10. 4027203 powerpc/bpf: Reallocate BPF registers to volatile registers when possible on PPC32 by Christophe Leroy · 3 years, 10 months ago
  11. 4ea76e9 powerpc/bpf: Move common functions into bpf_jit_comp.c by Christophe Leroy · 3 years, 10 months ago
  12. f1b1583 powerpc/bpf: Move common helpers into bpf_jit.h by Christophe Leroy · 3 years, 10 months ago
  13. ed573b5 powerpc/bpf: Change register numbering for bpf_set/is_seen_register() by Christophe Leroy · 3 years, 10 months ago
  14. 91c960b bpf: Rename BPF_XADD and prepare to encode other atomics in .imm by Brendan Jackman · 4 years ago
  15. 3a18123 powerpc/ppc-opcode: Consolidate powerpc instructions from bpf_jit.h by Balamuruhan S · 4 years, 7 months ago
  16. 0654186 powerpc/bpf_jit: Reuse instruction macros from ppc-opcode.h by Balamuruhan S · 4 years, 7 months ago
  17. 7de0869 powerpc/bpf: Fix tail call implementation by Eric Dumazet · 5 years ago
  18. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  19. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  20. 758f204 powerpc/bpf: use unsigned division instruction for 64-bit operations by Naveen N. Rao · 6 years ago
  21. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  22. a4c9277 powerpc: bpf: eliminate zero extension code-gen by Jiong Wang · 6 years ago
  23. 86be36f powerpc: bpf: Fix generation of load/store DW instructions by Naveen N. Rao · 6 years ago
  24. 6f20c71 bpf: powerpc64: add JIT support for bpf line info by Sandipan Das · 6 years ago
  25. 5f64599 ppc: bpf: implement jitting of JMP32 by Jiong Wang · 6 years ago
  26. addb067 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  27. 44cf43c ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* by Jiong Wang · 6 years ago
  28. 025dceb bpf: powerpc64: optimize JIT passes for bpf function calls by Sandipan Das · 6 years ago
  29. e2c95a6 bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addr by Daniel Borkmann · 6 years ago
  30. 5e2d059 Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  31. ec0c464 powerpc: move ASM_CONST and stringify_in_c() into asm-const.h by Christophe Leroy · 7 years ago
  32. b9c1e60 bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xadd by Daniel Borkmann · 6 years ago
  33. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  34. 8484ce8 bpf: powerpc64: add JIT support for multi-function programs by Sandipan Das · 7 years ago
  35. 4ea69b2 bpf: powerpc64: pad function address loads with NOPs by Sandipan Das · 7 years ago
  36. dbf44daf bpf, ppc64: remove ld_abs/ld_ind by Daniel Borkmann · 7 years ago
  37. d269176 bpf, ppc64: fix out of bounds access in tail call by Daniel Borkmann · 7 years ago
  38. 53fbf57 bpf, ppc64: remove obsolete exception handling from div/mod by Daniel Borkmann · 7 years ago
  39. fa9dd59 bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 7 years ago
  40. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  41. 60b58afc bpf: fix net.core.bpf_jit_enable race by Alexei Starovoitov · 7 years ago
  42. 87338c8 bpf, ppc64: do not reload skb pointers in non-skb context by Daniel Borkmann · 7 years ago
  43. ac0761e bpf: take advantage of stack_depth tracking in powerpc JIT by Sandipan Das · 7 years ago
  44. bac65d9 Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  45. 6acdc9a powerpc/bpf: Use memset32() to pre-fill traps in BPF page(s) by Naveen N. Rao · 8 years ago
  46. 20dbf5c bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE} by Daniel Borkmann · 7 years ago
  47. 783d28dd1 bpf: Add jited_len to struct bpf_prog by Martin KaFai Lau · 8 years ago
  48. 71189fa bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode by Alexei Starovoitov · 8 years ago
  49. 38705613 Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  50. 74451e66 bpf: make jited programs visible in traces by Daniel Borkmann · 8 years ago
  51. 9383191 bpf: remove stubs for cBPF from arch code by Daniel Borkmann · 8 years ago
  52. 10528b9 powerpc/bpf: Flush the entire JIT buffer by Naveen N. Rao · 8 years ago
  53. 052de33 powerpc/bpf: Remove redundant check for non-null image by Daniel Borkmann · 8 years ago
  54. 17bedab bpf: xdp: Allow head adjustment in XDP prog by Martin KaFai Lau · 8 years ago
  55. b7b7013 powerpc/bpf: Add support for bpf constant blinding by Naveen N. Rao · 8 years ago
  56. ce07614 powerpc/bpf: Implement support for tail calls by Naveen N. Rao · 8 years ago
  57. 7b847f5 powerpc/bpf: Introduce accessors for using the tmp local stack space by Naveen N. Rao · 8 years ago
  58. 156d0e2 powerpc/ebpf/jit: Implement JIT compiler for extended BPF by Naveen N. Rao · 9 years ago