summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/riscv
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+8
2025-10-17ACPI: RIMT: Fix unused function warnings when CONFIG_IOMMU_API is disabledSunil V L-61/+61
2025-10-04Merge tag 'riscv-for-linus-6.18-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+72
2025-09-26Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi...Joerg Roedel-0/+531
2025-09-25ACPI: RISC-V: Add RPMI System MSI to GSI mappingSunil V L-0/+30
2025-09-25ACPI: RISC-V: Add support to update gsi rangeSunil V L-2/+36
2025-09-25ACPI: RISC-V: Create interrupt controller list in sorted orderSunil V L-2/+7
2025-09-05ACPI: RISC-V: Add support for RIMTSunil V L-0/+531
2025-09-04ACPI: RISC-V: Fix FFH_CPPC_CSR error handlingAnup Patel-2/+2
2025-07-16ACPI: RISC-V: Remove unnecessary CPPC debug messageSunil V L-2/+0
2024-11-22ACPI: introduce acpi_arch_init()Miao Wang-1/+1
2024-08-27ACPI: RISC-V: Implement function to add implicit dependenciesSunil V L-0/+155
2024-08-27ACPI: RISC-V: Initialize GSI mapping structuresSunil V L-0/+153
2024-08-27ACPI: RISC-V: Implement function to reorder irqchip probe entriesSunil V L-1/+34
2024-08-27ACPI: bus: Add acpi_riscv_init() functionSunil V L-1/+12
2024-03-19ACPI: RISC-V: Add CPPC driverSunil V L-0/+158
2024-03-19ACPI: RISC-V: Add LPI driverSunil V L-1/+83
2023-10-26RISC-V: ACPI: RHCT: Add function to get CBO block sizesSunil V L-0/+87
2023-10-26RISC-V: ACPI: Update the return value of acpi_get_rhct()Sunil V L-3/+3
2023-06-01drivers/acpi: RISC-V: Add RHCT related codeSunil V L-0/+85