| Commit message (Expand) | Author | Age |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-09-23 |
|\ |
|
| * | Merge branch 'video' into release | Len Brown | 2009-09-19 |
| |\ |
|
| | * | ACPI video: work-around BIOS AML bug in _BQC | Zhang Rui | 2009-08-31 |
| | * | ACPI: video - rename cdev to cooling_dev -- syntax only | Dmitry Torokhov | 2009-08-29 |
| | * | ACPI: video - fix potential crash when unloading | Dmitry Torokhov | 2009-08-29 |
| | * | ACPI video: ignore buggy _BQC | Vladimir Serbinenko | 2009-08-29 |
| | * | ACPI: video: remove unneeded memsets | Zhang Rui | 2009-08-27 |
| * | | ACPI: don't pass handle for fixed hardware notifications | Bjorn Helgaas | 2009-09-19 |
| * | | ACPI: remove null pointer checks in deferred execution path | Bjorn Helgaas | 2009-09-19 |
| * | | ACPI: simplify deferred execution path | Bjorn Helgaas | 2009-09-19 |
| * | | Merge branch 'misc-2.6.32' into release | Len Brown | 2009-09-19 |
| |\ \ |
|
| | * | | acpi: switch /proc/acpi/{debug_layer,debug_level} to seq_file | Alexey Dobriyan | 2009-09-19 |
| | * | | ACPI: linux/acpi.h should not include linux/dmi.h | Len Brown | 2009-09-19 |
| * | | | Merge branch 'processor-procfs-2.6.32' into release | Len Brown | 2009-09-19 |
| |\ \ \ |
|
| | * | | | ACPI: fix CONFIG_ACPI_PROCFS=n build warning | Len Brown | 2009-06-24 |
| | * | | | ACPI: Make ACPI processor proc I/F depend on the ACPI_PROCFS | Zhao Yakui | 2009-06-24 |
| * | | | | Merge branch 'power-meter' into release | Len Brown | 2009-09-19 |
| |\ \ \ \ |
|
| | * | | | | hwmon driver for ACPI 4.0 power meters | Darrick J. Wong | 2009-09-19 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge branch 'bugzilla-13620' into release | Len Brown | 2009-09-19 |
| |\ \ \ \ |
|
| | * | | | | ACPICA: fix leak of acpi_os_validate_address | Lin Ming | 2009-08-27 |
| * | | | | | Merge branch 'ec' into release | Len Brown | 2009-09-19 |
| |\ \ \ \ \ |
|
| | * | | | | | ACPI: EC: Drop orphan comment | Alexey Starikovskiy | 2009-08-29 |
| | * | | | | | ACPI: EC: use BURST mode only for MSI notebooks | Alexey Starikovskiy | 2009-08-29 |
| | * | | | | | ACPI: EC: Merge IRQ and POLL modes | Alexey Starikovskiy | 2009-08-29 |
| | | |_|_|/
| | |/| | | |
|
| * | | | | | Merge branch 'bjorn-start-stop-2.6.32' into release | Len Brown | 2009-09-19 |
| |\ \ \ \ \ |
|
| | * | | | | | ACPI: remove unused acpi_device_ops .stop method | Bjorn Helgaas | 2009-06-25 |
| | * | | | | | ACPI: EC: remove .stop() method | Bjorn Helgaas | 2009-06-25 |
| | * | | | | | ACPI: EC: remove .start() method | Bjorn Helgaas | 2009-06-25 |
| | * | | | | | ACPI: EC: move acpi_ec_start() after acpi_ec_add() | Bjorn Helgaas | 2009-06-25 |
| | * | | | | | ACPI: memory hotplug: remove .start() method | Bjorn Helgaas | 2009-06-25 |
| | * | | | | | ACPI: processor: remove .start() method | Bjorn Helgaas | 2009-06-25 |
| | * | | | | | ACPI: processor: move acpi_processor_start() after acpi_processor_add() | Bjorn Helgaas | 2009-06-25 |
| | * | | | | | ACPI: processor: clean up in acpi_processor_start() error exits | Bjorn Helgaas | 2009-06-25 |
| | * | | | | | ACPI: processor: remove KOBJ_ONLINE/KOBJ_OFFLINE events | Bjorn Helgaas | 2009-06-25 |
| * | | | | | | Merge branch 'battery' into release | Len Brown | 2009-09-19 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | ACPI battery: work around negative s16 battery current on Acer | Hector Martin | 2009-08-29 |
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | Merge branch 'acpica' into release | Len Brown | 2009-09-19 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | ACPICA: Windows compatibility: autoexecute root _INI method | Bob Moore | 2009-09-08 |
| | * | | | | | | ACPICA: Update _OSI with new Windows OS strings | Bob Moore | 2009-09-08 |
| | * | | | | | | ACPICA: Fix memory leak for ill-formed Package objects | Bob Moore | 2009-09-08 |
| | * | | | | | | ACPICA: Remove error message for Store(Localx,Localx) | Bob Moore | 2009-09-08 |
| | * | | | | | | ACPICA: Fix extraneous warning if _DSM returns a package | Bob Moore | 2009-09-08 |
| | * | | | | | | ACPI: fix NULL bug for HID/UID string | Hugh Dickins | 2009-08-31 |
| | * | | | | | | ACPICA: acpi_reset: Bypass port validation mechanism | Bob Moore | 2009-08-28 |
| | * | | | | | | ACPICA: Add support for module-level executable AML code | Lin Ming | 2009-08-28 |
| | * | | | | | | ACPICA: ACPI 4: Add validation for new predefined names. | Bob Moore | 2009-08-28 |
| | * | | | | | | ACPICA: reformat predefined method table, no functional change | Lin Ming | 2009-08-28 |
| | * | | | | | | ACPICA: Fix fault if acpi_terminate is called twice | Bob Moore | 2009-08-28 |
| | * | | | | | | ACPICA: ACPI 4.0 : Add new return package type, restructure module. | Bob Moore | 2009-08-28 |
| | * | | | | | | ACPICA: Add repair for predefined methods that return nested packages | Bob Moore | 2009-08-28 |