summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/module.c
AgeCommit message (Expand)Author
2024-01-17riscv: optimize ELF relocation function in riscvMaxim Kochetkov
2024-01-11Merge patch series "riscv: modules: Fix module loading error handling"Palmer Dabbelt
2024-01-10riscv: Fix relocation_hashtable sizeCharlie Jenkins
2024-01-10riscv: Correctly free relocation hashtable on errorCharlie Jenkins
2024-01-10riscv: Fix module loading free orderCharlie Jenkins
2024-01-09riscv: Fix module_alloc() that did not reset the linear mapping permissionsAlexandre Ghiti
2023-12-04riscv: Correct type casting in module loadingCharlie Jenkins
2023-12-04riscv: Safely remove entries from relocation listCharlie Jenkins
2023-11-07RISC-V: Don't rely on positional structure initializationPalmer Dabbelt
2023-11-07riscv: Add remaining module relocationsCharlie Jenkins
2023-11-07riscv: Avoid unaligned access when relocating modulesEmil Renner Berthing
2023-01-31riscv: module: Add ADD16 and SUB16 rela typesAndrew Jones
2023-01-31riscv: module: move find_section to module.hJisheng Zhang
2022-05-11riscv: implement module alternativesHeiko Stuebner
2022-03-31RISC-V: module: fix apply_r_riscv_rcv_branch_rela typoWu Caize
2022-03-10riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing
2021-04-26riscv: module: Create module allocations without exec permissionsJisheng Zhang
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti
2020-07-30riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocsEmil Renner Berthing
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-03-03riscv: avoid the PIC offset of static percpu data in module beyond 2G limitsVincent Chen
2019-10-18riscv: Use pr_warn instead of pr_warningKefeng Wang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-03-28RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)Joe Perches
2018-11-12RISC-V: Silence some module warnings on 32-bitOlof Johansson
2018-07-04RISC-V: Fix the rv32i kernel buildPalmer Dabbelt
2018-07-04RISC-V: fix R_RISCV_ADD32/R_RISCV_SUB32 relocationsAndreas Schwab
2018-07-04RISC-V: Change variable type for 32-bit compatibleZong Li
2018-06-11RISC-V: Handle R_RISCV_32 in modulesAndreas Schwab
2018-04-02RISC-V: Support SUB32 relocation type in kernel moduleZong Li
2018-04-02RISC-V: Support ADD32 relocation type in kernel moduleZong Li
2018-04-02RISC-V: Support ALIGN relocation type in kernel moduleZong Li
2018-04-02RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewqZong Li
2018-04-02RISC-V: Support HI20/LO12_I/LO12_S relocation type in kernel moduleZong Li
2018-04-02RISC-V: Support CALL relocation type in kernel moduleZong Li
2018-04-02RISC-V: Support GOT_HI20/CALL_PLT relocation type in kernel moduleZong Li
2017-09-26RISC-V: User-facing APIPalmer Dabbelt