summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/x86
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'acpi-x86', 'acpi-video', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki2024-03-111-4/+34
|\ \
| * | ACPI: x86: Add DELL0501 handling to acpi_quirk_skip_serdev_enumeration()Hans de Goede2024-02-221-0/+20
| * | ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of CONFIG_X86_ANDROI...Hans de Goede2024-02-221-4/+14
| |/
* / ACPI: PM: s2idle: Enable Low-Power S0 Idle MSFT UUID for non-AMD systemsRafael J. Wysocki2024-02-121-10/+27
|/
*-. Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-misc' and 'acpi-uid'Rafael J. Wysocki2023-10-262-5/+3
|\ \
| | * ACPI: x86: use acpi_dev_uid_match() for matching _UIDRaag Jadav2023-10-241-2/+1
| |/ |/|
| * ACPI: x86: s2idle: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko2023-10-031-3/+2
|/
* Merge branch 'acpi-pm'Rafael J. Wysocki2023-08-251-34/+65
|\
| * ACPI: x86: s2idle: Add a function to get LPS0 constraint for a deviceMario Limonciello2023-08-211-0/+24
| * ACPI: x86: s2idle: Add for_each_lpi_constraint() helperAndy Shevchenko2023-08-211-11/+15
| * ACPI: x86: s2idle: Add more debugging for AMD constraints parsingMario Limonciello2023-08-211-3/+7
| * ACPI: x86: s2idle: Fix a logic error parsing AMD constraints tableMario Limonciello2023-08-211-19/+12
| * ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objectsMario Limonciello2023-08-211-0/+6
| * ACPI: x86: s2idle: Post-increment variables when getting constraintsMario Limonciello2023-08-211-4/+4
* | ACPI: processor: Move MWAIT quirk out of acpi_processor.cMichal Wilczynski2023-07-141-0/+35
|/
* Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-06-261-6/+46
|\
| * ACPI: x86: Add pm_debug_messages for LPS0 _DSM state trackingMario Limonciello2023-06-121-6/+46
| |
| \
*-. | Merge branches 'acpi-x86', 'acpi-video', 'acpi-soc' and 'acpi-tables'Rafael J. Wysocki2023-06-261-5/+21
|\ \|
| * | ACPI: x86: Add ACPI_QUIRK_UART1_SKIP for Lenovo Yoga Book yb1-x90f/lHans de Goede2023-05-181-4/+9
| * | ACPI: x86: Add skip i2c clients quirk for Nextbook Ares 8AHans de Goede2023-05-171-1/+12
| |/
* / ACPI: x86: s2idle: Adjust Microsoft LPS0 _DSM handling sequenceMario Limonciello2023-06-051-7/+7
|/
*-. Merge branches 'acpi-pm' and 'acpi-properties'Rafael J. Wysocki2023-05-031-1/+10
|\ \
| | * ACPI: property: Support strings in Apple _DSM propsHector Martin2023-04-271-1/+10
| |/
* / ACPI: x86: utils: Remove Lenovo Yoga Tablet 2's MAGN0001Marius Hoch2023-04-271-0/+10
|/
* ACPI: x86: utils: Add Picasso to the list for forcing StorageD3EnableMario Limonciello2023-04-061-0/+1
* ACPI: x86: Add skip i2c clients quirk for Lenovo Yoga Book X90Hans de Goede2023-03-071-0/+11
* ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 7 B1-750Hans de Goede2023-03-071-0/+10
* ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helperHans de Goede2023-03-071-3/+21
*-. Merge branches 'acpi-pm' and 'acpi-x86'Rafael J. Wysocki2023-03-032-48/+13
|\ \
| | * ACPI: x86: utils: Add Cezanne to the list for forcing StorageD3EnableMario Limonciello2023-03-011-24/+13
| |/ |/|
| * ACPI: x86: Drop quirk for HP ElitebookMario Limonciello2023-02-281-24/+0
|/
* ACPI: x86: s2idle: Stop using AMD specific codepath for Rembrandt+Mario Limonciello2022-12-221-84/+3
* ACPI: x86: s2idle: Force AMD GUID/_REV 2 on HP Elitebook 865Mario Limonciello2022-12-221-0/+20
* ACPI: x86: Add skip i2c clients quirk for Medion Lifetab S10346Hans de Goede2022-12-081-0/+11
* ACPI: x86: Add skip i2c clients quirk for Lenovo Yoga Tab 3 Pro (YT3-X90F)Hans de Goede2022-12-021-1/+12
* ACPI: x86: Add another system to quirk list for forcing StorageD3EnableMario Limonciello2022-10-281-0/+6
* Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-4/+8
|\
| * freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra2022-09-071-4/+8
* | Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-051-0/+14
|\ \
| * | ACPI: s2idle: Add a new ->check() callback for platform_s2idle_opsMario Limonciello2022-09-091-0/+14
| |/
* | Merge branch 'acpi-uid'Rafael J. Wysocki2022-10-031-4/+10
|\ \
| * | ACPI: x86: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko2022-09-191-4/+10
| |/
| |
| \
| \
| \
*---. \ Merge branches 'acpi-properties', 'acpi-tables', 'acpi-x86' and 'acpi-soc'Rafael J. Wysocki2022-09-302-1/+19
|\ \ \ \ | | | |/ | | |/|
| | | * ACPI: x86: Add a quirk for Dell Inspiron 14 2-in-1 for StorageD3EnableMario Limonciello2022-09-241-1/+18
| | |/
| * / ACPI: property: Silence missing-declarations warning in apple.cLukas Wunner2022-09-031-0/+1
| |/
* | ACPI: x86: s2idle: Add another ID to s2idle_dmi_tableMario Limonciello2022-09-281-0/+11
* | ACPI: x86: s2idle: Fix a NULL pointer dereferenceMario Limonciello2022-09-281-1/+1
* | ACPI: x86: s2idle: Add a quirk for ASUSTeK COMPUTER INC. ROG Flow X13Mario Limonciello2022-09-251-0/+11
* | ACPI: x86: s2idle: Add a quirk for Lenovo Slim 7 Pro 14ARH7Mario Limonciello2022-09-251-0/+12
* | ACPI: x86: s2idle: Add a quirk for ASUS ROG Zephyrus G14Mario Limonciello2022-09-251-0/+8