summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2022-01-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-2/+9
2022-01-13Merge tag 'cxl-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds3-22/+127
2022-01-13Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2022-01-12Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+17
2022-01-11Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-9/+116
2022-01-11Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds62-476/+1037
2022-01-11Merge tag 'media/v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-4/+33
2022-01-10Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+3
2022-01-10Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki1-5/+21
2022-01-10Merge branches 'acpi-tables', 'acpi-numa', 'acpi-sysfs', 'acpi-cppc', 'acpi-t...Rafael J. Wysocki7-47/+52
2022-01-10Merge branches 'acpi-x86', 'acpi-pmic' and 'acpi-dptf'Rafael J. Wysocki13-140/+220
2022-01-10Merge branches 'acpi-ec' and 'acpi-processor'Rafael J. Wysocki5-143/+210
2022-01-10Merge branches 'acpi-scan', 'acpi-pm', 'acpi-power' and 'acpi-pci'Rafael J. Wysocki16-88/+213
2022-01-07ACPI: APD: Add a fmw property clk-nameAjit Kumar Pandey1-0/+10
2022-01-07drivers: acpi: acpi_apd: Remove unused device property "is-rv"Ajit Kumar Pandey1-3/+0
2022-01-04ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtypeSudeep Holla4-0/+139
2022-01-04ACPI / x86: Skip AC and battery devices on x86 Android tablets with broken DSDTsHans de Goede1-3/+6
2022-01-04ACPI / x86: Introduce an acpi_quirk_skip_acpi_ac_and_battery() helperHans de Goede3-83/+79
2022-01-04Merge branch 'acpi-scan' into acpi-x86Rafael J. Wysocki15-82/+200
2021-12-30ACPI: processor: thermal: avoid cpufreq_get_policy()Manfred Spraul1-3/+10
2021-12-30ACPI / x86: Add acpi_quirk_skip_[i2c_client|serdev]_enumeration() helpersHans de Goede1-0/+111
2021-12-30ACPI: CPPC: Add CPPC enable register functionJinzhou Su1-0/+45
2021-12-30ACPI: CPPC: Check present CPUs for determining _CPC is validMario Limonciello1-1/+1
2021-12-30ACPI: CPPC: Implement support for SystemIO registersSteven Noonan1-3/+49
2021-12-30ACPI: scan: Create platform device for BCM4752 and LNV4752 ACPI nodesHans de Goede1-3/+10
2021-12-30PCI/ACPI: Fix acpi_pci_osc_control_set() kernel-doc commentYang Li1-1/+1
2021-12-30ACPI: battery: Add the ThinkPad "Not Charging" quirkThomas Weißschuh1-0/+22
2021-12-30acpi: Store CRC-32 hash of the _PLD in struct acpi_deviceHeikki Krogerus1-0/+16
2021-12-30acpi: Export acpi_bus_typeHeikki Krogerus1-0/+1
2021-12-28ACPI: sysfs: use default_groups in kobj_typeGreg Kroah-Hartman3-3/+6
2021-12-27ACPICA: Fixed a couple of warnings under MSVCBob Moore1-2/+2
2021-12-27ACPICA: Change a return_ACPI_STATUS (AE_BAD_PARAMETER)Bob Moore1-1/+1
2021-12-27ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5Kirill A. Shutemov3-4/+6
2021-12-27ACPICA: Add support for PCC Opregion special context dataSudeep Holla1-0/+10
2021-12-27ACPICA: Fix wrong interpretation of PCC addressSudeep Holla1-6/+1
2021-12-27ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R()Rafael J. Wysocki1-1/+2
2021-12-27ACPICA: Utilities: Avoid deleting the same object twice in a rowRafael J. Wysocki1-0/+1
2021-12-27ACPICA: Avoid subobject buffer overflow when validating RSDP signatureJessica Clarke1-1/+2
2021-12-27ACPICA: Use original pointer for virtual origin tablesJessica Clarke8-57/+125
2021-12-27ACPICA: Use original data_table_region pointer for accessesJessica Clarke7-5/+72
2021-12-22ACPI: CPPC: Amend documentation in the commentsAndy Shevchenko1-38/+21
2021-12-18ACPI: NFIT: Import GUID before useAndy Shevchenko1-1/+3
2021-12-17ACPI: NUMA: Process hotpluggable memblocks when !CONFIG_MEMORY_HOTPLUGVitaly Kuznetsov1-3/+2
2021-12-17ACPI: PM: Remove redundant cache flushingKirill A. Shutemov1-3/+0
2021-12-17ACPI: processor: idle: Only flush cache on entering C3Kirill A. Shutemov1-1/+2
2021-12-17ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device()Rafael J. Wysocki13-64/+50
2021-12-17ACPI: scan: Introduce acpi_fetch_acpi_dev()Rafael J. Wysocki1-10/+24
2021-12-16Merge tag 'platform-drivers-x86-int3472-1' of git://git.kernel.org/pub/scm/li...Mauro Carvalho Chehab1-4/+33
2021-12-15ACPI: tables: Add AEST to the list of known table signaturesShuuichirou Ishii1-1/+1
2021-12-13ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 deviceHans de Goede1-4/+33