1. c453312 ARM: net: bpf: Improve prologue code sequence by Russell King · 5 years ago
  2. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  3. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  4. 163541e arm: bpf: eliminate zero extension code-gen by Jiong Wang · 6 years ago
  5. b85062a arm: bpf: implement jitting of JMP32 by Jiong Wang · 6 years ago
  6. b18bea2 ARM: net: bpf: improve 64-bit ALU implementation by Russell King · 6 years ago
  7. c5eae69 ARM: net: bpf: improve 64-bit store implementation by Russell King · 6 years ago
  8. 077513b ARM: net: bpf: improve 64-bit sign-extended immediate load by Russell King · 6 years ago
  9. f9ff501 ARM: net: bpf: improve 64-bit load immediate implementation by Russell King · 6 years ago
  10. 8c9602d ARM: net: bpf: use double-word load/stores where available by Russell King · 6 years ago
  11. bef8968 ARM: net: bpf: always use odd/even register pair by Russell King · 6 years ago
  12. b504522 ARM: net: bpf: avoid reloading 'array' by Russell King · 6 years ago
  13. aaffd2f5 ARM: net: bpf: avoid reloading 'index' by Russell King · 6 years ago
  14. 2b6958e ARM: net: bpf: use ldr instructions with shifted rm register by Russell King · 6 years ago
  15. 828e2b9 ARM: net: bpf: use immediate forms of instructions where possible by Russell King · 6 years ago
  16. 1ca3b17 ARM: net: bpf: imm12 constant conversion by Russell King · 6 years ago
  17. 96cced4e ARM: net: bpf: access eBPF scratch space using ARM FP register by Russell King · 6 years ago
  18. a6eccac ARM: net: bpf: 64-bit accessor functions for BPF registers by Russell King · 6 years ago
  19. 7a98702 ARM: net: bpf: provide accessor functions for BPF registers by Russell King · 6 years ago
  20. 47b9c3bf ARM: net: bpf: remove is_on_stack() and sstk/dstk by Russell King · 6 years ago
  21. 1c35ba1 ARM: net: bpf: use negative numbers for stacked registers by Russell King · 6 years ago
  22. a8ef95a0 ARM: net: bpf: provide load/store ops with negative immediates by Russell King · 6 years ago
  23. d449ceb ARM: net: bpf: enumerate the JIT scratch stack layout by Russell King · 6 years ago
  24. 18d405a bpf, arm32: fix to use bpf_jit_binary_lock_ro api by Daniel Borkmann · 7 years ago
  25. 68565a1 bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64} by Wang YanQing · 7 years ago
  26. 2b589a7 bpf, arm32: correct check_imm24 by Wang YanQing · 7 years ago
  27. 38ca930 bpf, arm32: save 4 bytes of unneeded stack space by Daniel Borkmann · 7 years ago
  28. 0d2d0ce bpf, arm32: remove ld_abs/ld_ind by Daniel Borkmann · 7 years ago
  29. 73ae3c0 bpf, arm: remove obsolete exception handling from div/mod by Daniel Borkmann · 7 years ago
  30. ea9722e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  31. 8565d26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  32. fa9dd59 bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 7 years ago
  33. 091f024 ARM: net: bpf: clarify tail_call index by Russell King · 7 years ago
  34. ec19e02 ARM: net: bpf: fix LDX instructions by Russell King · 7 years ago
  35. 02088d9 ARM: net: bpf: fix register saving by Russell King · 7 years ago
  36. 0005e55 ARM: net: bpf: correct stack layout documentation by Russell King · 7 years ago
  37. 70ec3a6 ARM: net: bpf: move stack documentation by Russell King · 7 years ago
  38. d1220ef ARM: net: bpf: fix stack alignment by Russell King · 7 years ago
  39. f4483f2 ARM: net: bpf: fix tail call jumps by Russell King · 7 years ago
  40. e906248 ARM: net: bpf: avoid 'bx' instruction on non-Thumb capable CPUs by Russell King · 7 years ago
  41. 60b58afc bpf: fix net.core.bpf_jit_enable race by Alexei Starovoitov · 7 years ago
  42. 39c13c2 arm: eBPF JIT compiler by Shubham Bansal · 7 years ago
  43. 74d86a7 arm: use set_memory.h header by Laura Abbott · 8 years ago
  44. f941461 ARM: net: bpf: fix zero right shift by Rabin Vincent · 9 years ago
  45. 55795ef net: filter: make JITs zero A for SKF_AD_ALU_XOR_X by Rabin Vincent · 9 years ago
  46. ebaef64 bpf, arm: start flushing icache range from header by Daniel Borkmann · 9 years ago
  47. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  48. 4560cdf ARM: net: support BPF_ALU | BPF_MOD instructions in the BPF JIT. by Nicolas Schichan · 9 years ago
  49. 8690f47 ARM: net: make BPF_LD | BPF_IND instruction trigger r_X initialisation to 0. by Nicolas Schichan · 9 years ago
  50. a91263d ebpf: migrate bpf_prog's flags to bitfield by Daniel Borkmann · 9 years ago
  51. 5bf705b ARM: net: add support for BPF_ANC | SKF_AD_HATYPE in ARM JIT. by Nicolas Schichan · 9 years ago
  52. 303249a ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET in ARM JIT. by Nicolas Schichan · 9 years ago
  53. 1447f93 ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE in ARM JIT. by Nicolas Schichan · 9 years ago
  54. c18fe54 ARM: net: fix vlan access instructions in ARM JIT. by Nicolas Schichan · 9 years ago
  55. 6d715e3 ARM: net: handle negative offsets in BPF JIT. by Nicolas Schichan · 9 years ago
  56. 7aed35c ARM: net: fix condition for load_order > 0 when translating load instructions. by Nicolas Schichan · 9 years ago
  57. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  58. 24e737c ARM: net: add JIT support for loads from struct seccomp_data. by Nicolas Schichan · 10 years ago
  59. 0b59d88 ARM: net: delegate filter to kernel interpreter when imm_offset() return value can't fit into 12bits. by Nicolas Schichan · 10 years ago
  60. 19fc99d ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction. by Nicolas Schichan · 10 years ago
  61. e8b56d5 net: bpf: arm: make hole-faulting more robust by Daniel Borkmann · 10 years ago
  62. 286aad3 net: bpf: be friendly to kmemcheck by Daniel Borkmann · 10 years ago
  63. 55309dd net: bpf: arm: address randomize and write protect JIT code by Daniel Borkmann · 10 years ago
  64. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  65. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  66. 3480593 net: filter: get rid of BPF_S_* enum by Daniel Borkmann · 11 years ago
  67. f8bbbfc net: filter: add jited flag to indicate jit compiled filters by Daniel Borkmann · 11 years ago
  68. 61b905d net: Rename skb->rxhash to skb->hash by Tom Herbert · 11 years ago
  69. aee636c bpf: do not use reciprocal divide by Eric Dumazet · 11 years ago
  70. df762ec Merge branch 'devel-stable' into for-next by Russell King · 11 years ago
  71. 3460743 ARM: net: fix arm instruction endian-ness in bpf_jit_32.c by Ben Dooks · 11 years ago
  72. d45ed4a net: fix unsafe set_memory_rw from softirq by Alexei Starovoitov · 11 years ago
  73. aafc787 arm: bpf_jit: can call module_free() from any context by Daniel Borkmann · 12 years ago
  74. 7961780 filter: bpf_jit_comp: refactor and unify BPF JIT image dump output by Daniel Borkmann · 12 years ago
  75. 45549a68 ARM:net: an issue for k which is u32, never < 0 by Chen Gang · 12 years ago
  76. 462738f ARM: net: bpf_jit: fix emit_swap16() for non ARMv6+. by Nicolas Schichan · 12 years ago
  77. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  78. fe15f3f ARM: 7598/1: net: bpf_jit_32: fix sp-relative load/stores offsets. by Schichan Nicolas · 12 years ago
  79. 89c2e00 ARM: 7597/1: net: bpf_jit_32: fix kzalloc gfp/size mismatch. by Schichan Nicolas · 12 years ago
  80. bf0098f ARM: net: bpf_jit_32: add VLAN instructions for BPF JIT by Daniel Borkmann · 12 years ago
  81. 3cbe204 ARM: net: bpf_jit_32: add XOR instruction for BPF JIT by Daniel Borkmann · 12 years ago
  82. 2bea29b ARM: 7421/1: bpf_jit: BPF_S_ANC_ALU_XOR_X support by Mircea Gherzan · 13 years ago
  83. ddecdfc ARM: 7259/3: net: JIT compiler for packet filters by Mircea Gherzan · 13 years ago