| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull bugzilla-5534 into release branch | Len Brown | 2007-02-16 | 5 | -35/+27 |
|\ |
|
| * | Execute AML Notify() requests on stack. | Alexey Starikovskiy | 2007-02-15 | 1 | -6/+5 |
| * | ACPICA: fix AML mutex re-entrancy | Alexey Starikovskiy | 2007-02-15 | 4 | -29/+22 |
* | | Pull remove-hotkey into release branch | Len Brown | 2007-02-16 | 8 | -1081/+0 |
|\ \ |
|
| * | | ACPI: hotkey: remove driver, per feature-removal-schedule.txt | Len Brown | 2007-02-16 | 8 | -1081/+0 |
* | | | Pull sony into release branch | Len Brown | 2007-02-16 | 3 | -0/+578 |
|\ \ \ |
|
| * | | | sony-laptop: allow complex per-value input/output validation | Mattia Dongili | 2007-02-13 | 1 | -19/+62 |
| * | | | sony-laptop: Update docs | Mattia Dongili | 2007-02-13 | 1 | -7/+7 |
| * | | | sony-laptop: Lindent | Len Brown | 2007-02-13 | 1 | -73/+78 |
| * | | | sony-laptop: Group functions and structures to better draw subsytems usage | Mattia Dongili | 2007-02-13 | 1 | -41/+51 |
| * | | | sony-laptop: Small update to the Kconfig help to make people believe this dri... | Mattia Dongili | 2007-02-13 | 1 | -1/+2 |
| * | | | sony-laptop: Remove /proc/acpi/sony interface and implement platform_device. | Mattia Dongili | 2007-02-13 | 1 | -198/+198 |
| * | | | sony-laptop: create from sony_acpi | Mattia Dongili | 2007-02-13 | 5 | -17/+16 |
| * | | | sony_acpi: Fix sony_acpi backlight registration and unregistration | Mattia Dongili | 2007-02-13 | 1 | -0/+8 |
| * | | | sony_acpi: Allow multiple sony_acpi_values for the same .name | Mattia Dongili | 2007-02-13 | 1 | -19/+25 |
| * | | | sony_acpi: Add lanpower and audiopower controls | Mattia Dongili | 2007-02-13 | 1 | -2/+18 |
| * | | | sony_acpi: Allow easier debugging for the unknown SNC methods. | Mattia Dongili | 2007-02-13 | 1 | -9/+21 |
| * | | | sony_acpi: Add acpi_bus_generate event | Stelian Pop | 2007-02-13 | 1 | -25/+28 |
| * | | | sony_acpi: Video sysfs support take 2 | Andrew Morton | 2007-02-13 | 1 | -1/+1 |
| * | | | sony_acpi: Add backlight support to the sony_acpi v2 | Alessandro Guido | 2007-02-13 | 1 | -0/+8 |
| * | | | sony_acpi: Add backlight support to the sony_acpi | Alessandro Guido | 2007-02-13 | 2 | -12/+48 |
| * | | | sony_acpi: Fix sony_acpi_resume call | Andrew Morton | 2007-02-13 | 1 | -1/+1 |
| * | | | sony_acpi: Avoid dimness on resume. | Andrew Morton | 2007-02-13 | 1 | -15/+34 |
| * | | | sony_acpi: SNC device support for Sony Vaios | Stelian Pop | 2007-02-13 | 3 | -0/+412 |
* | | | | Pull fluff into release branch | Len Brown | 2007-02-16 | 34 | -119/+97 |
|\ \ \ \ |
|
| * | | | | ACPI: acpi_table_parse_madt_family() is not MADT specific | Len Brown | 2007-02-13 | 2 | -19/+13 |
| * | | | | ACPI: acpi_madt_entry_handler() is not MADT specific | Len Brown | 2007-02-13 | 2 | -4/+4 |
| * | | | | ACPI: acpi_table_parse() now returns success/fail, not count | Len Brown | 2007-02-13 | 2 | -6/+13 |
| * | | | | ACPI: delete extra #defines in /drivers/acpi/ drivers | Len Brown | 2007-02-12 | 23 | -36/+13 |
| * | | | | ACPI: fix acpi_driver.name usage | Len Brown | 2007-02-12 | 17 | -17/+17 |
| * | | | | ACPI: clean up ACPI_MODULE_NAME() use | Len Brown | 2007-02-12 | 32 | -39/+39 |
* | | | | | Pull misc-for-upstream into release branch | Len Brown | 2007-02-16 | 15 | -159/+114 |
|\ \ \ \ \ |
|
| * | | | | | ACPI: bay: use IS_ERR for return of register_platform_device_simple | Henrique de Moraes Holschuh | 2007-02-16 | 1 | -1/+1 |
| * | | | | | ACPI: acpi_unload_table_id() always returns error | John Keller | 2007-02-16 | 1 | -3/+4 |
| * | | | | | ACPI: ec: add unlock in error path | Alexey Starikovskiy | 2007-02-16 | 1 | -1/+3 |
| * | | | | | ACPI: thermal: fix units in debug output | Sanjoy Mahajan | 2007-02-16 | 1 | -1/+1 |
| * | | | | | ACPI: include apic.h in processor driver for benefit of UP kernels | Thomas Gleixner | 2007-02-15 | 1 | -0/+8 |
| * | | | | | ACPI: remove non-PNPACPI version of get_rtc_dev() | Len Brown | 2007-02-15 | 1 | -27/+0 |
| * | | | | | ACPI: always enable CONFIG_PNPACPI on CONFIG_ACPI kernels | Len Brown | 2007-02-15 | 2 | -14/+3 |
| * | | | | | ACPI: remove acpi_os_readable(), acpi_os_writable() | Len Brown | 2007-02-15 | 1 | -20/+0 |
| * | | | | | ACPI: Fix sparse warnings | Randy Dunlap | 2007-02-15 | 3 | -3/+3 |
| * | | | | | ACPI: Disable wake GPEs only once. | Alexey Starikovskiy | 2007-02-13 | 1 | -11/+0 |
| * | | | | | ACPI: IA64: fix calculation of apic_id | Alexey Starikovskiy | 2007-02-12 | 1 | -1/+1 |
| * | | | | | ACPI: video: Fix null pointer in appledisplay driver | Michael Hanselmann | 2007-02-10 | 1 | -1/+1 |
| * | | | | | ACPI: ibm-acpi: cleanup init and exit paths | Henrique de Moraes Holschuh | 2007-02-09 | 1 | -5/+8 |
| * | | | | | ACPI: bay: fix wrong order of kzalloc arguments | Al Viro | 2007-02-09 | 1 | -1/+1 |
| * | | | | | ACPI: toshiba_acpi: Use ARRAY_SIZE macro when appropriate | Ahmed S. Darwish | 2007-02-09 | 1 | -1/+1 |
| * | | | | | ACPI: updates rtc-cmos device platform_data | David Brownell | 2007-02-09 | 1 | -0/+89 |
| * | | | | | ACPI: asus_acpi: Add support for Asus Z81SP | Matthew C Campbell | 2007-02-09 | 1 | -1/+13 |
| * | | | | | ACPI: bay: remove ACPI driver struct | Kristen Carlson Accardi | 2007-02-09 | 1 | -95/+4 |