summaryrefslogtreecommitdiffstats
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook2-8/+6
2021-10-09Merge tag 'riscv-for-linus-5.15-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-29/+52
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-5/+0
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2021-10-07riscv: dts: microchip: use vendor compatible for Cadence SD4HCKrzysztof Kozlowski1-1/+1
2021-10-07riscv: dts: microchip: drop unused pinctrl-namesKrzysztof Kozlowski1-1/+0
2021-10-07riscv: dts: microchip: drop duplicated MMC/SDHC nodeKrzysztof Kozlowski2-28/+12
2021-10-07riscv: dts: microchip: fix board compatibleKrzysztof Kozlowski2-3/+3
2021-10-07riscv: dts: microchip: drop duplicated nodesKrzysztof Kozlowski1-5/+0
2021-10-07firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann1-2/+0
2021-10-04Merge tag 'for-riscv' of https://git.kernel.org/pub/scm/virt/kvm/kvm.git into...Palmer Dabbelt2-1/+88
2021-10-04riscv: Flush current cpu icache before other cpusAlexandre Ghiti1-0/+2
2021-10-04riscv: add rv32 and rv64 randconfig build targetsRandy Dunlap3-0/+14
2021-10-04Merge remote-tracking branch 'palmer/riscv-clone3' into fixesPalmer Dabbelt1-1/+2
2021-10-04RISC-V: Include clone3() on rv32Palmer Dabbelt1-1/+2
2021-10-04riscv: mm: don't advertise 1 num_asid for 0 asid bitsVineet Gupta1-3/+5
2021-10-04riscv: set default pm_power_off to NULLDimitri John Ledkov1-3/+9
2021-10-04riscv/vdso: Add support for time namespacesTong Tiangen6-54/+211
2021-10-04RISC-V: KVM: Add SBI v0.1 supportAtish Patra5-0/+209
2021-10-04RISC-V: KVM: Implement ONE REG interface for FP registersAtish Patra2-0/+114
2021-10-04RISC-V: KVM: FP lazy save/restoreAtish Patra4-0/+342
2021-10-04RISC-V: KVM: Add timer functionalityAtish Patra7-1/+309
2021-10-04RISC-V: KVM: Implement MMU notifiersAnup Patel4-5/+89
2021-10-04RISC-V: KVM: Implement stage2 page table programmingAnup Patel5-16/+676
2021-10-04RISC-V: KVM: Implement VMID allocatorAnup Patel7-2/+249
2021-10-04RISC-V: KVM: Handle WFI exits for VCPUAnup Patel1-0/+76
2021-10-04RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel8-4/+651
2021-10-04RISC-V: KVM: Implement VCPU world-switchAnup Patel5-4/+319
2021-10-04RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctlsAnup Patel2-4/+290
2021-10-04RISC-V: KVM: Implement VCPU interrupts and requests handlingAnup Patel3-13/+197
2021-10-04RISC-V: KVM: Implement VCPU create, init and destroy functionsAnup Patel2-9/+115
2021-10-04RISC-V: Add initial skeletal KVM supportAnup Patel12-0/+805
2021-10-04RISC-V: Add hypervisor extension related CSR definesAnup Patel1-0/+87
2021-10-02riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong Tiangen1-1/+3
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen3-19/+30
2021-10-02riscv/vdso: Refactor asm/vdso.hTong Tiangen4-8/+15
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu3-4/+4
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-1/+1
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu1-6/+5
2021-09-30riscv: rely on core code to keep thread_info::cpu updatedArd Biesheuvel3-7/+0
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne1-9/+0
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds1-1/+1
2021-09-13riscv: remove Kconfig check for GCC version for ARCH_RV64INick Desaulniers1-1/+1
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+2
2021-09-11Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-14/+20
2021-09-10riscv: Move EXCEPTION_TABLE to RO_DATA segmentJisheng Zhang2-3/+2
2021-09-10riscv: Enable BUILDTIME_TABLE_SORTJisheng Zhang1-0/+1
2021-09-10riscv: dts: microchip: mpfs-icicle: Fix serial consoleGeert Uytterhoeven1-1/+5
2021-09-10riscv: move the (z)install rules to arch/riscv/MakefileMasahiro Yamada2-10/+5
2021-09-10riscv: Improve stack randomisation on RV64Kefeng Wang1-0/+3