summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-09-15riscv: Stop emitting preventive sfence.vma for new vmalloc mappingsAlexandre Ghiti5-1/+120
2024-09-15riscv: Add ISA extension parsing for SvvptcAlexandre Ghiti2-0/+2
2024-09-15riscv: select ARCH_USE_SYM_ANNOTATIONSJisheng Zhang1-0/+1
2024-09-15riscv: errata: sifive: Use SYM_*() assembly macrosJisheng Zhang1-4/+4
2024-09-14riscv: stacktrace: Add USER_STACKTRACE supportJinjie Ruan3-43/+47
2024-09-14riscv: Fix fp alignment bug in perf_callchain_user()Jinjie Ruan1-1/+1
2024-09-15Merge tag 'kvm-riscv-6.12-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-18/+21
2024-09-14riscv: Remove redundant restriction on memory sizeStuart Menefy1-7/+1
2024-09-14riscv: vdso: do not strip debugging info for vdso.so.dbgChangbin Du1-1/+1
2024-09-13rust: support for shadow call stack sanitizerAlice Ryhl1-1/+8
2024-09-12Merge tag 'riscv-for-linus-6.11-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6
2024-09-12Merge patch series "remove size limit on XIP kernel"Palmer Dabbelt14-59/+109
2024-09-12riscv: remove limit on the size of read-only section for XIP kernelNam Cao3-10/+4
2024-09-12riscv: drop the use of XIP_OFFSET in create_kernel_page_table()Nam Cao1-3/+4
2024-09-12riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()Nam Cao1-1/+1
2024-09-12riscv: drop the use of XIP_OFFSET in XIP_FIXUP_FLASH_OFFSETNam Cao1-4/+12
2024-09-12riscv: drop the use of XIP_OFFSET in XIP_FIXUP_OFFSETNam Cao1-2/+12
2024-09-12riscv: replace misleading va_kernel_pa_offset on XIP kernelNam Cao2-10/+25
2024-09-12riscv: don't export va_kernel_pa_offset in vmcoreinfo for XIP kernelNam Cao1-0/+7
2024-09-12riscv: cleanup XIP_FIXUP macroNam Cao1-4/+7
2024-09-11Merge branch 'acpi-riscv'Rafael J. Wysocki3-17/+71
2024-09-11Merge tag 'arm-fixes-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+6
2024-09-11Merge tag 'riscv-config-for-v6.12' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-0/+7
2024-09-11Merge tag 'riscv-soc-fixes-for-v6.11-final' of https://git.kernel.org/pub/scm...Arnd Bergmann1-0/+6
2024-09-10riscv: Disable preemption while handling PR_RISCV_CTX_SW_FENCEI_OFFCharlie Jenkins1-6/+6
2024-09-10RISC-V: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORMHeikki Krogerus3-0/+3
2024-09-09riscv: defconfig: Enable pinctrl support for CV18XX Series SoCInochi Amaoto1-0/+4
2024-09-08riscv: dts: starfive: jh7110-common: Fix lower rate of CPUfreq by setting PLL...Xingyu Wu1-0/+6
2024-09-05Merge tag 'riscv-sophgo-dt-for-6.12' of https://github.com/sophgo/linux into ...Arnd Bergmann4-1/+249
2024-09-04KVM: Rename arch hooks related to per-CPU virtualization enablingSean Christopherson1-2/+2
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)3-13/+5
2024-09-03riscv: Fix RISCV_ALTERNATIVE_EARLYAlexandre Ghiti4-65/+72
2024-09-03riscv: Do not restrict memory size because of linear mapping on nommuAlexandre Ghiti1-1/+1
2024-09-03riscv: Fix toolchain vector detectionAnton Blanchard1-2/+2
2024-09-03riscv: Add license to vmalloc.hCharlie Jenkins1-0/+1
2024-09-03riscv: Add license to fence.hCharlie Jenkins1-0/+1
2024-09-03Merge tag 'thead-dt-for-v6.12' of https://github.com/pdp7/linux into soc/dtArnd Bergmann4-61/+56
2024-09-01riscv: boot: add Image.xz supportLasse Collin3-2/+8
2024-09-02riscv: dts: sophgo: Add mcu device for Milk-V PioneerInochi Amaoto1-0/+60
2024-09-02riscv: sophgo: dts: add gpio controllers for SG2042 SoCChen Wang1-0/+66
2024-09-02riscv: sophgo: dts: add mmc controllers for SG2042 SoCChen Wang2-0/+45
2024-09-02riscv: dts: sophgo: Add i2c device support for sg2042Inochi Amaoto1-0/+52
2024-09-02riscv: dts: sophgo: Use common "interrupt-parent" for all peripherals for sg2042Inochi Amaoto1-1/+1
2024-09-02riscv: dts: sophgo: Add sdhci0 configuration for Huashan PiInochi Amaoto1-0/+9
2024-09-02riscv: dts: sophgo: cv18xx: add DMA controllerInochi Amaoto1-0/+16
2024-08-31riscv: misaligned: Restrict user access to kernel memorySamuel Holland1-2/+2
2024-08-29Merge patch series "riscv: mm: Do not restrict mmap address based on hint"Palmer Dabbelt1-24/+2
2024-08-29riscv: mm: Do not restrict mmap address based on hintCharlie Jenkins1-24/+2
2024-08-27irqchip/riscv-intc: Add ACPI support for AIASunil V L1-0/+33
2024-08-27ACPI: RISC-V: Initialize GSI mapping structuresSunil V L1-0/+22