1. f5e81d1 bpf: Introduce BPF nospec instruction for mitigating Spectre v4 by Daniel Borkmann · 3 years, 6 months ago
  2. 307e504 powerpc/bpf: Reject atomic ops in ppc32 JIT by Naveen N. Rao · 3 years, 7 months ago
  3. 419ac82 powerpc/bpf: Fix detecting BPF atomic instructions by Naveen N. Rao · 3 years, 7 months ago
  4. 20ccb00 powerpc/bpf: Use bctrl for making function calls by Naveen N. Rao · 3 years, 8 months ago
  5. 62e3d42 powerpc/bpf: Write protect JIT code by Jordan Niethe · 3 years, 8 months ago
  6. bc33cfd powerpc/bpf: Remove bpf_jit_free() by Jordan Niethe · 3 years, 8 months ago
  7. e0ea08c powerpc/ebpf32: Use _Rx macros instead of __REG_Rx ones by Christophe Leroy · 3 years, 8 months ago
  8. e08021f powerpc/ebpf64: Use PPC_RAW_MFLR() by Christophe Leroy · 3 years, 8 months ago
  9. ee7c3ec powerpc/ebpf32: Use standard function call for functions within 32M distance by Christophe Leroy · 3 years, 9 months ago
  10. e7de002 powerpc/ebpf32: Rework 64 bits shifts to avoid tests and branches by Christophe Leroy · 3 years, 9 months ago
  11. d228cc4 powerpc/ebpf32: Fix comment on BPF_ALU{64} | BPF_LSH | BPF_K by Christophe Leroy · 3 years, 9 months ago
  12. 4027203 powerpc/bpf: Reallocate BPF registers to volatile registers when possible on PPC32 by Christophe Leroy · 3 years, 10 months ago
  13. 51c66ad powerpc/bpf: Implement extended BPF on PPC32 by Christophe Leroy · 3 years, 10 months ago
  14. c426810 powerpc/bpf: Change values of SEEN_ flags by Christophe Leroy · 3 years, 10 months ago
  15. 4ea76e9 powerpc/bpf: Move common functions into bpf_jit_comp.c by Christophe Leroy · 3 years, 10 months ago
  16. f1b1583 powerpc/bpf: Move common helpers into bpf_jit.h by Christophe Leroy · 3 years, 10 months ago
  17. ed573b5 powerpc/bpf: Change register numbering for bpf_set/is_seen_register() by Christophe Leroy · 3 years, 10 months ago
  18. 6944caad powerpc/bpf: Remove classical BPF support for PPC32 by Christophe Leroy · 3 years, 10 months ago
  19. 91c960b bpf: Rename BPF_XADD and prepare to encode other atomics in .imm by Brendan Jackman · 4 years ago
  20. 9cf5144 bpf, powerpc: Fix misuse of fallthrough in bpf_jit_comp() by He Zhe · 4 years, 4 months ago
  21. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  22. 3a18123 powerpc/ppc-opcode: Consolidate powerpc instructions from bpf_jit.h by Balamuruhan S · 4 years, 7 months ago
  23. 0654186 powerpc/bpf_jit: Reuse instruction macros from ppc-opcode.h by Balamuruhan S · 4 years, 7 months ago
  24. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  25. 7de0869 powerpc/bpf: Fix tail call implementation by Eric Dumazet · 5 years ago
  26. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  27. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  28. 758f204 powerpc/bpf: use unsigned division instruction for 64-bit operations by Naveen N. Rao · 6 years ago
  29. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  30. a4c9277 powerpc: bpf: eliminate zero extension code-gen by Jiong Wang · 6 years ago
  31. 0aedadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  32. 86be36f powerpc: bpf: Fix generation of load/store DW instructions by Naveen N. Rao · 6 years ago
  33. 6c3ac11 Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  34. ed1cd6d powerpc: Activate CONFIG_THREAD_INFO_IN_TASK by Christophe Leroy · 6 years ago
  35. 6f20c71 bpf: powerpc64: add JIT support for bpf line info by Sandipan Das · 6 years ago
  36. 5f64599 ppc: bpf: implement jitting of JMP32 by Jiong Wang · 6 years ago
  37. addb067 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  38. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  39. 44cf43c ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* by Jiong Wang · 6 years ago
  40. 025dceb bpf: powerpc64: optimize JIT passes for bpf function calls by Sandipan Das · 6 years ago
  41. e561bb2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  42. e2c95a6 bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addr by Daniel Borkmann · 6 years ago
  43. 0c4b2d3 net: remove VLAN_TAG_PRESENT by Michał Mirosław · 6 years ago
  44. 4ef3a14 net/bpf_jit: PPC: split VLAN_PRESENT bit handling from VLAN_TCI by Michał Mirosław · 6 years ago
  45. 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
  46. badf436 powerpc/Makefiles: Convert ifeq to ifdef where possible by Rodrigo R. Galvao · 6 years ago
  47. ec0c464 powerpc: move ASM_CONST and stringify_in_c() into asm-const.h by Christophe Leroy · 7 years ago
  48. b9c1e60 bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xadd by Daniel Borkmann · 7 years ago
  49. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  50. 8484ce8 bpf: powerpc64: add JIT support for multi-function programs by Sandipan Das · 7 years ago
  51. 4ea69b2 bpf: powerpc64: pad function address loads with NOPs by Sandipan Das · 7 years ago
  52. dbf44daf bpf, ppc64: remove ld_abs/ld_ind by Daniel Borkmann · 7 years ago
  53. 5470461 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  54. d269176 bpf, ppc64: fix out of bounds access in tail call by Daniel Borkmann · 7 years ago
  55. 083b209 powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data access by Mark Lord · 7 years ago
  56. 53fbf57 bpf, ppc64: remove obsolete exception handling from div/mod by Daniel Borkmann · 7 years ago
  57. fa9dd59 bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 7 years ago
  58. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  59. 60b58afc bpf: fix net.core.bpf_jit_enable race by Alexei Starovoitov · 7 years ago
  60. 87338c8 bpf, ppc64: do not reload skb pointers in non-skb context by Daniel Borkmann · 7 years ago
  61. 5b0e2cb Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  62. ac0761e bpf: take advantage of stack_depth tracking in powerpc JIT by Sandipan Das · 7 years ago
  63. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  64. 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
  65. 6acdc9a powerpc/bpf: Use memset32() to pre-fill traps in BPF page(s) by Naveen N. Rao · 8 years ago
  66. 20dbf5c bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE} by Daniel Borkmann · 7 years ago
  67. 783d28dd1 bpf: Add jited_len to struct bpf_prog by Martin KaFai Lau · 8 years ago
  68. 71189fa bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode by Alexei Starovoitov · 8 years ago
  69. 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
  70. 74451e66 bpf: make jited programs visible in traces by Daniel Borkmann · 8 years ago
  71. 9383191 bpf: remove stubs for cBPF from arch code by Daniel Borkmann · 8 years ago
  72. c233f59 powerpc/bpf: Introduce __PPC_SH64() by Naveen N. Rao · 8 years ago
  73. 10528b9 powerpc/bpf: Flush the entire JIT buffer by Naveen N. Rao · 8 years ago
  74. 052de33 powerpc/bpf: Remove redundant check for non-null image by Daniel Borkmann · 8 years ago
  75. 17bedab bpf: xdp: Allow head adjustment in XDP prog by Martin KaFai Lau · 8 years ago
  76. b7b7013 powerpc/bpf: Add support for bpf constant blinding by Naveen N. Rao · 8 years ago
  77. ce07614 powerpc/bpf: Implement support for tail calls by Naveen N. Rao · 8 years ago
  78. 7b847f5 powerpc/bpf: Introduce accessors for using the tmp local stack space by Naveen N. Rao · 8 years ago
  79. 156d0e2 powerpc/ebpf/jit: Implement JIT compiler for extended BPF by Naveen N. Rao · 9 years ago
  80. 6ac0ba5 powerpc/bpf/jit: Isolate classic BPF JIT specifics into a separate header by Naveen N. Rao · 9 years ago
  81. cef1e8c powerpc/bpf/jit: A few cleanups by Naveen N. Rao · 9 years ago
  82. 277285b powerpc/bpf/jit: Introduce rotate immediate instructions by Naveen N. Rao · 9 years ago
  83. b1a0578 powerpc/bpf/jit: Optimize 64-bit Immediate loads by Naveen N. Rao · 9 years ago
  84. aaf2f7e powerpc/bpf/jit: Fix/enhance 32-bit Load Immediate implementation by Naveen N. Rao · 9 years ago
  85. 55795ef net: filter: make JITs zero A for SKF_AD_ALU_XOR_X by Rabin Vincent · 9 years ago
  86. a91263d ebpf: migrate bpf_prog's flags to bitfield by Daniel Borkmann · 9 years ago
  87. 0229094 ppc: bpf: Add SKF_AD_CPU for ppc32 by Denis Kirjanov · 10 years ago
  88. 2ddadea ppc: bpf: rename bpf_jit_64.S to bpf_jit_asm.S by Denis Kirjanov · 10 years ago
  89. 09ca5ab ppc: bpf: update jit to use compatibility macros by Denis Kirjanov · 10 years ago
  90. be1f221 module: remove mod arg from module_free, rename module_memfree(). by Rusty Russell · 10 years ago
  91. cadaecd PPC: bpf_jit_comp: Unify BPF_MOD | BPF_X and BPF_DIV | BPF_X by Denis Kirjanov · 10 years ago
  92. 5b61c4d PPC: bpf_jit_comp: add SKF_AD_HATYPE instruction by Denis Kirjanov · 10 years ago
  93. 4e23576 PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instruction by Denis Kirjanov · 10 years ago
  94. 286aad3 net: bpf: be friendly to kmemcheck by Daniel Borkmann · 10 years ago
  95. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  96. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  97. dba6311 powerpc: bpf: Fix the broken LD_VLAN_TAG_PRESENT test by Denis Kirjanov · 11 years ago
  98. 3fc60aa powerpc: bpf: Use correct mask while accessing the VLAN tag by Denis Kirjanov · 11 years ago
  99. 3480593 net: filter: get rid of BPF_S_* enum by Daniel Borkmann · 11 years ago
  100. f8bbbfc net: filter: add jited flag to indicate jit compiled filters by Daniel Borkmann · 11 years ago