Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | ACPI: Add a convenience function to tell a device is in D0 state | Sakari Ailus | 2021-11-03 | 2 | -0/+31 | |
* | Documentation: ACPI: Document _DSC object usage for enum power state | Sakari Ailus | 2021-11-03 | 2 | -0/+79 | |
* | i2c: Allow an ACPI driver to manage the device's power state during probe | Sakari Ailus | 2021-11-03 | 3 | -3/+32 | |
* | ACPI: scan: Obtain device's desired enumeration power state | Sakari Ailus | 2021-11-03 | 2 | -0/+5 | |
* | Merge tag 'acpi-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2021-11-02 | 36 | -194/+547 | |
|\ | ||||||
| *---. | Merge branches 'acpi-apei', 'acpi-prm' and 'acpi-docs' | Rafael J. Wysocki | 2021-11-02 | 5 | -22/+38 | |
| |\ \ \ | ||||||
| | | | * | Documentation: ACPI: Fix spelling mistake "Millenium" -> "Millennium" | Colin Ian King | 2021-09-24 | 1 | -1/+1 | |
| | | * | | ACPI: PRM: Handle memory allocation and memory remap failure | Aubrey Li | 2021-10-26 | 1 | -5/+26 | |
| | | * | | ACPI: PRM: Remove unnecessary blank lines | Aubrey Li | 2021-10-26 | 1 | -4/+0 | |
| | * | | | ACPI: APEI: mark apei_hest_parse() static | Christoph Hellwig | 2021-10-27 | 2 | -5/+3 | |
| | * | | | ACPI: APEI: EINJ: Relax platform response timeout to 1 second | Shuai Xue | 2021-10-27 | 1 | -7/+8 | |
| | |/ / | ||||||
| | | | | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| *---. \ \ | Merge branches 'acpi-pm', 'acpi-battery' and 'acpi-ac' | Rafael J. Wysocki | 2021-11-02 | 4 | -60/+68 | |
| |\ \ \ \ \ | ||||||
| | | | * | | | ACPI: AC: Quirk GK45 to skip reading _PSR | Stefan Schaeckeler | 2021-10-26 | 1 | -0/+19 | |
| | | | |/ / | ||||||
| | | * | | | ACPI: battery: Accept charges over the design capacity as full | André Almeida | 2021-10-13 | 1 | -1/+1 | |
| | * | | | | ACPI: PM: sleep: Do not set suspend_ops unnecessarily | Rafael J. Wysocki | 2021-10-26 | 1 | -3/+7 | |
| | * | | | | ACPI: PM: Turn off wakeup power resources on _DSW/_PSW errors | Rafael J. Wysocki | 2021-10-19 | 1 | -1/+3 | |
| | * | | | | ACPI: PM: Fix sharing of wakeup power resources | Rafael J. Wysocki | 2021-10-19 | 1 | -45/+24 | |
| | * | | | | ACPI: PM: Turn off unused wakeup power resources | Rafael J. Wysocki | 2021-10-19 | 1 | -10/+9 | |
| | * | | | | ACPI: PM: Check states of power resources during initialization | Rafael J. Wysocki | 2021-10-19 | 1 | -0/+5 | |
| | | | | | | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *-----. \ \ \ \ | Merge branches 'acpi-glue', 'acpi-pnp', 'acpi-processor' and 'acpi-soc' | Rafael J. Wysocki | 2021-11-02 | 7 | -54/+43 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | ACPI: LPSS: Use ACPI_COMPANION() directly | Rafael J. Wysocki | 2021-10-13 | 1 | -5/+6 | |
| | | | | | |/ / / | | | | | |/| | | | ||||||
| | | | * | | | | | ACPI: processor idle: Allow playing dead in C3 state | Richard Gong | 2021-09-24 | 1 | -1/+2 | |
| | | | | |_|_|/ | | | | |/| | | | ||||||
| | | * / | | | | ACPI: PNP: remove duplicated BRI0A49 and BDP3336 entries | Krzysztof Kozlowski | 2021-09-24 | 1 | -2/+0 | |
| | | |/ / / / | ||||||
| | * | | | | | ACPI: glue: Use acpi_device_adr() in acpi_find_child_device() | Rafael J. Wysocki | 2021-10-28 | 1 | -5/+2 | |
| | * | | | | | Merge back ACPI PCI material for v5.16. | Rafael J. Wysocki | 2021-10-12 | 4 | -41/+33 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | ACPI: glue: Look for ACPI bus type only if ACPI companion is not known | Rafael J. Wysocki | 2021-09-27 | 1 | -11/+17 | |
| | | * | | | | | ACPI: glue: Drop cleanup callback from struct acpi_bus_type | Rafael J. Wysocki | 2021-09-27 | 2 | -10/+3 | |
| | | * | | | | | PCI: ACPI: Drop acpi_pci_bus | Rafael J. Wysocki | 2021-09-27 | 3 | -40/+33 | |
| | | | | | | | | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ | Merge branches 'acpi-x86', 'acpi-resources', 'acpi-scan' and 'acpi-misc' | Rafael J. Wysocki | 2021-11-02 | 11 | -26/+119 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | ACPI: replace snprintf() in "show" functions with sysfs_emit() | Qing Wang | 2021-10-13 | 2 | -5/+5 | |
| | | | | * | | | | | | | ACPI: Update information in MAINTAINERS | Rafael J. Wysocki | 2021-10-05 | 1 | -18/+2 | |
| | | | | * | | | | | | | ACPI: Kconfig: Fix a typo in Kconfig | Masanari Iida | 2021-09-24 | 1 | -1/+1 | |
| | | | | | |_|/ / / / | | | | | |/| | | | | | ||||||
| | | | * | | | | | | | ACPI: scan: Release PM resources blocked by unused objects | Rafael J. Wysocki | 2021-10-13 | 3 | -0/+32 | |
| | | | | |_|_|/ / / | | | | |/| | | | | | ||||||
| | | * | | | | | | | ACPI: resources: Add one more Medion model in IRQ override quirk | Hui Wang | 2021-10-26 | 1 | -0/+7 | |
| | | * | | | | | | | ACPI: resources: Add DMI-based legacy IRQ override quirk | Hui Wang | 2021-09-15 | 1 | -2/+47 | |
| | * | | | | | | | | x86: ACPI: cstate: Optimize C3 entry on AMD CPUs | Deepak Sharma | 2021-10-01 | 1 | -0/+15 | |
| | * | | | | | | | | x86/ACPI: Don't add CPUs that are not online capable | Mario Limonciello | 2021-09-13 | 1 | -0/+9 | |
| | * | | | | | | | | ACPICA: Add support for MADT online enabled bit | Mario Limonciello | 2021-09-13 | 1 | -0/+1 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'acpica' | Rafael J. Wysocki | 2021-11-02 | 9 | -17/+274 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ACPICA: Update version to 20210930 | Bob Moore | 2021-10-05 | 1 | -1/+1 | |
| | * | | | | | | | | ACPICA: iASL table disassembler: Added disassembly support for the NHLT ACPI ... | Bob Moore | 2021-10-05 | 1 | -1/+249 | |
| | * | | | | | | | | ACPICA: ACPI 6.4 SRAT: add Generic Port Affinity type | Alison Schofield | 2021-10-05 | 1 | -2/+7 | |
| | * | | | | | | | | ACPICA: Add support for Windows 2020 _OSI string | Mario Limonciello | 2021-10-05 | 2 | -0/+2 | |
| | * | | | | | | | | ACPICA: Avoid evaluating methods too early during system resume | Rafael J. Wysocki | 2021-10-05 | 4 | -13/+15 | |
| * | | | | | | | | | perf: qcom_l2_pmu: ACPI: Use ACPI_COMPANION() directly | Rafael J. Wysocki | 2021-10-27 | 1 | -5/+2 | |
| * | | | | | | | | | gpio-amdpt: ACPI: Use the ACPI_COMPANION() macro directly | Rafael J. Wysocki | 2021-10-26 | 1 | -3/+1 | |
| * | | | | | | | | | nouveau: ACPI: Use the ACPI_COMPANION() macro directly | Rafael J. Wysocki | 2021-10-26 | 1 | -7/+2 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'ucount-fixes-for-v5.16' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2021-11-02 | 2 | -10/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ucounts: Use atomic_long_sub_return for clarity | Eric W. Biederman | 2021-10-20 | 1 | -3/+3 | |
| * | | | | | | | | | ucounts: Add get_ucounts_or_wrap for clarity | Eric W. Biederman | 2021-10-20 | 1 | -4/+10 |