aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2022-04-09RISC-V: KVM: include missing hwcap.h into vcpu_fpGravatar Heiko Stuebner 1-0/+1
2022-04-09RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()Gravatar Anup Patel 1-2/+0
2022-04-01Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 28-47/+355
2022-03-31RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=nGravatar Palmer Dabbelt 3-3/+0
2022-03-31RISC-V: defconfig: Drop redundant SBI HVC and earlyconGravatar Palmer Dabbelt 2-4/+0
2022-03-31riscv: cpu.c: don't use kernel-doc markers for commentsGravatar Randy Dunlap 1-2/+2
2022-03-31RISC-V: Enable profiling by defaultGravatar Anup Patel 2-0/+2
2022-03-31RISC-V: module: fix apply_r_riscv_rcv_branch_rela typoGravatar Wu Caize 1-2/+2
2022-03-31RISC-V: Declare per cpu boot data as staticGravatar Atish Patra 1-1/+1
2022-03-30RISC-V: Fix a comment typo in riscv_of_parent_hartid()Gravatar Atish Patra 1-1/+1
2022-03-30riscv: Increase stack size under KASANGravatar Dmitry Vyukov 1-2/+8
2022-03-30riscv: Fix fill_callchain return valueGravatar Nikita Shubin 1-1/+1
2022-03-30riscv: dts: canaan: Fix SPI3 bus widthGravatar Niklas Cassel 4-0/+8
2022-03-30RISC-V CPU Idle SupportGravatar Palmer Dabbelt 13-24/+322
2022-03-30riscv: Rename "sp_in_global" to "current_stack_pointer"Gravatar Kees Cook 3-4/+5
2022-03-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 2-24/+24
2022-03-29riscv module: remove (NOLOAD)Gravatar Fangrui Song 1-3/+3
2022-03-29Merge branches 'clk-sifive' and 'clk-visconti' into clk-nextGravatar Stephen Boyd 2-24/+24
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+4
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 24-762/+1458
2022-03-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+2
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 10-58/+160
2022-03-23riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefGravatar Jisheng Zhang 1-4/+2
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-34/+3
2022-03-22RISC-V: add support for restartable sequencesGravatar Palmer Dabbelt 3-0/+7
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...Gravatar David Hildenbrand 1-3/+0
2022-03-22mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLBGravatar Anshuman Khandual 1-3/+1
2022-03-22RISC-V: Add support for restartable sequenceGravatar Vincent Chen 3-0/+7
2022-03-21perf: RISC-V: Add support for SBI PMU and SscofpmfGravatar Palmer Dabbelt 9-572/+164
2022-03-21RISC-V: Add sscofpmf extension supportGravatar Atish Patra 4-1/+11
2022-03-21RISC-V: Add RISC-V SBI PMU extension definitionsGravatar Atish Patra 1-0/+95
2022-03-21RISC-V: Add CSR encodings for all HPMCOUNTERSGravatar Atish Patra 1-0/+58
2022-03-21RISC-V: Remove the current perf implementationGravatar Atish Patra 4-571/+0
2022-03-18parport_pc: Also enable driver for PCI systemsGravatar Maciej W. Rozycki 1-0/+1
2022-03-17RISC-V: Provide a fraemework for RISC-V ISA extensionsGravatar Palmer Dabbelt 3-23/+195
2022-03-17RISC-V: Improve /proc/cpuinfo output for ISA extensionsGravatar Atish Patra 2-2/+70
2022-03-17RISC-V: Do no continue isa string parsing without correct XLENGravatar Atish Patra 1-0/+5
2022-03-17RISC-V: Implement multi-letter ISA extension probing frameworkGravatar Atish Patra 2-6/+34
2022-03-17RISC-V: Extract multi-letter extension names from "riscv, isa"Gravatar Tsukasa OI 1-8/+27
2022-03-17RISC-V: Minimal parser for "riscv, isa" stringsGravatar Tsukasa OI 1-11/+61
2022-03-17RISC-V: Correctly print supported extensionsGravatar Tsukasa OI 1-3/+5
2022-03-15riscv: dts: Change the macro name of prci in each device nodeGravatar Zong Li 2-24/+24
2022-03-11Merge tag 'riscv-for-linus-5.17-rc8' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-7/+19
2022-03-11RISC-V: KVM: Implement SBI HSM suspend callGravatar Anup Patel 1-0/+14
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionGravatar Anup Patel 2-6/+17
2022-03-11RISC-V: Add SBI HSM suspend related definesGravatar Anup Patel 3-8/+25
2022-03-11RISC-V: KVM: Implement SBI v0.3 SRST extensionGravatar Anup Patel 2-0/+46
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionGravatar Anup Patel 3-16/+22
2022-03-11RISC-V: KVM: Upgrade SBI spec version to v0.3Gravatar Anup Patel 1-1/+1