summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2025-03-18riscv: migrate to the generic rule for built-in DTBMasahiro Yamada
2025-03-18riscv: tracing: Fix __write_overflow_field in ftrace_partial_regs()Charlie Jenkins
2025-03-18riscv: Remove duplicate CLINT_TIMER selectionsGeert Uytterhoeven
2025-03-18riscv: defconfig: Disable Renesas SoC supportGeert Uytterhoeven
2025-03-18riscv: Fix a comment typo in set_mm_asid()Chin Yik Ming
2025-03-18Merge patch series "Support SSTC while PM operations"Alexandre Ghiti
2025-03-18riscv: Add stimecmp save and restoreNick Hu
2025-03-18riscv: Simplify base extension checks and direct boolean returnChin Yik Ming
2025-03-18riscv: Remove unused TASK_TI_FLAGSJinjie Ruan
2025-03-18RISC-V: hwprobe: Expose Zicbom extension and its block sizeYunhui Cui
2025-03-18RISC-V: Enable cbo.clean/flush in usermodeYunhui Cui
2025-03-18Merge patch series "riscv: Add bfloat16 instruction support"Alexandre Ghiti
2025-03-18riscv: hwprobe: export bfloat16 ISA extensionInochi Amaoto
2025-03-18riscv: add ISA extension parsing for bfloat16 ISA extensionInochi Amaoto
2025-03-18riscv: Implement smp_cond_load8/16() with ZawrsGuo Ren
2025-03-18riscv: Call secondary mmu notifier when flushing the tlbAlexandre Ghiti
2025-03-18riscv: hwprobe: export Zicntr and Zihpm extensionsMiquel Sabaté Solà
2025-03-18riscv: remove useless pc check in stacktrace handlingClément Léger
2025-03-18riscv: Support huge pfnmapsAndrew Bresticker
2025-03-18Merge patch series "RISC-V: clarify what some RISCV_ISA* config options do & ...Alexandre Ghiti
2025-03-18RISC-V: separate Zbb optimisations requiring and not requiring toolchain supportConor Dooley
2025-03-18RISC-V: clarify what some RISCV_ISA* config options doConor Dooley
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)
2025-03-17Merge tag 'soc-fixes-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-17mm: rename GENERIC_PTDUMP and PTDUMP_COREAnshuman Khandual
2025-03-16crash: remove an unused argument from reserve_crashkernel_generic()Sourabh Jain
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts
2025-03-16mm: support tlbbatch flush for a range of PTEsBarry Song
2025-03-17kbuild: Create intermediate vmlinux build with relocations preservedArd Biesheuvel
2025-03-17kbuild: Introduce Kconfig symbol for linking vmlinux with relocationsArd Biesheuvel
2025-03-12riscv: fix test_and_{set,clear}_bit ordering documentationIgnacio Encinas
2025-03-11Merge tag 'pinctrl-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-10riscv/crc64: add Zbc optimized CRC64 functionsEric Biggers
2025-03-10riscv/crc-t10dif: add Zbc optimized CRC-T10DIF functionEric Biggers
2025-03-10riscv/crc32: reimplement the CRC32 functions using new templateEric Biggers
2025-03-10riscv/crc: add "template" for Zbc optimized CRC functionsEric Biggers
2025-03-06Merge tag 'riscv-dt-fixes-for-v6.14-rc6' of https://git.kernel.org/pub/scm/li...Arnd Bergmann
2025-03-06RISC-V: KVM: Disable the kernel perf counter during configureAtish Patra
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu
2025-03-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts
2025-02-26KVM: Drop kvm_arch_sync_events() now that all implementations are nopsSean Christopherson
2025-02-26riscv: sophgo: dts: Add msi controller for SG2042Chen Wang
2025-02-25pinctrl: spacemit: enable config optionYixun Lan
2025-02-21mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb()Kirill A. Shutemov