summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+12
2023-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-46/+261
2023-11-02Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-11-02Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2023-11-02Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-11-02Merge tag 'soc-dt-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds34-97/+2854
2023-10-31Merge tag 'kvm-riscv-6.7-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini11-46/+261
2023-10-26Merge tag 'soc-fixes-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-3/+4
2023-10-26Merge tag 'renesas-fixes-for-v6.6-tag3' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2-2/+2
2023-10-26riscv: only select DMA_DIRECT_REMAP from RISCV_ISA_ZICBOM and ERRATA_THEAD_PBMTChristoph Hellwig2-1/+2
2023-10-26riscv: RISCV_NONSTANDARD_CACHE_OPS shouldn't depend on RISCV_DMA_NONCOHERENTChristoph Hellwig1-1/+0
2023-10-24Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...Linus Torvalds2-7/+14
2023-10-23riscv: dts: thead: convert isa detection to new propertiesConor Dooley1-0/+12
2023-10-20RISC-V: KVM: Forward SBI DBCN extension to user-spaceAnup Patel4-0/+38
2023-10-20RISC-V: KVM: Allow some SBI extensions to be disabled by defaultAnup Patel3-29/+38
2023-10-20RISC-V: KVM: Change the SBI specification version to v2.0Anup Patel1-1/+1
2023-10-20RISC-V: Add defines for SBI debug console extensionAnup Patel1-0/+7
2023-10-19mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)1-1/+0
2023-10-19riscv: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)1-0/+13
2023-10-18Merge tag 'riscv-dt-for-v6.7' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann16-3/+2773
2023-10-17riscv: dts: thead: set dma-noncoherent to soc busJisheng Zhang1-0/+1
2023-10-17Merge tag 'riscv-dt-for-v6.6-final' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-1/+1
2023-10-17Merge tag 'riscv-soc-for-v6.7' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-0/+1
2023-10-16Merge tag 'riscv-dt-for-v6.6-final' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-26/+27
2023-10-15riscv: dts: starfive: convert isa detection to new propertiesConor Dooley2-0/+21
2023-10-15riscv: dts: sifive: convert isa detection to new propertiesConor Dooley2-0/+30
2023-10-15riscv: dts: microchip: convert isa detection to new propertiesConor Dooley1-0/+15
2023-10-13Merge tag 'sunxi-dt-for-6.7-1' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann14-15/+56
2023-10-13Merge tag 'renesas-dts-for-v6.7-tag2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann3-79/+13
2023-10-13riscv: dts: allwinner: convert isa detection to new propertiesConor Dooley1-0/+3
2023-10-13Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-35/+67
2023-10-12riscv: Fix ftrace syscall handling which are now prefixed with __riscv_Alexandre Ghiti1-0/+21
2023-10-12RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACKJiexun Wang1-2/+2
2023-10-12riscv: kdump: fix crashkernel reserving problem on RISC-VChen Jiahao1-13/+0
2023-10-12riscv: Remove duplicate objcopy flagSong Shuai1-1/+0
2023-10-12RISC-V: KVM: Allow Zicond extension for Guest/VMAnup Patel2-0/+3
2023-10-12RISCV: KVM: Add sstateen0 to ONE_REGMayuresh Chitale2-2/+70
2023-10-12RISCV: KVM: Add sstateen0 context save/restoreMayuresh Chitale3-0/+21
2023-10-12RISCV: KVM: Add senvcfg context save/restoreMayuresh Chitale4-0/+20
2023-10-12RISC-V: KVM: Enable Smstateen accessesMayuresh Chitale5-1/+38
2023-10-12RISC-V: KVM: Add kvm_vcpu_configMayuresh Chitale2-13/+21
2023-10-12RISC-V: Detect Zicond from ISA stringAnup Patel2-0/+2
2023-10-12RISC-V: Detect Smstateen extensionMayuresh Chitale2-0/+2
2023-10-12riscv: signal: fix sigaltstack frame size checkingAndy Chiu1-7/+0
2023-10-12riscv: dts: starfive: visionfive 2: correct spi's ss pinNam Cao1-1/+1
2023-10-11riscv: Remove now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-10-10docs: move riscv under archCosta Shulyupin2-2/+2
2023-10-09riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return valuesBjörn Töpel1-4/+9
2023-10-09riscv, bpf: Sign-extend return valuesBjörn Töpel1-2/+3
2023-10-07riscv: dts: sophgo: add Milk-V Duo board device treeJisheng Zhang2-0/+39