]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/bpf,jit: BPF Just In Time compiler for s390
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 31 Jul 2012 14:23:59 +0000 (16:23 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 18 Sep 2012 07:04:45 +0000 (09:04 +0200)
commitc14ae486971b845644b2037927e732f3092311b2
tree5fa20a44a28f13743dea5641bb89140551e8e20f
parent03429f34c22cedc3300a81e13d5790450cc468af
s390/bpf,jit: BPF Just In Time compiler for s390

The s390 implementation of the JIT compiler for packet filter speedup.

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kbuild
arch/s390/Kconfig
arch/s390/include/asm/processor.h
arch/s390/kernel/dis.c
arch/s390/net/Makefile [new file with mode: 0644]
arch/s390/net/bpf_jit.S [new file with mode: 0644]
arch/s390/net/bpf_jit_comp.c [new file with mode: 0644]