aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2025-09-25ACPI: RISC-V: Add RPMI System MSI to GSI mappingSunil V L1-0/+30
2025-09-25ACPI: RISC-V: Add support to update gsi rangeSunil V L1-2/+36
2025-09-25ACPI: RISC-V: Create interrupt controller list in sorted orderSunil V L1-2/+7
2025-09-25ACPI: scan: Update honor list for RPMI System MSISunil V L1-0/+2
2025-09-25ACPI: Add support for nargs_prop in acpi_fwnode_get_reference_args()Sunil V L1-4/+25
2025-09-25ACPI: property: Refactor acpi_fwnode_get_reference_args() to support nargs_propSunil V L1-51/+50
2025-09-23ACPI: debug: fix signedness issues in read/write helpersAmir Mohammad Jahangirzad1-13/+13
2025-09-23ACPI: processor: Do not expose global variable acpi_idle_driverHuisong Li2-3/+9
2025-09-23ACPI: GTDT: Generate platform devices for MMIO timersMarc Zyngier1-4/+25
2025-09-22ACPI: SPCR: Support Precise Baud Rate fieldChen Pei1-1/+9
2025-09-19ACPI: processor: idle: Redefine two functions as voidRafael J. Wysocki1-22/+19
2025-09-19ACPI: processor: Update cpuidle driver check in __acpi_processor_start()Rafael J. Wysocki1-1/+1
2025-09-16ACPI: property: Adjust failure handling in acpi_nondev_subnode_extract()Rafael J. Wysocki1-12/+13
2025-09-16ACPI: property: Do not pass NULL handles to acpi_attach_data()Rafael J. Wysocki1-0/+12
2025-09-16ACPI: property: Add code comments explaining what is going onRafael J. Wysocki1-2/+44
2025-09-16ACPI: property: Disregard references in data-only subnode listsRafael J. Wysocki1-29/+22
2025-09-16ACPI: property: Fix buffer properties extraction for subnodesRafael J. Wysocki1-19/+11
2025-09-16ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err messageColin Ian King1-1/+1
2025-09-15ACPI: SPCR: Add support for DBG2 RISC-V SBI port subtypeChen Pei1-0/+3
2025-09-15ACPI: APEI: EINJ: Allow more types of addresses except MMIOJiaqi Yan1-9/+42
2025-09-15ACPI: APEI: Remove redundant assignments in erst_dbg_{ioctl|write}()Thorsten Blum1-5/+3
2025-09-15ACPICA: ACPI_TYPE_ANY does not include the package typeSaket Dumbre1-1/+2
2025-09-15ACPICA: Fix largest possible resource descriptor indexDmitry Antipov1-1/+1
2025-09-15ACPICA: Print error messages for too few or too many argumentsSaket Dumbre1-2/+9
2025-09-15ACPICA: Update dsmethod.c to get rid of unused variable warningSaket Dumbre1-1/+0
2025-09-15ACPICA: dispatcher: Use acpi_ds_clear_operands() in acpi_ds_call_control_method()Hans de Goede1-8/+1
2025-09-15ACPICA: Debugger: drop ACPI_NONSTRING attribute from name_segAhmed Salem1-1/+1
2025-09-15ACPICA: iASL: Fix printing CDAT table headerAhmed Salem1-0/+8
2025-09-15ACPICA: Allow to skip Global Lock initializationHuacai Chen1-0/+4
2025-09-15ACPICA: Change the compilation conditionsZhe Qiao1-2/+3
2025-09-15ACPICA: Remove redundant "#ifdef" definitionsZhe Qiao1-3/+0
2025-09-15ACPICA: Modify variable definition positionZhe Qiao1-2/+4
2025-09-08ACPI: processor: thermal: Release policy references using __free()Zihuan Zhang1-25/+27
2025-09-07Merge tag 'riscv-for-linus-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-2/+2
2025-09-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+3
2025-09-05ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id()Sunil V L1-0/+4
2025-09-05ACPI: RISC-V: Add support for RIMTSunil V L6-0/+535
2025-09-04ACPI: RISC-V: Fix FFH_CPPC_CSR error handlingAnup Patel1-2/+2
2025-09-04ACPI: resource: Skip IRQ override on ASUS Vivobook Pro N6506CUSam van Kampen1-0/+7
2025-09-04ACPI: scan: Add Intel CVS ACPI HIDs to acpi_ignore_dep_ids[]Hans de Goede1-0/+2
2025-09-04ACPI: fan: Fold two simple functions into their only callerRafael J. Wysocki1-14/+4
2025-09-04ACPI: thermal: Get rid of a dummy local variableRafael J. Wysocki1-5/+3
2025-09-04ACPI: TAD: Add missing sysfs_remove_group() for ACPI_TAD_RTDaniel Tang1-0/+3
2025-09-04ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids()Miaoqian Lin1-1/+3
2025-09-04ACPI: PRM: Skip handlers with NULL handler_address or NULL VAShang song (Lenovo)1-3/+16
2025-09-02acpi/hmat: Remove now unused hmat_update_target_coordinates()Dave Jiang1-28/+0
2025-09-02cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMATDave Jiang1-6/+0
2025-09-02ACPI: processor: idle: Eliminate static variable flat_state_cntRafael J. Wysocki1-14/+11
2025-09-02ACPI: processor: idle: Add module import namespaceRafael J. Wysocki2-2/+4
2025-09-02ACPI: processor: idle: Optimize ACPI idle driver registrationHuisong Li2-23/+45