summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2025-04-16Merge tag 'riscv-fixes-6.15-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/k...Palmer Dabbelt
2025-04-16riscv: defconfig: Remove EXPERTJoel Stanley
2025-04-16Merge patch series "riscv: Rework the arch_kgdb_breakpoint() implementation"Palmer Dabbelt
2025-04-16riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_breakWangYuli
2025-04-16riscv: KGDB: Do not inline arch_kgdb_breakpoint()WangYuli
2025-04-16RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao
2025-04-16riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor
2025-04-16crypto: lib/sm3 - Move sm3 library into lib/cryptoHerbert Xu
2025-04-14riscv: dts: thead: Introduce power domain nodes with aon firmwareMichal Wilczynski
2025-04-14riscv: Provide all alternative macros all the timeAndrew Jones
2025-04-14riscv: module: Allocate PLT entries for R_RISCV_PLT32Samuel Holland
2025-04-14riscv: module: Fix out-of-bounds relocation accessSamuel Holland
2025-04-14riscv: Properly export reserved regions in /proc/iomemBjörn Töpel
2025-04-14riscv: Fix unaligned access info messagesAndrew Jones
2025-04-10riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor
2025-04-07riscv: Enable PM_GENERIC_DOMAINS for T-Head SoCsMichal Wilczynski
2025-04-07riscv: Use kvmalloc_array on relocation_hashtableWill Pierce
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers
2025-04-07crypto: riscv/chacha - implement library instead of skcipherEric Biggers
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-04-03Merge tag 'riscv-mw2-6.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt
2025-04-01riscv: pgtable: unconditionally use tlb_remove_ptdesc()Qi Zheng
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-01riscv: Add norvc after .option arch in runtime constCharlie Jenkins
2025-04-01riscv: Make sure toolchain supports zba before using zba instructionsAlexandre Ghiti
2025-04-01riscv/purgatory: 4B align purgatory_startBjörn Töpel
2025-04-01riscv/kexec_file: Handle R_RISCV_64 in purgatory relocatorYao Zi
2025-04-01Merge patch series "Add some validation for vector, vector crypto and fp stuff"Alexandre Ghiti
2025-04-01riscv: Fix hugetlb retrieval of number of ptes in case of !present pteAlexandre Ghiti
2025-04-01riscv: print hartid on bringupYunhui Cui
2025-03-31riscv: Add norvc after .option arch in runtime constCharlie Jenkins
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-03-27Merge tag 'soc-dt-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-26Merge patch series "riscv: Relocatable NOMMU kernels"Palmer Dabbelt
2025-03-26riscv: Remove CONFIG_PAGE_OFFSETSamuel Holland
2025-03-26riscv: Support CONFIG_RELOCATABLE on riscv32Samuel Holland
2025-03-26riscv: Support CONFIG_RELOCATABLE on NOMMUSamuel Holland
2025-03-26riscv: Allow NOMMU kernels to access all of RAMSamuel Holland
2025-03-26riscv: Remove duplicate CONFIG_PAGE_OFFSET definitionSamuel Holland
2025-03-26RISC-V: errata: Use medany for relocatable buildsPalmer Dabbelt
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-25Merge tag 'irq-drivers-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-25RISC-V: add f & d extension validation checksConor Dooley
2025-03-25RISC-V: add vector crypto extension validation checksConor Dooley