summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-25riscv: disable HAVE_LD_DEAD_CODE_DATA_ELIMINATION for LLDNick Desaulniers
2023-06-25riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONZhangjin Wu
2023-06-25riscv: vmlinux-xip.lds.S: remove .alternative sectionJisheng Zhang
2023-06-25riscv: move options to keep entries sortedJisheng Zhang
2023-06-24riscv/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-06-23riscv: hibernate: remove WARN_ON in save_processor_stateSong Shuai
2023-06-23Merge patch series "riscv: Add independent irq/softirq stacks support"Palmer Dabbelt
2023-06-23Merge patch series "ISA string parser cleanups"Palmer Dabbelt
2023-06-22riscv: stack: Add config of thread stack sizeGuo Ren
2023-06-22riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACKGuo Ren
2023-06-22riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACKGuo Ren
2023-06-22asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang
2023-06-22riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng
2023-06-21RISC-V: always report presence of extensions formerly part of the base ISAConor Dooley
2023-06-21RISC-V: remove decrement/increment dance in ISA string parserConor Dooley
2023-06-21RISC-V: rework comments in ISA string parserConor Dooley
2023-06-21RISC-V: validate riscv,isa at boot, not during ISA string parsingConor Dooley
2023-06-21RISC-V: split early & late of_node to hartid mappingConor Dooley
2023-06-21RISC-V: simplify register width check in ISA string parsingConor Dooley
2023-06-20Merge tag 'riscv-dt-for-v6.5-pt2' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2023-06-20Merge tag 'riscv-dt-for-v6.5' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann
2023-06-20Merge tag 'sunxi-dt-for-6.5-1' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2023-06-20riscv: replace deprecated scall with ecallFangrui Song
2023-06-20riscv: uprobes: Restore thread.bad_causeTiezhu Yang
2023-06-20riscv: mm: try VMA lock-based page fault handling firstJisheng Zhang
2023-06-20RISC-V: KVM: Remove unneeded semicolonYang Li
2023-06-20RISC-V: KVM: Allow Svnapot extension for Guest/VMAnup Patel
2023-06-19riscv: mm: Pre-allocate PGD entries for vmalloc/modules areaBjörn Töpel
2023-06-19riscv/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins
2023-06-19Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt
2023-06-19riscv: kvm: define vcpu_sbi_ext_pmu in headerBen Dooks
2023-06-19RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchipAnup Patel
2023-06-19RISC-V: KVM: Add in-kernel virtualization of AIA IMSICAnup Patel
2023-06-19RISC-V: hwprobe: Expose Zba, Zbb, and ZbsEvan Green
2023-06-19RISC-V: Track ISA extensions per hartEvan Green
2023-06-19RISC-V: Add Zba, Zbs extension probingEvan Green
2023-06-19RISC-V: ACPI : Fix for usage of pointers in different address spaceSunil V L
2023-06-19riscv: hibernation: Remove duplicate call of suspend_restore_csrsSong Shuai
2023-06-19riscv: hibernation: Replace jalr with jr before suspend_restore_regsSong Shuai
2023-06-19riscv: dts: sort makefile entries by directoryConor Dooley
2023-06-18RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchipAnup Patel
2023-06-18RISC-V: KVM: Add in-kernel emulation of AIA APLICAnup Patel
2023-06-18RISC-V: KVM: Implement device interface for AIA irqchipAnup Patel
2023-06-18RISC-V: KVM: Skeletal in-kernel AIA irqchip supportAnup Patel
2023-06-18RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zeroAnup Patel
2023-06-18RISC-V: KVM: Add APLIC related definesAnup Patel
2023-06-18RISC-V: KVM: Add IMSIC related definesAnup Patel
2023-06-18RISC-V: KVM: Implement guest external interrupt line managementAnup Patel