summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2023-05-05Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-66/+674
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini19-91/+1129
2023-05-02RISC-V: include cpufeature.h in cpufeature.cConor Dooley1-0/+1
2023-05-02riscv: Move .rela.dyn to the init sectionsAlexandre Ghiti1-6/+6
2023-05-02riscv: compat_syscall_table: Fixup compile warningGuo Ren1-0/+1
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+1
2023-04-30RISC-V: fixup in-flight collision with ARCH_WANT_OPTIMIZE_VMEMMAP renameConor Dooley1-1/+1
2023-04-29RISC-V: fix sifive and thead section mismatches in errataRandy Dunlap2-8/+6
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones4-12/+11
2023-04-29riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai1-4/+2
2023-04-29Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt10-34/+634
2023-04-29riscv: Adjust dependencies of HAVE_DYNAMIC_FTRACE selectionNathan Chancellor1-1/+12
2023-04-29RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng7-1/+556
2023-04-29RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng1-0/+8
2023-04-29RISC-V: Factor out common code of __cpu_resume_enter()Sia Jee Heng2-31/+65
2023-04-29RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public functionSia Jee Heng2-2/+5
2023-04-29Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds1-1/+1
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2-3/+3
2023-04-29Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds79-971/+2299
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+1
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+5
2023-04-26Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini7-57/+74
2023-04-26RISC-V: hwprobe: Explicity check for -1 in vdso initAndrew Jones1-1/+1
2023-04-26RISC-V: hwprobe: There can only be one firstAndrew Jones1-1/+3
2023-04-26riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti9-8/+150
2023-04-26RISC-V: hwprobe: Remove __init on probe_vendor_features()Evan Green3-6/+6
2023-04-25Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-3/+0
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-04-25Merge tag 'soc-dt-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds9-10/+1151
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+1
2023-04-25Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-205/+335
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2023-04-21Merge tag 'irqchip-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner13-205/+335
2023-04-21RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel3-35/+382
2023-04-21RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel2-22/+38
2023-04-21RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel2-0/+16
2023-04-21RISC-V: KVM: Implement subtype for CSR ONE_REG interfaceAnup Patel2-22/+69
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel9-6/+255
2023-04-21RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask definesAnup Patel3-10/+9
2023-04-21RISC-V: Detect AIA CSRs from ISA stringAnup Patel3-0/+6
2023-04-21RISC-V: Add AIA related CSR definesAnup Patel1-1/+94
2023-04-21RISC-V: KVM: Allow Zbb extension for Guest/VMAnup Patel2-0/+3
2023-04-21RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel5-19/+274
2023-04-21RISC-V: KVM: Alphabetize selectsAndrew Jones1-5/+5
2023-04-21KVM: RISC-V: Retry fault if vma_lookup() results become invalidDavid Matlack1-9/+16
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-61/+60
2023-04-19Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt11-15/+199