summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorLines
2015-10-14ACPICA: Tables: Fix FADT dependency regressionLv Zheng-33/+10
2015-10-01Merge branch 'acpi-ec'Rafael J. Wysocki-0/+2
2015-09-26ACPI / PCI: Remove duplicated penalty on SCI IRQJiang Liu-2/+1
2015-09-26ACPI, PCI, irq: Do not share PCI IRQ with ISA IRQJiang Liu-0/+14
2015-09-26ACPI / EC: Fix a memory leak issue in acpi_ec_query()Lv Zheng-0/+2
2015-09-15ACPI: Eliminate CONFIG_.*{, _MODULE} #ifdef in favor of IS_ENABLED()Sudeep Holla-13/+8
2015-09-15ACPI: int340x_thermal: add missing CONFIG_ prefixSudeep Holla-1/+1
2015-09-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds-6/+6
2015-09-08Merge tag 'for-linus-4.3' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds-2/+0
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-48/+49
2015-09-03ipmi: Convert the IPMI SI ACPI handling to a platform deviceCorey Minyard-2/+0
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2033/+2884
2015-09-02Merge branches 'thermal-core' and 'thermal-intel' of .git into nextZhang Rui-6/+6
2015-09-01Merge branch 'pm-cpufreq'Rafael J. Wysocki-4/+2
2015-09-01cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar-1/+1
2015-09-01Merge branch 'device-properties'Rafael J. Wysocki-2/+3
2015-09-01Merge branches 'acpi-pci', 'acpi-soc', 'acpi-ec' and 'acpi-osl'Rafael J. Wysocki-58/+111
2015-09-01Merge branch 'acpi-pm'Rafael J. Wysocki-23/+57
2015-09-01Merge branches 'acpi-scan', 'acpi-processor' and 'acpi-assorted'Rafael J. Wysocki-1060/+992
2015-09-01Merge branch 'acpi-trace'Rafael J. Wysocki-35/+106
2015-09-01Merge branch 'acpica'Rafael J. Wysocki-867/+1629
2015-08-31Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+0
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-13/+4
2015-08-31Merge tag 'tty-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-0/+1
2015-08-27Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+10
2015-08-27x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WBDan Williams-1/+2
2015-08-27nd_blk: change aperture mapping from WC to WBRoss Zwisler-29/+43
2015-08-27nfit: Clarify memory device state flags stringsToshi Kani-10/+10
2015-08-27ACPI / LPSS: Ignore 10ms delay for BraswellSrinidhi Kasagar-6/+32
2015-08-27ACPI, PCI: Penalize legacy IRQ used by ACPI SCIJiang Liu-0/+16
2015-08-25Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2015-08-26device property: attach 'else if' to the proper 'if'Andy Shevchenko-2/+3
2015-08-25nfit, nd_blk: BLK status register is only 32 bitsRoss Zwisler-2/+2
2015-08-25ACPICA: Debugger: Cleanup debugging outputs to dump name path without trailin...Lv Zheng-4/+4
2015-08-25ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_verbose acpiexec usageLv Zheng-4/+1
2015-08-25ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_disasmLv Zheng-1/+1
2015-08-25ACPICA: Debugger: Split debugger initialization/termination APIsLv Zheng-22/+0
2015-08-25ACPICA: Make the max-number-of-loops runtime configurableBob Moore-1/+6
2015-08-25ACPICA: Debugger: Add option to display namespace summary/countsBob Moore-2/+6
2015-08-25ACPICA: Add additional debug info/statementsBob Moore-6/+57
2015-08-25ACPICA: Table handling: Cleanup and update debug output for toolsBob Moore-34/+30
2015-08-25ACPICA: acpiexec/acpinames: Support very large number of ACPI tablesBob Moore-6/+18
2015-08-25ACPICA: acpinames: Add new options and wildcard supportBob Moore-2/+2
2015-08-25ACPICA: Tables: Cleanup to reduce FACS globalsLv Zheng-19/+7
2015-08-25ACPICA: Tables: Fix global table list issues by removing fixed table indexesLv Zheng-58/+51
2015-08-25ACPICA: Update info messages during ACPICA initBob Moore-2/+11
2015-08-25ACPICA: Disassembler: Update for new listing modeBob Moore-1/+1
2015-08-25ACPICA: Update parameter validation for data_table_region and load_tableBob Moore-20/+69
2015-08-25ACPICA: Disassembler: Remove duplicate code in _PLD processing.Bob Moore-2/+3
2015-08-25ACPICA: Correctly cleanup after a ACPI table load failureBob Moore-10/+54