summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2024-09-13rust: support for shadow call stack sanitizerAlice Ryhl
2024-09-12Merge tag 'riscv-for-linus-6.11-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-09-12Merge patch series "remove size limit on XIP kernel"Palmer Dabbelt
2024-09-12riscv: remove limit on the size of read-only section for XIP kernelNam Cao
2024-09-12riscv: drop the use of XIP_OFFSET in create_kernel_page_table()Nam Cao
2024-09-12riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()Nam Cao
2024-09-12riscv: drop the use of XIP_OFFSET in XIP_FIXUP_FLASH_OFFSETNam Cao
2024-09-12riscv: drop the use of XIP_OFFSET in XIP_FIXUP_OFFSETNam Cao
2024-09-12riscv: replace misleading va_kernel_pa_offset on XIP kernelNam Cao
2024-09-12riscv: don't export va_kernel_pa_offset in vmcoreinfo for XIP kernelNam Cao
2024-09-12riscv: cleanup XIP_FIXUP macroNam Cao
2024-09-11Merge branch 'acpi-riscv'Rafael J. Wysocki
2024-09-11Merge tag 'arm-fixes-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-11Merge tag 'riscv-config-for-v6.12' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann
2024-09-11Merge tag 'riscv-soc-fixes-for-v6.11-final' of https://git.kernel.org/pub/scm...Arnd Bergmann
2024-09-10riscv: Disable preemption while handling PR_RISCV_CTX_SW_FENCEI_OFFCharlie Jenkins
2024-09-10RISC-V: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORMHeikki Krogerus
2024-09-09riscv: defconfig: Enable pinctrl support for CV18XX Series SoCInochi Amaoto
2024-09-08riscv: dts: starfive: jh7110-common: Fix lower rate of CPUfreq by setting PLL...Xingyu Wu
2024-09-05Merge tag 'riscv-sophgo-dt-for-6.12' of https://github.com/sophgo/linux into ...Arnd Bergmann
2024-09-04KVM: Rename arch hooks related to per-CPU virtualization enablingSean Christopherson
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)
2024-09-03riscv: Fix RISCV_ALTERNATIVE_EARLYAlexandre Ghiti
2024-09-03riscv: Do not restrict memory size because of linear mapping on nommuAlexandre Ghiti
2024-09-03riscv: Fix toolchain vector detectionAnton Blanchard
2024-09-03riscv: Add license to vmalloc.hCharlie Jenkins
2024-09-03riscv: Add license to fence.hCharlie Jenkins
2024-09-03Merge tag 'thead-dt-for-v6.12' of https://github.com/pdp7/linux into soc/dtArnd Bergmann
2024-09-01riscv: boot: add Image.xz supportLasse Collin
2024-09-02riscv: dts: sophgo: Add mcu device for Milk-V PioneerInochi Amaoto
2024-09-02riscv: sophgo: dts: add gpio controllers for SG2042 SoCChen Wang
2024-09-02riscv: sophgo: dts: add mmc controllers for SG2042 SoCChen Wang
2024-09-02riscv: dts: sophgo: Add i2c device support for sg2042Inochi Amaoto
2024-09-02riscv: dts: sophgo: Use common "interrupt-parent" for all peripherals for sg2042Inochi Amaoto
2024-09-02riscv: dts: sophgo: Add sdhci0 configuration for Huashan PiInochi Amaoto
2024-09-02riscv: dts: sophgo: cv18xx: add DMA controllerInochi Amaoto
2024-08-31riscv: misaligned: Restrict user access to kernel memorySamuel Holland
2024-08-29Merge patch series "riscv: mm: Do not restrict mmap address based on hint"Palmer Dabbelt
2024-08-29riscv: mm: Do not restrict mmap address based on hintCharlie Jenkins
2024-08-27irqchip/riscv-intc: Add ACPI support for AIASunil V L
2024-08-27ACPI: RISC-V: Initialize GSI mapping structuresSunil V L
2024-08-27ACPI: RISC-V: Implement PCI related functionalitySunil V L
2024-08-19riscv: defconfig: sophgo: enable clks for sg2042Chen Wang
2024-08-19RISC-V: KVM: Fix to allow hpmcounter31 from the guestAtish Patra
2024-08-19RISC-V: KVM: Allow legacy PMU access from guestAtish Patra
2024-08-19RISC-V: KVM: Don't zero-out PMU snapshot area before freeing dataAnup Patel
2024-08-19RISC-V: KVM: Fix sbiret init before forwarding to userspaceAndrew Jones
2024-08-15Merge patch series "RISC-V: hwprobe: Misaligned scalar perf fix and rename"Palmer Dabbelt
2024-08-15riscv: Fix out-of-bounds when accessing Andes per hart vendor extension arrayAlexandre Ghiti
2024-08-14riscv: Enable generic CPU vulnerabilites supportJinjie Ruan