summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-19ACPICA: Reference Counts: increase max to 0x4000 for large serversErik Schmauss1-1/+1
2018-04-13ACPICA: OSL: Add support to exclude stdarg.hLv Zheng2-0/+12
2018-03-24ACPICA: iasl: Fix IORT SMMU GSI disassemblingLv Zheng1-0/+9
2017-02-26ACPICA: Linuxize: Restore and fix Intel compiler buildLv Zheng2-1/+88
2016-11-18Merge branches 'acpica-fixes', 'acpi-cppc-fixes' and 'acpi-tools-fixes'Rafael J. Wysocki7-40/+63
2016-11-16tools/power/acpi: Remove direct kernel source include referenceLv Zheng6-34/+56
2016-11-14Revert "ACPICA: FADT support cleanup"Rafael J. Wysocki2-100/+74
2016-10-21Merge branches 'acpi-wdat' and 'acpi-cppc'Rafael J. Wysocki2-1/+5
2016-10-17mailbox: PCC: Fix return value of pcc_mbox_request_channel()Hoan Tran1-1/+1
2016-10-04Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds50-1375/+1452
2016-10-01Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc'Rafael J. Wysocki10-244/+851
2016-09-19ACPI/processor: Convert to hotplug state machineSebastian Andrzej Siewior4-48/+52
2016-09-10ACPICA: Update version to 20160831Bob Moore1-1/+1
2016-09-10ACPICA: Interpreter: Fix MLC issues by switching to new term_list grammar for...Lv Zheng11-37/+227
2016-09-10ACPICA: Tables: Add new table events indicating table installation/uninstalla...Lv Zheng2-1/+11
2016-09-10ACPICA: Tables: Remove wrong table event macrosLv Zheng1-9/+5
2016-09-08ACPI / CPPC: Add prefix cppc to cpudata structure nameSrinivas Pandruvada3-11/+11
2016-08-30ACPI / CPPC: check for error bit in PCC status fieldPrakash, Prashanth2-36/+34
2016-08-30ACPI / CPPC: add sysfs support to compute delivered performanceAshwin Chaugule2-21/+120
2016-08-30ACPI / CPPC: set a non-zero value for transition_latencyPrakash, Prashanth3-2/+46
2016-08-30ACPI / CPPC: support for batching CPPC requestsPrakash, Prashanth2-34/+166
2016-08-30ACPI / CPPC: restructure read/writes for efficient sys mapped reg opsAshwin Chaugule2-37/+72
2016-08-13ACPICA: Update version to 20160729Bob Moore1-1/+1
2016-08-13ACPICA: OSL: Fix a regression that old GCC requires a workaround for strchr()Lv Zheng3-12/+62
2016-08-13ACPICA: OSL: Cleanup the inclusion order of the compiler-specific headersLv Zheng3-8/+17
2016-08-13ACPICA: EFI: Port acpidump to EDK2 environmentLv Zheng2-2/+2
2016-08-13ACPICA: Clib: Eliminate acpi_os_XXXFile()/acpi_log_error and link clibrary fx...Lv Zheng12-371/+89
2016-08-13ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issueLv Zheng5-3/+7
2016-08-13ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handlesLv Zheng6-25/+22
2016-08-13ACPICA: Clib: Fix wrong mini C library usageLv Zheng2-8/+6
2016-08-13ACPICA: Clib: Cleanup va_arg related codeLv Zheng3-41/+6
2016-08-13ACPICA: Applications: Enable USE_NATIVE_ALLOCATE_ZEROED environment for all a...Lv Zheng1-1/+1
2016-08-13ACPICA: FADT support cleanupBob Moore2-74/+100
2016-08-13ACPICA: Events: Introduce acpi_mask_gpe() to implement GPE masking mechanismLv Zheng7-23/+148
2016-08-13ACPICA: Divergence: Port declarators back to ACPICALv Zheng11-24/+39
2016-08-13ACPICA: Simplify configuration for "Max Loops" system parameterBob Moore2-1/+5
2016-08-13ACPICA: Utilities: Introduce facility to allow Linux to set correct logging l...Lv Zheng2-0/+20
2016-08-13ACPICA: Fix deconstification warnings (-Wcast-qual) with function traces.Jung-uk Kim4-2/+48
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick36-53/+46
2016-07-31Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds241-3301/+19420
2016-07-25Merge branches 'acpi-processor', 'acpi-cppc', 'acpi-apei' and 'acpi-sleep'Rafael J. Wysocki19-159/+868
2016-07-25Merge branches 'acpi-ec', 'acpi-video', 'acpi-button' and 'acpi-thermal'Rafael J. Wysocki6-97/+174
2016-07-25Merge branches 'acpi-bus', 'acpi-pci', 'acpica' and 'acpi-doc'Rafael J. Wysocki5-44/+407
2016-07-25Merge branch 'acpi-numa'Rafael J. Wysocki19-192/+369
2016-07-24Merge remote-tracking branches 'asoc/topic/cs53l30', 'asoc/topic/cygnus', 'as...Mark Brown19-77/+4391
2016-07-21ACPI / processor_idle: Add support for Low Power Idle(LPI) statesSudeep Holla5-60/+450
2016-07-21ACPI / processor_idle: introduce ACPI_PROCESSOR_CSTATESudeep Holla3-28/+58
2016-07-15ACPICA: Linux: Enable ACPI_MUTEX_DEBUG for Linux kernelLv Zheng1-0/+4
2016-07-11Revert "ACPI 2.0 / AML: Improve module level execution by moving the If/Else/...Rafael J. Wysocki1-1/+1
2016-07-01Revert "ACPI, PCI, IRQ: remove redundant code in acpi_irq_penalty_init()"Sinan Kaya3-0/+38
[next]