Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2020-12-16 | 21 | -211/+194 | |
|\ | ||||||
| * | Merge branch 'acpi-ec' | Rafael J. Wysocki | 2020-12-15 | 1 | -65/+52 | |
| |\ | ||||||
| | * | ACPI: EC: Clean up status flags checks in advance_transaction() | Rafael J. Wysocki | 2020-11-23 | 1 | -5/+5 | |
| | * | ACPI: EC: Untangle error handling in advance_transaction() | Rafael J. Wysocki | 2020-11-23 | 1 | -18/+15 | |
| | * | ACPI: EC: Simplify error handling in advance_transaction() | Rafael J. Wysocki | 2020-11-23 | 1 | -13/+13 | |
| | * | ACPI: EC: Rename acpi_ec_is_gpe_raised() | Rafael J. Wysocki | 2020-11-23 | 1 | -4/+4 | |
| | * | ACPI: EC: Fold acpi_ec_clear_gpe() into its caller | Rafael J. Wysocki | 2020-11-23 | 1 | -22/+13 | |
| | * | ACPI: EC: Eliminate in_interrupt() usage | Sebastian Andrzej Siewior | 2020-11-23 | 1 | -11/+10 | |
| | | | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| *---. \ | Merge branches 'acpi-apei', 'acpi-misc' and 'acpi-processor' | Rafael J. Wysocki | 2020-12-15 | 8 | -40/+3 | |
| |\ \ \ \ | ||||||
| | | | * | | ACPI: processor: Drop duplicate setting of shared_cpu_map | Punit Agrawal | 2020-11-25 | 1 | -1/+0 | |
| | | | |/ | ||||||
| | | * | | ACPI: tiny-power-button: Simplify the code using module_acpi_driver() | Hanjun Guo | 2020-11-17 | 1 | -3/+1 | |
| | | * | | ACPI: SBS: Simplify the code using module_acpi_driver() | Hanjun Guo | 2020-11-17 | 1 | -14/+1 | |
| | | * | | ACPI: SBS: Simplify the driver init code | Hanjun Guo | 2020-11-17 | 1 | -10/+1 | |
| | | * | | ACPI: debug: Remove the not used function | Hanjun Guo | 2020-11-17 | 1 | -7/+0 | |
| | | * | | ACPI: processor: Remove the duplicated ACPI_PROCESSOR_CLASS macro | Hanjun Guo | 2020-11-17 | 4 | -5/+0 | |
| | * | | | Merge ACPI APEI material for v5.11. | Rafael J. Wysocki | 2020-11-23 | 1 | -1/+1 | |
| | |\ \ \ | ||||||
| | | * | | | ACPI, APEI: make apei_resources_all static | Jason Yan | 2020-09-25 | 1 | -1/+1 | |
| | | | | | | ||||||
| | \ \ \ \ | ||||||
| *-. \ \ \ \ | Merge branches 'acpi-resources' and 'acpi-docs' | Rafael J. Wysocki | 2020-12-15 | 3 | -9/+3 | |
| |\ \ \ \ \ \ | | | | |_|/ / | | | |/| | | | ||||||
| | * | | | | | Revert "ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources walks" | Daniel Scally | 2020-12-07 | 1 | -1/+1 | |
| | * | | | | | ACPI: watchdog: Replace open coded variant of resource_union() | Andy Shevchenko | 2020-11-17 | 1 | -5/+1 | |
| | * | | | | | PCI/ACPI: Replace open coded variant of resource_union() | Andy Shevchenko | 2020-11-17 | 1 | -3/+1 | |
| | |/ / / / | ||||||
| | | | | | | ||||||
| | \ \ \ \ | ||||||
| *-. \ \ \ \ | Merge branches 'acpica' and 'acpi-scan' | Rafael J. Wysocki | 2020-12-15 | 8 | -97/+129 | |
| |\ \ \ \ \ \ | ||||||
| | | * | | | | | ACPI: scan: Fix up _DEP-related terminology with supplier/consumer | Rafael J. Wysocki | 2020-12-08 | 1 | -6/+6 | |
| | | * | | | | | ACPI: scan: Drop INT3396 from acpi_ignore_dep_ids[] | Rafael J. Wysocki | 2020-12-08 | 1 | -1/+0 | |
| | | * | | | | | ACPI: scan: Add PNP0D80 to the _DEP exceptions list | Rafael J. Wysocki | 2020-12-07 | 1 | -6/+21 | |
| | | * | | | | | ACPI: scan: Call acpi_get_object_info() from acpi_add_single_object() | Hans de Goede | 2020-12-02 | 3 | -12/+15 | |
| | | * | | | | | ACPI: scan: Add acpi_info_matches_hids() helper | Hans de Goede | 2020-12-02 | 1 | -7/+23 | |
| | * | | | | | | ACPICA: Interpreter: fix memory leak by using existing buffer | Erik Kaneda | 2020-12-01 | 1 | -13/+4 | |
| | * | | | | | | ACPICA: Add function trace macros to improve debugging | Erik Kaneda | 2020-12-01 | 3 | -32/+40 | |
| | * | | | | | | ACPICA: Also handle "orphan" _REG methods for GPIO OpRegions | Hans de Goede | 2020-12-01 | 1 | -27/+27 | |
| | * | | | | | | ACPICA: Remove extreaneous "the" in comments | Colin Ian King | 2020-12-01 | 1 | -1/+1 | |
| * | | | | | | | ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807 | Jasper St. Pierre | 2020-12-07 | 1 | -0/+7 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2020-12-16 | 1 | -33/+29 | |
|\ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ | Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap' | Rafael J. Wysocki | 2020-12-15 | 1 | -33/+29 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | / | | | | | |_|_|_|/ | | | | |/| | | | | ||||||
| | | * | | | | | | PM: ACPI: Refresh wakeup device power configuration every time | Rafael J. Wysocki | 2020-12-07 | 1 | -7/+20 | |
| | | * | | | | | | PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup() | Rafael J. Wysocki | 2020-12-07 | 1 | -29/+12 | |
| | |/ / / / / / | ||||||
* | | | | | | | | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-12-16 | 1 | -12/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ACPI: Drop acpi_dev_irqresource_disabled() | John Garry | 2020-12-11 | 1 | -12/+5 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-12-15 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | driver core: Add fwnode_init() | Saravana Kannan | 2020-12-09 | 2 | -2/+2 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-12-15 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86, sched: Calculate frequency invariance for AMD systems | Nathan Fontenot | 2020-12-11 | 1 | -0/+7 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2020-12-15 | 1 | -0/+55 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core | Catalin Marinas | 2020-12-09 | 1 | -3/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | arm64: mm: Set ZONE_DMA size based on early IORT scan | Ard Biesheuvel | 2020-11-20 | 1 | -0/+55 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2020-11-27 | 1 | -3/+5 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | ACPI/IORT: Fix doc warnings in iort.c | Shiju Jose | 2020-11-23 | 1 | -3/+5 | |
* | | | | | | | Merge branch 'acpi-fan' | Rafael J. Wysocki | 2020-11-19 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | ACPI: fan: Initialize performance state sysfs attribute | Guenter Roeck | 2020-11-16 | 1 | -0/+1 | |
| | |_|_|/ / | |/| | | | | ||||||
* / | | | | | ACPI, APEI, Fix error return value in apei_map_generic_address() | Aili Yao | 2020-11-16 | 1 | -0/+4 | |
|/ / / / / |