Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | ACPI / processor: Remove acpi_processor_get_limit_info() | Lan Tianyu | 2013-08-13 | 2 | -13/+3 | |
| | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'acpi-bind' | Rafael J. Wysocki | 2013-08-27 | 1 | -44/+47 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | ACPI: Print diagnostic messages if device links cannot be created | Rafael J. Wysocki | 2013-08-09 | 1 | -0/+7 | |
| | * | | | | | | | | | ACPI: Drop unnecessary label from acpi_bind_one() | Rafael J. Wysocki | 2013-08-09 | 1 | -12/+7 | |
| | * | | | | | | | | | ACPI: Clean up error code path in acpi_unbind_one() | Rafael J. Wysocki | 2013-08-07 | 1 | -7/+4 | |
| | * | | | | | | | | | ACPI: Use list_for_each_entry() in acpi_unbind_one() | Rafael J. Wysocki | 2013-08-07 | 1 | -20/+18 | |
| | * | | | | | | | | | ACPI: acpi_bind_one()/acpi_unbind_one() whitespace cleanups | Rafael J. Wysocki | 2013-08-07 | 1 | -4/+3 | |
| | * | | | | | | | | | ACPI: Create symlinks in acpi_bind_one() under physical_node_lock | Rafael J. Wysocki | 2013-08-07 | 1 | -2/+2 | |
| | * | | | | | | | | | ACPI: Reduce acpi_bind_one()/acpi_unbind_one() code duplication | Rafael J. Wysocki | 2013-08-07 | 1 | -11/+11 | |
| | * | | | | | | | | | ACPI: Do not fail acpi_bind_one() if device is already bound correctly | Rafael J. Wysocki | 2013-08-07 | 1 | -3/+10 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'acpi-assorted' | Rafael J. Wysocki | 2013-08-27 | 20 | -334/+70 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | ACPI / osl: Kill macro INVALID_TABLE(). | Tang Chen | 2013-08-14 | 1 | -16/+20 | |
| | * | | | | | | | | ACPI / thermal: Use THERMAL_TRIPS_NONE macro to replace number | Lan Tianyu | 2013-08-14 | 1 | -3/+4 | |
| | * | | | | | | | | ACPI / thermal: Remove unused macros in the driver/acpi/thermal.c | Lan Tianyu | 2013-08-14 | 1 | -5/+0 | |
| | * | | | | | | | | ACPI / thermal: Remove the unused lock of struct acpi_thermal | Lan Tianyu | 2013-08-14 | 1 | -4/+0 | |
| | * | | | | | | | | Merge back earlier 'acpi-assorted' material | Rafael J. Wysocki | 2013-08-14 | 20 | -306/+46 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | ACPI / osl: Fix osi_setup_entries[] __initdata attribute location | Hanjun Guo | 2013-08-13 | 1 | -2/+2 | |
| | | * | | | | | | | ACPI / numa: Fix __init attribute location in slit_valid() | Hanjun Guo | 2013-08-13 | 1 | -1/+1 | |
| | | * | | | | | | | ACPI / dock: Fix __init attribute location in find_dock_and_bay() | Hanjun Guo | 2013-08-13 | 1 | -1/+1 | |
| | | * | | | | | | | ACPI / Sleep: Fix incorrect placement of __initdata | Sachin Kamat | 2013-08-07 | 1 | -1/+1 | |
| | | * | | | | | | | ACPI / processor: Fix incorrect placement of __initdata | Sachin Kamat | 2013-08-07 | 1 | -1/+1 | |
| | | * | | | | | | | ACPI / EC: Fix incorrect placement of __initdata | Sachin Kamat | 2013-08-07 | 1 | -1/+1 | |
| | | * | | | | | | | ACPI / scan: Drop unnecessary label from acpi_create_platform_device() | Rafael J. Wysocki | 2013-08-07 | 1 | -14/+12 | |
| | | * | | | | | | | ACPI: Move acpi_bus_get_device() from bus.c to scan.c | Rafael J. Wysocki | 2013-08-06 | 2 | -29/+22 | |
| | | * | | | | | | | ACPI / scan: Allow platform device creation without any IO resources | Kuppuswamy Sathyanarayanan | 2013-08-06 | 1 | -2/+6 | |
| | | * | | | | | | | ACPI: Cleanup sparse warning on acpi_os_initialize1() | Lv Zheng | 2013-07-26 | 3 | -1/+2 | |
| | | * | | | | | | | ACPI: Remove the old /proc/acpi/event interface | Thomas Renninger | 2013-07-15 | 11 | -258/+2 | |
| | | | |_|_|_|_|/ | | | |/| | | | | | ||||||
| * | | | | | | | | Merge branch 'acpica' | Rafael J. Wysocki | 2013-08-27 | 21 | -78/+252 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ACPICA: Update names for walk_namespace callbacks to clarify usage. | Bob Moore | 2013-08-13 | 3 | -23/+23 | |
| | * | | | | | | | | ACPICA: Return error if DerefOf resolves to a null package element. | Bob Moore | 2013-08-13 | 1 | -3/+10 | |
| | * | | | | | | | | ACPICA: Make ACPI Power Management Timer (PM Timer) optional. | Bob Moore | 2013-08-13 | 2 | -3/+14 | |
| | * | | | | | | | | ACPICA: Fix divergences of the commit - ACPICA: Expose OSI version. | Lv Zheng | 2013-08-13 | 2 | -2/+6 | |
| | * | | | | | | | | ACPICA: Fix possible fault for methods that optionally have no return value. | Bob Moore | 2013-08-13 | 1 | -1/+15 | |
| | * | | | | | | | | ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and BufferField r... | Bob Moore | 2013-08-08 | 1 | -3/+32 | |
| | * | | | | | | | | ACPICA: Emit all unresolved method externals in a text block | Bob Moore | 2013-08-08 | 1 | -0/+1 | |
| | * | | | | | | | | ACPICA: Export acpi_tb_validate_rsdp(). | Bob Moore | 2013-08-08 | 2 | -6/+4 | |
| | * | | | | | | | | ACPI: Add facility to remove all _OSI strings | Lv Zheng | 2013-07-23 | 1 | -0/+7 | |
| | * | | | | | | | | ACPI: Add facility to disable all _OSI OS vendor strings | Lv Zheng | 2013-07-23 | 1 | -1/+13 | |
| | * | | | | | | | | ACPICA: Add acpi_update_interfaces() public interface | Lv Zheng | 2013-07-23 | 4 | -13/+98 | |
| | * | | | | | | | | ACPICA: Fix compiler warnings for casting issues (only some compilers) | Jung-uk Kim | 2013-07-23 | 2 | -4/+6 | |
| | * | | | | | | | | ACPICA: Remove restriction of 256 maximum GPEs in any GPE block | Bob Moore | 2013-07-23 | 1 | -11/+0 | |
| | * | | | | | | | | ACPICA: Disassembler: Expand maximum output string length to 64K | Bob Moore | 2013-07-23 | 2 | -3/+4 | |
| | * | | | | | | | | ACPICA: TableManager: Export acpi_tb_scan_memory_for_rsdp() | Bob Moore | 2013-07-23 | 2 | -3/+6 | |
| | * | | | | | | | | ACPICA: Update comments about behavior when _STA does not exist | Bob Moore | 2013-07-23 | 2 | -2/+13 | |
| | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'acpi-sleep' | Rafael J. Wysocki | 2013-08-27 | 2 | -0/+33 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ACPI / sleep: Introduce acpi_os_prepare_extended_sleep() for extended sleep path | Ben Guthro | 2013-07-31 | 2 | -0/+33 | |
| | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'acpi-pm' | Rafael J. Wysocki | 2013-08-27 | 4 | -25/+19 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ACPI / PM: Add state information to error message in acpi_device_set_power() | Aaron Lu | 2013-08-03 | 1 | -1/+3 | |
| | * | | | | | | | | ACPI / PM: Remove redundant power manageable check from acpi_bus_set_power() | Aaron Lu | 2013-07-31 | 1 | -7/+0 | |
| | * | | | | | | | | ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhere | Rafael J. Wysocki | 2013-07-30 | 3 | -5/+5 |