summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* riscv: dts: canaan: Fix SPI3 bus widthNiklas Cassel2022-03-314-0/+8
* RISC-V CPU Idle SupportPalmer Dabbelt2022-03-3127-178/+1458
|\
| * RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machineAnup Patel2022-03-103-0/+5
| * dt-bindings: Add common bindings for ARM and RISC-V idle statesAnup Patel2022-03-104-19/+219
| * cpuidle: Add RISC-V SBI CPU idle driverAnup Patel2022-03-105-0/+658
| * cpuidle: Factor-out power domain related code from PSCI domain driverAnup Patel2022-03-108-135/+259
| * RISC-V: Add SBI HSM suspend related definesAnup Patel2022-03-103-8/+25
| * RISC-V: Add arch functions for non-retentive suspend entry/exitAnup Patel2022-03-107-21/+279
| * RISC-V: Rename relocate() and make it globalAnup Patel2022-03-101-3/+4
| * RISC-V: Enable CPU_IDLE driversAnup Patel2022-03-105-1/+35
* | riscv: Rename "sp_in_global" to "current_stack_pointer"Kees Cook2022-03-313-4/+5
* | riscv module: remove (NOLOAD)Fangrui Song2022-03-291-3/+3
* | Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-2544-1055/+3900
|\ \
| * \ RISC-V: add support for restartable sequencesPalmer Dabbelt2022-03-236-0/+709
| |\ \
| | * | rseq/selftests: Add support for RISC-VVincent Chen2022-03-223-0/+702
| | * | RISC-V: Add support for restartable sequenceVincent Chen2022-03-223-0/+7
| | |/
| * | perf: RISC-V: Add support for SBI PMU and SscofpmfPalmer Dabbelt2022-03-2218-827/+1538
| |\ \
| | * | MAINTAINERS: Add entry for RISC-V PMU driversAtish Patra2022-03-211-0/+9
| | * | Documentation: riscv: Remove the old documentationAtish Patra2022-03-211-255/+0
| | * | RISC-V: Add sscofpmf extension supportAtish Patra2022-03-216-6/+230
| | * | RISC-V: Add perf platform driver based on SBI PMU extensionAtish Patra2022-03-216-2/+596
| | * | RISC-V: Add RISC-V SBI PMU extension definitionsAtish Patra2022-03-211-0/+95
| | * | RISC-V: Add a simple platform driver for RISC-V legacy perfAtish Patra2022-03-214-0/+159
| | * | RISC-V: Add a perf core library for pmu driversAtish Patra2022-03-214-0/+398
| | * | 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-1012-104/+694
| |\ \
| | * | MAINTAINERS: update riscv/microchip entryConor Dooley2022-03-101-0/+2
| | * | 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
| | * | dt-bindings: pwm: add microchip corepwm bindingConor Dooley2022-03-101-0/+81
| | * | dt-bindings: gpio: add bindings for microchip mpfs gpioConor Dooley2022-03-101-0/+79
| | * | dt-bindings: rtc: add bindings for microchip mpfs rtcConor Dooley2022-03-101-0/+58
| | * | dt-bindings: soc/microchip: add info about services to mpfs sysctrlConor Dooley2022-03-101-3/+8
| | * | dt-bindings: soc/microchip: update syscontroller compatiblesConor Dooley2022-03-102-6/+6
| | * | dt-bindings: clk: microchip: Add Microchip PolarFire host bindingDaire McNamara2022-01-252-0/+103
| | |/
| * | 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