summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-09RISC-V: KVM: Allow Zicond extension for Guest/VMAnup Patel1-0/+1
2024-01-09RISCV: KVM: Add sstateen0 to ONE_REGMayuresh Chitale1-0/+8
2024-01-09RISCV: KVM: Add sstateen0 context save/restoreMayuresh Chitale2-0/+9
2024-01-09RISCV: KVM: Add senvcfg context save/restoreMayuresh Chitale2-0/+3
2024-01-09RISC-V: KVM: Enable Smstateen accessesMayuresh Chitale3-0/+18
2024-01-09RISC-V: KVM: Add kvm_vcpu_configMayuresh Chitale1-0/+7
2024-01-09RISC-V: Detect Zicond from ISA stringAnup Patel1-0/+1
2024-01-09RISC-V: Detect Smstateen extensionMayuresh Chitale1-0/+1
2024-01-09RISC-V: Enable cbo.zero in usermodeAndrew Jones3-0/+18
2024-01-08RISC-V: hwprobe: Expose Zicboz extension and its block sizeAndrew Jones2-1/+3
2024-01-08riscv: errata: Add StarFive alternative portsLey Foon Tan2-0/+8
2024-01-08riscv: asm: vendorid_list: Add StarFive Technology to vendors listJoshua Yeong1-0/+1
2023-11-28riscv: mm: Update the comment of CONFIG_PAGE_OFFSETSong Shuai1-2/+2
2023-11-28riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpauseMinda Chen1-1/+1
2023-11-28RISC-V: hwprobe: Fix vDSO SIGSEGVAndrew Jones1-0/+5
2023-11-28riscv: VMAP_STACK overflow detection thread-safeDeepak Gupta3-4/+22
2023-10-13Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-2/+43
2023-10-12riscv: Fix ftrace syscall handling which are now prefixed with __riscv_Alexandre Ghiti1-0/+21
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-1/+2
2023-09-20riscv: Only consider swbp/ss handlers for correct privileged modeBjörn Töpel2-2/+22
2023-09-12riscv: errata: fix T-Head dcache.cva encodingIcenowy Zheng1-2/+2
2023-09-10Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds9-9/+54
2023-09-08Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt1-0/+1
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt2-0/+5
2023-09-08Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt1-4/+9
2023-09-08Merge patch series "Add non-coherent DMA support for AX45MP"Palmer Dabbelt4-0/+37
2023-09-08Merge patch series "RISC-V: Probe for misaligned access speed"Palmer Dabbelt2-5/+2
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-4/+29
2023-09-06riscv: implement a memset like function for textPuranjay Mohan1-0/+1
2023-09-06riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti1-0/+2
2023-09-06riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti1-0/+3
2023-09-01RISC-V: Add ptrace support for vectorsAndy Chiu1-4/+9
2023-09-01riscv: mm: dma-noncoherent: nonstandard cache operations supportLad Prabhakar1-0/+28
2023-09-01riscv: errata: Add Andes alternative portsLad Prabhakar2-0/+8
2023-09-01riscv: asm: vendorid_list: Add Andes Technology to the vendors listLad Prabhakar1-0/+1
2023-09-01RISC-V: alternative: Remove feature_probe_funcEvan Green1-5/+0
2023-09-01RISC-V: Probe for unaligned access speedEvan Green1-0/+2
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-23/+245
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2023-08-31Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini4-4/+29
2023-08-31Merge patch series "RISC-V: mm: Make SV48 the default address space"Palmer Dabbelt3-12/+75
2023-08-31Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8"Palmer Dabbelt2-0/+16
2023-08-31Merge patch series "riscv: support ELF format binaries in nommu mode"Palmer Dabbelt3-1/+19
2023-08-31Merge patch series "riscv: KCFI support"Palmer Dabbelt4-3/+121
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-32/+43
2023-08-29Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+2
2023-08-25Merge tag 'riscv-for-linus-6.5-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+3
2023-08-25riscv: implement the new page table range APIMatthew Wilcox (Oracle)2-23/+33
2023-08-25mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)1-1/+1
2023-08-24RISC-V: mm: Update pgtable comment documentationCharlie Jenkins1-3/+5