summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/entry.S
AgeCommit message (Expand)AuthorFilesLines
2026-07-13riscv: mm: Make mark_new_valid_map() stuff depend on 64BIT && MMUVivian Wang1-1/+1
2026-06-25riscv: Fix 32-bit call_on_irq_stack() frame pointer ABISamuel Holland1-4/+4
2026-06-06riscv: mm: Unconditionally sfence.vma for spurious faultVivian Wang1-2/+5
2026-06-06riscv: mm: Rename new_vmalloc into new_valid_map_cpusVivian Wang1-19/+19
2026-06-06riscv: kfence: Call mark_new_valid_map() for kfence_unprotect()Vivian Wang1-2/+4
2026-04-04riscv: add hardware error trap handler supportRui Qi1-0/+1
2026-01-29riscv/traps: Introduce software check exception and uprobe handlingDeepak Gupta1-0/+3
2026-01-29riscv: Implement indirect branch tracking prctlsDeepak Gupta1-0/+4
2026-01-25riscv: Add usercfi state for task and save/restore of CSR_SSP on trap entry/exitDeepak Gupta1-0/+31
2025-10-09riscv: entry: fix typo in comment 'instruciton' -> 'instruction'Florian Schmaus1-1/+1
2025-09-19riscv: errata: Fix the PAUSE Opcode for MIPS P8700Djordje Todorovic1-0/+1
2025-09-05riscv: use lw when reading int cpu in new_vmalloc_checkRadim Krčmář1-1/+1
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-1/+1
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+9
2025-06-05riscv: uaccess: Only restore the CSR_STATUS SUM bitCyril Bur1-4/+5
2025-05-08riscv: save the SR_SUM status over switchesBen Dooks1-0/+8
2025-04-29riscv: entry: Split ret_from_fork() into user and kernelCharlie Jenkins1-3/+10
2025-04-29riscv: entry: Convert ret_from_fork() to CCharlie Jenkins1-9/+6
2025-01-08riscv: use local label names instead of global ones in assemblyClément Léger1-10/+10
2025-01-08riscv: stacktrace: fix backtracing through exceptionsClément Léger1-0/+1
2024-09-15riscv: avoid Imbalance in RASJisheng Zhang1-2/+2
2024-09-15Merge patch series "Svvptc extension to remove preventive sfence.vma"Palmer Dabbelt1-0/+87
2024-09-15riscv: Stop emitting preventive sfence.vma for new vmalloc mappingsAlexandre Ghiti1-0/+87
2024-07-26riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang1-0/+4
2024-07-26riscv: Improve exception and system call latencyAnton Blanchard1-7/+10
2024-01-24riscv: blacklist assembly symbols for kprobeClément Léger1-0/+3
2024-01-16riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu1-0/+8
2023-11-06riscv: kernel: Use correct SYM_DATA_*() macro for dataClément Léger1-5/+4
2023-11-06riscv: use ".L" local labels in assembly when applicableClément Léger1-3/+3
2023-11-02Merge patch series "riscv: SCS support"Palmer Dabbelt1-64/+60
2023-10-31riscv: put interrupt entries into .irqentry.textNam Cao1-0/+2
2023-10-27riscv: Use separate IRQ shadow call stacksSami Tolvanen1-0/+7
2023-10-27riscv: Implement Shadow Call StackSami Tolvanen1-0/+11
2023-10-27riscv: Move global pointer loading to a macroSami Tolvanen1-4/+2
2023-10-27riscv: Deduplicate IRQ stack switchingSami Tolvanen1-0/+30
2023-10-27riscv: VMAP_STACK overflow detection thread-safeDeepak Gupta1-60/+10
2023-06-20riscv: replace deprecated scall with ecallFangrui Song1-1/+1
2023-06-08riscv: Disable Vector Instructions for kernel itselfGuo Ren1-3/+3
2023-03-23riscv: entry: Consolidate general regs saving/restoringJisheng Zhang1-78/+3
2023-03-23riscv: entry: Consolidate ret_from_kernel_thread into ret_from_forkJisheng Zhang1-9/+3
2023-03-23riscv: entry: Convert to generic entryGuo Ren1-208/+34
2022-12-12Merge patch series "RISC-V: Align the shadow stack"Palmer Dabbelt1-0/+13
2022-12-08Merge patch "RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path"Palmer Dabbelt1-13/+5
2022-12-08RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathAndrew Bresticker1-13/+5
2022-12-05riscv: stacktrace: Make walk_stackframe cross pt_regs frameGuo Ren1-1/+2
2022-11-29riscv: fix race when vmap stack overflowJisheng Zhang1-0/+13
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker1-3/+3
2022-06-29context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker1-3/+3
2022-04-26riscv: compat: syscall: Add entry.S implementationGuo Ren1-2/+16
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4