summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-19riscv: Improve arch_get_mmap_end() macroLeonardo Bras1-3/+9
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2024-03-15riscv: vector: Fix a typo of preempt_vSong Shuai1-2/+2
2024-03-15Merge patch series "riscv: mm: Extend mappable memory up to hint address"Palmer Dabbelt1-16/+11
2024-03-15Merge patch series "riscv: Use Kconfig to set unaligned access speed"Palmer Dabbelt1-12/+19
2024-03-15Merge patch series "Support Andes PMU extension"Palmer Dabbelt3-12/+4
2024-03-15Merge patch "riscv: Fix compilation error with FAST_GUP and rv32"Palmer Dabbelt2-60/+7
2024-03-15riscv: Fix compilation error with FAST_GUP and rv32Alexandre Ghiti1-0/+2
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-12/+2
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-26/+6
2024-03-14riscv: mm: Use hint address in mmap if availableCharlie Jenkins1-16/+11
2024-03-13riscv: Set unaligned access speed at compile timeCharlie Jenkins1-11/+13
2024-03-13riscv: Decouple emulated unaligned accesses from access speedCharlie Jenkins1-1/+1
2024-03-13riscv: lib: Introduce has_fast_unaligned_access()Charlie Jenkins1-3/+8
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+17
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-03-12perf: RISC-V: Introduce Andes PMU to support perf event samplingYu Chien Peter Lin2-9/+1
2024-03-12riscv: errata: Rename defines for AndesYu Chien Peter Lin2-3/+3
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+17
2024-03-11Merge tag 'kvm-riscv-6.9-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+2
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini9-65/+36
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini9-12/+21
2024-03-06bpf, riscv64/cfi: Support kCFI + BPF on riscv64Puranjay Mohan1-0/+17
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu2-2/+2
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-1/+1
2024-03-06RISC-V: KVM: Allow Zacas extension for Guest/VMAnup Patel1-0/+1
2024-03-06RISC-V: KVM: Allow Ztso extension for Guest/VMAnup Patel1-0/+1
2024-03-01Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-65/+36
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 Dabbelt3-0/+5
2024-02-29riscv: Save/restore envcfg CSR during CPU suspendSamuel Holland1-0/+1
2024-02-29riscv: Add a custom ISA extension for the [ms]envcfg CSRSamuel Holland1-0/+2
2024-02-29riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland1-0/+2
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He1-2/+2
2024-02-22riscv: remove MCOUNT_NAME workaroundNathan Chancellor1-12/+2
2024-02-22arch and include: update LLVM Phabricator linksNathan Chancellor1-1/+1
2024-02-22riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATIONAlexandre Ghiti1-0/+2
2024-02-22riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctlyYangyu Chen1-1/+1
2024-02-22riscv: add CALLER_ADDRx supportZong Li1-0/+5
2024-02-22Merge commit '8246601a7d391ce8207408149d65732f28af81a1' into fixesPalmer Dabbelt1-3/+17
2024-02-22riscv/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy1-22/+0
2024-02-15Merge patch series "membarrier: riscv: Core serializing command"Palmer Dabbelt2-0/+79
2024-02-15membarrier: riscv: Provide core serializing commandAndrea Parri2-0/+48
2024-02-15membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri1-0/+31
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds5-11/+11