summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/thread_info.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-28riscv: Implement Shadow Call StackSami Tolvanen1-0/+13
2023-10-28riscv: VMAP_STACK overflow detection thread-safeDeepak Gupta1-3/+0
2023-06-22riscv: stack: Add config of thread stack sizeGuo Ren1-11/+1
2023-06-22riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACKGuo Ren1-0/+2
2023-06-08riscv: Add task switch support for vectorGreentime Hu1-0/+3
2023-03-23riscv: entry: Convert to generic entryGuo Ren1-12/+1
2023-02-22RISC-V: add a spin_shadow_stack declarationConor Dooley1-0/+1
2022-08-19riscv: traps: add missing prototypeConor Dooley1-0/+2
2022-04-26riscv: compat: Add basic compat data type implementationGuo Ren1-0/+1
2022-03-31riscv: Increase stack size under KASANDmitry Vyukov1-2/+8
2021-07-06riscv: add VMAP_STACK overflow detectionTong Tiangen1-0/+15
2021-01-15riscv: Add uprobes supportedGuo Ren1-1/+3
2020-12-12riscv: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+4
2020-10-04riscv: remove address space overrides using set_fs()Christoph Hellwig1-6/+0
2020-07-14riscv: use 16KB kernel stack on 64-bitAndreas Schwab1-0/+4
2019-10-29riscv: add support for SECCOMP and SECCOMP_FILTERDavid Abdurachmanov1-1/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2019-04-26riscv: turn mm_segment_t into a structChristoph Hellwig1-1/+3
2019-01-07riscv: add audit supportDavid Abdurachmanov1-0/+6
2018-01-10Construct init thread stack in the linker script rather than by unionDavid Howells1-2/+0
2017-09-27RISC-V: Task implementationPalmer Dabbelt1-0/+94