summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/acpi.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-07riscv: acpi: Enable ARCH_HAS_ACPI_TABLE_UPGRADEVivian Wang1-0/+5
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+6
2026-04-06RISC-V: ACPI: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng1-0/+16
2026-04-04riscv: acpi: update FADT revision check to 6.6Yufeng Wang1-5/+5
2026-04-04riscv: fix various typos in comments and codeSean Chang1-1/+1
2025-09-18RISC-V: ACPI: enable parsing the BGRT tableHeinrich Schuchardt1-0/+3
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-1/+1
2024-10-25RISC-V: ACPI: fix early_ioremap to early_memremapYunhui Cui1-2/+2
2024-08-27ACPI: RISC-V: Implement PCI related functionalitySunil V L1-17/+14
2024-07-26Merge patch "Enable SPCR table for console output on RISC-V"Palmer Dabbelt1-1/+11
2024-07-24RISC-V: ACPI: Enable SPCR table for console output on RISC-VSia Jee Heng1-1/+11
2024-07-22ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu1-5/+0
2023-10-26RISC-V: ACPI: Enhance acpi_os_ioremap with MMIO remappingSunil V L1-2/+85
2023-08-02RISC-V: ACPI: Fix acpi_os_ioremap to return iomem addressSunil V L1-2/+2
2023-06-19RISC-V: ACPI : Fix for usage of pointers in different address spaceSunil V L1-2/+2
2023-06-01RISC-V: ACPI: Cache and retrieve the RINTC structureSunil V L1-0/+45
2023-06-01RISC-V: Add ACPI initialization in setup_arch()Sunil V L1-0/+126
2023-06-01RISC-V: Add support to build the ACPI coreSunil V L1-0/+80