aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-13Revert "ACPICA: Permanently set _REV to the value '2'."Rafael J. Wysocki1-10/+3
2015-04-15ACPICA: Store GPE register enable masks upfrontRafael J. Wysocki2-9/+7
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
2015-04-14ACPICA: Casting changes around acpi_physical_address/acpi_size.Bob Moore1-2/+2
2015-04-14ACPICA: Resources: Correct conditional compilation definitions.Lv Zheng2-0/+4
2015-04-14ACPICA: Utilities: Correct conditional compilation definitions.Lv Zheng3-2/+16
2015-04-14ACPICA: Tables: Move an iasl specific table function to iasl source file.Lv Zheng3-48/+20
2015-04-14ACPICA: Utilities: Remove unused acpi_ut_create_pkg_state_and_push().Rickard Strandqvist2-40/+0
2015-04-14ACPICA: Applications: Remove use of __DATE__ macro.Rasmus Villemoes1-4/+4
2015-04-14ACPICA: Events: Add support to return both enable/status register values for GPE and fixed event.Lv Zheng2-3/+15
2015-04-14ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_table().Octavian Purdila1-1/+0
2015-04-14ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers.Lv Zheng9-44/+25
2015-04-14ACPICA: Utilities: Cleanup to convert physical address printing formats.Lv Zheng5-43/+39
2015-04-14ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR().Lv Zheng3-11/+11
2015-04-14ACPICA: Executer: Cleanup to remove an unnecessary conversion.Lv Zheng1-1/+2
2015-04-14ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address.Lv Zheng1-3/+4
2015-04-14ACPICA: Linuxize: Reduce divergences for 20150410 release.Lv Zheng5-6/+4
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes1-2/+2
2015-02-05ACPICA: Events: Enable APIs to allow interrupt/polling adaptive request based GPE handling modelLv Zheng1-7/+16
2015-02-05ACPICA: Events: Introduce acpi_set_gpe()/acpi_finish_gpe() to reduce divergencesLv Zheng1-0/+105
2015-02-05ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for the current GPE APIsLv Zheng5-24/+157
2015-02-05ACPICA: Update Copyright headers to 2015David E. Box174-175/+175
2015-02-05ACPICA: Hardware: Cast GPE enable_mask before storingDavid E. Box1-1/+1
2015-02-05ACPICA: Events: Cleanup GPE dispatcher type obtaining codeLv Zheng7-24/+24
2015-02-05ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out of acpi_ev_gpe_dispatch()Lv Zheng1-13/+26
2015-02-05ACPICA: Events: Cleanup of resetting the GPE handler to NULL before removingLv Zheng1-0/+1
2015-02-05ACPICA: Events: Fix uninitialized variableDavid E. Box1-1/+1
2015-02-05ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restrictionLv Zheng3-100/+15
2015-02-05ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()Lv Zheng1-11/+0
2015-02-05ACPICA: Events: Back port "ACPICA: Save current masks of enabled GPEs after enable register writes"Lv Zheng3-3/+6
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address structures.Lv Zheng3-38/+40
2015-01-26ACPI: Introduce acpi_unload_parent_table() usages in Linux kernelLv Zheng2-90/+0
2015-01-22ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id()Octavian Purdila1-0/+7
2014-12-03ACPICA: Events: Always modify GPE registers under the GPE lockLv Zheng1-0/+3
2014-12-01ACPICA: Save current masks of enabled GPEs after enable register writesRafael J. Wysocki3-13/+47
2014-11-28ACPICA: Disassembler: Emit correct string for 0 stop bits.Bob Moore1-1/+1
2014-11-28ACPICA: Disassembler: Update for C-style expressions.Bob Moore1-0/+1
2014-11-28ACPICA: Disassembler: Add support for C-style operators and expressions.Bob Moore2-0/+3
2014-11-28ACPICA: acpiexec: Add option to specify an object initialization file.Bob Moore1-0/+11
2014-11-28ACPICA: iASL: Add support for to_PLD macro.Bob Moore1-1/+3
2014-10-21ACPICA: iASL/Disassembler: Add support for hardware summary mapfiles.Bob Moore1-0/+34