summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-----. \ \ \ \ \ \ Merge branches 'acpi-ec', 'acpi-dma', 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki2017-09-036-52/+230
| |\ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / | | | | | |/| | | | |
| | | | * | | | | | | ACPI / processor: make function acpi_processor_check_duplicates() staticColin Ian King2017-08-241-1/+1
| | | | * | | | | | | ACPI: processor: use dev_dbg() instead of dev_warn() when CPPC probe failedHanjun Guo2017-07-271-1/+1
| | | | | |/ / / / / | | | | |/| | | | |
| | | * | | | | | | ACPI/IORT: Add IORT named component memory address limitsLorenzo Pieralisi2017-08-071-17/+37
| | | * | | | | | | ACPI: Make acpi_dma_configure() DMA regions awareLorenzo Pieralisi2017-08-072-10/+39
| | | * | | | | | | ACPI: Introduce DMA ranges parsingLorenzo Pieralisi2017-08-072-0/+114
| | | * | | | | | | ACPI: Make acpi_dev_get_resources() method agnosticLorenzo Pieralisi2017-08-041-22/+31
| | | * | | | | | | Merge branch 'acpica' into acpi-dmaRafael J. Wysocki2017-08-0442-620/+1338
| | | |\ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | * | | | | | | | ACPI / EC: Clean up EC GPE mask flagLv Zheng2017-08-191-12/+11
| | * | | | | | | | ACPI: EC: Fix possible issues related to EC initialization orderLv Zheng2017-08-181-9/+16
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'acpi-scan' and 'acpi-pm'Rafael J. Wysocki2017-09-036-68/+165
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | ACPI / PM: Add debug statements to acpi_pm_notify_handler()Rafael J. Wysocki2017-08-181-1/+7
| | | * | | | | | | | ACPI: Add debug statements to acpi_global_event_handler()Rafael J. Wysocki2017-08-181-3/+9
| | | * | | | | | | | ACPI / sleep: Make acpi_sleep_syscore_init() staticJean Delvare2017-08-011-1/+1
| | | * | | | | | | | ACPI / PCI / PM: Rework acpi_pci_propagate_wakeup()Rafael J. Wysocki2017-08-011-22/+50
| | | * | | | | | | | ACPI / PM: Split acpi_device_wakeup()Rafael J. Wysocki2017-08-011-42/+79
| | | |/ / / / / / /
| | * | | | | | | | ACPI / scan: Enable GPEs before scanning the namespaceRafael J. Wysocki2017-08-171-3/+3
| | * | | | | | | | ACPICA: Make it possible to enable runtime GPEs earlierRafael J. Wysocki2017-08-172-0/+10
| | * | | | | | | | ACPICA: Dispatch active GPEs at init timeRafael J. Wysocki2017-08-171-9/+19
| * | | | | | | | | Merge branch 'acpica'Rafael J. Wysocki2017-09-0342-620/+1338
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | ACPICA: Revert "Update resource descriptor handling"Erik Schmauss2017-08-031-9/+5
| | * | | | | | | ACPICA: Resources: Allow _DMA method in walk resourcesBob Moore2017-08-031-3/+4
| | * | | | | | | ACPICA: Ensure all instances of AE_AML_INTERNAL have error messagesBob Moore2017-08-035-0/+18
| | * | | | | | | ACPICA: Implement deferred resolution of reference package elementsBob Moore2017-08-0316-345/+661
| | * | | | | | | ACPICA: Debugger: Improve support for Alias objectsBob Moore2017-08-032-13/+58
| | * | | | | | | ACPICA: Interpreter: Update handling for Alias operatorBob Moore2017-08-031-47/+14
| | * | | | | | | ACPICA: EFI/EDK2: Cleanup to enable /WX for MSVC buildsLv Zheng2017-08-031-3/+3
| | * | | | | | | ACPICA: CLib: Add short multiply/shift supportLv Zheng2017-08-035-16/+228
| | * | | | | | | ACPICA: Add a comment, no functional changeBob Moore2017-08-031-0/+7
| | * | | | | | | ACPICA: Namespace: Update/fix an error messageBob Moore2017-08-031-6/+16
| | * | | | | | | ACPICA: Divergences: reduce access size definitionsLv Zheng2017-08-032-5/+6
| | * | | | | | | ACPICA: Update resource descriptor handlingBob Moore2017-07-201-5/+9
| | * | | | | | | ACPICA: Disassembler: skip parsing of incorrect external declarationsErik Schmauss2017-07-201-0/+26
| | * | | | | | | ACPICA: iASL: Ensure that the target node is valid in acpi_ex_create_aliasAlex James2017-07-201-0/+5
| | * | | | | | | ACPICA: Tables: Add deferred table verification supportLv Zheng2017-07-202-11/+50
| | * | | | | | | ACPICA: Tables: Combine checksum/duplication verification togetherLv Zheng2017-07-203-110/+169
| | * | | | | | | ACPICA: Tables: Change table duplication check to be related to acpi_gbl_veri...Lv Zheng2017-07-205-8/+13
| | * | | | | | | ACPICA: Tables: Do not validate signature for dynamic table loadLv Zheng2017-07-202-29/+1
| | * | | | | | | ACPICA: Tables: Cleanup table handler invokersLv Zheng2017-07-203-20/+33
| | * | | | | | | ACPICA: Tables: Add sanity check in acpi_put_table()Lv Zheng2017-07-201-0/+4
| | * | | | | | | ACPICA: linuxize: cleanup typedef definitionsLv Zheng2017-07-201-3/+9
| | * | | | | | | Back port of "ACPICA: Use designated initializers"Kees Cook2017-07-201-3/+6
| | * | | | | | | ACPICA: iASL compiler: allow compilation of externals with paths that refer t...Erik Schmauss2017-07-202-0/+7
| | * | | | | | | ACPICA: Tools: Deallocate memory allocated by ac_get_all_tables_from_file via...Erik Schmauss2017-07-201-0/+2
| | * | | | | | | ACPICA: Small indentation changes, no functional changeBob Moore2017-07-201-2/+2
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-052-21/+204
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2017-09-042-17/+191
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPI / PM: Check low power idle constraints for debug onlySrinivas Pandruvada2017-08-181-0/+168
| | * | | | | | | | PM / s2idle: Rename platform operations structureRafael J. Wysocki2017-08-111-14/+14
| | * | | | | | | | PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki2017-08-111-3/+3
OpenPOWER on IntegriCloud