summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-07-24riscv: traps_misaligned: properly sign extend value in misaligned load handlerAndreas Schwab1-1/+1
2025-07-24riscv: Enable interrupt during exception handlingNam Cao1-4/+6
2025-07-17riscv: vdso: Exclude .rodata from the PT_DYNAMIC segmentFangrui Song1-1/+1
2025-07-10riscv: cpu_ops_sbi: Use static array for boot_dataVivian Wang1-3/+3
2025-07-06Revert "riscv: misaligned: fix sleeping function called during misaligned acc...Nam Cao1-2/+2
2025-06-19riscv: misaligned: fix sleeping function called during misaligned access hand...Nylon Chen1-2/+2
2025-05-29Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds1-2/+2
2025-05-18riscv: misaligned: enable IRQs while handling misaligned accessesClément Léger1-4/+8
2025-05-18riscv: misaligned: factorize trap handlingClément Léger1-30/+36
2025-05-18riscv: misaligned: Add handling for ZCB instructionsNylon Chen1-0/+17
2025-05-02riscv: uprobes: Add missing fence.i after building the XOL bufferBjörn Töpel1-8/+2
2025-04-25riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_breakWangYuli1-3/+1
2025-04-25riscv: KGDB: Do not inline arch_kgdb_breakpoint()WangYuli1-0/+8
2025-04-25riscv: module: Allocate PLT entries for R_RISCV_PLT32Samuel Holland1-6/+7
2025-04-25riscv: module: Fix out-of-bounds relocation accessSamuel Holland1-1/+1
2025-04-25riscv: Properly export reserved regions in /proc/iomemBjörn Töpel1-1/+35
2025-04-25riscv: Use kvmalloc_array on relocation_hashtableWill Pierce1-4/+5
2025-04-10riscv/kexec_file: Handle R_RISCV_64 in purgatory relocatorYao Zi1-0/+3
2025-03-07riscv: cpufeature: use bitmap_equal() instead of memcmp()Clément Léger1-1/+1
2025-03-07riscv: signal: fix signal_minsigstkszYong-Xuan Wang1-1/+1
2025-03-07riscv: cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring1-6/+6
2025-03-07riscv: signal: fix signal frame sizeYong-Xuan Wang1-6/+0
2025-02-08RISC-V: Mark riscv_v_init() as __initPalmer Dabbelt1-1/+1
2025-01-17riscv: kprobes: Fix incorrect address calculationNam Cao1-1/+1
2025-01-17riscv: Fix sleeping in invalid context in die()Nam Cao1-3/+3
2025-01-17riscv: use local label names instead of global ones in assemblyClément Léger1-10/+10
2025-01-17riscv: stacktrace: fix backtracing through exceptionsClément Léger2-1/+4
2025-01-17riscv: module: remove relocation_head rel_entry member allocationClément Léger1-14/+4
2024-12-19riscv: Fix wrong usage of __pa() on a fixmap addressAlexandre Ghiti1-1/+1
2024-12-05RISC-V: Check scalar unaligned access on all CPUsJesse Taube1-7/+7
2024-12-05RISC-V: Scalar unaligned access emulated on hotplug CPUsJesse Taube1-0/+1
2024-12-05of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-10-25Merge commit 'bf40167d54d5' into fixesPalmer Dabbelt1-0/+1
2024-10-25riscv: Remove duplicated GET_RMChunyan Zhang1-2/+0
2024-10-25riscv: Remove unused GENERATING_ASM_OFFSETSChunyan Zhang1-2/+0
2024-10-25riscv: Use '%u' to format the output of 'cpu'WangYuli1-1/+1
2024-10-25riscv: Prevent a bad reference count on CPU nodesMiquel Sabaté Solà1-2/+5
2024-10-25riscv: efi: Set NX compat flag in PE/COFF headerHeinrich Schuchardt1-1/+1
2024-10-25riscv: Do not use fortify in early codeAlexandre Ghiti2-1/+10
2024-10-25RISC-V: ACPI: fix early_ioremap to early_memremapYunhui Cui1-2/+2
2024-10-24riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti1-0/+1
2024-09-24Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds21-73/+434
2024-09-20ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu1-1/+1
2024-09-19Merge patch series "riscv: Improve KASAN coverage to fix unit tests"Palmer Dabbelt1-3/+0
2024-09-19riscv: Omit optimized string routines when using KASANSamuel Holland1-3/+0
2024-09-17ACPI: RISCV: Make acpi_numa_get_nid() to be staticHanjun Guo1-1/+1
2024-09-17riscv: Randomize lower bits of stack addressYunhui Cui1-0/+9
2024-09-17riscv: Make riscv_isa_vendor_ext_andes array staticCharlie Jenkins1-1/+1
2024-09-17riscv: Use LIST_HEAD() to simplify codeJinjie Ruan1-3/+1
2024-09-17RISC-V: Implement kgdb_roundup_cpus() to enable future NMI RoundupJinjie Ruan1-2/+25