summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-03-302-24/+24
|\
| *-. Merge branches 'clk-sifive' and 'clk-visconti' into clk-nextStephen Boyd2022-03-292-24/+24
| |\ \
| | * | riscv: dts: Change the macro name of prci in each device nodeZong Li2022-03-152-24/+24
| | |/
* | | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-5/+4
|\ \ \
| * | | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * | | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+2
| | |/ | |/|
* | | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-0/+1
|\ \ \
| * | | 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-223-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-219-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-093-66/+328
| |\ \ \ \
| | * | | | riscv: dts: microchip: add new peripherals to icicle kit device treeConor Dooley2022-03-092-0/+213
| | * | | | riscv: dts: microchip: update peripherals in icicle kit device treeConor Dooley2022-03-092-17/+29
| | * | | | riscv: dts: microchip: refactor icicle kit device treeConor Dooley2022-03-092-50/+52
| | * | | | riscv: dts: microchip: add fpga fabric section to icicle kitConor Dooley2022-03-093-0/+34
| | * | | | riscv: dts: microchip: use clk defines for icicle kitConor Dooley2022-03-092-13/+14
| | |/ / /
| * | | | riscv: defconfig: enable hugetlbfs optionMayuresh Chitale2022-02-222-0/+2
| * | | | RISC-V: Add Sv57 page table supportPalmer Dabbelt2022-02-2210-42/+451
| |\ \ \ \
| | * | | | riscv: mm: Support kasan for sv57Qinglin Pan2022-02-141-14/+141
| | * | | | riscv: mm: Set sv57 on defaultlyQinglin Pan2022-02-145-11/+34
| | * | | | riscv: mm: Prepare pt_ops helper functions for sv57Qinglin Pan2022-02-143-15/+119
| | * | | | riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan2022-02-144-3/+158
| | |/ / /
| * / / / riscv: mm: init: mark satp_mode __ro_after_initJisheng Zhang2022-02-141-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-231-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-232-34/+3
|\ \ \ \ \ \
| * | | | | | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-30/+1