summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds19-61/+3098
2023-07-01Merge tag 'kvm-riscv-6.5-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini19-61/+3098
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds3-6/+23
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds52-166/+2317
2023-06-30Merge tag 'soc-dt-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds11-2/+634
2023-06-29Merge branch 'expand-stack'Linus Torvalds2-18/+14
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2-4/+0
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-72/+0
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds3-8/+9
2023-06-25riscv/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2-18/+14
2023-06-24Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-0/+5
2023-06-23riscv: hibernate: remove WARN_ON in save_processor_stateSong Shuai1-1/+0
2023-06-23Merge patch series "riscv: Add independent irq/softirq stacks support"Palmer Dabbelt5-13/+153
2023-06-23Merge patch series "ISA string parser cleanups"Palmer Dabbelt5-28/+121
2023-06-22riscv: stack: Add config of thread stack sizeGuo Ren2-11/+11
2023-06-22riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACKGuo Ren2-2/+39
2023-06-22riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACKGuo Ren5-2/+105
2023-06-22riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng3-6/+23
2023-06-21RISC-V: always report presence of extensions formerly part of the base ISAConor Dooley3-0/+25
2023-06-21RISC-V: remove decrement/increment dance in ISA string parserConor Dooley1-8/+6
2023-06-21RISC-V: rework comments in ISA string parserConor Dooley1-11/+59
2023-06-21RISC-V: validate riscv,isa at boot, not during ISA string parsingConor Dooley2-9/+11
2023-06-21RISC-V: split early & late of_node to hartid mappingConor Dooley3-2/+23
2023-06-21RISC-V: simplify register width check in ISA string parsingConor Dooley1-8/+7
2023-06-21Merge tag 'riscv-dt-for-v6.5-pt2' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann7-2/+504
2023-06-20Merge tag 'riscv-dt-for-v6.5' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann3-0/+93
2023-06-20Merge tag 'sunxi-dt-for-6.5-1' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-0/+37
2023-06-20riscv: replace deprecated scall with ecallFangrui Song2-2/+2
2023-06-20riscv: uprobes: Restore thread.bad_causeTiezhu Yang1-0/+2
2023-06-20riscv: mm: try VMA lock-based page fault handling firstJisheng Zhang2-0/+34
2023-06-20RISC-V: KVM: Remove unneeded semicolonYang Li2-8/+8
2023-06-20RISC-V: KVM: Allow Svnapot extension for Guest/VMAnup Patel2-0/+3
2023-06-20riscv: mm: Pre-allocate PGD entries for vmalloc/modules areaBjörn Töpel2-14/+60
2023-06-20riscv/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-20Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt6-16/+71
2023-06-19riscv: kvm: define vcpu_sbi_ext_pmu in headerBen Dooks2-3/+4
2023-06-19RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchipAnup Patel4-2/+217
2023-06-19RISC-V: KVM: Add in-kernel virtualization of AIA IMSICAnup Patel3-36/+925
2023-06-19RISC-V: hwprobe: Expose Zba, Zbb, and ZbsEvan Green2-7/+44
2023-06-19RISC-V: Track ISA extensions per hartEvan Green2-6/+22
2023-06-19RISC-V: Add Zba, Zbs extension probingEvan Green3-0/+6
2023-06-19RISC-V: ACPI : Fix for usage of pointers in different address spaceSunil V L1-2/+2
2023-06-19riscv: hibernation: Remove duplicate call of suspend_restore_csrsSong Shuai1-1/+0
2023-06-19riscv: hibernation: Replace jalr with jr before suspend_restore_regsSong Shuai1-2/+2
2023-06-19riscv: dts: sort makefile entries by directoryConor Dooley1-3/+3
2023-06-18RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchipAnup Patel4-0/+77
2023-06-18RISC-V: KVM: Add in-kernel emulation of AIA APLICAnup Patel3-14/+580
2023-06-18RISC-V: KVM: Implement device interface for AIA irqchipAnup Patel5-42/+770