summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2025-04-10RISC-V: KVM: Teardown riscv specific bits after kvm_exitAtish Patra1-2/+2
2025-04-10RISC-V: KVM: Disable the kernel perf counter during configureAtish Patra1-0/+1
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-11Merge tag 'pinctrl-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
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-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-25pinctrl: spacemit: enable config optionYixun Lan1-0/+1
2025-02-21riscv: KVM: Remove unnecessary vcpu kickBillXiang1-1/+0
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-04riscv: dts: starfive: Fix a typo in StarFive JH7110 pin function definitionsE Shattow1-1/+1
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