aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/processor.h
AgeCommit message (Expand)Author
2024-01-16Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt
2024-01-16riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu
2024-01-16riscv: vector: make Vector always available for softirq contextAndy Chiu
2024-01-16riscv: Add support for kernel mode vectorGreentime Hu
2024-01-11riscv: mm: Fixup compat arch_get_mmap_endGuo Ren
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-01riscv: add support for PR_SET_UNALIGN and PR_GET_UNALIGNClément Léger
2023-10-04riscv: kdump: use generic interface to simplify crashkernel reservationBaoquan He
2023-08-23RISC-V: mm: Restrict address space for sv39,sv48,sv57Charlie Jenkins
2023-06-23Merge patch series "ISA string parser cleanups"Palmer Dabbelt
2023-06-21RISC-V: split early & late of_node to hartid mappingConor Dooley
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu
2023-06-08riscv: signal: Report signal frame size to userspace via auxvVincent Chen
2023-06-08riscv: Add task switch support for vectorGreentime Hu
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-07-19riscv: cpu: Add 64bit hartid support on RV64Sunil V L
2022-04-26riscv: compat: Support TASK_SIZE for compat modeGuo Ren
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-08-03riscv: Implement thread_struct whitelist for hardened usercopyTong Tiangen
2021-03-09riscv: process: Fix no prototype for arch_dup_task_structNanyong Sun
2021-01-14riscv: Add uprobes supportedGuo Ren
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen
2020-06-09RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-01-25riscv: Adjust mmap base address at a third of task sizeAlexandre Ghiti
2018-10-31treewide: remove current_text_addrNick Desaulniers
2018-10-22RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartidPalmer Dabbelt
2017-09-26RISC-V: Task implementationPalmer Dabbelt