Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | ACPI: APEI: call into AER handling regardless of severity | Tyler Baicar | 2017-12-05 | 1 | -5/+17 | |
| | | | * | | | | | ACPI: APEI: handle PCIe AER errors in separate function | Tyler Baicar | 2017-12-05 | 1 | -30/+34 | |
| | | | | |_|_|/ | | | | |/| | | | ||||||
| | | | | | | | | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *-------. \ \ \ \ \ \ | Merge branches 'acpi-numa', 'acpi-sysfs', 'acpi-pmic', 'acpi-soc' and 'acpi-ged' | Rafael J. Wysocki | 2018-01-18 | 9 | -56/+196 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | ACPI: GED: unregister interrupts during shutdown | Sinan Kaya | 2017-12-16 | 1 | -6/+41 | |
| | | | | | | |_|_|_|/ / | | | | | | |/| | | | | | ||||||
| | | | | * | | | | | | | ACPI / LPSS: Do not instiate platform_dev for devs without MMIO resources | Hans de Goede | 2018-01-15 | 1 | -0/+2 | |
| | | | | * | | | | | | | ACPI / LPSS: Add device link for CHT SD card dependency on I2C | Adrian Hunter | 2017-12-16 | 1 | -0/+137 | |
| | | | | |/ / / / / / | ||||||
| | | | * | | | | | | | ACPI / PMIC: Convert to use builtin_platform_driver() macro | Andy Shevchenko | 2018-01-11 | 5 | -28/+5 | |
| | | | * | | | | | | | ACPI / PMIC: constify platform_device_id | Arvind Yadav | 2017-12-13 | 2 | -2/+2 | |
| | | | |/ / / / / / | ||||||
| | | * / / / / / / | ACPI: sysfs: Make ACPI GPE mask kernel parameter cover all GPEs | Prarit Bhargava | 2017-12-13 | 1 | -18/+8 | |
| | | |/ / / / / / | ||||||
| | * | | | | | / | ACPI / NUMA: ia64: Parse all entries of SRAT memory affinity table | Ganapatrao Kulkarni | 2017-11-27 | 1 | -2/+1 | |
| | | |_|_|_|_|/ | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'acpica' | Rafael J. Wysocki | 2018-01-18 | 40 | -262/+672 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ACPICA: trivial style fix, no functional change | Erik Schmauss | 2018-01-05 | 1 | -3/+4 | |
| | * | | | | | | | ACPICA: Fix a couple memory leaks during package object resolution | Bob Moore | 2018-01-05 | 1 | -8/+13 | |
| | * | | | | | | | ACPICA: Recognize the Windows 10 version 1607 and 1703 OSI strings | Mario Limonciello | 2018-01-05 | 1 | -0/+2 | |
| | * | | | | | | | ACPICA: Rename a global variable, no functional change | Bob Moore | 2018-01-05 | 2 | -2/+2 | |
| | * | | | | | | | ACPICA: Create and deploy safe version of strncpy | Bob Moore | 2018-01-05 | 5 | -9/+22 | |
| | * | | | | | | | ACPICA: Cleanup the global variables and update comments | Bob Moore | 2018-01-05 | 2 | -55/+29 | |
| | * | | | | | | | ACPICA: Debugger: fix slight indentation issue | Erik Schmauss | 2018-01-05 | 1 | -1/+1 | |
| | * | | | | | | | ACPICA: Fix a regression in the acpi_evaluate_object_type() interface | Bob Moore | 2018-01-05 | 1 | -4/+5 | |
| | * | | | | | | | ACPICA: Update for a few debug output statements | Bob Moore | 2018-01-05 | 2 | -4/+16 | |
| | * | | | | | | | ACPICA: Debug output, no functional change | Bob Moore | 2018-01-05 | 1 | -7/+7 | |
| | * | | | | | | | ACPICA: Rename variable to match upstream | Rafael J. Wysocki | 2017-12-04 | 1 | -4/+4 | |
| | * | | | | | | | ACPICA: Update linkage for get mutex name interface | Bob Moore | 2017-11-27 | 2 | -7/+8 | |
| | * | | | | | | | ACPICA: Update mutex error messages, no functional change | Bob Moore | 2017-11-27 | 1 | -4/+5 | |
| | * | | | | | | | ACPICA: Debugger: add "background" command for method execution | Bob Moore | 2017-11-27 | 4 | -66/+206 | |
| | * | | | | | | | ACPICA: Namespace: fix memory leak from building prefixed pathname | Erik Schmauss | 2017-11-27 | 1 | -1/+4 | |
| | * | | | | | | | ACPICA: Enhance error messages from namespace create/lookup operations | Bob Moore | 2017-11-27 | 12 | -25/+270 | |
| | * | | | | | | | ACPICA: ACPICA: style edits to utility function output, no functional change | Erik Schmauss | 2017-11-27 | 1 | -1/+1 | |
| | * | | | | | | | ACPICA: Add an additional error message for EC timeouts | Bob Moore | 2017-11-27 | 1 | -0/+10 | |
| | * | | | | | | | ACPICA: Update output from ACPI_EXCEPTION macro | Bob Moore | 2017-11-27 | 2 | -7/+4 | |
| | * | | | | | | | ACPICA: Use local 64-bit divide support for string conversions | Bob Moore | 2017-11-27 | 1 | -15/+21 | |
| | * | | | | | | | ACPICA: Utilities: Cleanup style issue for bit clearing | Lv Zheng | 2017-11-27 | 1 | -2/+2 | |
| | * | | | | | | | ACPICA: iASL: change processing of external op namespace nodes for correctness | Erik Schmauss | 2017-11-27 | 2 | -6/+8 | |
| | * | | | | | | | ACPICA: Tools: Deploy -vd option (build date/time) across all tools | Bob Moore | 2017-11-27 | 1 | -0/+3 | |
| | * | | | | | | | ACPICA: Rename AE_AML_INFINITE_LOOP exception | Bob Moore | 2017-11-27 | 1 | -1/+1 | |
| | * | | | | | | | ACPICA: Dispatcher: Introduce timeout mechanism for infinite loop detection | Lv Zheng | 2017-11-27 | 3 | -9/+10 | |
| | * | | | | | | | ACPICA: Avoid null pointer dereference on Op. | Colin Ian King | 2017-11-27 | 1 | -3/+3 | |
| | * | | | | | | | ACPICA: disassembler: getting rid of error message | Erik Schmauss | 2017-11-27 | 1 | -8/+1 | |
| | * | | | | | | | ACPICA: Disassembler: reset parser_state's Aml pointer when parsing bad exter... | Erik Schmauss | 2017-11-27 | 1 | -0/+1 | |
| | * | | | | | | | ACPICA: Fix an off-by-one error in acpi_get_timer_duration(). | Jung-uk Kim | 2017-11-27 | 1 | -15/+14 | |
| | |/ / / / / / | ||||||
| * | | / / / / | ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled | Sinan Kaya | 2018-01-17 | 1 | -1/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge tag 'pm-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2018-01-29 | 2 | -5/+38 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | | | | | | | ||||||
| | \ \ \ \ \ | ||||||
| *-. | | | | | | Merge branches 'acpi-pm' and 'pm-sleep' | Rafael J. Wysocki | 2018-01-18 | 1 | -2/+14 | |
| |\ \| | | | | | ||||||
| | * | | | | | | ACPI / PM: Use Low Power S0 Idle on more systems | Rafael J. Wysocki | 2018-01-11 | 1 | -2/+4 | |
| | * | | | | | | ACPI / PM: Make it possible to ignore the system sleep blacklist | Rafael J. Wysocki | 2017-11-27 | 1 | -0/+10 | |
| * | | | | | | | Merge branch 'pm-core' | Rafael J. Wysocki | 2018-01-18 | 1 | -3/+24 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | Merge back PM core material for v4.16. | Rafael J. Wysocki | 2017-12-16 | 1 | -3/+24 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Merge back earlier PM core material for v4.16. | Rafael J. Wysocki | 2017-12-11 | 1 | -3/+24 | |
| | | |\| | | | | | | | | |_|_|_|/ | | | |/| | | | | ||||||
| | | | * | | | | ACPI / PM: Support for LEAVE_SUSPENDED driver flag in ACPI PM domain | Rafael J. Wysocki | 2017-11-27 | 1 | -3/+24 | |
| | | | |/ / / | ||||||
* | | | / / / | ACPI: utils: Introduce acpi_dev_get_first_match_name() | Andy Shevchenko | 2018-01-10 | 1 | -7/+34 | |
|/ / / / / / |