aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds22-42/+273
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+0
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+0
2024-07-15riscv: lib: relax assembly constraints in hweightQingfang Deng1-4/+4
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-1/+1
2024-07-12Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt6-21/+96
2024-07-12KVM: riscv: Support guest wrs.ntoAndrew Jones1-0/+1
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-1/+1
2024-07-12Merge tag 'kvm-riscv-6.11-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2-96/+0
2024-07-12riscv: Add Zawrs support for spinlocksChristoph Müllner4-15/+91
2024-07-12riscv: Provide a definition for 'pause'Andrew Jones2-6/+4
2024-07-11riscv: hwprobe: export highest virtual userspace addressClément Léger2-1/+7
2024-07-10riscv: Remove unnecessary int cast in variable_fls()Thorsten Blum1-1/+1
2024-07-10riscv: Improve sbi_ecall() code generation by reordering argumentsAlexandre Ghiti1-4/+6
2024-07-10riscv: Add tracepoints for SBI calls and returnsSamuel Holland1-0/+54
2024-07-10riscv: convert to generic syscall tableArnd Bergmann3-5/+18
2024-07-03mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li1-2/+0
2024-07-03mm: add update_mmu_tlb_range()Bang Li1-0/+2
2024-06-26Merge patch series "riscv: Memory Hot(Un)Plug support"Palmer Dabbelt6-5/+48
2024-06-26riscv: mm: Add support for ZONE_DEVICEBjörn Töpel3-0/+38
2024-06-26riscv: mm: Add pfn_to_kaddr() implementationBjörn Töpel1-0/+5
2024-06-26riscv: mm: Change attribute from __init to __meminit for page functionsBjörn Töpel2-3/+3
2024-06-26riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entriesBjörn Töpel1-2/+2
2024-06-26riscv: dmi: Add SMBIOS/DMI supportHaibo Xu1-0/+24
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 Dabbelt2-0/+7
2024-06-26riscv: add ISA extension parsing for ZcmopClément Léger1-0/+1
2024-06-26riscv: add ISA parsing for Zca, Zcf, Zcd and ZcbClément Léger1-0/+4
2024-06-26riscv: add ISA extensions validation callbackClément Léger1-0/+1
2024-06-26riscv: add ISA extension parsing for ZimopClément Léger1-0/+1
2024-06-26Merge patch series "riscv: Various text patching improvements"Palmer Dabbelt2-2/+4
2024-06-26riscv: Pass patch_text() the length in bytesSamuel Holland1-1/+1
2024-06-26riscv: jump_label: Simplify assembly syntaxSamuel Holland1-1/+1
2024-06-26riscv: jump_label: Batch icache maintenanceSamuel Holland1-0/+2
2024-06-26RISC-V: KVM: Share APLIC and IMSIC defines with irqchip driversAnup Patel2-96/+0
2024-06-25RISC-V: fix vector insn load/store width maskJesse Taube1-1/+1
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
2024-05-30riscv: vector: adjust minimum Vector requirement to ZVE32XAndy Chiu1-5/+5
2024-05-30riscv: cpufeature: add zve32[xf] and zve64[xfd] isa detectionAndy Chiu1-0/+5
2024-05-30riscv: Fix fully ordered LR/SC xchg[8|16]() implementationsAlexandre Ghiti1-10/+12
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-11/+78
2024-05-23riscv: Fix early ftrace nop patchingAlexandre Ghiti1-0/+6
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+16
2024-05-22Merge patch series "riscv: Extension parsing fixes"Palmer Dabbelt1-0/+2
2024-05-22ftrace: riscv: move from REGS to ARGSPuranjay Mohan1-7/+69
2024-05-22Merge patch series "riscv: access_ok() optimization"Palmer Dabbelt2-4/+1
2024-05-22Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-447/+316
2024-05-22riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins1-0/+2
2024-05-19riscv: add support for kernel-mode FPUSamuel Holland1-0/+16