summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-06-26riscv: mm: Take memory hotplug read-lock during kernel page table dumpBjörn Töpel1-0/+3
2024-06-26riscv: mm: Add memory hotplugging supportBjörn Töpel1-0/+267
2024-06-26riscv: mm: Add pfn_to_kaddr() implementationBjörn Töpel1-0/+5
2024-06-26riscv: mm: Refactor create_linear_mapping_range() for memory hot addBjörn Töpel1-9/+6
2024-06-26riscv: mm: Change attribute from __init to __meminit for page functionsBjörn Töpel3-34/+28
2024-06-26riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entriesBjörn Töpel2-2/+11
2024-06-26riscv: mm: Properly forward vmemmap_populate() altmap parameterBjörn Töpel1-1/+1
2024-06-26riscv: dmi: Add SMBIOS/DMI supportHaibo Xu2-0/+35
2024-06-26riscv: Implement pte_accessible()Alexandre Ghiti1-0/+13
2024-06-26Merge patch series "Add support for a few Zc* extensions, Zcmop and Zimop"Palmer Dabbelt7-86/+228
2024-06-26RISC-V: KVM: Allow Zcmop extension for Guest/VMClément Léger2-0/+3
2024-06-26riscv: hwprobe: export Zcmop ISA extensionClément Léger2-0/+2
2024-06-26riscv: add ISA extension parsing for ZcmopClément Léger2-0/+2
2024-06-26RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VMClément Léger2-0/+12
2024-06-26riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensionsClément Léger2-0/+8
2024-06-26riscv: add ISA parsing for Zca, Zcf, Zcd and ZcbClément Léger2-1/+58
2024-06-26riscv: add ISA extensions validation callbackClément Léger2-85/+136
2024-06-26RISC-V: KVM: Allow Zimop extension for Guest/VMClément Léger2-0/+3
2024-06-26riscv: hwprobe: export Zimop ISA extensionClément Léger2-0/+2
2024-06-26riscv: add ISA extension parsing for ZimopClément Léger2-0/+2
2024-06-26Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"Palmer Dabbelt1-1/+1
2024-06-26riscv: stacktrace: convert arch_stack_walk() to noinstrAndy Chiu1-1/+1
2024-06-26riscv: patch: Flush the icache right after patching to avoid illegal insnsAlexandre Ghiti2-13/+20
2024-06-26Merge patch series "riscv: Various text patching improvements"Palmer Dabbelt6-54/+63
2024-06-26riscv: Remove extra variable in patch_text_nosync()Samuel Holland1-8/+4
2024-06-26riscv: Use offset_in_page() in text patching functionsSamuel Holland1-3/+3
2024-06-26riscv: Pass patch_text() the length in bytesSamuel Holland4-21/+20
2024-06-26riscv: Simplify text patching loopsSamuel Holland1-16/+21
2024-06-26riscv: kprobes: Use patch_text_nosync() for insn slotsSamuel Holland1-3/+2
2024-06-26riscv: jump_label: Simplify assembly syntaxSamuel Holland1-1/+1
2024-06-26riscv: jump_label: Batch icache maintenanceSamuel Holland2-4/+14
2024-06-26RISC-V: KVM: Redirect AMO load/store access fault traps to guestYu-Wei Hsu1-0/+2
2024-06-26RISCV: KVM: add tracepoints for entry and exit eventsShenlin Liang2-0/+74
2024-06-26RISC-V: KVM: Use IMSIC guest files when availableAnup Patel1-13/+20
2024-06-26RISC-V: KVM: Share APLIC and IMSIC defines with irqchip driversAnup Patel6-100/+4
2024-06-25RISC-V: fix vector insn load/store width maskJesse Taube1-1/+1
2024-06-25syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann1-2/+2
2024-06-24riscv: dts: starfive: jh7110: Add the core reset and jh7110 compatible for uartsHal Feng1-12/+18
2024-06-20bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos1-3/+2
2024-06-19riscv: dts: microchip: add an initial devicetree for the BeagleV FireConor Dooley3-0/+306
2024-06-19riscv: dts: starfive: Set EMMC vqmmc maximum voltage to 3.3V on JH7110 boardsShengyu Qu1-1/+1
2024-06-19riscv: dts: starfive: Update flash partition layoutMatthias Brugger1-5/+2
2024-06-19riscv: dts: thead: th1520: Add PMU event nodeInochi Amaoto1-0/+81
2024-06-19riscv: dts: starfive: add Star64 board devicetreeHenry Bell2-0/+62
2024-06-19riscv: dts: sophgo: disable write-protection for milkv duoHaylen Chu1-0/+1
2024-06-18KVM: Introduce vcpu->wants_to_runDavid Matlack1-1/+1
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+13
2024-06-12riscv: defconfig: Enable StarFive JH7110 driversHal Feng1-0/+26
2024-06-11KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson1-1/+0
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)1-1/+0