summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2024-09-03riscv: Fix RISCV_ALTERNATIVE_EARLYAlexandre Ghiti1-1/+19
2024-08-29Merge patch series "riscv: mm: Do not restrict mmap address based on hint"Palmer Dabbelt1-24/+2
2024-08-29riscv: mm: Do not restrict mmap address based on hintCharlie Jenkins1-24/+2
2024-08-14RISC-V: hwprobe: Add SCALAR to misaligned perf definesEvan Green1-0/+5
2024-08-14RISC-V: hwprobe: Add MISALIGNED_PERF keyEvan Green2-1/+2
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-51/+221
2024-07-26Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds1-1/+1
2024-07-26RISC-V: Provide the frequency of time CSR via hwprobePalmer Dabbelt2-1/+2
2024-07-26riscv: Extend sv39 linear mapping max size to 128GStuart Menefy1-1/+1
2024-07-26riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang1-0/+1
2024-07-23Merge patch series "riscv: Separate vendor extensions from standard extensions"Palmer Dabbelt4-47/+204
2024-07-23riscv: cpufeature: Extract common elements from extension checkingCharlie Jenkins2-62/+44
2024-07-23riscv: Introduce vendor variants of extension helpersCharlie Jenkins1-0/+83
2024-07-23riscv: Extend cpufeature.c to detect vendor extensionsCharlie Jenkins4-13/+105
2024-07-22Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt1-2/+13
2024-07-22ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu1-2/+13
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+3
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-97/+0
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds24-42/+293
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-13mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-1/+1
2024-07-12Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt8-21/+98
2024-07-12KVM: riscv: Support guest wrs.ntoAndrew Jones2-0/+2
2024-07-12riscv: hwprobe: export Zawrs ISA extensionAndrew 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éger3-1/+8
2024-07-11riscv: 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 Bergmann5-40/+25
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0
2024-07-04mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li1-2/+0
2024-07-04mm: 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 Dabbelt4-0/+19
2024-06-26RISC-V: KVM: Allow Zcmop extension for Guest/VMClément Léger1-0/+1
2024-06-26riscv: hwprobe: export Zcmop ISA extensionClément Léger1-0/+1
2024-06-26riscv: add ISA extension parsing for ZcmopClément Léger1-0/+1
2024-06-26RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VMClément Léger1-0/+4