summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/module-sections.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-06riscv: module: Use generic cmp_int() instead of custom cmp_3way()Florian Schmaus1-4/+2
2026-04-04riscv: fix various typos in comments and codeSean Chang1-1/+1
2025-10-27riscv: Fix memory leak in module_frob_arch_sections()Miaoqian Lin1-2/+6
2025-06-05riscv: module: Optimize PLT/GOT entry countingSamuel Holland1-16/+65
2025-04-14riscv: module: Allocate PLT entries for R_RISCV_PLT32Samuel Holland1-6/+7
2019-10-28riscv: add missing header file includesPaul Walmsley1-0/+1
2019-01-07RISC-V: Support MODULE_SECTIONS mechanism on RV32Zong Li1-14/+16
2018-04-02RISC-V: Add section of GOT.PLT for kernel moduleZong Li1-2/+19
2018-04-02RISC-V: Add sections of PLT and GOT for kernel moduleZong Li1-0/+139