aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2025-04-25Merge tag 'riscv-for-linus-6.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-13/+12
2025-04-24riscv: uprobes: Add missing fence.i after building the XOL bufferBjörn Töpel1-8/+2
2025-04-24riscv: Replace function-like macro by static inline functionBjörn Töpel1-5/+10
2025-04-23Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds1-2/+2
2025-04-16Merge tag 'riscv-fixes-6.15-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/k...Palmer Dabbelt5-34/+71
2025-04-16Merge patch series "riscv: Rework the arch_kgdb_breakpoint() implementation"Palmer Dabbelt2-8/+7
2025-04-16riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_breakWangYuli1-3/+1
2025-04-16riscv: KGDB: Do not inline arch_kgdb_breakpoint()WangYuli2-8/+9
2025-04-16riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor1-2/+5
2025-04-14riscv: Provide all alternative macros all the timeAndrew Jones1-12/+7
2025-04-14riscv: module: Allocate PLT entries for R_RISCV_PLT32Samuel Holland1-6/+7
2025-04-14riscv: module: Fix out-of-bounds relocation accessSamuel Holland1-1/+1
2025-04-14riscv: Properly export reserved regions in /proc/iomemBjörn Töpel1-1/+35
2025-04-14riscv: Fix unaligned access info messagesAndrew Jones1-14/+21
2025-04-10riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor1-2/+5
2025-04-07riscv: Use kvmalloc_array on relocation_hashtableWill Pierce1-4/+5
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-15/+4
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds54-372/+980
2025-04-03Merge tag 'riscv-mw2-6.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt9-72/+171
2025-04-01riscv: pgtable: unconditionally use tlb_remove_ptdesc()Qi Zheng1-22/+4
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-12/+7
2025-04-01riscv: Add norvc after .option arch in runtime constCharlie Jenkins1-0/+2
2025-04-01riscv: Make sure toolchain supports zba before using zba instructionsAlexandre Ghiti2-2/+11
2025-04-01riscv/purgatory: 4B align purgatory_startBjörn Töpel1-0/+1
2025-04-01riscv/kexec_file: Handle R_RISCV_64 in purgatory relocatorYao Zi1-0/+3
2025-04-01Merge patch series "Add some validation for vector, vector crypto and fp stuff"Alexandre Ghiti2-40/+106
2025-04-01riscv: Fix hugetlb retrieval of number of ptes in case of !present pteAlexandre Ghiti1-30/+44
2025-04-01riscv: print hartid on bringupYunhui Cui2-0/+6
2025-03-31riscv: Add norvc after .option arch in runtime constCharlie Jenkins1-0/+2
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+0
2025-03-27Merge tag 'soc-dt-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds11-13/+124
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+0
2025-03-26Merge patch series "riscv: Relocatable NOMMU kernels"Palmer Dabbelt6-74/+73
2025-03-26riscv: Remove CONFIG_PAGE_OFFSETSamuel Holland4-21/+12
2025-03-26riscv: Support CONFIG_RELOCATABLE on riscv32Samuel Holland2-10/+9
2025-03-26riscv: Support CONFIG_RELOCATABLE on NOMMUSamuel Holland3-39/+49
2025-03-26riscv: Allow NOMMU kernels to access all of RAMSamuel Holland2-9/+5
2025-03-26riscv: Remove duplicate CONFIG_PAGE_OFFSET definitionSamuel Holland1-1/+0
2025-03-26RISC-V: errata: Use medany for relocatable buildsPalmer Dabbelt1-1/+5
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds14-311/+618
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-5/+4
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-125/+19
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+4
2025-03-25Merge tag 'irq-drivers-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+11
2025-03-25RISC-V: add f & d extension validation checksConor Dooley1-2/+29
2025-03-25RISC-V: add vector crypto extension validation checksConor Dooley1-16/+33
2025-03-25RISC-V: add vector extension validation checksConor Dooley2-20/+43
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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2025-03-20Merge branch 'kvm-nvmx-and-vm-teardown' into HEADPaolo Bonzini1-2/+0
2025-03-20Merge tag 'kvm-riscv-6.15-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-3/+4
2025-03-20Merge patch series "riscv: Add runtime constant support"Alexandre Ghiti8-6/+299
2025-03-20riscv: Add runtime constant supportCharlie Jenkins4-0/+291
2025-03-20riscv: Move nop definition to insn-def.hCharlie Jenkins4-6/+8
2025-03-20Merge patch series "riscv: Unaligned access speed probing fixes and skipping"Alexandre Ghiti3-103/+152
2025-03-20RISC-V: KVM: Optimize comments in kvm_riscv_vcpu_isa_disable_allowedChao Du1-1/+1
2025-03-19Merge tag 'riscv-dt-for-v6.15' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann7-13/+51
2025-03-19Merge tag 'riscv-sophgo-dt-for-v6.15' of https://github.com/sophgo/linux into...Arnd Bergmann2-0/+45
2025-03-19riscv: dts: starfive: remove "snps,en-tx-lpi-clockgating" propertyRussell King (Oracle)1-2/+0
2025-03-19RISC-V: KVM: Teardown riscv specific bits after kvm_exitAtish Patra1-2/+2
2025-03-19riscv: Add parameter for skipping access speed testsAndrew Jones1-66/+121
2025-03-19riscv: Fix set up of vector cpu hotplug callbackAndrew Jones1-15/+16
2025-03-19riscv: Fix set up of cpu hotplug callbacksAndrew Jones1-14/+13
2025-03-19riscv: Change check_unaligned_access_speed_all_cpus to voidAndrew Jones1-10/+5
2025-03-19riscv: Fix check_unaligned_access_all_cpusAndrew Jones2-10/+7
2025-03-19riscv: Fix riscv_online_cpu_vecAndrew Jones1-2/+4
2025-03-19riscv: Annotate unaligned access init functionsAndrew Jones3-13/+13
2025-03-19RISC-V: KVM: Allow Zaamo/Zalrsc extensions for Guest/VMClément Léger2-0/+6
2025-03-19riscv: hwprobe: export Zaamo and Zalrsc extensionsClément Léger2-0/+4
2025-03-19riscv: add parsing for Zaamo and Zalrsc extensionsClément Léger2-1/+10
2025-03-19riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrac...Pu Lehui1-13/+11
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar1-0/+1
2025-03-18riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRA...Pu Lehui1-1/+1
2025-03-18riscv: Fix missing __free_pages() in check_vector_unaligned_access()Alexandre Ghiti1-1/+4
2025-03-18riscv: Fix the __riscv_copy_vec_words_unaligned implementationTingbo Liao1-1/+1
2025-03-18riscv: mm: Don't use %pK through printkThomas Weißschuh1-1/+1
2025-03-18riscv: remove redundant CMDLINE_FORCE checkZixian Zeng1-5/+0
2025-03-18riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_...Juhan Jin1-2/+2
2025-03-18riscv: migrate to the generic rule for built-in DTBMasahiro Yamada5-6/+4
2025-03-18riscv: tracing: Fix __write_overflow_field in ftrace_partial_regs()Charlie Jenkins2-9/+11
2025-03-18riscv: Remove duplicate CLINT_TIMER selectionsGeert Uytterhoeven1-2/+0
2025-03-18riscv: defconfig: Disable Renesas SoC supportGeert Uytterhoeven1-2/+0
2025-03-18riscv: Fix a comment typo in set_mm_asid()Chin Yik Ming1-1/+1
2025-03-18Merge patch series "Support SSTC while PM operations"Alexandre Ghiti2-0/+18
2025-03-18riscv: Add stimecmp save and restoreNick Hu2-0/+18
2025-03-18riscv: Simplify base extension checks and direct boolean returnChin Yik Ming2-5/+3
2025-03-18riscv: Remove unused TASK_TI_FLAGSJinjie Ruan1-1/+0
2025-03-18RISC-V: hwprobe: Expose Zicbom extension and its block sizeYunhui Cui3-2/+10
2025-03-18RISC-V: Enable cbo.clean/flush in usermodeYunhui Cui1-0/+8
2025-03-18Merge patch series "riscv: Add bfloat16 instruction support"Alexandre Ghiti4-0/+44
2025-03-18riscv: hwprobe: export bfloat16 ISA extensionInochi Amaoto2-0/+6
2025-03-18riscv: add ISA extension parsing for bfloat16 ISA extensionInochi Amaoto2-0/+38
2025-03-18riscv: Implement smp_cond_load8/16() with ZawrsGuo Ren1-3/+35
2025-03-18riscv: Call secondary mmu notifier when flushing the tlbAlexandre Ghiti1-15/+22
2025-03-18riscv: hwprobe: export Zicntr and Zihpm extensionsMiquel Sabaté Solà2-0/+4
2025-03-18riscv: remove useless pc check in stacktrace handlingClément Léger1-1/+1
2025-03-18riscv: Support huge pfnmapsAndrew Bresticker2-0/+50
2025-03-18Merge patch series "RISC-V: clarify what some RISCV_ISA* config options do & ...Alexandre Ghiti8-49/+38
2025-03-18RISC-V: separate Zbb optimisations requiring and not requiring toolchain supportConor Dooley8-33/+20
2025-03-18RISC-V: clarify what some RISCV_ISA* config options doConor Dooley1-17/+19
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-5/+0
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-2/+6
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-1/+0
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-1/+0
2025-03-17Merge tag 'soc-fixes-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-03-17mm: rename GENERIC_PTDUMP and PTDUMP_COREAnshuman Khandual2-2/+2
2025-03-16crash: remove an unused argument from reserve_crashkernel_generic()Sourabh Jain1-4/+2
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts2-2/+2
2025-03-16mm: support tlbbatch flush for a range of PTEsBarry Song2-4/+2
2025-03-17kbuild: Create intermediate vmlinux build with relocations preservedArd Biesheuvel2-14/+2
2025-03-17kbuild: Introduce Kconfig symbol for linking vmlinux with relocationsArd Biesheuvel2-1/+2
2025-03-12riscv: fix test_and_{set,clear}_bit ordering documentationIgnacio Encinas1-2/+2
2025-03-11Merge tag 'pinctrl-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2025-03-10riscv/crc64: add Zbc optimized CRC64 functionsEric Biggers7-1/+112
2025-03-10riscv/crc-t10dif: add Zbc optimized CRC-T10DIF functionEric Biggers6-1/+66
2025-03-10riscv/crc32: reimplement the CRC32 functions using new templateEric Biggers7-310/+177
2025-03-10riscv/crc: add "template" for Zbc optimized CRC functionsEric Biggers1-0/+265
2025-03-06Merge tag 'riscv-dt-fixes-for-v6.14-rc6' of https://git.kernel.org/pub/scm/li...Arnd Bergmann1-1/+1
2025-03-06RISC-V: KVM: Disable the kernel perf counter during configureAtish Patra1-0/+1
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar12-28/+33
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu1-1/+0
2025-03-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-2/+3
2025-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-10/+20
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts2-2/+3
2025-02-26KVM: Drop kvm_arch_sync_events() now that all implementations are nopsSean Christopherson1-2/+0
2025-02-26riscv: sophgo: dts: Add msi controller for SG2042Chen Wang1-0/+10
2025-02-25pinctrl: spacemit: enable config optionYixun Lan1-0/+1
2025-02-21mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb()Kirill A. Shutemov1-1/+1
2025-02-21riscv: KVM: Remove unnecessary vcpu kickBillXiang1-1/+0
2025-02-21riscv: vdso: Switch to generic storage implementationThomas Weißschuh9-124/+18
2025-02-21vdso: Rename included MakefileThomas Weißschuh1-1/+1
2025-02-20RISC-V: Select CONFIG_GENERIC_PENDING_IRQAnup Patel1-0/+1
2025-02-18riscv: dts: starfive: jh7110-pine64-star64: enable USB 3.0 portE Shattow1-0/+5
2025-02-18riscv: dts: starfive: jh7110: pciephy0 USB 3.0 configuration registersE Shattow1-0/+2
2025-02-18riscv: dts: starfive: fml13v01: enable pcie1Sandie Cao1-0/+34
2025-02-18riscv: dts: starfive: remove non-existent dac from jh7110Conor Dooley1-6/+0
2025-02-18riscv: kvm: Switch to use hrtimer_setup()Nam Cao1-3/+4
2025-02-18riscv: sophgo: dts: add cooling maps for Milk-V PioneerChen Wang1-0/+29
2025-02-18riscv: sophgo: dts: add pwm-fan for Milk-V PioneerChen Wang1-0/+7
2025-02-17riscv: dts: spacemit: Add Milk-V Jupiter board device treeJavier Martinez Canillas2-0/+28
2025-02-17riscv: KVM: Fix SBI sleep_type useAndrew Jones1-1/+2
2025-02-17riscv: KVM: Fix SBI TIME error generationAndrew Jones1-1/+1
2025-02-17riscv: KVM: Fix SBI IPI error generationAndrew Jones1-2/+11
2025-02-17riscv: KVM: Fix hart suspend_type useAndrew Jones1-1/+2
2025-02-17riscv: KVM: Fix hart suspend status checkAndrew Jones1-4/+4
2025-02-14riscv: signal: fix signal_minsigstkszYong-Xuan Wang1-1/+1
2025-02-14riscv: signal: fix signal frame sizeYong-Xuan Wang1-6/+0
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-02-14riscv: cpufeature: use bitmap_equal() instead of memcmp()Clément Léger1-1/+1
2025-02-14riscv: cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring1-6/+6
2025-02-12riscv: dts: starfive: Unify regulator naming schemeShengyu Qu1-1/+1
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers1-3/+3
2025-02-08lib/crc32: don't bother with pure and const function attributesEric Biggers1-7/+6
2025-02-08riscv: sophgo: dts: add pwm controller for SG2042 SoCChen Wang1-0/+9
2025-02-04riscv: dts: starfive: Fix a typo in StarFive JH7110 pin function definitionsE Shattow1-1/+1
2025-02-04riscv: dts: microchip: update pcie reg properties to new formatConor Dooley3-6/+9
2025-01-31Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds32-77/+664
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+2
2025-02-01kbuild: Strip runtime const RELA sections correctlyArd Biesheuvel1-6/+2
2025-01-29riscv: add a warning when physical memory address overflowsYunhui Cui1-2/+6
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados2-2/+2
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-85/+27
2025-01-26Merge tag 'bitmap-for-6.14' of https://github.com:/norov/linuxLinus Torvalds1-10/+10
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang2-10/+8
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 Zheng2-6/+6
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 Torvalds9-8/+133
2025-01-24Merge tag 'mailbox-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2-0/+2
2025-01-24Merge tag 'soc-defconfig-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2025-01-24Merge tag 'soc-dt-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-2/+50
2025-01-24Merge tag 'soc-new-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds7-0/+507
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds3-6/+23
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds5-34/+56
2025-01-21Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-23/+0
2025-01-20riscv: export __cpuid_to_hartid_mapValentina Fernandez1-0/+1
2025-01-20riscv: sbi: vendorid_list: Add Microchip Technology to the vendor listValentina Fernandez1-0/+1
2025-01-20Merge tag 'kvm-riscv-6.14-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini9-5/+133
2025-01-18riscv/mm/fault: add show_pte() before die()Yunhui Cui1-0/+52
2025-01-18Merge patch series "riscv: Add support for xtheadvector"Palmer Dabbelt28-73/+605
2025-01-18riscv: Add ghostwrite vulnerabilityCharlie Jenkins7-2/+134
2025-01-18riscv: hwprobe: Add thead vendor extension probingCharlie Jenkins8-3/+89
2025-01-18riscv: vector: Support xtheadvector save/restoreCharlie Jenkins8-68/+198
2025-01-18riscv: Add xtheadvector instruction definitionsCharlie Jenkins1-0/+25
2025-01-18riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSATCharlie Jenkins1-3/+8
2025-01-18RISC-V: define the elements of the VCSR vector CSRHeiko Stuebner1-0/+4
2025-01-18riscv: vector: Use vlenb from DT for theadCharlie Jenkins6-1/+91
2025-01-18riscv: Add thead and xtheadvector as a vendor extensionCharlie Jenkins6-0/+59
2025-01-18riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetreeCharlie Jenkins1-1/+2
2025-01-18RISC-V: Mark riscv_v_init() as __initPalmer Dabbelt1-1/+1
2025-01-17riscv: dts: spacemit: move aliases to board dtsYixun Lan2-12/+4
2025-01-17riscv: dts: spacemit: add pinctrl property to uart0 in BPI-F3Yixun Lan3-0/+28
2025-01-17riscv: defconfig: enable SpacemiT SoCYangyu Chen1-0/+1