summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-302-14/+12
|\
| * Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar2020-03-252-14/+12
| |\
| | * ACPI: Convert to new X86 CPU match macrosThomas Gleixner2020-03-242-14/+12
* | | Merge tag 'acpi-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-03-3022-254/+277
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'acpi-ec', 'acpi-fan' and 'acpi-pci'Rafael J. Wysocki2020-03-304-193/+143
| |\ \ \ \ \
| | | | * | | ACPI: PCI: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-141-1/+1
| | | | |/ /
| | | * / / ACPI: fan: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-141-10/+10
| | | |/ /
| | * | | ACPI: EC: Eliminate EC_FLAGS_QUERY_HANDSHAKERafael J. Wysocki2020-03-141-32/+3
| | * | | ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()Rafael J. Wysocki2020-03-141-2/+4
| | * | | ACPI: EC: Simplify acpi_ec_ecdt_start() and acpi_ec_init()Rafael J. Wysocki2020-03-142-56/+37
| | * | | ACPI: EC: Consolidate event handler installation codeRafael J. Wysocki2020-03-141-53/+61
| | * | | ACPI: EC: Use fast path in acpi_ec_add() for DSDT boot ECRafael J. Wysocki2020-03-021-1/+2
| | * | | ACPI: EC: Simplify acpi_ec_add()Rafael J. Wysocki2020-03-021-9/+7
| | * | | ACPI: EC: Drop AE_NOT_FOUND special case from ec_install_handlers()Rafael J. Wysocki2020-02-271-13/+2
| | * | | ACPI: EC: Avoid passing redundant argument to functionsRafael J. Wysocki2020-02-271-13/+8
| | * | | ACPI: EC: Avoid printing confusing messages in acpi_ec_setup()Rafael J. Wysocki2020-02-271-5/+10
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge branches 'acpi-button', 'acpi-battery', 'acpi-osl', 'acpi-video' and 'a...Rafael J. Wysocki2020-03-3010-44/+107
| |\ \ \ \ \ \ \ \
| | | | | | * | | | ACPI: list_for_each_safe() -> list_for_each_entry_safe()chenqiwu2020-03-042-23/+15
| | | | | | | |/ / | | | | | | |/| |
| | | | | * / | | ACPI: video: remove redundant assignments to variable resultColin Ian King2020-03-041-1/+1
| | | | | |/ / /
| | | | * / / / ACPI: OSL: Add missing __acquires/__releases annotationsJules Irenge2020-03-041-0/+2
| | | | |/ / /
| | | * | | | ACPI / battery: Cleanup Lenovo Ideapad Miix 320 DMI table entryHans de Goede2020-03-041-5/+5
| | | * | | | ACPI / AC: Cleanup DMI quirk tableHans de Goede2020-03-041-12/+13
| | | |/ / /
| | * | | | ACPI: Add new tiny-power-button driver to directly signal initJosh Triplett2020-02-133-0/+71
| | * | | | ACPI: button: move HIDs to acpi/button.hJosh Triplett2020-02-131-3/+0
| * | | | | Merge branch 'acpica'Rafael J. Wysocki2020-03-308-17/+27
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ACPICA: Fix a couple of typosBob Moore2020-02-161-1/+1
| | * | | | ACPICA: use acpi_size instead of u32 for prefix_path_lengthSven Barth2020-02-161-1/+1
| | * | | | ACPICA: cast length arguement to acpi_ns_build_normalized_path() as u32Sven Barth2020-02-161-2/+2
| | * | | | ACPICA: cast the result of the pointer difference to u32Sven Barth2020-02-161-1/+1
| | * | | | ACPICA: Table Manager: Update comments in a function headerBob Moore2020-02-161-6/+6
| | * | | | ACPICA: Enable sleep button on ACPI legacy wakeAnchal Agarwal2020-02-161-0/+12
| | * | | | ACPICA: Fix a comment "enable" fixed events -> "disable" all fixed events.Bob Moore2020-02-161-1/+1
| | * | | | ACPICA: ASL-ASL+ converter: make root file a parameter for cv_init_file_treeErik Kaneda2020-02-162-3/+3
| | * | | | ACPICA: ASL-ASL+ converter: remove function parameters from cv_init_file_tree()Erik Kaneda2020-02-162-5/+3
| | | |_|/ | | |/| |
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'pm-core', 'pm-sleep', 'pm-acpi' and 'pm-domains'Rafael J. Wysocki2020-03-306-28/+68
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ACPI: PM: s2idle: Refine active GPEs checkRafael J. Wysocki2020-03-253-9/+16
| | * | | | ACPICA: Allow acpi_any_gpe_status_set() to skip one GPERafael J. Wysocki2020-03-254-16/+52
| | * | | | ACPI: PM: s2idle: Fix comment in acpi_s2idle_prepare_late()Rafael J. Wysocki2020-03-221-4/+1
| |/ / / /
* / / / / x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-211-1/+1
|/ / / /
* | | | Merge tag 'acpi-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-02-281-3/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | ACPI: watchdog: Fix gas->access_width usageMika Westerberg2020-02-131-2/+1
| * | | ACPI: watchdog: Allow disabling WDAT at bootJean Delvare2020-02-101-1/+11
| | |/ | |/|
* | | ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()Rafael J. Wysocki2020-02-212-0/+52
| |/ |/|
* | ACPI: PM: s2idle: Prevent spurious SCIs from waking up the systemRafael J. Wysocki2020-02-111-3/+9
* | ACPICA: Introduce acpi_any_gpe_status_set()Rafael J. Wysocki2020-02-113-0/+105
* | ACPI: PM: s2idle: Avoid possible race related to the EC GPERafael J. Wysocki2020-02-111-13/+31
* | ACPI: EC: Fix flushing of pending workRafael J. Wysocki2020-02-111-18/+26
|/
* Merge tag 'acpi-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-071-0/+6
|\
| * ACPI / APD: Add clock frequency for Hisilicon Hip08-Lite I2C controllerHanjun Guo2020-02-031-0/+6
* | Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-02-051-2/+20
|\ \