summaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki2022-03-181-0/+1
* | | | Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-2524-762/+1458
|\ \ \ \
| * \ \ \ RISC-V: add support for restartable sequencesPalmer Dabbelt2022-03-233-0/+7
| |\ \ \ \
| | * | | | RISC-V: Add support for restartable sequenceVincent Chen2022-03-223-0/+7
| | | |/ / | | |/| |
| * | | | perf: RISC-V: Add support for SBI PMU and SscofpmfPalmer Dabbelt2022-03-229-572/+164
| |\ \ \ \
| | * | | | RISC-V: Add sscofpmf extension supportAtish Patra2022-03-214-1/+11
| | * | | | RISC-V: Add RISC-V SBI PMU extension definitionsAtish Patra2022-03-211-0/+95
| | * | | | RISC-V: Add CSR encodings for all HPMCOUNTERSAtish Patra2022-03-211-0/+58
| | * | | | RISC-V: Remove the current perf implementationAtish Patra2022-03-214-571/+0
| * | | | | RISC-V: Provide a fraemework for RISC-V ISA extensionsPalmer Dabbelt2022-03-173-23/+195
| |\| | | |
| | * | | | RISC-V: Improve /proc/cpuinfo output for ISA extensionsAtish Patra2022-03-172-2/+70
| | * | | | RISC-V: Do no continue isa string parsing without correct XLENAtish Patra2022-03-171-0/+5
| | * | | | RISC-V: Implement multi-letter ISA extension probing frameworkAtish Patra2022-03-172-6/+34
| | * | | | RISC-V: Extract multi-letter extension names from "riscv, isa"Tsukasa OI2022-03-171-8/+27
| | * | | | RISC-V: Minimal parser for "riscv, isa" stringsTsukasa OI2022-03-171-11/+61
| | * | | | RISC-V: Correctly print supported extensionsTsukasa OI2022-03-171-3/+5
| | |/ / /
| * | | | riscv: Fixed misaligned memory access. Fixed pointer comparison.Michael T. Kloos2022-03-101-58/+310
| * | | | Update the Icicle Kit device treePalmer Dabbelt2022-03-103-66/+328
| |\ \ \ \
| | * | | | riscv: dts: microchip: add new peripherals to icicle kit device treeConor Dooley2022-03-102-0/+213
| | * | | | riscv: dts: microchip: update peripherals in icicle kit device treeConor Dooley2022-03-102-17/+29
| | * | | | riscv: dts: microchip: refactor icicle kit device treeConor Dooley2022-03-102-50/+52
| | * | | | riscv: dts: microchip: add fpga fabric section to icicle kitConor Dooley2022-03-103-0/+34
| | * | | | riscv: dts: microchip: use clk defines for icicle kitConor Dooley2022-03-102-13/+14
| | |/ / /
| * | | | riscv: defconfig: enable hugetlbfs optionMayuresh Chitale2022-02-232-0/+2
| * | | | RISC-V: Add Sv57 page table supportPalmer Dabbelt2022-02-2210-42/+451
| |\ \ \ \
| | * | | | riscv: mm: Support kasan for sv57Qinglin Pan2022-02-151-14/+141
| | * | | | riscv: mm: Set sv57 on defaultlyQinglin Pan2022-02-155-11/+34
| | * | | | riscv: mm: Prepare pt_ops helper functions for sv57Qinglin Pan2022-02-153-15/+119
| | * | | | riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan2022-02-154-3/+158
| | |/ / /
| * / / / riscv: mm: init: mark satp_mode __ro_after_initJisheng Zhang2022-02-151-2/+2
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-241-4/+2
|\ \ \ \
| * | | | riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-03-241-4/+2
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-2410-58/+160
|\ \ \ \ \
| * | | | | RISC-V: KVM: Implement SBI HSM suspend callAnup Patel2022-03-111-0/+14
| * | | | | RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionAnup Patel2022-03-112-6/+17
| * | | | | RISC-V: Add SBI HSM suspend related definesAnup Patel2022-03-113-8/+25
| * | | | | RISC-V: KVM: Implement SBI v0.3 SRST extensionAnup Patel2022-03-112-0/+46
| * | | | | RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionAnup Patel2022-03-113-16/+22
| * | | | | RISC-V: KVM: Upgrade SBI spec version to v0.3Anup Patel2022-03-111-1/+1
| * | | | | RISC-V: KVM: Refine __kvm_riscv_switch_to() implementationVincent Chen2022-03-111-26/+34
| * | | | | RISC-V: KVM: remove unneeded semicolonYang Li2022-03-111-1/+1
* | | | | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-242-34/+3
|\ \ \ \ \ \
| * | | | | | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-30/+1
| * | | | | | uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-251-2/+2
| * | | | | | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-2/+0
| |/ / / / /
* | | | | | drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-3/+0
* | | | | | mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLBAnshuman Khandual2022-03-221-3/+1
| |/ / / / |/| | | |
* | | | | Merge tag 'riscv-for-linus-5.17-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-113-7/+19
|\ \ \ \ \
| * | | | | riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing2022-03-111-5/+16
| * | | | | riscv: alternative only works on !XIP_KERNELJisheng Zhang2022-03-102-2/+3