summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Merge tag 'riscv-sophgo-dt-for-v6.10' of https://github.com/sophgo/linux into...Arnd Bergmann4-8/+157
2024-05-01riscv: dts: starfive: add Milkv Mars board device treeJisheng Zhang2-0/+31
2024-05-01riscv: dts: starfive: introduce a common board dtsi for jh7110 based boardsJisheng Zhang2-584/+600
2024-05-01riscv: dts: starfive: visionfive 2: add "disable-wp" for tfcardJisheng Zhang1-0/+1
2024-05-01riscv: dts: starfive: visionfive 2: add tf cd-gpiosJisheng Zhang1-1/+1
2024-05-01riscv: dts: starfive: visionfive 2: use cpus label for timebase freqJisheng Zhang1-4/+4
2024-05-01riscv: dts: starfive: visionfive 2: update sound and codec dt node nameJisheng Zhang1-2/+2
2024-05-01riscv: dts: starfive: add 'cpus' label to jh7110 and jh7100 soc dtsiJisheng Zhang2-2/+2
2024-04-30Merge patch series "riscv: ASID-related and UP-related TLB flush enhancements"Palmer Dabbelt15-151/+113
2024-04-30riscv: select ARCH_HAS_FAST_MULTIPLIERJisheng Zhang1-0/+1
2024-04-30Merge patch series "riscv: enable lockless lockref implementation"Palmer Dabbelt2-0/+19
2024-04-30riscv: mm: still create swiotlb buffer for kmalloc() bouncing if requiredJisheng Zhang2-2/+16
2024-04-30riscv: Annotate pgtable_l{4,5}_enabled with __ro_after_initDawei Li1-2/+2
2024-04-30riscv: Remove redundant CONFIG_64BIT from pgtable_l{4,5}_enabledDawei Li1-2/+2
2024-04-30Merge patch series "riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX ...Palmer Dabbelt6-9/+159
2024-04-30Merge patch series "riscv: fix patching with IPI"Palmer Dabbelt3-9/+53
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-2/+205
2024-04-29riscv: mm: Always use an ASID to flush mm contextsSamuel Holland1-2/+1
2024-04-29riscv: mm: Preserve global TLB entries when switching contextsSamuel Holland1-1/+1
2024-04-29riscv: mm: Make asid_bits a local variableSamuel Holland1-2/+1
2024-04-29riscv: mm: Use a fixed layout for the MM context IDSamuel Holland3-8/+4
2024-04-29riscv: mm: Introduce cntx2asid/cntx2version helper macrosSamuel Holland3-7/+10
2024-04-29riscv: Avoid TLB flush loops when affected by SiFive CIP-1200Samuel Holland3-1/+8
2024-04-29riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vmaSamuel Holland3-25/+29
2024-04-29riscv: mm: Combine the SMP and UP TLB flush codeSamuel Holland3-33/+5
2024-04-29riscv: Only send remote fences when some other CPU is onlineSamuel Holland2-2/+6
2024-04-29riscv: mm: Broadcast kernel TLB flushes only when neededSamuel Holland1-13/+5
2024-04-29riscv: Use IPIs for remote cache/TLB flushes by defaultSamuel Holland7-47/+37
2024-04-29riscv: Factor out page table TLB synchronizationSamuel Holland1-18/+13
2024-04-29riscv: Flush the instruction cache during SMP bringupSamuel Holland1-3/+4
2024-04-29Merge tag 'renesas-dts-for-v6.10-tag2' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2-16/+75
2024-04-29riscv: hwprobe: export Zihintpause ISA extensionClément Léger2-0/+2
2024-04-29riscv: misaligned: remove CONFIG_RISCV_M_MODE specific codeClément Léger1-89/+17
2024-04-29riscv: Do not save the scratch CSR during suspendSamuel Holland2-3/+1
2024-04-29Merge patch series "riscv: 64-bit NOMMU fixes and enhancements"Palmer Dabbelt4-10/+13
2024-04-29RISC-V: enable building 64-bit kernels with rust supportMiguel Ojeda2-0/+8
2024-04-29Merge patch series "Rework & improve riscv cmpxchg.h and atomic.h"Palmer Dabbelt2-368/+200
2024-04-27Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-27/+33
2024-04-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+3
2024-04-26Merge patch series "RISC-V: Test th.sxstatus.MAEE bit before enabling MAEE"Palmer Dabbelt3-23/+29
2024-04-26dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy1-2/+1
2024-04-26RISC-V: KVM: Improve firmware counter read functionAtish Patra3-3/+8
2024-04-26RISC-V: KVM: Support 64 bit firmware counters on RV32Atish Patra3-2/+52
2024-04-26RISC-V: KVM: Add perf sampling support for guestsAtish Patra7-8/+93
2024-04-26RISC-V: KVM: Implement SBI PMU Snapshot featureAtish Patra3-1/+130
2024-04-26RISC-V: KVM: No need to exit to the user space if perf event failedAtish Patra2-8/+12
2024-04-26RISC-V: KVM: No need to update the counter value during resetAtish Patra1-6/+2
2024-04-26RISC-V: KVM: Fix the initial sample period valueAtish Patra1-1/+1
2024-04-26mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand1-1/+1
2024-04-26riscv: mm: accelerate pagefault when badaccessKefeng Wang1-1/+4