summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)Author
2020-04-06Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-04-06Merge tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-04-06Merge branches 'acpi-cppc', 'acpi-video' and 'acpi-drivers'Rafael J. Wysocki
2020-04-06Merge branch 'acpica'Rafael J. Wysocki
2020-04-04ACPI: PM: Add acpi_[un]register_wakeup_handler()Hans de Goede
2020-04-04x86: ACPI: fix CPU hotplug deadlockQian Cai
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-01ACPI: Update Tiger Lake ACPI device IDsGayatri Kammela
2020-04-01ACPI: video: Use native backlight on Acer Aspire 5783zHans de Goede
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-03-30Merge tag 'acpi-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-03-30Merge branches 'acpi-ec', 'acpi-fan' and 'acpi-pci'Rafael J. Wysocki
2020-03-30Merge branches 'acpi-button', 'acpi-battery', 'acpi-osl', 'acpi-video' and 'a...Rafael J. Wysocki
2020-03-30Merge branch 'acpica'Rafael J. Wysocki
2020-03-30ACPICA: Fixes for acpiExec namespace init fileBob Moore
2020-03-30ACPICA: Add NHLT table signatureCezary Rojewski
2020-03-30ACPICA: utilities: fix sprintf()John Levon
2020-03-30ACPICA: acpiexec: remove redeclaration of acpi_gbl_db_opt_no_region_supportErik Kaneda
2020-03-30ACPICA: Change PlatformCommChannel ASL keyword to PCCErik Kaneda
2020-03-30Merge branches 'pm-core', 'pm-sleep', 'pm-acpi' and 'pm-domains'Rafael J. Wysocki
2020-03-28PCI/DPC: Add Error Disconnect Recover (EDR) supportKuppuswamy Sathyanarayanan
2020-03-28ACPI: CPPC: clean up acpi_get_psd_map()Liguang Zhang
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar
2020-03-25ACPI: PM: s2idle: Refine active GPEs checkRafael J. Wysocki
2020-03-25ACPICA: Allow acpi_any_gpe_status_set() to skip one GPERafael J. Wysocki
2020-03-24ACPI: Convert to new X86 CPU match macrosThomas Gleixner
2020-03-22ACPI: PM: s2idle: Fix comment in acpi_s2idle_prepare_late()Rafael J. Wysocki
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel
2020-03-14ACPI: PCI: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-03-14ACPI: fan: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-03-14ACPI: EC: Eliminate EC_FLAGS_QUERY_HANDSHAKERafael J. Wysocki
2020-03-14ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()Rafael J. Wysocki
2020-03-14ACPI: EC: Simplify acpi_ec_ecdt_start() and acpi_ec_init()Rafael J. Wysocki
2020-03-14ACPI: EC: Consolidate event handler installation codeRafael J. Wysocki
2020-03-04ACPI: list_for_each_safe() -> list_for_each_entry_safe()chenqiwu
2020-03-04ACPI: video: remove redundant assignments to variable resultColin Ian King
2020-03-04ACPI: OSL: Add missing __acquires/__releases annotationsJules Irenge
2020-03-04ACPI / battery: Cleanup Lenovo Ideapad Miix 320 DMI table entryHans de Goede
2020-03-04ACPI / AC: Cleanup DMI quirk tableHans de Goede
2020-03-02ACPI: EC: Use fast path in acpi_ec_add() for DSDT boot ECRafael J. Wysocki
2020-03-02ACPI: EC: Simplify acpi_ec_add()Rafael J. Wysocki
2020-02-28Merge tag 'acpi-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-02-27ACPI: EC: Drop AE_NOT_FOUND special case from ec_install_handlers()Rafael J. Wysocki
2020-02-27ACPI: EC: Avoid passing redundant argument to functionsRafael J. Wysocki
2020-02-27ACPI: EC: Avoid printing confusing messages in acpi_ec_setup()Rafael J. Wysocki
2020-02-21ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()Rafael J. Wysocki
2020-02-16ACPICA: Fix a couple of typosBob Moore
2020-02-16ACPICA: use acpi_size instead of u32 for prefix_path_lengthSven Barth
2020-02-16ACPICA: cast length arguement to acpi_ns_build_normalized_path() as u32Sven Barth
2020-02-16ACPICA: cast the result of the pointer difference to u32Sven Barth