index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
net
/
bpf_jit_comp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: remove unused parameter in bpf_jit_binary_pack_finalize
Rafael Passos
2024-06-21
1
-2
/
+2
*
powerpc/bpf: enable kfunc call
Hari Bathini
2024-05-06
1
-0
/
+10
*
powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
Hari Bathini
2023-10-23
1
-27
/
+79
*
powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_data
Hari Bathini
2023-10-23
1
-2
/
+2
*
powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_pack
Hari Bathini
2023-10-23
1
-0
/
+15
*
powerpc/bpf: implement bpf_arch_text_copy
Hari Bathini
2023-10-23
1
-1
/
+19
*
powerpc: Use NULL instead of 0 for null pointers
Benjamin Gray
2023-10-19
1
-2
/
+2
*
powerpc/bpf: populate extable entries only during the last pass
Hari Bathini
2023-05-15
1
-0
/
+2
*
powerpc/bpf: Perform complete extra passes to update addresses
Christophe Leroy
2023-02-10
1
-88
/
+3
*
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
2022-05-19
1
-1
/
+1
*
Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-03-25
1
-6
/
+28
|
\
|
*
powerpc/bpf: Simplify bpf_to_ppc() and adopt it for powerpc64
Naveen N. Rao
2022-03-07
1
-4
/
+4
|
*
powerpc64/bpf elfv1: Do not load TOC before calling functions
Naveen N. Rao
2022-03-07
1
-1
/
+3
|
*
powerpc/bpf: Handle large branch ranges with BPF_EXIT
Naveen N. Rao
2022-03-07
1
-1
/
+21
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix leftover header->pages in sparc and powerpc code.
Song Liu
2022-02-08
1
-1
/
+1
*
|
powerpc/bpf: Update ldimm64 instructions during extra pass
Naveen N. Rao
2022-01-15
1
-6
/
+23
|
/
*
bpf ppc32: Add BPF_PROBE_MEM support for JIT
Hari Bathini
2021-11-25
1
-0
/
+2
*
bpf ppc64: Add BPF_PROBE_MEM support for JIT
Ravi Bangoria
2021-11-25
1
-6
/
+60
*
bpf powerpc: Remove extra_pass from bpf_jit_build_body()
Ravi Bangoria
2021-11-25
1
-3
/
+3
*
Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-11-05
1
-1
/
+1
|
\
|
*
powerpc/bpf: Fix write protecting JIT code
Hari Bathini
2021-10-27
1
-1
/
+1
*
|
powerpc/bpf: Validate branch ranges
Naveen N. Rao
2021-10-07
1
-1
/
+5
|
/
*
powerpc/bpf: Write protect JIT code
Jordan Niethe
2021-06-21
1
-0
/
+1
*
powerpc/bpf: Remove bpf_jit_free()
Jordan Niethe
2021-06-21
1
-12
/
+0
*
powerpc/bpf: Reallocate BPF registers to volatile registers when possible on ...
Christophe Leroy
2021-04-03
1
-0
/
+2
*
powerpc/bpf: Move common functions into bpf_jit_comp.c
Christophe Leroy
2021-04-03
1
-0
/
+269
*
powerpc/bpf: Remove classical BPF support for PPC32
Christophe Leroy
2021-04-03
1
-683
/
+0
*
bpf, powerpc: Fix misuse of fallthrough in bpf_jit_comp()
He Zhe
2020-09-29
1
-1
/
+0
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
powerpc/ppc-opcode: Consolidate powerpc instructions from bpf_jit.h
Balamuruhan S
2020-07-16
1
-66
/
+66
*
powerpc/bpf_jit: Reuse instruction macros from ppc-opcode.h
Balamuruhan S
2020-07-16
1
-1
/
+1
*
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-8
/
+8
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-06-05
1
-5
/
+1
*
net: remove VLAN_TAG_PRESENT
Michał Mirosław
2018-11-17
1
-3
/
+0
*
net/bpf_jit: PPC: split VLAN_PRESENT bit handling from VLAN_TCI
Michał Mirosław
2018-11-17
1
-8
/
+10
*
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
Christophe Leroy
2018-07-30
1
-0
/
+1
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-1
/
+1
*
powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data access
Mark Lord
2018-02-22
1
-0
/
+3
*
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
2018-01-20
1
-2
/
+0
*
powerpc/bpf: Remove redundant check for non-null image
Daniel Borkmann
2017-01-25
1
-8
/
+9
*
powerpc/bpf/jit: Isolate classic BPF JIT specifics into a separate header
Naveen N. Rao
2016-06-24
1
-1
/
+1
*
powerpc/bpf/jit: A few cleanups
Naveen N. Rao
2016-06-24
1
-4
/
+4
*
net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
Rabin Vincent
2016-01-06
1
-11
/
+2
*
ebpf: migrate bpf_prog's flags to bitfield
Daniel Borkmann
2015-10-03
1
-1
/
+1
*
ppc: bpf: Add SKF_AD_CPU for ppc32
Denis Kirjanov
2015-02-20
1
-13
/
+1
*
ppc: bpf: update jit to use compatibility macros
Denis Kirjanov
2015-02-20
1
-15
/
+17
*
module: remove mod arg from module_free, rename module_memfree().
Rusty Russell
2015-01-20
1
-1
/
+1
*
PPC: bpf_jit_comp: Unify BPF_MOD | BPF_X and BPF_DIV | BPF_X
Denis Kirjanov
2014-11-18
1
-19
/
+8
*
PPC: bpf_jit_comp: add SKF_AD_HATYPE instruction
Denis Kirjanov
2014-11-11
1
-4
/
+13
[next]