aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2025-03-26riscv: Allow NOMMU kernels to access all of RAMSamuel Holland2-9/+5
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-27/+6
2025-03-25RISC-V: add vector extension validation checksConor Dooley1-0/+3
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-03-24Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds1-2/+2
2025-03-20Merge branch 'kvm-nvmx-and-vm-teardown' into HEADPaolo Bonzini1-2/+0
2025-03-20Merge patch series "riscv: Add runtime constant support"Alexandre Ghiti4-1/+269
2025-03-20riscv: Add runtime constant supportCharlie Jenkins2-0/+266
2025-03-20riscv: Move nop definition to insn-def.hCharlie Jenkins2-1/+3
2025-03-20Merge patch series "riscv: Unaligned access speed probing fixes and skipping"Alexandre Ghiti1-2/+2
2025-03-19riscv: Annotate unaligned access init functionsAndrew Jones1-2/+2
2025-03-19RISC-V: KVM: Allow Zaamo/Zalrsc extensions for Guest/VMClément Léger1-0/+2
2025-03-19riscv: hwprobe: export Zaamo and Zalrsc extensionsClément Léger1-0/+2
2025-03-19riscv: add parsing for Zaamo and Zalrsc extensionsClément Léger1-0/+2
2025-03-18riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_...Juhan Jin1-2/+2
2025-03-18riscv: tracing: Fix __write_overflow_field in ftrace_partial_regs()Charlie Jenkins2-9/+11
2025-03-18Merge patch series "Support SSTC while PM operations"Alexandre Ghiti1-0/+4
2025-03-18riscv: Add stimecmp save and restoreNick Hu1-0/+4
2025-03-18RISC-V: hwprobe: Expose Zicbom extension and its block sizeYunhui Cui2-1/+3
2025-03-18Merge patch series "riscv: Add bfloat16 instruction support"Alexandre Ghiti2-0/+6
2025-03-18riscv: hwprobe: export bfloat16 ISA extensionInochi Amaoto1-0/+3
2025-03-18riscv: add ISA extension parsing for bfloat16 ISA extensionInochi Amaoto1-0/+3
2025-03-18riscv: Implement smp_cond_load8/16() with ZawrsGuo Ren1-3/+35
2025-03-18riscv: hwprobe: export Zicntr and Zihpm extensionsMiquel Sabaté Solà1-0/+2
2025-03-18riscv: Support huge pfnmapsAndrew Bresticker1-0/+49
2025-03-18Merge patch series "RISC-V: clarify what some RISCV_ISA* config options do & ...Alexandre Ghiti3-7/+6
2025-03-18RISC-V: separate Zbb optimisations requiring and not requiring toolchain supportConor Dooley3-7/+6
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-1/+1
2025-03-16mm: support tlbbatch flush for a range of PTEsBarry Song1-2/+1
2025-03-12riscv: fix test_and_{set,clear}_bit ordering documentationIgnacio Encinas1-2/+2
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar3-3/+4
2025-03-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+2
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-1/+2
2025-02-26KVM: Drop kvm_arch_sync_events() now that all implementations are nopsSean Christopherson1-2/+0
2025-02-21mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb()Kirill A. Shutemov1-1/+1
2025-02-21riscv: vdso: Switch to generic storage implementationThomas Weißschuh4-27/+6
2025-02-14riscv/futex: sign extend compare value in atomic cmpxchgAndreas Schwab1-1/+1
2025-02-14riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchgAndreas Schwab1-1/+1
2025-01-31Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-55/+327
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-73/+17
2025-01-26Merge tag 'bitmap-for-6.14' of https://github.com:/norov/linuxLinus Torvalds1-10/+10
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-2/+1
2025-01-25mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng1-12/+0
2025-01-25riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()Qi Zheng2-31/+21
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng1-4/+4
2025-01-25mm: pgtable: add statistics for P4D level page tableQi Zheng1-1/+5
2025-01-25asm-generic: pgalloc: provide generic p4d_{alloc_one,free}Kevin Brodsky1-23/+0
2025-01-25riscv: mm: skip pgtable level check in {pud,p4d}_alloc_oneKevin Brodsky1-18/+4
2025-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-3/+10