summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-02-29riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos1-1/+1
2024-02-29Merge patch series "NAPOT Fixes"Palmer Dabbelt2-60/+5
2024-02-29riscv: Fix pte_leaf_size() for NAPOTAlexandre Ghiti1-0/+4
2024-02-29Revert "riscv: mm: support Svnapot in huge vmap"Alexandre Ghiti1-60/+1
2024-02-29Merge patch series "riscv: cbo.zero fixes"Palmer Dabbelt5-3/+22
2024-02-29riscv: Save/restore envcfg CSR during CPU suspendSamuel Holland2-0/+5
2024-02-29riscv: Add a custom ISA extension for the [ms]envcfg CSRSamuel Holland2-2/+14
2024-02-29riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland2-1/+3
2024-02-28RISC-V: fix check for zvkb with tip-of-tree clangEric Biggers1-1/+1
2024-02-28Merge commit '3aff0c459e77' into for-nextPalmer Dabbelt1-1/+0
2024-02-23riscv, crash: wrap crash dumping code into crash related ifdefsBaoquan He2-3/+8
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2-2/+2
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He2-3/+3
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He1-1/+0
2024-02-23Merge tag 'arm-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+9
2024-02-23RISC-V: Ignore V from the riscv,isa DT property on older T-Head CPUsConor Dooley1-0/+15
2024-02-23Merge tag 'riscv-dt-fixes-for-v6.8-rc6' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann3-8/+9
2024-02-23riscv: dts: add resets property for uart nodeChen Wang1-0/+1
2024-02-23riscv: dts: add reset generator for Sophgo SG2042 SoCChen Wang1-0/+8
2024-02-22riscv: Kconfig: remove version dependency from CONFIG_CLANG_SUPPORTS_DYNAMIC_...Nathan Chancellor1-2/+0
2024-02-22riscv: remove MCOUNT_NAME workaroundNathan Chancellor2-17/+7
2024-02-22arch and include: update LLVM Phabricator linksNathan Chancellor2-2/+2
2024-02-22riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATIONAlexandre Ghiti2-0/+4
2024-02-22riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctlyYangyu Chen1-1/+1
2024-02-22riscv: add CALLER_ADDRx supportZong Li3-0/+55
2024-02-22Merge commit '8246601a7d391ce8207408149d65732f28af81a1' into fixesPalmer Dabbelt1-3/+17
2024-02-22riscv/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy1-3/+8
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy3-26/+0
2024-02-21Merge patch series "RISC-V: Fix CONFIG_AS_HAS_OPTION_ARCH with tip of tree LLVM"Palmer Dabbelt1-1/+0
2024-02-20riscv: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-8/+2
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada1-1/+1
2024-02-16RISC-V: Drop invalid test from CONFIG_AS_HAS_OPTION_ARCHNathan Chancellor1-1/+0
2024-02-16riscv: defconfig: Enable mmc and dma drivers for T-Head TH1520Drew Fustini1-0/+2
2024-02-15Merge patch series "membarrier: riscv: Core serializing command"Palmer Dabbelt4-0/+85
2024-02-15membarrier: riscv: Provide core serializing commandAndrea Parri3-0/+51
2024-02-15membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri3-0/+34
2024-02-14Merge tag 'kvm-riscv-fixes-6.8-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2-11/+15
2024-02-14riscv: dts: sifive: add missing #interrupt-cells to pmicConor Dooley1-0/+1
2024-02-13riscv: dts: starfive: replace underscores in node namesKrzysztof Kozlowski2-8/+8
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds6-16/+16
2024-02-09Merge tag 'riscv-for-linus-6.8-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-6/+89
2024-02-09RISC-V: KVM: Use correct restricted typesAndrew Jones1-8/+12
2024-02-09RISC-V: paravirt: Use correct restricted typesAndrew Jones1-2/+2
2024-02-09RISC-V: paravirt: steal_time should be staticAndrew Jones1-1/+1
2024-02-08kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini2-1/+1
2024-02-08Merge tag 'percpu-for-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-02-07riscv: Fix arch_tlbbatch_flush() by clearing the batch cpumaskAlexandre Ghiti1-0/+1
2024-02-07riscv: declare overflow_stack as exported from traps.cBen Dooks1-0/+5
2024-02-07riscv: Fix arch_hugetlb_migration_supported() for NAPOTAlexandre Ghiti2-3/+16