aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2015-05-16ACPI / EC: Remove irqs_disabled() check.Lv Zheng1-2/+1
2015-05-16ACPI / EC: Remove storming threashold enlarging quirk.Lv Zheng1-15/+0
2015-05-16ACPI / EC: Update acpi_ec_is_gpe_raised() with new GPE status flag.Lv Zheng1-1/+1
2015-05-15Merge branches 'acpi-init' and 'acpica'Rafael J. Wysocki4-11/+28
2015-05-14ACPI / osl: use same type for acpi_predefined_names values as in definitionDominik Brodowski1-1/+1
2015-05-14ACPI / battery: ensure acpi_battery_init() has finishLuis Henriques1-1/+3
2015-05-14ACPI / battery: drop useless return statementsLuis Henriques1-5/+5
2015-05-14ACPI / battery: abort initialization earlier if acpi_disabledLuis Henriques1-3/+3
2015-05-13ACPI / processor: Introduce invalid_phys_cpuid()Hanjun Guo2-4/+4
2015-05-13ACPI / processor: return specific error instead of -1Hanjun Guo1-3/+3
2015-05-13ACPI / processor: remove phys_id in acpi_processor_get_info()Hanjun Guo1-4/+3
2015-05-13ACPI / processor: remove cpu_index in acpi_processor_get_info()Hanjun Guo1-6/+4
2015-05-13ACPI / processor: Introduce invalid_logical_cpuid()Hanjun Guo2-6/+4
2015-05-13Revert "ACPICA: Permanently set _REV to the value '2'."Rafael J. Wysocki1-10/+3
2015-05-08ACPI / PM: Drop stale comment from acpi_power_transition()Rafael J. Wysocki1-2/+0
2015-05-07Merge branches 'acpi-resources', 'acpi-battery', 'acpi-doc' and 'acpi-pnp'Rafael J. Wysocki3-1/+25
2015-05-07ACPI / init: Fix the ordering of acpi_reserve_resources()Rafael J. Wysocki1-4/+2
2015-05-05ACPI / proc: make ACPI_PROCFS_POWER X86 onlyLorenzo Pieralisi1-1/+1
2015-05-05ACPI / property: Refine consistency check for PRP0001Rafael J. Wysocki1-23/+31
2015-05-04thermal: of: fix cooling device weights in device treeKapileshwar Singh1-3/+6
2015-05-04Merge tag 'ras_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into acpi-apeiRafael J. Wysocki1-53/+55
2015-05-04ACPI / PNP: add two IDs to list for PNPACPI device enumerationWitold Szczeponik1-0/+2
2015-04-30ACPI / SBS: Add 5 us delay to fix SBS hangs on MacBookChris Bainbridge1-0/+22
2015-04-30x86/PCI/ACPI: Make all resources except [io 0xcf8-0xcff] available on PCI busJiang Liu1-1/+1
2015-04-29ACPI / SBS: Enable battery manager when presentChris Bainbridge1-1/+1
2015-04-27GHES: Make NMI handler have a single readerJiri Kosina1-5/+7
2015-04-27GHES: Elliminate double-loop in the NMI handlerBorislav Petkov1-9/+2
2015-04-27GHES: Panic right after detectionBorislav Petkov1-10/+6
2015-04-27GHES: Carve out the panic functionalityBorislav Petkov1-10/+14
2015-04-27GHES: Carve out error queueing in a separate functionBorislav Petkov1-22/+29
2015-04-26Merge tag 'pm+acpi-4.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-7/+34
2015-04-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds9-37/+213
2015-04-24Merge branches 'acpi-dock', 'acpi-ec' and 'acpi-scan'Rafael J. Wysocki2-7/+34
2015-04-24ACPI / scan: Add a scan handler for PRP0001Rafael J. Wysocki1-5/+28
2015-04-24ACPI / scan: Annotate physical_node_lock in acpi_scan_is_offline()Rafael J. Wysocki1-1/+5
2015-04-22ACPI / EC: fix NULL pointer dereference in acpi_ec_remove_query_handler()Chris Bainbridge1-1/+1
2015-04-17Merge tag 'acpica-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds37-346/+326
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds13-229/+367
2015-04-15ACPICA: Store GPE register enable masks upfrontRafael J. Wysocki2-9/+7
2015-04-14ACPI / battery: Fix doubly added battery on system suspendKrzysztof Kozlowski1-1/+1
2015-04-14ACPICA: Fix a couple issues with the local printf module.Lv Zheng1-5/+8
2015-04-14ACPICA: Add "//" before ascii output of buffers.Bob Moore1-0/+8
2015-04-14ACPICA: Remove unused internal AML opcode.Bob Moore1-1/+0
2015-04-14ACPICA: Permanently set _REV to the value '2'.Bob Moore1-3/+10
2015-04-14ACPICA: Add "Windows 2015" string to _OSI support.Bob Moore1-0/+1
2015-04-14ACPICA: Add infrastructure for External() opcode.Bob Moore7-4/+35
2015-04-14ACPICA: iASL: Enhancement for constant folding.Bob Moore1-5/+0
2015-04-14ACPICA: iASL/Disassembler: Add option to assume table contains valid AML.Bob Moore1-0/+1
2015-04-14ACPICA: Update AML Debugger global variables.Bob Moore1-3/+1
2015-04-14ACPICA: Update Resource descriptor dump module.Bob Moore2-116/+117