index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf, arm64: fix faulty emission of map access in tail calls
Daniel Borkmann
2017-05-11
1
-2
/
+3
*
arm64: use set_memory.h header
Laura Abbott
2017-05-08
1
-0
/
+1
*
bpf, arm64: fix jit branch offset related to ldimm64
Daniel Borkmann
2017-05-02
1
-4
/
+4
*
bpf, arm64: implement jiting of BPF_XADD
Daniel Borkmann
2017-05-02
2
-5
/
+30
*
bpf, x86_64/arm64: remove old ldimm64 artifacts from jits
Daniel Borkmann
2017-04-28
1
-9
/
+0
*
bpf: fix unlocking of jited image when module ronx not set
Daniel Borkmann
2017-02-21
1
-1
/
+1
*
bpf: make jited programs visible in traces
Daniel Borkmann
2017-02-17
1
-15
/
+0
*
bpf: remove stubs for cBPF from arch code
Daniel Borkmann
2017-02-17
1
-5
/
+0
*
arm64: bpf: optimize LD_ABS, LD_IND
Zi Shen Lim
2016-06-10
1
-3
/
+0
*
arm64: bpf: optimize JMP_CALL
Zi Shen Lim
2016-06-10
1
-3
/
+0
*
arm64: bpf: implement bpf_tail_call() helper
Zi Shen Lim
2016-06-10
2
-10
/
+98
*
bpf: arm64: remove callee-save registers use for tmp registers
Yang Shi
2016-05-17
1
-29
/
+5
*
bpf, arm64: add support for constant blinding
Daniel Borkmann
2016-05-16
1
-12
/
+40
*
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
Daniel Borkmann
2016-05-16
1
-3
/
+4
*
bpf, x86/arm64: remove useless checks on prog
Daniel Borkmann
2016-05-16
1
-3
/
+0
*
arm64: bpf: jit JMP_JSET_{X,K}
Zi Shen Lim
2016-05-14
1
-0
/
+1
*
arm64: bpf: add extra pass to handle faulty codegen
Zi Shen Lim
2016-01-17
1
-1
/
+21
*
bpf: move clearing of A/X into classic to eBPF migration prologue
Daniel Borkmann
2015-12-18
1
-6
/
+0
*
arm64: bpf: add 'store immediate' instruction
Yang Shi
2015-12-03
1
-1
/
+19
*
arm64: bpf: fix buffer pointer
Zi Shen Lim
2015-11-18
1
-14
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-11-17
1
-7
/
+41
|
\
|
*
arm64: bpf: make BPF prologue and epilogue align with ARM64 AAPCS
Yang Shi
2015-11-17
1
-5
/
+39
|
*
bpf, arm64: start flushing icache range from header
Daniel Borkmann
2015-11-16
1
-1
/
+1
|
*
arm64: bpf: fix JIT frame pointer setup
Yang Shi
2015-11-16
1
-3
/
+3
*
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2015-11-12
2
-19
/
+38
|
\
\
|
|
/
|
/
|
|
*
arm64: bpf: fix mod-by-zero case
Zi Shen Lim
2015-11-06
1
-8
/
+13
|
*
arm64: bpf: fix div-by-zero case
Zi Shen Lim
2015-11-06
2
-13
/
+27
*
|
ebpf: migrate bpf_prog's flags to bitfield
Daniel Borkmann
2015-10-03
1
-1
/
+1
|
/
*
arm64: bpf: fix endianness conversion bugs
Xi Wang
2015-06-26
2
-2
/
+24
*
arm64: bpf: fix out-of-bounds read in bpf2a64_offset()
Xi Wang
2015-06-25
1
-3
/
+4
*
arm64: bpf: fix signedness bug in loading 64-bit immediate
Xi Wang
2015-05-08
1
-1
/
+1
*
arm64: bpf: lift restriction on last instruction
Zi Shen Lim
2014-12-03
1
-5
/
+8
*
net: bpf: arm64: minor fix of type in jited
Daniel Borkmann
2014-10-20
1
-1
/
+1
*
arm64: bpf: add 'load 64-bit immediate' instruction
Zi Shen Lim
2014-10-20
1
-0
/
+31
*
arm64: bpf: add 'shift by register' instructions
Zi Shen Lim
2014-10-20
2
-2
/
+18
*
net: bpf: arm64: address randomize and write protect JIT code
Daniel Borkmann
2014-10-20
1
-9
/
+30
*
net: bpf: arm64: fix module memory leak when JIT image build fails
Daniel Borkmann
2014-09-12
1
-1
/
+3
*
arm64: eBPF JIT compiler
Zi Shen Lim
2014-09-08
3
-0
/
+850