Age | Commit message (Expand) | Author | Files | Lines |
2009-01-06 | trivial: fix an -> a typos in documentation and comments | Frederik Schwarzer | 2 | -3/+3 |
2009-01-03 | cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t | Rusty Russell | 1 | -2/+2 |
2008-12-19 | ACPI: don't cond_resched() when irqs_disabled() | Wu Fengguang | 1 | -1/+5 |
2008-12-19 | ACPI: fix 2.6.28 acpi.debug_level regression | Bjorn Helgaas | 1 | -1/+1 |
2008-11-27 | ACPICA: disable _BIF warning | Lin Ming | 1 | -1/+1 |
2008-11-27 | ACPICA: Allow _WAK method to return an Integer | Bob Moore | 1 | -1/+1 |
2008-11-12 | Merge branch 'ec' into release | Len Brown | 1 | -2/+2 |
2008-11-12 | Merge branch 'processor-256' into release | Len Brown | 1 | -0/+1 |
2008-11-12 | Merge branch 'video' into release | Len Brown | 1 | -0/+2 |
2008-11-12 | Merge branch 'misc' into release | Len Brown | 1 | -5/+16 |
2008-11-12 | ACPICA: Use spinlock for acpi_{en|dis}able_gpe | Alexey Starikovskiy | 1 | -2/+2 |
2008-11-08 | ACPI: video: Ignore devices that aren't present in hardware | Thomas Renninger | 1 | -0/+2 |
2008-11-08 | ACPI: add driver component definitions to sysfs debug_layers | Bjorn Helgaas | 1 | -0/+4 |
2008-11-08 | ACPI: fix conflicting component definitions | Bjorn Helgaas | 1 | -3/+3 |
2008-11-08 | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h | Bjorn Helgaas | 1 | -1/+12 |
2008-11-07 | ACPI: Disambiguate processor declaration type | Myron Stowe | 1 | -0/+1 |
2008-11-06 | ACPI: remove CONFIG_ACPI_EC | Bjorn Helgaas | 1 | -2/+0 |
2008-11-06 | ACPI: remove CONFIG_ACPI_POWER | Bjorn Helgaas | 1 | -2/+0 |
2008-10-28 | ACPI: bugfix reporting of event handler status | Zhang Rui | 1 | -0/+1 |
2008-10-23 | Merge branch 'linus' into test | Len Brown | 2 | -4/+4 |
2008-10-23 | Merge branch 'ull' into test | Len Brown | 1 | -1/+1 |
2008-10-23 | Merge branch 'misc' into test | Len Brown | 1 | -1/+5 |
2008-10-23 | Merge branch 'ec' into test | Len Brown | 1 | -0/+1 |
2008-10-23 | Merge branch 'dock' into test | Len Brown | 3 | -2/+13 |
2008-10-23 | Merge branch 'acpica' into test | Len Brown | 15 | -255/+777 |
2008-10-23 | ACPICA: Update version to 20080926 | Bob Moore | 1 | -1/+1 |
2008-10-23 | ACPICA: New: Validation for predefined ACPI methods/objects | Bob Moore | 4 | -0/+468 |
2008-10-23 | ACPICA: Remove unused ACPI register bit definition | Lin Ming | 1 | -11/+23 |
2008-10-23 | ACPICA: Update version to 20080829 | Bob Moore | 1 | -1/+1 |
2008-10-23 | ACPICA: Cleanup for internal Reference Object | Bob Moore | 3 | -11/+30 |
2008-10-23 | ACPICA: Update for Reference ACPI_OPERAND_OBJECT | Bob Moore | 1 | -0/+1 |
2008-10-23 | ACPICA: Remove obsolete exception codes | Bob Moore | 1 | -73/+55 |
2008-10-23 | ACPICA: Add namespace node to operand object union | Bob Moore | 1 | -0/+7 |
2008-10-23 | ACPICA: Remove obsolete debug levels (WARN and ERROR) | Bob Moore | 1 | -19/+13 |
2008-10-23 | ACPICA: add preemption point after each opcode parse | Alexey Starikovskiy | 2 | -0/+11 |
2008-10-23 | ACPICA: Update version to 20080729 | Bob Moore | 1 | -1/+1 |
2008-10-23 | ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables | Bob Moore | 2 | -6/+49 |
2008-10-23 | ACPICA: Add function to decode reference obj types to strings | Bob Moore | 1 | -0/+2 |
2008-10-23 | ACPICA: Update version to 20080701 | Bob Moore | 1 | -1/+1 |
2008-10-23 | ACPICA: Return method arg count from acpi_get_object_info | Bob Moore | 1 | -0/+1 |
2008-10-23 | ACPICA: Cleanup macro definition file. | Bob Moore | 1 | -133/+115 |
2008-10-23 | ACPICA: Return status from global init function | Yi Yang | 1 | -1/+1 |
2008-10-23 | ACPICA: Fix wrong resource descriptor length for 64-bit build | Bob Moore | 1 | -1/+1 |
2008-10-23 | ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transi... | Zhao Yakui | 1 | -0/+1 |
2008-10-16 | include: replace __FUNCTION__ with __func__ | Harvey Harrison | 2 | -4/+4 |
2008-10-11 | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | 1 | -1/+1 |
2008-10-11 | ACPI: Enable EC device immediately after ACPI full initialization | Zhao Yakui | 1 | -0/+1 |
2008-10-11 | ACPI: catch calls of acpi_driver_data on pointer of wrong type | Pavel Machek | 1 | -1/+5 |
2008-09-24 | dock: introduce .uevent for devices in dock, eg libata | Shaohua Li | 1 | -2/+7 |
2008-09-24 | ACPI: fix hotplug race | Zhang Rui | 1 | -0/+3 |