summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2016-09-17ACPI / tables: Remove duplicated include from tables.cWei Yongjun1-1/+0
2016-09-13ACPI / APD: constify local structuresJulia Lawall1-4/+4
2016-09-13Merge branch 'device-properties' into acpi-socRafael J. Wysocki2-0/+32
2016-09-12ACPI: Add new IORT functions to support MSI domain handlingTomasz Nowicki1-0/+152
2016-09-12ACPI: I/O Remapping Table (IORT) initial supportTomasz Nowicki6-0/+231
2016-09-10Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2016-09-10ACPI / PCI: fix GIC irq model default PCI IRQ polarityLorenzo Pieralisi1-1/+9
2016-09-10ACPICA: Tables: Tune table mutex to be a leaf lockLv Zheng5-131/+182
2016-09-10ACPICA: Dispatcher: Fix a mutex issue for method auto serializationLv Zheng2-2/+10
2016-09-10ACPICA: Namespace: Fix dynamic table loading issuesLv Zheng10-69/+47
2016-09-10ACPICA: Namespace: Add acpi_ns_get_node_unlocked()Lv Zheng2-16/+55
2016-09-10ACPICA: Interpreter: Fix MLC issues by switching to new term_list grammar for...Lv Zheng10-37/+220
2016-09-10ACPICA: Update return value for intenal _OSI methodBob Moore1-5/+17
2016-09-10ACPICA: Tables: Override all 64-bit GAS fields when acpi_gbl_use32_bit_fadt_a...Lv Zheng1-53/+49
2016-09-10ACPICA: Tables: Add new table events indicating table installation/uninstalla...Lv Zheng1-0/+8
2016-09-10ACPICA: Tables: Remove acpi_tb_install_fixed_table()Lv Zheng3-80/+16
2016-09-10ACPICA: Add a couple of casts to uthex.cBob Moore1-1/+2
2016-09-10ACPICA: Cleanup for all string-to-integer conversionsBob Moore14-387/+429
2016-09-10ACPICA: Debugger: Add subcommand for predefined name executionBob Moore4-29/+169
2016-09-10nfit, mce: Fix SPA matching logic in MCE handlerVishal Verma1-1/+1
2016-09-10ACPI / EC: Fix issues related to boot_ecLv Zheng1-14/+49
2016-09-10ACPI / EC: Fix a gap that ECDT EC cannot handle EC eventsLv Zheng3-23/+98
2016-09-10ACPI / EC: Fix a memory leakage issue in acpi_ec_add()Lv Zheng1-4/+12
2016-09-10ACPI / EC: Cleanup first_ec/boot_ec codeLv Zheng1-33/+63
2016-09-09pstore: Split pstore fragile flagsNamhyung Kim1-1/+1
2016-09-09ACPI / CPPC: Add prefix cppc to cpudata structure nameSrinivas Pandruvada1-2/+2
2016-09-09ACPI / CPPC: Add support for functional fixed hardware addressSrinivas Pandruvada1-13/+62
2016-09-09ACPI / CPPC: Don't return on CPPC probe failureSrinivas Pandruvada1-1/+1
2016-09-09ACPI / CPPC: Allow build with ACPI_CPU_FREQ_PSS configSrinivas Pandruvada2-2/+1
2016-09-02ACPI / drivers: replace acpi_probe_lock spinlock with mutexLorenzo Pieralisi1-3/+3
2016-09-02tools/testing/nvdimm: unit test for acpi_nvdimm_notify()Dan Williams2-3/+8
2016-08-31ACPI / tables: do not report the number of entries ignored by acpi_parse_entr...Al Stone1-2/+2
2016-08-31ACPI / tables: fix acpi_parse_entries_array() so it traverses all subtablesAl Stone1-3/+6
2016-08-31ACPI / tables: fix incorrect counts returned by acpi_parse_entries_array()Al Stone1-1/+1
2016-08-31ACPI / LPSS: Provide build-in properties of the UARTHeikki Krogerus1-0/+17
2016-08-31ACPI / APD: Provide build-in properties of the UARTHeikki Krogerus1-0/+15
2016-08-31ACPI / button: Fix an issue in button.lid_init_state=ignore modeLv Zheng1-3/+82
2016-08-31ACPI / CPPC: check for error bit in PCC status fieldPrakash, Prashanth1-35/+31
2016-08-31ACPI / CPPC: move all PCC related information into pcc_dataPrakash, Prashanth1-80/+87
2016-08-31ACPI / CPPC: add sysfs support to compute delivered performanceAshwin Chaugule1-18/+117
2016-08-31ACPI / CPPC: set a non-zero value for transition_latencyPrakash, Prashanth1-2/+44
2016-08-31ACPI / CPPC: support for batching CPPC requestsPrakash, Prashanth1-34/+164
2016-08-31ACPI / CPPC: acquire pcc_lock only while accessing PCC subspacePrakash, Prashanth1-14/+16
2016-08-31ACPI / CPPC: restructure read/writes for efficient sys mapped reg opsAshwin Chaugule1-37/+71
2016-08-31ACPI / battery: Add sysfs representation after checking _BSTCarlos Garnacho1-4/+6
2016-08-31ACPI / EC: Enable event freeze mode to improve event handling for suspend pro...Lv Zheng1-1/+1
2016-08-31ACPI / EC: Add PM operations to improve event handling for suspend processLv Zheng1-5/+59
2016-08-31ACPI / EC: Add PM operations to improve event handling for resume processLv Zheng3-18/+13
2016-08-31ACPI / EC: Fix an issue that SCI_EVT cannot be detected after event is enabledLv Zheng1-0/+2
2016-08-31ACPI / EC: Add EC_FLAGS_QUERY_ENABLED to reveal a hidden logicLv Zheng1-32/+71