summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | ACPI: Use DEVICE_ATTR_<RW|RO|WO> macrosDwaipayan Ray2021-01-226-71/+66
| | |/ / / / / / /
| | | | | | | | |
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Merge branches 'acpi-scan', 'acpi-properties' and 'acpi-platform'Rafael J. Wysocki2021-02-155-86/+281
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | | | * | | | | | | ACPI: platform-profile: Fix possible deadlock in platform_profile_remove()Hans de Goede2021-01-271-6/+2
| | | | * | | | | | | ACPI: platform-profile: Introduce object pointers to callbacksJiaxun Yang2021-01-271-2/+2
| | | | * | | | | | | ACPI: platform-profile: Drop const qualifier for cur_profileJiaxun Yang2021-01-251-2/+2
| | | | * | | | | | | ACPI: platform: Add platform profile supportMark Pearson2020-12-303-0/+199
| | | | | |_|_|_|/ / | | | | |/| | | | |
| | | * | | | | | | ACPI: property: Satisfy kernel doc validator (part 2)Andy Shevchenko2021-02-121-2/+1
| | | * | | | | | | ACPI: property: Satisfy kernel doc validator (part 1)Andy Shevchenko2021-02-121-1/+1
| | | * | | | | | | ACPI: property: Make acpi_node_prop_read() staticAndy Shevchenko2021-02-121-3/+3
| | | * | | | | | | ACPI: property: Remove dead codeAndy Shevchenko2021-02-121-20/+0
| | | * | | | | | | ACPI: property: Fix fwnode string properties matchingRafael J. Wysocki2021-02-121-11/+33
| | * | | | | | | | Merge back 'acpi-scan' changes for v5.12.Rafael J. Wysocki2021-02-051-50/+49
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |
| | | * | | | | | | ACPI: scan: Rearrange code related to acpi_get_device_data()Rafael J. Wysocki2021-01-251-18/+17
| | | * | | | | | | ACPI: scan: Adjust white space in acpi_device_add()Rafael J. Wysocki2021-01-251-2/+7
| | | * | | | | | | ACPI: scan: Rearrange memory allocation in acpi_device_add()Rafael J. Wysocki2021-01-251-31/+26
| | | | |_|_|/ / / | | | |/| | | | |
| * | | | | | | | Merge back ACPICA material for v5.12.Rafael J. Wysocki2021-02-10146-164/+162
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPICA: Updated all copyrights to 2021Bob Moore2021-01-22142-143/+143
| | * | | | | | | | ACPICA: add type casts for string functionsBob Moore2021-01-222-4/+4
| | * | | | | | | | ACPICA: fix -WfallthroughNick Desaulniers2021-01-229-12/+11
| | * | | | | | | | ACPICA: Clean up exception code class checksMaximilian Luz2021-01-184-5/+4
| | | |_|_|_|/ / / | | |/| | | | | |
* | | | | | | | | Merge tag 'usb-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-201-12/+107
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Merge tag 'thunderbolt-for-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2021-02-091-12/+107
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | ACPI: Add support for native USB4 control _OSCMika Westerberg2021-02-041-0/+76
| | * | | | | | | ACPI: Execute platform _OSC also with query bit clearMario Limonciello2021-02-041-12/+31
| | | |_|_|/ / / | | |/| | | | |
* | / | | | | | Revert "ACPICA: Interpreter: fix memory leak by using existing buffer"Ard Biesheuvel2021-02-081-4/+13
|/ / / / / / /
* | | | | | | Merge tag 'libnvdimm-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-071-47/+28
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | ACPI: NFIT: Fix flexible_array.cocci warningsDan Williams2021-01-111-47/+28
| | |_|_|_|/ | |/| | | |
* | | | | | ACPI: scan: Fix battery devices sometimes never bindingHans de Goede2021-02-011-5/+5
| |_|_|_|/ |/| | | |
* | | | | 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