summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
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-439/+308
2024-05-22riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins1-0/+2
2024-05-19riscv: add support for kernel-mode FPUSamuel Holland1-0/+16
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+4
2024-05-16riscv: Define TASK_SIZE_MAX for __access_ok()Samuel Holland1-0/+1
2024-05-16riscv: Remove PGDIR_SIZE_L3 and TASK_SIZE_MINSamuel Holland2-4/+0
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-19/+61
2024-05-14riscv: extend execmem_params for generated code allocationsMike Rapoport (IBM)1-0/+3
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini3-12/+12
2024-04-30Merge patch series "riscv: ASID-related and UP-related TLB flush enhancements"Palmer Dabbelt6-62/+56
2024-04-30Merge patch series "riscv: enable lockless lockref implementation"Palmer Dabbelt1-0/+18
2024-04-30riscv: mm: still create swiotlb buffer for kmalloc() bouncing if requiredJisheng Zhang1-1/+1
2024-04-30Merge patch series "riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX ...Palmer Dabbelt4-1/+35
2024-04-30Merge patch series "riscv: fix patching with IPI"Palmer Dabbelt1-0/+1
2024-04-29riscv: mm: Use a fixed layout for the MM context IDSamuel Holland2-4/+2
2024-04-29riscv: mm: Introduce cntx2asid/cntx2version helper macrosSamuel Holland1-0/+3
2024-04-29riscv: Avoid TLB flush loops when affected by SiFive CIP-1200Samuel Holland1-0/+2
2024-04-29riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vmaSamuel Holland2-2/+29
2024-04-29riscv: mm: Combine the SMP and UP TLB flush codeSamuel Holland1-28/+3
2024-04-29riscv: Use IPIs for remote cache/TLB flushes by defaultSamuel Holland3-16/+10
2024-04-29riscv: Factor out page table TLB synchronizationSamuel Holland1-18/+13
2024-04-28riscv: Do not save the scratch CSR during suspendSamuel Holland1-1/+0
2024-04-28Merge patch series "riscv: 64-bit NOMMU fixes and enhancements"Palmer Dabbelt2-2/+2
2024-04-28Merge patch series "Rework & improve riscv cmpxchg.h and atomic.h"Palmer Dabbelt2-360/+192
2024-04-26Merge patch series "RISC-V: Test th.sxstatus.MAEE bit before enabling MAEE"Palmer Dabbelt1-10/+10
2024-04-26RISC-V: KVM: Improve firmware counter read functionAtish Patra1-1/+1