Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-30ACPI: scan: Create platform device for BCM4752 and LNV4752 ACPI nodesHans de Goede
2021-12-30PCI/ACPI: Fix acpi_pci_osc_control_set() kernel-doc commentYang Li
2021-12-30ACPI: battery: Add the ThinkPad "Not Charging" quirkThomas Weißschuh
2021-12-30acpi: Store CRC-32 hash of the _PLD in struct acpi_deviceHeikki Krogerus
2021-12-30acpi: Export acpi_bus_typeHeikki Krogerus
2021-12-28ACPI: sysfs: use default_groups in kobj_typeGreg Kroah-Hartman
2021-12-27ACPI: Introduce Platform Firmware Runtime Telemetry driverChen Yu
2021-12-27ACPI: Introduce Platform Firmware Runtime Update device driverChen Yu
2021-12-27ACPICA: Fixed a couple of warnings under MSVCBob Moore
2021-12-27ACPICA: Change a return_ACPI_STATUS (AE_BAD_PARAMETER)Bob Moore
2021-12-27ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5Kirill A. Shutemov
2021-12-27ACPICA: Add support for PCC Opregion special context dataSudeep Holla
2021-12-27ACPICA: Fix wrong interpretation of PCC addressSudeep Holla
2021-12-27ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R()Rafael J. Wysocki
2021-12-27ACPICA: Utilities: Avoid deleting the same object twice in a rowRafael J. Wysocki
2021-12-27ACPICA: Avoid subobject buffer overflow when validating RSDP signatureJessica Clarke
2021-12-27ACPICA: Use original pointer for virtual origin tablesJessica Clarke
2021-12-27ACPICA: Use original data_table_region pointer for accessesJessica Clarke
2021-12-22ACPI: CPPC: Amend documentation in the commentsAndy Shevchenko
2021-12-18ACPI: NFIT: Import GUID before useAndy Shevchenko
2021-12-17ACPI: NUMA: Process hotpluggable memblocks when !CONFIG_MEMORY_HOTPLUGVitaly Kuznetsov
2021-12-17ACPI: PM: Remove redundant cache flushingKirill A. Shutemov
2021-12-17ACPI: processor: idle: Only flush cache on entering C3Kirill A. Shutemov
2021-12-17ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device()Rafael J. Wysocki
2021-12-17ACPI: scan: Introduce acpi_fetch_acpi_dev()Rafael J. Wysocki
2021-12-16Merge tag 'platform-drivers-x86-int3472-1' of git://git.kernel.org/pub/scm/li...Mauro Carvalho Chehab
2021-12-15ACPI: tables: Add AEST to the list of known table signaturesShuuichirou Ishii
2021-12-13ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 deviceHans de Goede
2021-12-08ACPI: PM: Avoid CPU cache flush when entering S4Kirill A. Shutemov
2021-12-08PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse
2021-12-08ACPI: PMIC: xpower: Fix _TMP ACPI errorsHans de Goede
2021-12-08ACPI: PMIC: allow drivers to provide a custom lpat_raw_to_temp() functionHans de Goede
2021-12-08ACPI: PMIC: constify all struct intel_pmic_opregion_data declarationsHans de Goede
2021-12-01ACPI: EC: Mark the ec_sys write_support param as module_param_hw()Hans de Goede
2021-12-01ACPI: EC: Relocate acpi_ec_create_query() and drop acpi_ec_delete_query()Rafael J. Wysocki
2021-12-01ACPI: EC: Make the event work state machine visibleRafael J. Wysocki
2021-12-01ACPI: EC: Avoid queuing unnecessary work in acpi_ec_submit_event()Rafael J. Wysocki
2021-12-01ACPI: EC: Rename three functionsRafael J. Wysocki
2021-12-01ACPI: EC: Simplify locking in acpi_ec_event_handler()Rafael J. Wysocki
2021-12-01ACPI: EC: Rearrange the loop in acpi_ec_event_handler()Rafael J. Wysocki
2021-12-01ACPI: EC: Fold acpi_ec_check_event() into acpi_ec_event_handler()Rafael J. Wysocki
2021-12-01ACPI: EC: Pass one argument to acpi_ec_query()Rafael J. Wysocki
2021-12-01ACPI: EC: Call advance_transaction() from acpi_ec_dispatch_gpe()Rafael J. Wysocki
2021-12-01ACPI: EC: Rework flushing of EC work while suspended to idleRafael J. Wysocki
2021-12-01ACPI / x86: Add PWM2 on the Xiaomi Mi Pad 2 to the always_present listHans de Goede
2021-12-01ACPI / x86: Add not-present quirk for the PCI0.SDHB.BRC1 device on the GPD winHans de Goede
2021-12-01ACPI / x86: Allow specifying acpi_device_override_status() quirks by pathHans de Goede
2021-12-01ACPI: Change acpi_device_always_present() into acpi_device_override_status()Hans de Goede
2021-12-01ACPI / x86: Drop PWM2 device on Lenovo Yoga Book from always present tableHans de Goede
2021-11-26Merge branch 'acpi-properties'Rafael J. Wysocki