summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-01-291-2/+12
|\
| * ACPI/IORT: Do not blindly trust DMA masks from firmwareMoritz Fischer2021-01-271-2/+12
* | Merge branch 'acpi-sysfs'Rafael J. Wysocki2021-01-291-14/+6
|\ \
| * | ACPI: sysfs: Prefer "compatible" modaliasKai-Heng Feng2021-01-251-14/+6
* | | ACPI: thermal: Do not call acpi_thermal_check() directlyRafael J. Wysocki2021-01-251-13/+33
|/ /
* | ACPI: scan: Make acpi_bus_get_device() clear return pointer on errorHans de Goede2021-01-201-0/+2
* | ACPI: scan: Harden acpi_device_add() against device ID overflowsDexuan Cui2021-01-112-2/+15
|/
*-. Merge branches 'acpi-scan' and 'acpi-misc'Rafael J. Wysocki2021-01-081-6/+0
|\ \
| | * ACPI: Update Kconfig help text for items that are no longer modularPeter Robinson2021-01-071-6/+0
| |/
* / ACPI: PM: s2idle: Drop unused local variables and related codeRafael J. Wysocki2021-01-071-13/+1
|/
* Merge tag 'libnvdimm-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-241-5/+10
|\
| * ACPI: NFIT: Fix input validation of bus-familyDan Williams2020-11-231-1/+5
| * ACPI/nfit: avoid accessing uninitialized memory in acpi_nfit_ctl()Zhen Lei2020-11-181-4/+5
* | Merge tag 'acpi-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-226-330/+598
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'acpi-scan', 'acpi-pnp' and 'acpi-sleep'Rafael J. Wysocki2020-12-226-330/+598
| |\ \ \ \
| | | | * | ACPI: PM: s2idle: Move x86-specific code to the x86 directoryRafael J. Wysocki2020-12-174-441/+489
| | | | * | ACPI: PM: s2idle: Add AMD support to handle _DSMShyam Sundar S K2020-12-161-9/+157
| | | * | | ACPI: PNP: compare the string length in the matching_id()Hui Wang2020-12-151-0/+3
| | | |/ /
| | * | | ACPI: scan: Add Intel Baytrail Mailbox Device to acpi_ignore_dep_idsHans de Goede2020-12-171-0/+1
| | * | | ACPI: scan: Avoid unnecessary second pass in acpi_bus_scan()Rafael J. Wysocki2020-12-171-1/+10
| | * | | ACPI: scan: Defer enumeration of devices with _DEP listsRafael J. Wysocki2020-12-171-25/+78
| | * | | ACPI: scan: Evaluate _DEP before adding the deviceRafael J. Wysocki2020-12-171-19/+25
* | | | | Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-12-222-82/+61
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-12-222-83/+61
| |\ \ \ \
| | * | | | cppc_cpufreq: replace per-cpu data array with a listIonela Voinescu2020-12-151-81/+60
| | * | | | ACPI: processor: fix NONE coordination for domain mapping failureIonela Voinescu2020-12-152-2/+2
* | | | | | Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-12-1521-211/+194
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'acpi-ec'Rafael J. Wysocki2020-12-151-65/+52
| |\ \ \ \ \
| | * | | | | ACPI: EC: Clean up status flags checks in advance_transaction()Rafael J. Wysocki2020-11-231-5/+5
| | * | | | | ACPI: EC: Untangle error handling in advance_transaction()Rafael J. Wysocki2020-11-231-18/+15
| | * | | | | ACPI: EC: Simplify error handling in advance_transaction()Rafael J. Wysocki2020-11-231-13/+13
| | * | | | | ACPI: EC: Rename acpi_ec_is_gpe_raised()Rafael J. Wysocki2020-11-231-4/+4
| | * | | | | ACPI: EC: Fold acpi_ec_clear_gpe() into its callerRafael J. Wysocki2020-11-231-22/+13
| | * | | | | ACPI: EC: Eliminate in_interrupt() usageSebastian Andrzej Siewior2020-11-231-11/+10
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'acpi-apei', 'acpi-misc' and 'acpi-processor'Rafael J. Wysocki2020-12-158-40/+3
| |\ \ \ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | * | | | | ACPI: processor: Drop duplicate setting of shared_cpu_mapPunit Agrawal2020-11-251-1/+0
| | | | |/ / / /
| | | * | | | | ACPI: tiny-power-button: Simplify the code using module_acpi_driver()Hanjun Guo2020-11-171-3/+1
| | | * | | | | ACPI: SBS: Simplify the code using module_acpi_driver()Hanjun Guo2020-11-171-14/+1
| | | * | | | | ACPI: SBS: Simplify the driver init codeHanjun Guo2020-11-171-10/+1
| | | * | | | | ACPI: debug: Remove the not used functionHanjun Guo2020-11-171-7/+0
| | | * | | | | ACPI: processor: Remove the duplicated ACPI_PROCESSOR_CLASS macroHanjun Guo2020-11-174-5/+0
| | | | |_|_|/ | | | |/| | |
| | * | | | | Merge ACPI APEI material for v5.11.Rafael J. Wysocki2020-11-231-1/+1
| | |\ \ \ \ \
| | | * | | | | ACPI, APEI: make apei_resources_all staticJason Yan2020-09-251-1/+1
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'acpi-resources' and 'acpi-docs'Rafael J. Wysocki2020-12-153-9/+3
| |\ \ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | Revert "ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources walks"Daniel Scally2020-12-071-1/+1
| | * | | | | | | ACPI: watchdog: Replace open coded variant of resource_union()Andy Shevchenko2020-11-171-5/+1
| | * | | | | | | PCI/ACPI: Replace open coded variant of resource_union()Andy Shevchenko2020-11-171-3/+1
| | |/ / / / / /
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki2020-12-158-97/+129
| |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | * | | | | | ACPI: scan: Fix up _DEP-related terminology with supplier/consumerRafael J. Wysocki2020-12-081-6/+6
| | | * | | | | | ACPI: scan: Drop INT3396 from acpi_ignore_dep_ids[]Rafael J. Wysocki2020-12-081-1/+0