| Commit message (Expand) | Author | Age |
* | [PATCH] ACPI: fix fan/thermal resume | Konstantin Karasyov | 2006-07-10 |
* | Revert "ACPI: dock driver" | Linus Torvalds | 2006-07-09 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2006-07-04 |
|\ |
|
| * | Pull smart-battery into release branch | Len Brown | 2006-07-01 |
| |\ |
|
| | * | ACPI: remove function tracing macros from drivers/acpi/*.c | Len Brown | 2006-07-01 |
| | * | ACPI: add support for Smart Battery | Rich Townsend | 2006-07-01 |
| * | | Pull bugzilla-3241 into release branch | Len Brown | 2006-07-01 |
| |\ \ |
|
| | * | | ACPI: handle battery notify event on broken BIOS | Vladimir Lebedev | 2006-07-01 |
| | * | | ACPI: handle AC notify event on broken BIOS | Christian Lupien | 2006-07-01 |
| | |/ |
|
| | * | Pull asus_acpi-0.30 into release branch | Len Brown | 2006-07-01 |
| | |\ |
|
| | | * | ACPI: asus_acpi: add S1N WLED control | Karol Kozimor | 2006-06-30 |
| | * | | Pull acpi_device_handle_cleanup into release branch | Len Brown | 2006-07-01 |
| | |\ \ |
|
| * | \ \ | Pull asus_acpi-0.30 into release branch | Len Brown | 2006-07-01 |
| |\ \ \ \ |
|
| | * | | | | ACPI: asus_acpi: correct M6N/M6R display nodes | Karol Kozimor | 2006-07-01 |
| | | |_|/
| | |/| | |
|
| | * | | | ACPI: asus_acpi: add S1N WLED control | Karol Kozimor | 2006-06-30 |
| | * | | | ACPI: asus_acpi: rework model detection | Karol Kozimor | 2006-06-30 |
| | * | | | ACPI: asus_acpi: support L5D | Karol Kozimor | 2006-06-30 |
| | * | | | ACPI: asus_acpi: handle internal Bluetooth / support W5A | Karol Kozimor | 2006-06-30 |
| | * | | | ACPI: asus_acpi: support A4G | Karol Kozimor | 2006-06-30 |
| | * | | | ACPI: asus_acpi: support W3400N | Karol Kozimor | 2006-06-30 |
| | * | | | ACPI: asus_acpi: LED display support | Karol Kozimor | 2006-06-30 |
| | * | | | ACPI: asus_acpi: support A3G | Karol Kozimor | 2006-06-30 |
| | * | | | ACPI: asus_acpi: misc cleanups | Karol Kozimor | 2006-06-30 |
| | |/ / |
|
| | * | | Pull kmalloc into release branch | Len Brown | 2006-06-30 |
| | |\ \ |
|
| * | \ \ | Pull acpi_device_handle_cleanup into release branch | Len Brown | 2006-07-01 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | ACPI: video: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: thermal: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: power: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: pci_root: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: pci_link: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: fan: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: button: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: battery: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: acpi_memhotplug: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: ac: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: video: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: thermal: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: power: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: pci_root: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: pci_link: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: fan: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: button: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: battery: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: acpi_memhotplug: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: ac: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: video: add struct acpi_device to struct acpi_video_bus. | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: power: add struct acpi_device to struct acpi_power_resource | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: thermal: add struct acpi_device to struct acpi_thermal. | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: pci root: add struct acpi_device to struct acpi_pci_root. | Patrick Mochel | 2006-06-30 |
| | * | | | ACPI: fan: add struct acpi_device to struct acpi_fan. | Patrick Mochel | 2006-06-30 |