summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-10riscv: Do not allow vmap pud mappings for 3-level page tableAlexandre Ghiti1-1/+3
2023-08-09KVM: riscv: Add KVM_GET_REG_LIST API supportHaibo Xu1-0/+3
2023-08-09riscv: mm: fix 2 instances of -Wmissing-variable-declarationsNick Desaulniers1-0/+2
2023-08-09riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri1-8/+8
2023-08-08RISC-V: KVM: Improve vector save/restore functionsAndrew Jones1-4/+2
2023-08-08RISC-V: KVM: provide UAPI for host SATP modeDaniel Henrique Barboza2-0/+3
2023-08-08RISC-V: KVM: Allow Zicntr, Zicsr, Zifencei, and Zihpm for Guest/VMAnup Patel1-0/+4
2023-08-08RISC-V: KVM: Allow Zba and Zbs extensions for Guest/VMAnup Patel1-0/+2
2023-08-08RISC-V: KVM: Extend ONE_REG to enable/disable multiple ISA extensionsAnup Patel1-0/+9
2023-08-08RISC-V: KVM: Factor-out ONE_REG related code to its own source fileAnup Patel1-0/+6
2023-08-02RISC-V: ACPI: Fix acpi_os_ioremap to return iomem addressSunil V L1-1/+1
2023-08-02riscv: alternatives: fix a typo in commentYuan Tan1-1/+1
2023-07-26Merge patch series "RISC-V: Probe DT extension support using riscv,isa-extens...Palmer Dabbelt1-5/+12
2023-07-26RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"Conor Dooley1-0/+1
2023-07-26RISC-V: enable extension detection from dedicated propertiesConor Dooley1-0/+1
2023-07-26RISC-V: add missing single letter extension definitionsConor Dooley1-0/+5
2023-07-26RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()Conor Dooley1-5/+2
2023-07-26RISC-V: shunt isa_ext_arr to cpufeature.cConor Dooley1-0/+3
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-3/+3
2023-07-11riscv: sigcontext: Correct the comment of sigreturnGuo Ren1-1/+1
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+38
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-14/+0
2023-07-04riscv: Discard vector state on syscallsBjörn Töpel1-0/+34
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-31/+262
2023-07-01RISC-V: Fix up some vector state related build failuresPalmer Dabbelt1-0/+4
2023-07-01Merge tag 'kvm-riscv-6.5-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini7-31/+262
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-0/+21
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds23-18/+579
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 '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 Torvalds1-1/+1
2023-06-23Merge patch series "riscv: Add independent irq/softirq stacks support"Palmer Dabbelt2-11/+33
2023-06-23Merge patch series "ISA string parser cleanups"Palmer Dabbelt2-0/+5
2023-06-22riscv: stack: Add config of thread stack sizeGuo Ren1-11/+1
2023-06-22riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACKGuo Ren2-0/+32
2023-06-22asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang1-14/+0
2023-06-22riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng1-0/+21
2023-06-21RISC-V: always report presence of extensions formerly part of the base ISAConor Dooley1-0/+4
2023-06-21RISC-V: split early & late of_node to hartid mappingConor Dooley1-0/+1
2023-06-20RISC-V: KVM: Allow Svnapot extension for Guest/VMAnup Patel1-0/+1
2023-06-20Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt3-0/+15
2023-06-19riscv: kvm: define vcpu_sbi_ext_pmu in headerBen Dooks1-0/+3
2023-06-19RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchipAnup Patel2-0/+20
2023-06-19RISC-V: KVM: Add in-kernel virtualization of AIA IMSICAnup Patel1-36/+10
2023-06-19RISC-V: hwprobe: Expose Zba, Zbb, and ZbsEvan Green1-0/+3
2023-06-19RISC-V: Track ISA extensions per hartEvan Green1-0/+10
2023-06-19RISC-V: Add Zba, Zbs extension probingEvan Green1-0/+2
2023-06-18RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchipAnup Patel2-0/+9
2023-06-18RISC-V: KVM: Add in-kernel emulation of AIA APLICAnup Patel1-14/+3
2023-06-18RISC-V: KVM: Implement device interface for AIA irqchipAnup Patel2-42/+135