aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
2026-04-04riscv: cfi: clear CFI lock status in start_thread()Zong Li1-4/+4
2026-04-04riscv: make runtime const not usable by modulesJisheng Zhang1-0/+4
2026-02-12Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds15-6/+269
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-12/+11
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-15/+0
2026-02-09riscv: csr: define vtype register elementsSergey Matyukevich1-0/+17
2026-01-29arch/riscv: add dual vdso creation logic and select vdso based on hwDeepak Gupta1-1/+12
2026-01-29arch/riscv: compile vdso with landing pad and shadow stack noteJim Shu1-0/+44
2026-01-29riscv: add kernel command line option to opt out of user CFIDeepak Gupta1-0/+9
2026-01-29riscv: hwprobe: add support for RISCV_HWPROBE_KEY_IMA_EXT_1Paul Walmsley1-1/+2
2026-01-29riscv/signal: save and restore the shadow stack on a signalDeepak Gupta1-0/+10
2026-01-29riscv/traps: Introduce software check exception and uprobe handlingDeepak Gupta2-0/+3
2026-01-29riscv: Implement indirect branch tracking prctlsDeepak Gupta1-0/+14
2026-01-29riscv: Implement arch-agnostic shadow stack prctlsDeepak Gupta1-0/+16
2026-01-29riscv/shstk: If needed allocate a new shadow stack on cloneDeepak Gupta2-0/+32
2026-01-29riscv: compat: fix COMPAT_UTS_MACHINE definitionHan Gao1-1/+1
2026-01-26mm: provide address parameter to p{te,md,ud}_user_accessible_page()Rohan McLure1-3/+3
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pte_clear()Rohan McLure1-1/+1
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_clear()Rohan McLure1-1/+1
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_clear()Rohan McLure1-1/+1
2026-01-26mm/page_table_check: provide addr parameter to page_table_check_ptes_set()Rohan McLure1-1/+1
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd[s]_set()Rohan McLure1-2/+2
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[s]_set()Rohan McLure1-2/+2
2026-01-25riscv/mm: update write protect to work on shadow stacksDeepak Gupta1-2/+10
2026-01-25riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEsDeepak Gupta1-0/+7
2026-01-25riscv/mm: manufacture shadow stack ptesDeepak Gupta1-0/+10
2026-01-25riscv/mm: ensure PROT_WRITE leads to VM_READ | VM_WRITEDeepak Gupta2-0/+27
2026-01-25riscv: Add usercfi state for task and save/restore of CSR_SSP on trap entry/exitDeepak Gupta3-0/+27
2026-01-25riscv: add Zicfiss / Zicfilp extension CSR and bit definitionsDeepak Gupta1-0/+14
2026-01-25riscv: zicfiss / zicfilp enumerationDeepak Gupta2-0/+14
2026-01-25riscv: mm: define copy_user_page() as copy_page()Florian Schmaus1-2/+1
2026-01-25riscv: fix minor typo in syscall.h commentAustin Kim1-1/+1
2026-01-22riscv: Add intermediate cast to 'unsigned long' in __get_user_asmNathan Chancellor1-1/+1
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand1-1/+0
2026-01-16riscv: Use 64-bit variable for output in __get_user_asmNathan Chancellor1-2/+12
2026-01-12riscv/paravirt: Use common code for paravirt_steal_clock()Juergen Gross1-10/+0
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross1-4/+0
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross1-1/+0
2026-01-07riscv: remove irqflags.h inclusion in asm/bitops.hYunhui Cui1-1/+0
2026-01-05riscv: pgtable: Cleanup useless VA_USER_XXX definitionsGuo Ren (Alibaba DAMO Academy)1-4/+0
2025-12-19riscv: Add SBI debug trigger extension and function idsHimanshu Chauhan1-0/+29
2025-12-19riscv/atomic.h: use RISCV_FULL_BARRIER in _arch_atomic* function.Zongmin Zhou1-4/+4
2025-12-19riscv: add ISA extension parsing for Zilsd and ZclsdPincheng Wang1-0/+2
2025-12-19riscv: mm: use xchg() on non-atomic_long_t variables, not atomic_long_xchg()Paul Walmsley1-2/+2
2025-12-19riscv: mm: ptep_get_and_clear(): avoid atomic ops when !CONFIG_SMPPaul Walmsley1-0/+6
2025-12-19riscv: mm: pmdp_huge_get_and_clear(): avoid atomic ops when !CONFIG_SMPPaul Walmsley1-0/+6
2025-12-19riscv: signal: abstract header saving for setup_sigcontextAndy Chiu1-0/+3
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-2/+11
2025-12-05Merge tag 'riscv-for-linus-6.19-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds9-66/+113
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-2/+179