summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2021-10-26riscv/vdso: Drop unneeded part due to merge issueKefeng Wang
2021-10-26riscv: remove .text section size limitation for XIPVitaly Wool
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland
2021-10-26irq: riscv: perform irqentry in entry codeMark Rutland
2021-10-25irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada
2021-10-22bpf: Define bpf_jit_alloc_exec_limit for riscv JITLorenz Bauer
2021-10-22riscv: do not select non-existing config ANON_INODESLukas Bulwahn
2021-10-21Merge tag 'riscv-sifive-dt-5.16' of git://gitolite.kernel.org/pub/scm/linux/k...Palmer Dabbelt
2021-10-20riscv: Use of_get_cpu_hwid()Rob Herring
2021-10-19riscv: dts: sifive: add missing compatible for plicKrzysztof Kozlowski
2021-10-19riscv: dts: microchip: add missing compatibles for clint and plicKrzysztof Kozlowski
2021-10-19riscv: dts: sifive: drop duplicated nodes and properties in sifiveKrzysztof Kozlowski
2021-10-19riscv: dts: sifive: fix Unleashed board compatibleKrzysztof Kozlowski
2021-10-19riscv: dts: sifive: use only generic JEDEC SPI NOR flash compatibleKrzysztof Kozlowski
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-09Merge tag 'riscv-for-linus-5.15-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-10-07riscv: dts: microchip: use vendor compatible for Cadence SD4HCKrzysztof Kozlowski
2021-10-07riscv: dts: microchip: drop unused pinctrl-namesKrzysztof Kozlowski
2021-10-07riscv: dts: microchip: drop duplicated MMC/SDHC nodeKrzysztof Kozlowski
2021-10-07riscv: dts: microchip: fix board compatibleKrzysztof Kozlowski
2021-10-07riscv: dts: microchip: drop duplicated nodesKrzysztof Kozlowski
2021-10-07firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann
2021-10-04Merge tag 'for-riscv' of https://git.kernel.org/pub/scm/virt/kvm/kvm.git into...Palmer Dabbelt
2021-10-04riscv: Flush current cpu icache before other cpusAlexandre Ghiti
2021-10-04riscv: add rv32 and rv64 randconfig build targetsRandy Dunlap
2021-10-04Merge remote-tracking branch 'palmer/riscv-clone3' into fixesPalmer Dabbelt
2021-10-04RISC-V: Include clone3() on rv32Palmer Dabbelt
2021-10-04riscv: mm: don't advertise 1 num_asid for 0 asid bitsVineet Gupta
2021-10-04riscv: set default pm_power_off to NULLDimitri John Ledkov
2021-10-04riscv/vdso: Add support for time namespacesTong Tiangen
2021-10-04RISC-V: KVM: Add SBI v0.1 supportAtish Patra
2021-10-04RISC-V: KVM: Implement ONE REG interface for FP registersAtish Patra
2021-10-04RISC-V: KVM: FP lazy save/restoreAtish Patra
2021-10-04RISC-V: KVM: Add timer functionalityAtish Patra
2021-10-04RISC-V: KVM: Implement MMU notifiersAnup Patel
2021-10-04RISC-V: KVM: Implement stage2 page table programmingAnup Patel
2021-10-04RISC-V: KVM: Implement VMID allocatorAnup Patel
2021-10-04RISC-V: KVM: Handle WFI exits for VCPUAnup Patel
2021-10-04RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel
2021-10-04RISC-V: KVM: Implement VCPU world-switchAnup Patel
2021-10-04RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctlsAnup Patel
2021-10-04RISC-V: KVM: Implement VCPU interrupts and requests handlingAnup Patel
2021-10-04RISC-V: KVM: Implement VCPU create, init and destroy functionsAnup Patel
2021-10-04RISC-V: Add initial skeletal KVM supportAnup Patel
2021-10-04RISC-V: Add hypervisor extension related CSR definesAnup Patel
2021-10-02riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong Tiangen
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen