summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2022-03-23RISC-V: Add support for restartable sequenceVincent Chen3-0/+7
2022-03-22perf: RISC-V: Add support for SBI PMU and SscofpmfPalmer Dabbelt9-572/+164
2022-03-22RISC-V: Add sscofpmf extension supportAtish Patra4-1/+11
2022-03-22RISC-V: Add RISC-V SBI PMU extension definitionsAtish Patra1-0/+95
2022-03-22RISC-V: Add CSR encodings for all HPMCOUNTERSAtish Patra1-0/+58
2022-03-22RISC-V: Remove the current perf implementationAtish Patra4-571/+0
2022-03-18parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki1-0/+1
2022-03-18RISC-V: Provide a fraemework for RISC-V ISA extensionsPalmer Dabbelt3-23/+195
2022-03-17RISC-V: Improve /proc/cpuinfo output for ISA extensionsAtish Patra2-2/+70
2022-03-17RISC-V: Do no continue isa string parsing without correct XLENAtish Patra1-0/+5
2022-03-17RISC-V: Implement multi-letter ISA extension probing frameworkAtish Patra2-6/+34
2022-03-17RISC-V: Extract multi-letter extension names from "riscv, isa"Tsukasa OI1-8/+27
2022-03-17RISC-V: Minimal parser for "riscv, isa" stringsTsukasa OI1-11/+61
2022-03-17RISC-V: Correctly print supported extensionsTsukasa OI1-3/+5
2022-03-16riscv: dts: Change the macro name of prci in each device nodeZong Li2-24/+24
2022-03-11Merge tag 'riscv-for-linus-5.17-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-7/+19
2022-03-11RISC-V: KVM: Implement SBI HSM suspend callAnup Patel1-0/+14
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionAnup Patel2-6/+17
2022-03-11RISC-V: Add SBI HSM suspend related definesAnup Patel3-8/+25
2022-03-11RISC-V: KVM: Implement SBI v0.3 SRST extensionAnup Patel2-0/+46
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionAnup Patel3-16/+22
2022-03-11RISC-V: KVM: Upgrade SBI spec version to v0.3Anup Patel1-1/+1
2022-03-11RISC-V: KVM: Refine __kvm_riscv_switch_to() implementationVincent Chen1-26/+34
2022-03-11RISC-V: KVM: remove unneeded semicolonYang Li1-1/+1
2022-03-11riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing1-5/+16
2022-03-11resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-3/+2
2022-03-10riscv: Fixed misaligned memory access. Fixed pointer comparison.Michael T. Kloos1-58/+310
2022-03-10riscv: alternative only works on !XIP_KERNELJisheng Zhang2-2/+3
2022-03-10RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machineAnup Patel3-0/+5
2022-03-10RISC-V: Add SBI HSM suspend related definesAnup Patel3-8/+25
2022-03-10RISC-V: Add arch functions for non-retentive suspend entry/exitAnup Patel7-21/+279
2022-03-10RISC-V: Rename relocate() and make it globalAnup Patel1-3/+4
2022-03-10RISC-V: Enable CPU_IDLE driversAnup Patel5-1/+35
2022-03-10Update the Icicle Kit device treePalmer Dabbelt3-66/+328
2022-03-10riscv: dts: microchip: add new peripherals to icicle kit device treeConor Dooley2-0/+213
2022-03-10riscv: dts: microchip: update peripherals in icicle kit device treeConor Dooley2-17/+29
2022-03-10riscv: dts: microchip: refactor icicle kit device treeConor Dooley2-50/+52
2022-03-10riscv: dts: microchip: add fpga fabric section to icicle kitConor Dooley3-0/+34
2022-03-10riscv: dts: microchip: use clk defines for icicle kitConor Dooley2-13/+14
2022-03-04Merge tag 'riscv-for-linus-5.17-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-9/+14
2022-03-04riscv: dts: k210: fix broken IRQs on hart1Niklas Cassel1-1/+2
2022-03-04riscv: Fix kasan pud populationAlexandre Ghiti1-1/+4
2022-03-04riscv: Move high_memory initialization to setup_bootmemAlexandre Ghiti1-1/+1
2022-03-04riscv: Fix config KASAN && DEBUG_VIRTUALAlexandre Ghiti1-0/+3
2022-03-04riscv: Fix DEBUG_VIRTUAL false warningsAlexandre Ghiti1-3/+1
2022-03-04riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAPAlexandre Ghiti1-2/+1
2022-03-04riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti2-1/+2
2022-02-26Merge tag 'riscv-for-linus-5.17-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-6/+46
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-30/+1