index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
module.c
Age
Commit message (
Expand
)
Author
2022-09-09
arm64: module: move find_section to header
Joey Gouly
2022-03-24
kasan, arm64: don't tag executable vmalloc allocations
Andrey Konovalov
2022-03-24
kasan, x86, arm64, s390: rename functions for modules shadow
Andrey Konovalov
2022-01-15
mm: defer kmemleak object creation of module_alloc()
Kefeng Wang
2021-03-29
arm64: kaslr: support randomized module area with KASAN_VMALLOC
Lecopzer Chen
2020-12-22
kasan, arm64: expand CONFIG_KASAN checks
Andrey Konovalov
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-11-06
arm64: implement ftrace with regs
Torsten Duwe
2019-11-06
arm64: module/ftrace: intialize PLT at load time
Mark Rutland
2019-11-06
arm64: module: rework special section handling
Mark Rutland
2019-07-29
arm64: module: Mark expected switch fall-through
Anders Roxell
2019-07-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-07-03
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2019-06-26
arm64: kaslr: keep modules inside module region when KASAN is enabled
Ard Biesheuvel
2019-06-24
arm64: module: create module allocations without exec permissions
Ard Biesheuvel
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-05-28
arm64/module: revert to unsigned interpretation of ABS16/32 relocations
Ard Biesheuvel
2019-05-23
arm64/module: deal with ambiguity in PRELxx relocation ranges
Ard Biesheuvel
2019-05-23
arm64/kernel: kaslr: reduce module randomization range to 2 GB
Ard Biesheuvel
2018-11-27
arm64/module: switch to ADRP/ADD sequences for PLT entries
Ard Biesheuvel
2018-11-20
arm64/module: use plt section indices for relocations
Jessica Yu
2018-06-27
arm64: Avoid flush_icache_range() in alternatives patching code
Will Deacon
2018-04-24
arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrp
Kim Phillips
2018-03-09
arm64/kernel: enable A53 erratum #8434319 handling at runtime
Ard Biesheuvel
2018-03-09
arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419
Ard Biesheuvel
2018-03-08
arm64/kernel: kaslr: reduce module randomization range to 4 GB
Ard Biesheuvel
2018-03-08
arm64: module: don't BUG when exceeding preallocated PLT count
Ard Biesheuvel
2017-06-29
arm64: fix endianness annotation for reloc_insn_movw() & reloc_insn_imm()
Luc Van Oostenryck
2017-06-07
arm64: ftrace: add support for far branches to dynamic ftrace
Ard Biesheuvel
2017-05-11
arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=y
Florian Fainelli
2017-04-26
arm64: module: split core and init PLT sections
Ard Biesheuvel
2016-02-24
arm64: add support for kernel ASLR
Ard Biesheuvel
2016-02-24
arm64: add support for module PLTs
Ard Biesheuvel
2016-01-05
arm64: module: avoid undefined shift behavior in reloc_data()
Ard Biesheuvel
2016-01-05
arm64: module: fix relocation of movz instruction with negative immediate
Ard Biesheuvel
2015-10-12
arm64: add KASAN support
Andrey Ryabinin
2015-09-17
arm64: errata: add module build workaround for erratum #843419
Will Deacon
2015-02-13
mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
Andrey Ryabinin
2015-01-07
arm64: fix missing asm/alternative.h include in kernel/module.c
Paul Walmsley
2014-12-04
arm64: add module support for alternatives fixups
Andre Przywara
2014-01-08
arm64: move encode_insn_immediate() from module.c to insn.c
Jiang Liu
2013-11-13
mm/arch: use NUMA_NO_NODE
Jianguo Wu
2013-11-05
arm64: module: ensure instruction is little-endian before manipulation
Will Deacon
2012-09-17
arm64: Loadable modules
Will Deacon