aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)1-22/+4
2022-04-29Merge tag 'riscv-for-linus-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds3-1/+3
2022-04-29Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini1-2/+3
2022-04-29KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini1-2/+3
2022-04-29RISC-V: relocate DTB if it's outside memory regionNick Kossifidis1-2/+19
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-23/+24
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-24/+153
2022-04-26riscv: compat: vdso: Add setup additional pages implementationGuo Ren3-35/+76
2022-04-26riscv: compat: vdso: Add COMPAT_VDSO base code implementationGuo Ren13-1/+128
2022-04-26riscv: compat: Add hw capability check for elfGuo Ren2-2/+32
2022-04-26riscv: compat: Add elf.h implementationGuo Ren1-1/+40
2022-04-26riscv: compat: process: Add UXL_32 support in start_threadGuo Ren1-0/+9
2022-04-26riscv: compat: syscall: Add entry.S implementationGuo Ren2-2/+23
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren6-3/+37
2022-04-26riscv: compat: Support TASK_SIZE for compat modeGuo Ren2-3/+16
2022-04-26riscv: compat: Add basic compat data type implementationGuo Ren2-0/+130
2022-04-26riscv: Fixup difference with defconfigGuo Ren1-0/+4
2022-04-26RISC-V: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRLArnaud Pouliquen2-0/+2
2022-04-22riscv: dts: microchip: reparent mpfs clocksConor Dooley2-5/+5
2022-04-22riscv: dts: microchip: fix usage of fic clocks on mpfsConor Dooley2-3/+15
2022-04-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-22/+22
2022-04-22Merge tag 'riscv-for-linus-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds2-1/+2
2022-04-22riscv: patch_text: Fixup last cpu should be masterGuo Ren1-1/+1
2022-04-21RISC-V: cpuidle: fix Kconfig select for RISCV_SBI_CPUIDLERandy Dunlap1-1/+1
2022-04-21RISC-V: mm: Fix set_satp_mode() for platform not having Sv57Anup Patel1-0/+1
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2-10/+10
2022-04-21KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copySean Christopherson3-13/+10
2022-04-20riscv: dts: rename the node name of dmaZong Li1-1/+1
2022-04-20riscv: dts: Add dma-channels property and modify compatibleZong Li1-1/+2
2022-04-20riscv: mm: Remove the copy operation of pmdChuanhua Han1-7/+3
2022-04-20RISC-V: KVM: Restrict the extensions that can be disabledAtish Patra1-7/+12
2022-04-20RISC-V: KVM: Remove 's' & 'u' as valid ISA extensionAtish Patra1-3/+1
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-7/+1
2022-04-11riscv, bpf: Implement more atomic operations for RV64Pu Lehui2-24/+153
2022-04-09RISC-V: KVM: include missing hwcap.h into vcpu_fpHeiko Stuebner1-0/+1
2022-04-09RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()Anup Patel1-2/+0
2022-04-01Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds28-47/+355
2022-03-31RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=nPalmer Dabbelt3-3/+0
2022-03-31RISC-V: defconfig: Drop redundant SBI HVC and earlyconPalmer Dabbelt2-4/+0
2022-03-31riscv: cpu.c: don't use kernel-doc markers for commentsRandy Dunlap1-2/+2
2022-03-31RISC-V: Enable profiling by defaultAnup Patel2-0/+2
2022-03-31RISC-V: module: fix apply_r_riscv_rcv_branch_rela typoWu Caize1-2/+2
2022-03-31RISC-V: Declare per cpu boot data as staticAtish Patra1-1/+1
2022-03-30RISC-V: Fix a comment typo in riscv_of_parent_hartid()Atish Patra1-1/+1
2022-03-30riscv: Increase stack size under KASANDmitry Vyukov1-2/+8
2022-03-30riscv: Fix fill_callchain return valueNikita Shubin1-1/+1
2022-03-30riscv: dts: canaan: Fix SPI3 bus widthNiklas Cassel4-0/+8
2022-03-30RISC-V CPU Idle SupportPalmer Dabbelt13-24/+322
2022-03-30riscv: Rename "sp_in_global" to "current_stack_pointer"Kees Cook3-4/+5
2022-03-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-24/+24