| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI: fix ACPI_FADT_S4_RTC_WAKE comment | David Brownell | 2009-01-16 | 1 | -1/+1 |
* | Merge branch 'simplify_PRT' into release | Len Brown | 2009-01-09 | 1 | -3/+0 |
|\ |
|
| * | ACPI: simplify buffer management for acpi_pci_bind() etc. | Len Brown | 2008-12-30 | 1 | -3/+0 |
* | | Merge branch 'linus' into release | Len Brown | 2009-01-09 | 2 | -3/+3 |
|\ \ |
|
| * | | trivial: fix an -> a typos in documentation and comments | Frederik Schwarzer | 2009-01-06 | 2 | -3/+3 |
| * | | cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t | Rusty Russell | 2009-01-03 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'misc' into release | Len Brown | 2009-01-09 | 1 | -0/+1 |
|\ \ |
|
| * | | ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt" | Zhao Yakui | 2009-01-09 | 1 | -0/+1 |
| |/ |
|
* | | ACPICA: hide private headers | Len Brown | 2009-01-09 | 21 | -7416/+0 |
* | | ACPICA: delete acdisasm.h | Len Brown | 2009-01-08 | 1 | -453/+0 |
* | | ACPICA: Update version to 20081204. | robert.moore@intel.com | 2008-12-31 | 1 | -1/+1 |
* | | ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by default | robert.moore@intel.com | 2008-12-31 | 1 | -1/+1 |
* | | ACPICA: FADT parsing changes and fixes | Bob Moore | 2008-12-31 | 2 | -1/+13 |
* | | ACPICA: Add ACPI_MUTEX_TYPE configuration option | Bob Moore | 2008-12-31 | 4 | -28/+75 |
* | | ACPICA: Fixes for various ACPI data tables | Bob Moore | 2008-12-31 | 2 | -1/+9 |
* | | ACPICA: Restructure includes into public/private | Bob Moore | 2008-12-31 | 14 | -615/+815 |
* | | ACPICA: New: acpi_reset interface - write to reset register | Bob Moore | 2008-12-31 | 1 | -0/+2 |
* | | ACPICA: New: acpi_read and acpi_write public interfaces | Bob Moore | 2008-12-31 | 2 | -13/+8 |
* | | ACPICA: New: Public GPE group enable/disable interfaces | Bob Moore | 2008-12-31 | 1 | -4/+11 |
* | | ACPICA: New: acpi_get_gpe_device interface | Bob Moore | 2008-12-31 | 5 | -9/+20 |
* | | ACPI: osl.c: replace return_ACPI_STATUS with return | Lin Ming | 2008-12-31 | 2 | -1/+2 |
* | | ACPICA: Update version to 20081031 | Bob Moore | 2008-12-29 | 1 | -1/+1 |
* | | ACPICA: Consolidate method arg count validation code | Bob Moore | 2008-12-29 | 1 | -0/+3 |
* | | ACPICA: Add Buffer->String conversion for predefined methods | Bob Moore | 2008-12-29 | 1 | -1/+1 |
* | | ACPICA: Add global pointer for FACS table to simplify FACS access | Bob Moore | 2008-12-29 | 2 | -0/+3 |
* | | ACPICA: Add a mechanism to escape infinite AML While() loops | Bob Moore | 2008-12-29 | 3 | -1/+8 |
* | | ACPICA: Update FACS waking vector interfaces | Bob Moore | 2008-12-29 | 1 | -4/+2 |
* | | ACPICA: Fix several warnings under gcc 4 compiler | Bob Moore | 2008-12-29 | 1 | -4/+4 |
|/ |
|
* | ACPI: don't cond_resched() when irqs_disabled() | Wu Fengguang | 2008-12-19 | 1 | -1/+5 |
* | ACPI: fix 2.6.28 acpi.debug_level regression | Bjorn Helgaas | 2008-12-19 | 1 | -1/+1 |
* | ACPICA: disable _BIF warning | Lin Ming | 2008-11-27 | 1 | -1/+1 |
* | ACPICA: Allow _WAK method to return an Integer | Bob Moore | 2008-11-27 | 1 | -1/+1 |
* | Merge branch 'ec' into release | Len Brown | 2008-11-11 | 1 | -2/+2 |
|\ |
|
| * | ACPICA: Use spinlock for acpi_{en|dis}able_gpe | Alexey Starikovskiy | 2008-11-11 | 1 | -2/+2 |
* | | Merge branch 'processor-256' into release | Len Brown | 2008-11-11 | 1 | -0/+1 |
|\ \ |
|
| * | | ACPI: Disambiguate processor declaration type | Myron Stowe | 2008-11-06 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'video' into release | Len Brown | 2008-11-11 | 1 | -0/+2 |
|\ \ |
|
| * | | ACPI: video: Ignore devices that aren't present in hardware | Thomas Renninger | 2008-11-07 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'misc' into release | Len Brown | 2008-11-11 | 1 | -5/+16 |
|\ \ |
|
| * | | ACPI: add driver component definitions to sysfs debug_layers | Bjorn Helgaas | 2008-11-07 | 1 | -0/+4 |
| * | | ACPI: fix conflicting component definitions | Bjorn Helgaas | 2008-11-07 | 1 | -3/+3 |
| * | | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h | Bjorn Helgaas | 2008-11-07 | 1 | -1/+12 |
| * | | ACPI: remove CONFIG_ACPI_EC | Bjorn Helgaas | 2008-11-06 | 1 | -2/+0 |
| * | | ACPI: remove CONFIG_ACPI_POWER | Bjorn Helgaas | 2008-11-06 | 1 | -2/+0 |
| |/ |
|
* | | ACPI: bugfix reporting of event handler status | Zhang Rui | 2008-10-28 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'linus' into test | Len Brown | 2008-10-23 | 2 | -4/+4 |
|\ |
|
| * | include: replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-10-16 | 2 | -4/+4 |
* | | Merge branch 'ull' into test | Len Brown | 2008-10-22 | 1 | -1/+1 |
|\ \ |
|
| * | | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | 2008-10-11 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'misc' into test | Len Brown | 2008-10-22 | 1 | -1/+5 |
|\ \ |
|