summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-5/+0
* Merge tag 'riscv-for-linus-6.0-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-267-10/+19
|\
| * Merge branch 'riscv-variable_fixes_without_kvm' of git://git.kernel.org/pub/s...Palmer Dabbelt2022-08-254-1/+17
| |\
| | * riscv: traps: add missing prototypeConor Dooley2022-08-182-1/+4
| | * riscv: signal: fix missing prototype warningConor Dooley2022-08-182-0/+13
| * | Merge tag 'dt-fixes-for-palmer-6.0-rc3' of git://git.kernel.org/pub/scm/linux...Palmer Dabbelt2022-08-253-9/+2
| |\ \
| | * | riscv: dts: microchip: mpfs: remove pci axi address translation propertyConor Dooley2022-08-231-1/+0
| | * | riscv: dts: microchip: mpfs: remove bogus card-detect-delayConor Dooley2022-08-232-2/+0
| | * | riscv: dts: microchip: mpfs: remove ti,fifo-depth propertyConor Dooley2022-08-232-4/+0
| | * | riscv: dts: microchip: mpfs: fix incorrect pcie child node nameConor Dooley2022-08-231-1/+1
| | * | riscv: dts: microchip: correct L2 cache interruptsHeinrich Schuchardt2022-08-171-1/+1
| | |/
* | | Merge tag 'riscv-for-linus-6.0-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-191-1/+1
|\| |
| * | riscv: Ensure isa-ext static keys are writableAndrew Jones2022-08-161-1/+1
| |/
* / KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-2/+2
|/
* Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-1242-78/+667
|\
| * RISC-V: KVM: Support sstc extensionAtish Patra2022-08-124-7/+153
| * perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt2022-08-121-2/+30
| |\
| | * RISC-V: Improve SBI definitionsAtish Patra2022-08-111-2/+16
| | * RISC-V: Move counter info definition to sbi header fileAtish Patra2022-08-111-0/+14
| * | RISC-V: Add Sstc extension supportPalmer Dabbelt2022-08-114-0/+8
| |\ \
| | * | RISC-V: Enable sstc extension parsing from DTAtish Patra2022-08-113-0/+3
| | * | RISC-V: Add SSTC extension CSR detailsAtish Patra2022-08-111-0/+5
| | |/
| * | riscv:uprobe fix SR_SPIE set/clear handlingYipeng Zou2022-08-111-6/+0
| * | riscv: ensure cpu_ops_sbi is declaredConor Dooley2022-08-112-0/+3
| * | RISC-V: cpu_ops_spinwait.c should include head.hBen Dooks2022-08-111-0/+2
| * | RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h>Ben Dooks2022-08-112-3/+2
| * | riscv: dts: starfive: correct number of external interruptsMark Kettenis2022-08-111-1/+1
| * | riscv: dts: sifive unmatched: Add PWM controlled LEDsEmil Renner Berthing2022-08-111-0/+42
| * | riscv/purgatory: Omit use of bin2cMasahiro Yamada2022-08-114-9/+15
| * | riscv/purgatory: hard-code obj-y in MakefileMasahiro Yamada2022-08-111-1/+1
| * | RISC-V: fixups to work with crash toolPalmer Dabbelt2022-08-113-6/+28
| |\ \
| | * | RISC-V: Add modules to virtual kernel memory layout dumpXianting Tian2022-08-111-0/+4
| | * | RISC-V: Fixup schedule out issue in machine_crash_shutdown()Xianting Tian2022-08-111-4/+22
| | * | RISC-V: Fixup get incorrect user mode PC for kernel mode regsXianting Tian2022-08-111-1/+1
| | * | RISC-V: kexec: Fixup use of smp_processor_id() in preemptible contextXianting Tian2022-08-111-1/+1
| | |/
| * | riscv: traps_misaligned: do not duplicate stringifyKrzysztof Kozlowski2022-08-111-5/+3
| * | arch/riscv: add Zihintpause supportDao Lu2022-08-115-3/+29
| * | riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt2022-08-1013-2/+282
| |\ \
| | * | riscv: implement cache-management errata for T-Head SoCsHeiko Stuebner2022-08-033-5/+74
| | * | riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner2022-07-2811-1/+208
| * | | RISC-V: Canaan devicetree fixesPalmer Dabbelt2022-08-107-31/+66
| |\ \ \
| | * | | riscv: dts: canaan: build all devicetress if SOC_CANAANConor Dooley2022-07-141-2/+8
| | * | | riscv: dts: canaan: add specific compatible for kd233's LCDConor Dooley2022-07-141-1/+1
| | * | | riscv: dts: canaan: fix bus {ranges,reg} warningsConor Dooley2022-07-141-3/+3
| | * | | riscv: dts: canaan: remove spi-max-frequency from controllersConor Dooley2022-07-141-4/+1
| | * | | riscv: dts: canaan: use custom compatible for k210 i2sConor Dooley2022-07-141-3/+3
| | * | | riscv: dts: canaan: fix kd233 display spi frequencyConor Dooley2022-07-141-1/+1
| | * | | riscv: dts: canaan: fix mmc node namesConor Dooley2022-07-145-5/+5
| | * | | riscv: dts: canaan: fix the k210's timer nodesConor Dooley2022-07-141-8/+38
| | * | | riscv: dts: canaan: fix the k210's memory nodeConor Dooley2022-07-141-4/+6
| | | |/ | | |/|