summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2026-02-06irqchip/riscv-imsic: Adjust the number of available guest irq filesXu Lu1-1/+1
2026-02-06RISC-V: KVM: Transparent huge page supportJessica Liu2-0/+142
2026-02-06RISC-V: KVM: Allow Zalasr extensions for Guest/VMXu Lu2-0/+3
2026-02-06riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VMPincheng Wang2-0/+4
2026-02-06RISC-V: KVM: Skip IMSIC update if vCPU IMSIC state is not initializedJiakai Xu1-0/+4
2026-02-06RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_rw_attr()Jiakai Xu1-1/+3
2026-02-06RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_has_attr()Jiakai Xu1-1/+4
2026-02-06RISC-V: KVM: Remove unnecessary 'ret' assignmentQiang Ma1-4/+1
2026-01-29riscv: ptrace: return ENODATA for inactive vector extensionIlya Mamay1-2/+8
2026-01-29riscv: create a Kconfig fragment for shadow stack and landing pad supportDeepak Gupta2-0/+26
2026-01-29arch/riscv: add dual vdso creation logic and select vdso based on hwDeepak Gupta8-11/+82
2026-01-29arch/riscv: compile vdso with landing pad and shadow stack noteJim Shu9-3/+81
2026-01-29riscv: enable kernel access to shadow stack memory via the FWFT SBI callDeepak Gupta2-0/+33
2026-01-29riscv: add kernel command line option to opt out of user CFIDeepak Gupta3-13/+61
2026-01-29riscv/hwprobe: add zicfilp / zicfiss enumeration in hwprobeDeepak Gupta2-2/+6
2026-01-29riscv: hwprobe: add support for RISCV_HWPROBE_KEY_IMA_EXT_1Paul Walmsley3-70/+103
2026-01-29riscv/ptrace: expose riscv CFI status and state via ptrace and in core filesDeepak Gupta2-0/+125
2026-01-29riscv/kernel: update __show_regs() to print shadow stack registerDeepak Gupta1-2/+2
2026-01-29riscv/signal: save and restore the shadow stack on a signalDeepak Gupta5-0/+158
2026-01-29riscv/traps: Introduce software check exception and uprobe handlingDeepak Gupta4-0/+60
2026-01-29riscv: Implement indirect branch tracking prctlsDeepak Gupta4-0/+102
2026-01-29riscv: Implement arch-agnostic shadow stack prctlsDeepak Gupta3-0/+134
2026-01-29riscv/shstk: If needed allocate a new shadow stack on cloneDeepak Gupta4-0/+162
2026-01-29riscv/mm: Implement map_shadow_stack() syscallDeepak Gupta2-0/+141
2026-01-29riscv: defconfig: spacemit: k3: enable clock supportYixun Lan1-1/+1
2026-01-29riscv: compat: fix COMPAT_UTS_MACHINE definitionHan Gao1-1/+1
2026-01-28Merge tag 'riscv-dt-for-v6.20' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann4-14/+29
2026-01-28Merge tag 'sunxi-dt-for-6.20' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann5-0/+93
2026-01-28Merge tag 'spacemit-dt-for-6.20-1' of https://github.com/spacemit-com/linux i...Arnd Bergmann9-17/+1107
2026-01-28Merge tag 'riscv-sophgo-dt-for-v6.20' of https://github.com/sophgo/linux into...Arnd Bergmann5-521/+544
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-26mm, arch: consolidate hugetlb CMA reservationMike Rapoport (Microsoft)2-2/+8
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)1-1/+0
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)1-9/+0
2026-01-26riscv: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-3/+7
2026-01-26Merge tag 'renesas-dts-for-v6.20-tag2' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-1/+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 Gupta2-0/+23
2026-01-25riscv/mm: manufacture shadow stack ptesDeepak Gupta1-0/+10
2026-01-25riscv/mm: ensure PROT_WRITE leads to VM_READ | VM_WRITEDeepak Gupta4-1/+38
2026-01-25riscv: Add usercfi state for task and save/restore of CSR_SSP on trap entry/exitDeepak Gupta5-0/+62
2026-01-25riscv: add Zicfiss / Zicfilp extension CSR and bit definitionsDeepak Gupta1-0/+14
2026-01-25riscv: zicfiss / zicfilp enumerationDeepak Gupta3-0/+36
2026-01-25riscv: defconfig: enable NLS_ISO8859_1Javier Carrasco1-1/+1