index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
module-plts.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: improve whitespace
Zhiyuan Dai
2021-02-04
1
-1
/
+1
*
arm64/module: set trampoline section flags regardless of CONFIG_DYNAMIC_FTRACE
Jessica Yu
2020-09-02
1
-2
/
+1
*
arm64/module: Optimize module load time by optimizing PLT counting
Saravana Kannan
2020-07-02
1
-3
/
+43
*
arm64: implement ftrace with regs
Torsten Duwe
2019-11-06
1
-1
/
+2
*
arm64: Replace strncmp with str_has_prefix
Chuhong Yuan
2019-08-05
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
arm64/module: switch to ADRP/ADD sequences for PLT entries
Ard Biesheuvel
2018-11-27
1
-21
/
+78
*
arm64/module: use plt section indices for relocations
Jessica Yu
2018-11-20
1
-16
/
+20
*
arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrp
Kim Phillips
2018-04-24
1
-1
/
+1
*
arm64/kernel: enable A53 erratum #8434319 handling at runtime
Ard Biesheuvel
2018-03-09
1
-1
/
+2
*
arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419
Ard Biesheuvel
2018-03-09
1
-3
/
+83
*
arm64: module: don't BUG when exceeding preallocated PLT count
Ard Biesheuvel
2018-03-08
1
-1
/
+2
*
arm64: ftrace: emit ftrace-mod.o contents through code
Ard Biesheuvel
2017-12-01
1
-0
/
+12
*
arm64: module-plts: factor out PLT generation code for ftrace
Ard Biesheuvel
2017-12-01
1
-36
/
+2
*
arm64: module: split core and init PLT sections
Ard Biesheuvel
2017-04-26
1
-45
/
+63
*
arm64: add support for module PLTs
Ard Biesheuvel
2016-02-24
1
-0
/
+201