summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-04-29Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-04-26RISC-V: hwprobe: Explicity check for -1 in vdso initAndrew Jones
2023-04-26RISC-V: hwprobe: There can only be one firstAndrew Jones
2023-04-26riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti
2023-04-25RISC-V: hwprobe: Remove __init on probe_vendor_features()Evan Green
2023-04-25Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-25Merge tag 'soc-dt-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-04-25Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-21Merge tag 'irqchip-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2023-04-21RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel
2023-04-21RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel
2023-04-21RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel
2023-04-21RISC-V: KVM: Implement subtype for CSR ONE_REG interfaceAnup Patel
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel
2023-04-21RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask definesAnup Patel
2023-04-21RISC-V: Detect AIA CSRs from ISA stringAnup Patel
2023-04-21RISC-V: Add AIA related CSR definesAnup Patel
2023-04-21RISC-V: KVM: Allow Zbb extension for Guest/VMAnup Patel
2023-04-21RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel
2023-04-21RISC-V: KVM: Alphabetize selectsAndrew Jones
2023-04-21KVM: RISC-V: Retry fault if vma_lookup() results become invalidDavid Matlack
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-19Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt
2023-04-19riscv: Use --emit-relocs in order to move .rela.dyn in initAlexandre Ghiti
2023-04-19riscv: Check relocations at compile timeAlexandre Ghiti
2023-04-19riscv: Introduce CONFIG_RELOCATABLEAlexandre Ghiti
2023-04-19riscv: Move .rela.dyn outside of init to avoid empty relocationsAlexandre Ghiti
2023-04-19riscv: Prepare EFI header for relocatable kernelsAlexandre Ghiti
2023-04-19Merge patch series "RISC-V kasan rework"Palmer Dabbelt
2023-04-19riscv: Unconditionnally select KASAN_VMALLOC if KASANAlexandre Ghiti
2023-04-19riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti
2023-04-19riscv: Fix EFI stub usage of KASAN instrumented strcmp functionAlexandre Ghiti
2023-04-19riscv: Move DTB_EARLY_BASE_VA to the kernel address spaceAlexandre Ghiti
2023-04-19riscv: Rework kasan population functionsAlexandre Ghiti
2023-04-19riscv: Split early and final KASAN population functionsAlexandre Ghiti
2023-04-18Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Palmer Dabbelt
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti
2023-04-18riscv: Move the linear mapping creation in its own functionAlexandre Ghiti
2023-04-18riscv: Get rid of riscv_pfn_base variableAlexandre Ghiti