summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2023-10-20RISC-V: KVM: Allow some SBI extensions to be disabled by defaultAnup Patel
2023-10-20RISC-V: KVM: Change the SBI specification version to v2.0Anup Patel
2023-10-20RISC-V: Add defines for SBI debug console extensionAnup Patel
2023-10-12RISC-V: KVM: Allow Zicond extension for Guest/VMAnup Patel
2023-10-12RISCV: KVM: Add sstateen0 to ONE_REGMayuresh Chitale
2023-10-12RISCV: KVM: Add sstateen0 context save/restoreMayuresh Chitale
2023-10-12RISCV: KVM: Add senvcfg context save/restoreMayuresh Chitale
2023-10-12RISC-V: KVM: Enable Smstateen accessesMayuresh Chitale
2023-10-12RISC-V: KVM: Add kvm_vcpu_configMayuresh Chitale
2023-10-12RISC-V: Detect Zicond from ISA stringAnup Patel
2023-10-12RISC-V: Detect Smstateen extensionMayuresh Chitale
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-30Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-09-21RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensionsAnup Patel
2023-09-21RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registersAnup Patel
2023-09-13riscv: dts: starfive: visionfive 2: Fix uart0 pins sort orderHal Feng
2023-09-13riscv: dts: starfive: visionfive 2: Enable usb0Hal Feng
2023-09-12riscv: errata: fix T-Head dcache.cva encodingIcenowy Zheng
2023-09-12riscv: kexec: Align the kexeced kernel entrySong Shuai
2023-09-12riscv: dts: starfive: fix NOR flash reserved-data partition sizeAurelien Jarno
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-09-08riscv: Kconfig.errata: Add dependency for RISCV_SBI in ERRATA_ANDES configLad Prabhakar
2023-09-08riscv: Kconfig.errata: Drop dependency for MMU in ERRATA_ANDES_CMO configLad Prabhakar
2023-09-08riscv: Kconfig: Select DMA_DIRECT_REMAP only if MMU is enabledLad Prabhakar
2023-09-08Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt
2023-09-08Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt
2023-09-08Merge patch series "Add non-coherent DMA support for AX45MP"Palmer Dabbelt
2023-09-08Merge patch series "riscv: dma-mapping: unify support for cache flushes"Palmer Dabbelt
2023-09-08Merge patch series "RISC-V: Probe for misaligned access speed"Palmer Dabbelt
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-09-06bpf, riscv: use prog pack allocator in the BPF JITPuranjay Mohan
2023-09-06riscv: implement a memset like function for textPuranjay Mohan
2023-09-06riscv: extend patch_text_nosync() for multiple pagesPuranjay Mohan
2023-09-05riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti
2023-09-05riscv: Dump out kernel offset information on panicAlexandre Ghiti
2023-09-05riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-09-04kbuild: Show marked Kconfig fragments in "help"Kees Cook
2023-09-01RISC-V: Add ptrace support for vectorsAndy Chiu
2023-09-01riscv: mm: dma-noncoherent: nonstandard cache operations supportLad Prabhakar
2023-09-01riscv: errata: Add Andes alternative portsLad Prabhakar
2023-09-01riscv: asm: vendorid_list: Add Andes Technology to the vendors listLad Prabhakar
2023-09-01riscv: dma-mapping: switch over to generic implementationLad Prabhakar
2023-09-01riscv: dma-mapping: skip invalidation before bidirectional DMAArnd Bergmann
2023-09-01riscv: dma-mapping: only invalidate after DMA, not flushArnd Bergmann
2023-09-01RISC-V: alternative: Remove feature_probe_funcEvan Green
2023-09-01RISC-V: Probe for unaligned access speedEvan Green
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds