index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
module.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
riscv: optimize ELF relocation function in riscv
Maxim Kochetkov
2024-01-18
1
-4
/
+16
*
Merge patch series "riscv: modules: Fix module loading error handling"
Palmer Dabbelt
2024-01-11
1
-5
/
+9
|
\
|
*
riscv: Fix relocation_hashtable size
Charlie Jenkins
2024-01-10
1
-1
/
+1
|
*
riscv: Correctly free relocation hashtable on error
Charlie Jenkins
2024-01-10
1
-3
/
+7
|
*
riscv: Fix module loading free order
Charlie Jenkins
2024-01-10
1
-1
/
+1
*
|
riscv: Fix module_alloc() that did not reset the linear mapping permissions
Alexandre Ghiti
2024-01-09
1
-1
/
+2
|
/
*
riscv: Correct type casting in module loading
Charlie Jenkins
2023-12-04
1
-2
/
+2
*
riscv: Safely remove entries from relocation list
Charlie Jenkins
2023-12-04
1
-28
/
+82
*
RISC-V: Don't rely on positional structure initialization
Palmer Dabbelt
2023-11-08
1
-60
/
+65
*
riscv: Add remaining module relocations
Charlie Jenkins
2023-11-07
1
-29
/
+419
*
riscv: Avoid unaligned access when relocating modules
Emil Renner Berthing
2023-11-07
1
-76
/
+81
*
riscv: module: Add ADD16 and SUB16 rela types
Andrew Jones
2023-02-01
1
-0
/
+16
*
riscv: module: move find_section to module.h
Jisheng Zhang
2023-02-01
1
-15
/
+0
*
riscv: implement module alternatives
Heiko Stuebner
2022-05-12
1
-0
/
+29
*
RISC-V: module: fix apply_r_riscv_rcv_branch_rela typo
Wu Caize
2022-03-31
1
-2
/
+2
*
riscv: Fix auipc+jalr relocation range checks
Emil Renner Berthing
2022-03-11
1
-5
/
+16
*
riscv: module: Create module allocations without exec permissions
Jisheng Zhang
2021-04-26
1
-1
/
+1
*
riscv: Move kernel mapping outside of linear mapping
Alexandre Ghiti
2021-04-26
1
-4
/
+2
*
riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocs
Emil Renner Berthing
2020-07-30
1
-0
/
+16
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
riscv: avoid the PIC offset of static percpu data in module beyond 2G limits
Vincent Chen
2020-03-03
1
-0
/
+16
*
riscv: Use pr_warn instead of pr_warning
Kefeng Wang
2019-10-18
1
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)
Joe Perches
2019-03-29
1
-1
/
+1
*
RISC-V: Silence some module warnings on 32-bit
Olof Johansson
2018-11-13
1
-6
/
+6
*
RISC-V: Fix the rv32i kernel build
Palmer Dabbelt
2018-07-04
1
-11
/
+11
|
\
|
*
RISC-V: Change variable type for 32-bit compatible
Zong Li
2018-07-04
1
-11
/
+11
*
|
RISC-V: fix R_RISCV_ADD32/R_RISCV_SUB32 relocations
Andreas Schwab
2018-07-04
1
-2
/
+2
|
/
*
RISC-V: Handle R_RISCV_32 in modules
Andreas Schwab
2018-06-11
1
-0
/
+12
*
RISC-V: Support SUB32 relocation type in kernel module
Zong Li
2018-04-03
1
-0
/
+8
*
RISC-V: Support ADD32 relocation type in kernel module
Zong Li
2018-04-03
1
-0
/
+8
*
RISC-V: Support ALIGN relocation type in kernel module
Zong Li
2018-04-03
1
-0
/
+10
*
RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewq
Zong Li
2018-04-03
1
-0
/
+35
*
RISC-V: Support HI20/LO12_I/LO12_S relocation type in kernel module
Zong Li
2018-04-03
1
-0
/
+42
*
RISC-V: Support CALL relocation type in kernel module
Zong Li
2018-04-03
1
-0
/
+22
*
RISC-V: Support GOT_HI20/CALL_PLT relocation type in kernel module
Zong Li
2018-04-03
1
-10
/
+52
*
RISC-V: User-facing API
Palmer Dabbelt
2017-09-27
1
-0
/
+217