summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2023-08-10riscv: Implement flush_cache_vmap()Alexandre Ghiti
2023-08-10riscv: Do not allow vmap pud mappings for 3-level page tableAlexandre Ghiti
2023-08-08riscv: mm: fix 2 instances of -Wmissing-variable-declarationsNick Desaulniers
2023-08-08riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri
2023-08-02RISC-V: ACPI: Fix acpi_os_ioremap to return iomem addressSunil V L
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-04riscv: Discard vector state on syscallsBjörn Töpel
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-07-01RISC-V: Fix up some vector state related build failuresPalmer Dabbelt
2023-07-01Merge tag 'kvm-riscv-6.5-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
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_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: split early & late of_node to hartid mappingConor Dooley
2023-06-20RISC-V: KVM: Allow Svnapot extension for Guest/VMAnup Patel
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-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: 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
2023-06-14riscv: mm: stub extable related functions/macros for !MMUJisheng Zhang
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann
2023-06-08Merge patch series "riscv: Add vector ISA support"Palmer Dabbelt
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu
2023-06-08riscv: hwcap: change ELF_HWCAP to a functionAndy Chiu
2023-06-08riscv: KVM: Add vector lazy save/restore supportVincent Chen
2023-06-08riscv: kvm: Add V extension to KVM ISAVincent Chen
2023-06-08riscv: signal: Report signal frame size to userspace via auxvVincent Chen
2023-06-08riscv: signal: Add sigcontext save/restore for vectorGreentime Hu
2023-06-08riscv: Add ptrace vector supportGreentime Hu
2023-06-08riscv: Allocate user's vector context in the first-use trapAndy Chiu