summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: dts: canaan: Group tuples in interrupt propertiesGeert Uytterhoeven2022-01-091-11/+12
* riscv: dts: canaan: Fix SPI FLASH node namesGeert Uytterhoeven2022-01-094-4/+4
* riscv/mm: Enable THP migrationNanyong Sun2022-01-072-0/+6
* riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semanticsNanyong Sun2022-01-072-6/+7
* riscv/head: fix misspelling of guaranteedhasheddan2022-01-071-1/+1
* RISC-V: Clean up the defconfigsPalmer Dabbelt2022-01-066-17/+10
|\
| * RISC-V: defconfigs: Remove redundant K210 DT sourcePalmer Dabbelt2022-01-062-2/+0
| * RISC-V: defconfigs: Remove redundant CONFIG_EFI=yPalmer Dabbelt2022-01-051-1/+0
| * RISC-V: defconfigs: Remove redundant CONFIG_POWER_RESETPalmer Dabbelt2022-01-052-2/+0
| * RISC-V: defconfigs: Sort CONFIG_BLK_DEV_BSGPalmer Dabbelt2022-01-052-2/+0
| * RISC-V: defconfigs: Sort CONFIG_SURFACE_PLATFORMSPalmer Dabbelt2022-01-052-2/+0
| * RISC-V: defconfigs: Sort CONFIG_MMCPalmer Dabbelt2022-01-051-1/+1
| * RISC-V: defconfigs: Sort CONFIG_PTP_1588_CLOCKPalmer Dabbelt2022-01-051-1/+1
| * RISC-V: defconfigs: Sort CONFIG_SOC_POLARFIREPalmer Dabbelt2022-01-051-1/+1
| * RISC-V: defconfigs: Sort CONFIG_SYSFS_SYSCALLPalmer Dabbelt2022-01-052-2/+2
| * RISC-V: defconfigs: Sort CONFIG_BPF_SYSCALLPalmer Dabbelt2022-01-052-2/+2
| * RISC-V: MAXPHYSMEM_2GB doesn't depend on CMODEL_MEDLOWPalmer Dabbelt2022-01-051-1/+1
| * RISC-V: defconfigs: Set CONFIG_FB=y, for FB consolePalmer Dabbelt2022-01-052-0/+2
* | riscv: mm: Enable PMD split page table lock for RV64Kefeng Wang2022-01-052-1/+3
* | riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti2022-01-052-3/+3
* | riscv: switch to relative extable and other improvementsPalmer Dabbelt2022-01-0511-201/+290
|\ \
| * | riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` sectionJisheng Zhang2022-01-052-2/+0
| * | riscv: extable: add a dedicated uaccess handlerJisheng Zhang2022-01-054-70/+78
| * | riscv: add gpr-num.hJisheng Zhang2022-01-051-0/+77
| * | riscv: extable: add `type` and `data` fieldsJisheng Zhang2022-01-055-18/+56
| * | riscv: extable: consolidate definitionsJisheng Zhang2022-01-054-10/+37
| * | riscv: lib: uaccess: fold fixups into bodyJisheng Zhang2022-01-051-11/+11
| * | riscv: extable: use `ex` for `exception_table_entry`Jisheng Zhang2022-01-051-5/+5
| * | riscv: extable: make fixup_exception() return boolJisheng Zhang2022-01-053-10/+10
| * | riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang2022-01-053-8/+12
| * | riscv: switch to relative exception tablesJisheng Zhang2022-01-055-6/+30
| * | riscv: consolidate __ex_table constructionJisheng Zhang2022-01-052-27/+15
| * | riscv: remove unused __cmpxchg_user() macroJisheng Zhang2022-01-051-75/+0
| |/
* / riscv: dts: enable more DA9063 functions for the SiFive HiFive UnmatchedAurelien Jarno2021-11-181-0/+12
|/
* Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-1321-137/+292
|\
| * riscv: defconfig: enable DRM_NOUVEAUHeinrich Schuchardt2021-10-271-3/+4
| * riscv/vdso: Drop unneeded part due to merge issueKefeng Wang2021-10-261-11/+0
| * riscv: remove .text section size limitation for XIPVitaly Wool2021-10-264-9/+26
| * Merge tag 'riscv-sifive-dt-5.16' of git://gitolite.kernel.org/pub/scm/linux/k...Palmer Dabbelt2021-10-214-16/+7
| |\
| | * riscv: dts: sifive: add missing compatible for plicKrzysztof Kozlowski2021-10-191-1/+1
| | * riscv: dts: microchip: add missing compatibles for clint and plicKrzysztof Kozlowski2021-10-191-2/+2
| | * riscv: dts: sifive: drop duplicated nodes and properties in sifiveKrzysztof Kozlowski2021-10-192-10/+0
| | * riscv: dts: sifive: fix Unleashed board compatibleKrzysztof Kozlowski2021-10-191-1/+2
| | * riscv: dts: sifive: use only generic JEDEC SPI NOR flash compatibleKrzysztof Kozlowski2021-10-192-2/+2
| * | riscv: dts: microchip: use vendor compatible for Cadence SD4HCKrzysztof Kozlowski2021-10-071-1/+1
| * | riscv: dts: microchip: drop unused pinctrl-namesKrzysztof Kozlowski2021-10-071-1/+0
| * | riscv: dts: microchip: drop duplicated MMC/SDHC nodeKrzysztof Kozlowski2021-10-072-28/+12
| * | riscv: dts: microchip: fix board compatibleKrzysztof Kozlowski2021-10-072-3/+3
| * | riscv: dts: microchip: drop duplicated nodesKrzysztof Kozlowski2021-10-071-5/+0
| * | Merge tag 'for-riscv' of https://git.kernel.org/pub/scm/virt/kvm/kvm.git into...Palmer Dabbelt2021-10-042-1/+88
| |\ \