summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: ACPICA: style edits to utility function output, no functional changeErik Schmauss2017-11-271-1/+1
* ACPICA: Add an additional error message for EC timeoutsBob Moore2017-11-271-0/+10
* ACPICA: Update output from ACPI_EXCEPTION macroBob Moore2017-11-272-7/+4
* ACPICA: Use local 64-bit divide support for string conversionsBob Moore2017-11-271-15/+21
* ACPICA: Utilities: Cleanup style issue for bit clearingLv Zheng2017-11-271-2/+2
* ACPICA: iASL: change processing of external op namespace nodes for correctnessErik Schmauss2017-11-272-6/+8
* ACPICA: Tools: Deploy -vd option (build date/time) across all toolsBob Moore2017-11-271-0/+3
* ACPICA: Rename AE_AML_INFINITE_LOOP exceptionBob Moore2017-11-271-1/+1
* ACPICA: Dispatcher: Introduce timeout mechanism for infinite loop detectionLv Zheng2017-11-273-9/+10
* ACPICA: Avoid null pointer dereference on Op.Colin Ian King2017-11-271-3/+3
* ACPICA: disassembler: getting rid of error messageErik Schmauss2017-11-271-8/+1
* ACPICA: Disassembler: reset parser_state's Aml pointer when parsing bad exter...Erik Schmauss2017-11-271-0/+1
* ACPICA: Fix an off-by-one error in acpi_get_timer_duration().Jung-uk Kim2017-11-271-15/+14
* Merge tag 'acpi-fix-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-171-0/+1
|\
| * ACPI / utils: Fix memory leak in acpi_evaluate_reference() error pathXiongfeng Wang2017-11-141-0/+1
* | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-173-14/+299
|\ \
| * \ Merge branch 'for-4.15/dax' into libnvdimm-for-nextDan Williams2017-11-152-7/+44
| |\ \
| * | | acpi, nfit: add 'Enable Latch System Shutdown Status' command supportDan Williams2017-11-151-1/+2
| * | | acpi, nfit: validate commands against the device typeDan Williams2017-11-121-6/+9
| * | | libnvdimm: move poison list functions to a new 'badrange' fileDave Jiang2017-11-022-2/+2
| * | | acpi, nfit: add support for NVDIMM_FAMILY_INTEL v1.6 DSMsDan Williams2017-10-302-6/+65
| * | | acpi, nfit: hide unknown commands from nmemX/commandsDan Williams2017-10-292-2/+14
| * | | acpi, nfit: add support for the _LSI, _LSR, and _LSW label methodsDan Williams2017-10-072-4/+212
| * | | acpi nfit: Enable to show what feature is supported via ND_CMD_CALL for nfit_...Yasunori Goto2017-10-072-0/+2
* | | | Merge tag 'mfd-next-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2017-11-163-0/+144
|\ \ \ \
| * | | | ACPI / PMIC: Add opregion driver for Intel Dollar Cove TI PMICTakashi Iwai2017-10-133-0/+144
* | | | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-153-7/+13
|\ \ \ \ \
| * | | | | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-313-7/+13
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-152-59/+201
|\ \ \ \ \ \
| * | | | | | ACPI/IORT: Enable SMMUv3/PMCG IORT MSI domain set-upLorenzo Pieralisi2017-10-161-0/+45
| * | | | | | ACPI/IORT: Add SMMUv3 specific special index mapping handlingHanjun Guo2017-10-161-1/+38
| * | | | | | ACPI/IORT: Enable special index ITS group mappings for IORT nodesHanjun Guo2017-10-161-4/+28
| * | | | | | ACPI/IORT: Look up IORT node through struct fwnode_handle pointerHanjun Guo2017-10-161-1/+42
| * | | | | | ACPI/IORT: Make platform devices initialization code SMMU agnosticLorenzo Pieralisi2017-10-161-33/+30
| * | | | | | ACPI/IORT: Improve functions return type/storage class specifier indentationLorenzo Pieralisi2017-10-161-19/+17
| * | | | | | ACPI/IORT: Remove leftover ACPI_IORT_SMMU_V3_PXM_VALID guardLorenzo Pieralisi2017-10-161-1/+1
| * | | | | | acpi/arm64: pr_err() strings should end with newlinesArvind Yadav2017-10-161-1/+1
* | | | | | | Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-141-0/+5
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2017-10-262-14/+50
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | ACPI / APD: Add clock frequency for ThunderX2 I2C controllerJayachandran C2017-10-171-0/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-3/+3
|\ \ \ \ \ \ \
| * | | | | | | ACPI: configfs: make config_item_type constBhumika Goyal2017-10-191-3/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-20/+17
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | ACPI / scan: Fix enumeration for special UART devicesFrédéric Danis2017-10-201-20/+17
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-11-1334-602/+1485
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-------. \ \ \ \ \ Merge branches 'acpi-ec', 'acpi-button', 'acpi-sysfs', 'acpi-lpss' and 'acpi-...Rafael J. Wysocki2017-11-135-101/+182
| |\ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | ACPI / CPPC: Make CPPC ACPI driver aware of PCC subspace IDsGeorge Cherian2017-11-091-89/+151
| | | | | * | | | | | | ACPI / LPSS: Remove redundant initialization of clkColin Ian King2017-11-091-1/+1
| | | | | |/ / / / / /
| | | | * | | | | | | ACPI / sysfs: Make function param_set_trace_method_name() staticColin Ian King2017-11-091-1/+2
| | | | |/ / / / / /
| | | * | | | | | | ACPI / button: Delay acpi_lid_initialize_state() until first user space openHans de Goede2017-11-091-5/+21
| | | |/ / / / / /
OpenPOWER on IntegriCloud