summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
2026-04-04riscv: Remove support for XIP kernelNam Cao5-100/+1
2026-04-04riscv: lib: add strrchr() implementationFeng Jiang1-0/+3
2026-04-04riscv: lib: add strchr() implementationFeng Jiang1-0/+3
2026-04-04riscv: lib: add strnlen() implementationFeng Jiang1-0/+3
2026-04-04riscv: add hardware error trap handler supportRui Qi1-0/+1
2026-04-04riscv: remove redundant check for CONFIG_SMPHui Wang1-1/+1
2026-04-04riscv: move kaslr_offset() to page.h as a static inline functionAustin Kim1-1/+4
2026-04-04riscv: fix various typos in comments and codeSean Chang4-6/+6
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-04-04RISC-V: KVM: Cache gstage pgd_levels in struct kvm_gstageFangyu Yu1-0/+10
2026-04-04RISC-V: KVM: Support runtime configuration for per-VM's HGATP modeFangyu Yu2-7/+31
2026-04-03RISC-V: KVM: Factor-out VCPU config into separate sourcesAnup Patel2-19/+26
2026-04-03RISC-V: KVM: Add hideleg to struct kvm_vcpu_configAnup Patel1-0/+1
2026-04-03RISC-V: KVM: Factor-out ISA checks into separate sourcesAnup Patel2-4/+20
2026-04-03RISC-V: KVM: Introduce common kvm_riscv_isa_check_host()Anup Patel1-0/+4
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig1-19/+0
2026-04-02riscv: move the XOR code to lib/raid/Christoph Hellwig1-52/+2
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig1-9/+10
2026-04-02KVM: riscv: Skip CSR restore if VCPU is reloaded on the same coreJinyu Tang1-0/+3
2026-03-30RISC-V: KVM: Split huge pages during fault handling for dirty loggingWang Yechao1-0/+4
2026-03-13mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()Tobias Huschle1-3/+3
2026-02-12Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-6/+269
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-12/+11
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus 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_...Rohan McLure1-1/+1
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_...Rohan McLure1-1/+1
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_...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[...Rohan McLure1-2/+2
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[...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