aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | ACPI: Drop unnecessary label from acpi_bind_one()Rafael J. Wysocki2013-08-08
| | * | | | | | | | | ACPI: Clean up error code path in acpi_unbind_one()Rafael J. Wysocki2013-08-07
| | * | | | | | | | | ACPI: Use list_for_each_entry() in acpi_unbind_one()Rafael J. Wysocki2013-08-07
| | * | | | | | | | | ACPI: acpi_bind_one()/acpi_unbind_one() whitespace cleanupsRafael J. Wysocki2013-08-07
| | * | | | | | | | | ACPI: Create symlinks in acpi_bind_one() under physical_node_lockRafael J. Wysocki2013-08-07
| | * | | | | | | | | ACPI: Reduce acpi_bind_one()/acpi_unbind_one() code duplicationRafael J. Wysocki2013-08-07
| | * | | | | | | | | ACPI: Do not fail acpi_bind_one() if device is already bound correctlyRafael J. Wysocki2013-08-07
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'acpi-assorted'Rafael J. Wysocki2013-08-26
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | * | | | | | | | ACPI / osl: Kill macro INVALID_TABLE().Tang Chen2013-08-14
| | * | | | | | | | ACPI / thermal: Use THERMAL_TRIPS_NONE macro to replace numberLan Tianyu2013-08-14
| | * | | | | | | | ACPI / thermal: Remove unused macros in the driver/acpi/thermal.cLan Tianyu2013-08-14
| | * | | | | | | | ACPI / thermal: Remove the unused lock of struct acpi_thermalLan Tianyu2013-08-14
| | * | | | | | | | Merge back earlier 'acpi-assorted' materialRafael J. Wysocki2013-08-14
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | ACPI / osl: Fix osi_setup_entries[] __initdata attribute locationHanjun Guo2013-08-13
| | | * | | | | | | ACPI / numa: Fix __init attribute location in slit_valid()Hanjun Guo2013-08-13
| | | * | | | | | | ACPI / dock: Fix __init attribute location in find_dock_and_bay()Hanjun Guo2013-08-13
| | | * | | | | | | ACPI / Sleep: Fix incorrect placement of __initdataSachin Kamat2013-08-07
| | | * | | | | | | ACPI / processor: Fix incorrect placement of __initdataSachin Kamat2013-08-07
| | | * | | | | | | ACPI / EC: Fix incorrect placement of __initdataSachin Kamat2013-08-07
| | | * | | | | | | ACPI / scan: Drop unnecessary label from acpi_create_platform_device()Rafael J. Wysocki2013-08-06
| | | * | | | | | | ACPI: Move acpi_bus_get_device() from bus.c to scan.cRafael J. Wysocki2013-08-06
| | | * | | | | | | ACPI / scan: Allow platform device creation without any IO resourcesKuppuswamy Sathyanarayanan2013-08-06
| | | * | | | | | | ACPI: Cleanup sparse warning on acpi_os_initialize1()Lv Zheng2013-07-25
| | | * | | | | | | ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger2013-07-15
| | | | |_|_|_|_|/ | | | |/| | | | |
| * | | | | | | | Merge branch 'acpica'Rafael J. Wysocki2013-08-26
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPICA: Update names for walk_namespace callbacks to clarify usage.Bob Moore2013-08-13
| | * | | | | | | | ACPICA: Return error if DerefOf resolves to a null package element.Bob Moore2013-08-13
| | * | | | | | | | ACPICA: Make ACPI Power Management Timer (PM Timer) optional.Bob Moore2013-08-13
| | * | | | | | | | ACPICA: Fix divergences of the commit - ACPICA: Expose OSI version.Lv Zheng2013-08-13
| | * | | | | | | | ACPICA: Fix possible fault for methods that optionally have no return value.Bob Moore2013-08-13
| | * | | | | | | | ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and BufferField r...Bob Moore2013-08-08
| | * | | | | | | | ACPICA: Emit all unresolved method externals in a text blockBob Moore2013-08-08
| | * | | | | | | | ACPICA: Export acpi_tb_validate_rsdp().Bob Moore2013-08-08
| | * | | | | | | | ACPI: Add facility to remove all _OSI stringsLv Zheng2013-07-22
| | * | | | | | | | ACPI: Add facility to disable all _OSI OS vendor stringsLv Zheng2013-07-22
| | * | | | | | | | ACPICA: Add acpi_update_interfaces() public interfaceLv Zheng2013-07-22
| | * | | | | | | | ACPICA: Fix compiler warnings for casting issues (only some compilers)Jung-uk Kim2013-07-22
| | * | | | | | | | ACPICA: Remove restriction of 256 maximum GPEs in any GPE blockBob Moore2013-07-22
| | * | | | | | | | ACPICA: Disassembler: Expand maximum output string length to 64KBob Moore2013-07-22
| | * | | | | | | | ACPICA: TableManager: Export acpi_tb_scan_memory_for_rsdp()Bob Moore2013-07-22
| | * | | | | | | | ACPICA: Update comments about behavior when _STA does not existBob Moore2013-07-22
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge branch 'acpi-sleep'Rafael J. Wysocki2013-08-26
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPI / sleep: Introduce acpi_os_prepare_extended_sleep() for extended sleep pathBen Guthro2013-07-31
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'acpi-pm'Rafael J. Wysocki2013-08-26
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPI / PM: Add state information to error message in acpi_device_set_power()Aaron Lu2013-08-03
| | * | | | | | | | ACPI / PM: Remove redundant power manageable check from acpi_bus_set_power()Aaron Lu2013-07-31
| | * | | | | | | | ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhereRafael J. Wysocki2013-07-30
| | * | | | | | | | ACPI / PM: Make messages in acpi_device_set_power() print device namesRafael J. Wysocki2013-07-30
| | * | | | | | | | ACPI / PM: Only set power states of devices that are power manageableRafael J. Wysocki2013-07-30
| | |/ / / / / / /
| * | | | | | | | Merge branch 'acpi-pci-hotplug'Rafael J. Wysocki2013-08-26
| |\ \ \ \ \ \ \ \