aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-1/+2
2025-05-27Merge tag 'acpi-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds167-457/+710
2025-05-27Merge tag 'thermal-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-5/+6
2025-05-26Merge branches 'acpi-resource', 'acpi-pm', 'acpi-platform-profile' and 'acpi-docs'Rafael J. Wysocki2-1/+4
2025-05-26Merge branches 'acpi-pci', 'acpi-battery', 'acpi-ec' and 'acpi-apei'Rafael J. Wysocki4-44/+49
2025-05-26Merge branches 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki3-160/+196
2025-05-26Merge branch 'acpi-tables'Rafael J. Wysocki5-3/+194
2025-05-26Merge branch 'acpica'Rafael J. Wysocki152-247/+263
2025-05-23ACPI: MRRM: Fix default max memory regionAnil S Keshavamurthy1-1/+2
2025-05-23ACPI: bus: Bail out if acpi_kobj registration failsArmin Wolf1-2/+4
2025-05-23ACPI: platform_profile: Avoid initializing on non-ACPI platformsAlexandre Ghiti1-0/+3
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar1-3/+8
2025-05-18x86/msr: Remove a superfluous inclusion of <asm/asm.h>Xin Li (Intel)1-1/+0
2025-05-16ACPI: thermal: Execute _SCP before reading trip pointsArmin Wolf1-4/+6
2025-05-16ACPI: OSI: Stop advertising support for "3.0 _SCP Extensions"Armin Wolf1-1/+0
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish1-1/+1
2025-05-12ACPI: tables: Improve logging around acpi_initialize_tables()Bartosz Szczepanek1-1/+5
2025-05-12ACPI: VIOT: Remove (explicitly) unused headerAndy Shevchenko1-1/+1
2025-05-12ACPI: MRRM: Add /sys files to describe memory rangesTony Luck1-1/+141
2025-05-12ACPI: MRRM: Minimal parse of ACPI MRRM tableTony Luck3-0/+46
2025-05-12Merge ACPICA material for 6.16 to satisfy dependenciesRafael J. Wysocki152-247/+263
2025-05-12ACPICA: Update copyright yearSaket Dumbre143-144/+144
2025-05-12ACPICA: Replace strncpy() with memcpy()Ahmed Salem3-5/+5
2025-05-12ACPICA: Apply ACPI_NONSTRING in more placesAhmed Salem1-1/+1
2025-05-12ACPICA: Adjust the position of code linesZhe Qiao1-1/+1
2025-05-12ACPICA: Apply ACPI_NONSTRINGKees Cook3-4/+4
2025-05-12ACPICA: Utilities: Fix spelling mistake "Incremement" -> "Increment"Colin Ian King1-1/+1
2025-05-12ACPICA: utilities: Fix overflow check in vsnprintf()gldrk1-5/+2
2025-05-09ACPI: APEI: EINJ: Remove redundant calls to einj_get_available_error_type()Zaid Alali1-13/+9
2025-05-09ACPI: EC: Add device to acpi_ec_no_wakeup[] qurik listWerner Sembach1-0/+6
2025-05-09ACPI: battery: negate current when dischargingPeter Marheine1-3/+16
2025-05-09ACPI: PCI: Constify fwnode_handle in acpi_pci_root_remap_iospace()Pei Xiao1-1/+1
2025-05-09ACPI: resource: fix a typo for MECHREVO in irq1_edge_low_force_override[]Mingcong Bai1-1/+1
2025-05-08ACPI: PPTT: Fix processor subtable walkJeremy Linton1-3/+8
2025-05-08firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHESHuang Yiwei2-1/+2
2025-05-07ACPI: APEI: EINJ: Fix probe error messageJon Hunter1-5/+5
2025-05-06ACPICA: Apply pack(1) to union aml_resourceTamir Duberstein5-48/+21
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)3-1/+7
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar5-6/+34
2025-04-30ACPI: CPPC: Add three functions related to autonomous selectionLifeng Zheng1-0/+83
2025-04-30ACPI: CPPC: Modify cppc_get_auto_sel_caps() to cppc_get_auto_sel()Lifeng Zheng1-7/+11
2025-04-30ACPI: CPPC: Refactor register value get and set ABIsLifeng Zheng1-104/+7
2025-04-30ACPI: CPPC: Add cppc_set_reg_val()Lifeng Zheng1-0/+49
2025-04-30ACPI: CPPC: Extract cppc_get_reg_val_in_pcc()Lifeng Zheng1-23/+27
2025-04-30ACPI: CPPC: Rename cppc_get_perf() to cppc_get_reg_val()Lifeng Zheng1-11/+11
2025-04-30ACPI: CPPC: Optimize cppc_get_perf()Lifeng Zheng1-7/+17
2025-04-30ACPI: CPPC: Add IS_OPTIONAL_CPC_REG macro to judge if a cpc_reg is optionalLifeng Zheng1-0/+14
2025-04-30ACPI: CPPC: Simplify PCC shared memory region handlingSudeep Holla1-13/+3
2025-04-30ACPI: PCC: Simplify PCC shared memory region handlingSudeep Holla1-11/+2
2025-04-25Merge back earlier ACPICA material for 6.16Rafael J. Wysocki6-38/+84