summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2025-07-22Merge tag 'spacemit-dt-for-6.17-1' of https://github.com/spacemit-com/linux i...Arnd Bergmann3-107/+396
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook4-4/+4
2025-07-21riscv: defconfig: enable Andes SoCBen Zong-You Xie1-0/+1
2025-07-21riscv: dts: andes: add Voyager board device treeBen Zong-You Xie3-0/+31
2025-07-21riscv: dts: andes: add QiLai SoC device treeBen Zong-You Xie1-0/+186
2025-07-21riscv: add Andes SoC family Kconfig supportBen Zong-You Xie1-0/+7
2025-07-19riscv: optimize gcd() performance on RISC-V without Zbb extensionKuan-Wei Chiu1-0/+5
2025-07-19riscv: optimize gcd() code size when CONFIG_RISCV_ISA_ZBB is disabledKuan-Wei Chiu1-0/+1
2025-07-19Add a new optional ",cma" suffix to the crashkernel= command line optionJiri Bohac1-1/+1
2025-07-18Merge tag 'riscv-for-linus-6.16-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-13/+28
2025-07-16riscv: uaccess: Fix -Wuninitialized and -Wshadow in __put_user_nocheckNathan Chancellor1-2/+2
2025-07-16riscv: Stop supporting static ftraceAlexandre Ghiti1-1/+2
2025-07-16riscv: traps_misaligned: properly sign extend value in misaligned load handlerAndreas Schwab1-1/+1
2025-07-16riscv: Enable interrupt during exception handlingNam Cao1-4/+6
2025-07-16riscv: dts: starfive: jh7110-common: add status power led nodeE Shattow1-0/+9
2025-07-16riscv: dts: starfive: jh7110-milkv-mars sort propertiesE Shattow1-6/+6
2025-07-16riscv: ftrace: Properly acquire text_mutex to fix a race conditionAlexandre Ghiti1-4/+14
2025-07-16riscv: Stop considering R_RISCV_NONE as bad relocationsAlexandre Ghiti1-1/+3
2025-07-14riscv: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-6/+6
2025-07-11RISC-V: KVM: Move HGEI[E|P] CSR access to IMSIC virtualizationAnup Patel5-55/+58
2025-07-11RISC-V: KVM: Disable vstimecmp before exiting to user-spaceAnup Patel1-0/+16
2025-07-09mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-3/+0
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple4-40/+0
2025-07-09mm/pagewalk: split walk_page_range_novma() into kernel/user partsLorenzo Stoakes1-4/+4
2025-07-09riscv: mm: Add page fault trace pointsNam Cao1-0/+8
2025-07-09riscv: defconfig: spacemit: enable sdhci driver for K1 SoCYixun Lan1-0/+1
2025-07-09Merge tag 'pm-runtime-6.17-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Uwe Kleine-König1-1/+1
2025-07-09riscv: dts: spacemit: Move eMMC under storage-bus for K1Vivian Wang1-9/+10
2025-07-09riscv: dts: spacemit: Move UARTs under dma-bus for K1Vivian Wang1-118/+128
2025-07-09riscv: dts: spacemit: Add DMA translation buses for K1Vivian Wang1-0/+53
2025-07-09riscv: dts: spacemit: add pwm14_1 pinctrl settingGuodong Xu1-0/+8
2025-07-09riscv: dts: spacemit: add PWM support for K1 SoCGuodong Xu1-0/+180
2025-07-08riscv: defconfig: Enable PWM support for SpacemiT K1 SoCGuodong Xu1-0/+2
2025-07-08riscv: defconfig: Remove CONFIG_SND_SOC_STARFIVE=mGeert Uytterhoeven1-1/+0
2025-07-07riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-l...Nylon Chen2-16/+8
2025-07-04lib/crypto: sha256: Make library API use strongly-typed contextsEric Biggers1-4/+4
2025-07-04riscv: dts: spacemit: add reset support for the K1 SoCAlex Elder1-0/+18
2025-06-30riscv: dts: thead: Add PVT nodeMichal Wilczynski1-0/+11
2025-06-30riscv: dts: thead: th1520: Add GPU clkgen reset to AON nodeMichal Wilczynski1-0/+3
2025-06-30lib/crc: riscv: Migrate optimized CRC code into lib/crc/Eric Biggers13-620/+0
2025-06-30lib/crypto: riscv: Move arch/riscv/lib/crypto/ into lib/crypto/Eric Biggers7-688/+0
2025-06-30lib/crypto: riscv/sha512: Migrate optimized SHA-512 code to libraryEric Biggers4-348/+0
2025-06-30crypto: riscv/sha512 - Stop depending on sha512_generic_block_fnEric Biggers2-1/+8
2025-06-30riscv: cpu_ops_sbi: Use static array for boot_dataVivian Wang1-3/+3
2025-06-30riscv: Require clang-17 or newer for kCFINathan Chancellor1-1/+2
2025-06-27Merge tag 'riscv-for-linus-5.16-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-14/+15
2025-06-26riscv: Helper to parse hart indexVladimir Kondratiev2-0/+36
2025-06-23riscv: export boot_cpu_hartidKlara Modin1-0/+1
2025-06-23Revert "riscv: Define TASK_SIZE_MAX for __access_ok()"Nam Cao1-1/+0
2025-06-23riscv: Fix sparse warning in vendor_extensions/sifive.cAlexandre Ghiti1-1/+1