aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Remove global option to serialize all control methods.Lv Zheng2014-03-265-100/+16
* ACPICA: Revert "Headers: Deploy #pragma pack (push) and (pop)."Robert Moore2014-03-1818-70/+1
* Merge branch 'acpi-config' into acpicaRafael J. Wysocki2014-03-182-14/+14
|\
| * ACPI: Remove Kconfig symbol ACPI_PROCFSPaul Bolle2014-02-191-13/+0
| * ACPI / APEI: Remove X86 redundant dependency for APEI GHES.Tomasz Nowicki2014-02-181-1/+1
| * ACPI: introduce CONFIG_ACPI_REDUCED_HARDWARE_ONLYAl Stone2014-02-051-0/+13
* | ACPICA: Prevent infinite loops when traversing corrupted lists.Bob Moore2014-03-183-4/+32
* | ACPICA: Debugger: Add missing objects; Traverse linked listsBob Moore2014-03-182-34/+199
* | ACPICA: Add text: ACPICA policy for new _OSI strings. No functional change.Bob Moore2014-03-181-0/+25
* | ACPICA: Update for _PRP predefined name.Bob Moore2014-03-181-1/+1
* | ACPICA: Cleanup/improve global variable declarations.Lv Zheng2014-03-182-201/+189
* | ACPICA: Comment update - no functional change.Bob Moore2014-03-186-37/+37
* | ACPICA: Do not abort _PRT repair on a single subpackage failure.Bob Moore2014-02-271-8/+9
* | ACPICA: Harden _PRT repair code; check for minimum package length.Bob Moore2014-02-271-1/+7
* | ACPICA: Restore code that repairs NULL package elements in return values.Lv Zheng2014-02-271-4/+21
* | ACPICA: Properly handle NULL entries in _PRT return packages.Lv Zheng2014-02-271-3/+3
* | ACPICA: Update conditional compilation flags for resource dump functions.Lv Zheng2014-02-271-1/+1
* | ACPICA: Predefined names: Add support for the _PRP method.Bob Moore2014-02-271-0/+6
* | ACPICA: Headers: Deploy #pragma pack (push) and (pop).Bob Moore2014-02-2718-1/+70
* | ACPICA: Add boot option to disable auto return object repairLv Zheng2014-02-131-0/+11
* | ACPICA: Add "Windows 2013" string to _OSI support.Bob Moore2014-02-131-0/+1
* | ACPICA: Update the conditions to enable the utility resource dump strings.Lv Zheng2014-02-116-9/+9
* | ACPICA: Debugger: Add new command to read/write/compare all namespace objects.Bob Moore2014-02-111-0/+2
* | ACPICA: Correctly support references in the union acpi_object.Bob Moore2014-02-111-3/+3
* | ACPICA: Update ACPICA copyrights to 2014.Bob Moore2014-02-11168-168/+168
* | ACPICA: Improve parameter validation for acpi_install_gpe_block.Bob Moore2014-02-111-0/+19
* | ACPICA: Utilities: Load of local test tables is now optional.Bob Moore2014-02-111-1/+2
* | ACPICA: Deploy new 32/64 printf support for table override mechanism.Bob Moore2014-02-111-7/+8
* | ACPICA: Improve support for 32/64 bit physical addresses in printf().Bob Moore2014-02-112-13/+21
| |
| \
*-. \ Merge branches 'acpi-cleanup' and 'acpi-video'Rafael J. Wysocki2014-02-064-6/+10
|\ \ \
| | * | ACPI / video: Add HP EliteBook Revolve 810 to the blacklistMika Westerberg2014-02-051-0/+8
| | |/
| * | ACPI / battery: Fix incorrect sscanf() string in acpi_battery_init_alarm()Luis G.F2014-02-051-1/+1
| * | ACPI / proc: remove unneeded NULL checkDan Carpenter2014-02-051-1/+1
| * | ACPI / utils: remove a pointless NULL checkDan Carpenter2014-02-051-4/+0
| |/
* / ACPI / hotplug: Fix panic on eject to ejected deviceToshi Kani2014-02-051-2/+4
|/
*-------. Merge branches 'acpi-processor', 'acpi-hotplug', 'acpi-init', 'acpi-pm' and '...Rafael J. Wysocki2014-01-297-34/+32
|\ \ \ \ \
| | | | | * ACPICA: Remove bool usage from ACPICA.Lv Zheng2014-01-272-2/+2
| | | | * | ACPI / PM: Use ACPI_COMPANION() to get ACPI companions of devicesRafael J. Wysocki2014-01-271-18/+6
| | | * | | ACPI / init: Flag use of ACPI and ACPI idioms for power supplies to regulator...Mark Brown2014-01-281-0/+9
| | * | | | ACPI / scan: Clear match_driver flag in acpi_bus_trim()Rafael J. Wysocki2014-01-291-0/+1
| * | | | | ACPI / scan: reduce log level of "ACPI: \_PR_.CPU4: failed to get CPU APIC ID"Jiang Liu2014-01-271-1/+1
| * | | | | ACPI / processor: Return specific error value when mapping lapic idHanjun Guo2014-01-271-13/+13
* | | | | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-2470-1093/+1295
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'acpi-modules'Rafael J. Wysocki2014-01-171-6/+67
| |\ \ \ \ \ \
| | * | | | | | ACPI: add module autoloading support for ACPI enumerated devicesZhang Rui2014-01-161-0/+57
| | * | | | | | ACPI: fix create_modalias() return value handlingZhang Rui2014-01-161-6/+10
| | | |_|/ / / | | |/| | | |
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'acpi-init' and 'acpi-hotplug'Rafael J. Wysocki2014-01-171-0/+12
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | / / / | | | | |/ / / | | | |/| | |
| | | * | | | ACPI / memhotplug: add parameter to disable memory hotplugPrarit Bhargava2014-01-161-0/+12
| * | | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2014-01-171-15/+14
| |\ \ \ \ \ \
| | * | | | | | ACPI / cpuidle: remove dev->state_count settingBartlomiej Zolnierkiewicz2014-01-111-2/+0