aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-05ACPI: processor: use .notify method instead of installing handler directlyBjorn Helgaas1-15/+4
2009-04-05ACPI: button: use .notify method instead of installing handler directlyBjorn Helgaas1-69/+8
2009-04-05ACPI: support acpi_device_ops .notify methodsBjorn Helgaas1-0/+71
2009-04-05Merge branch 'linus' into releaseLen Brown15-40/+221
2009-04-05Merge branch 'misc' into releaseLen Brown4-13/+21
2009-04-05Merge branch 'x2apic' into releaseLen Brown3-1/+101
2009-04-05Merge branch 'constify' into releaseLen Brown6-25/+32
2009-04-05Merge branches 'bugzilla-12461' and 'bugzilla-9998' into releaseLen Brown1-8/+22
2009-04-05Merge branch 'acpi_enforce_resources' into releaseLen Brown1-3/+3
2009-04-05Merge branch 'async-battery' into releaseLen Brown2-5/+12
2009-04-05Merge branch 'acpi-modparam' into releaseLen Brown4-33/+26
2009-04-05Merge branch 'video' into releaseLen Brown2-57/+225
2009-04-05Merge branch 'psd' into releaseLen Brown1-25/+21
2009-04-05Merge branch 'battery' into releaseLen Brown2-16/+23
2009-04-05Merge branch 'thermal' into releaseLen Brown4-466/+135
2009-04-05Merge branch 'pmtimer-overflow' into releaseLen Brown1-36/+27
2009-04-05Merge branch 'dynamic-ssdt' into releaseLen Brown1-3/+48
2009-04-05Merge branch 'driver-ops-cleanup' into releaseLen Brown1-12/+0
2009-04-05Merge branch 'bjorn-cleanups' into releaseLen Brown3-164/+135
2009-04-05Merge branch 'bjorn-initcall-cleanup' into releaseLen Brown12-59/+80
2009-04-04ACPI: battery: asynchronous initArjan van de Ven2-5/+12
2009-04-04video: build fixLen Brown1-4/+4
2009-04-03ACPI: constify VFTs (2/2)Jan Engelhardt1-9/+16
2009-04-03ACPI: constify VFTs (1/2)Jan Engelhardt6-16/+16
2009-04-03ACPI: constify tables in pci_irq.cJan Beulich1-8/+8
2009-04-03x86, ACPI: add support for x2apic ACPI extensionsSuresh Siddha3-1/+101
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-04-03dock: fix dereference after kfree()Dan Carpenter1-1/+2
2009-04-03ACPI: Remove R40e c-state blacklistThomas Renninger1-51/+0
2009-04-03ACPI: get_throttling_state() cannot be larger than state_countLen Brown1-4/+2
2009-04-03ACPI: suspend: Add the Pansonic CF51 box to the dmi check tableZhao Yakui1-0/+9
2009-04-02ACPI: simplify processor lines in MakefileLen Brown1-5/+4
2009-04-02ACPI: acpi_enforce_resource=strict by defaultLuca Tettamanti1-3/+3
2009-04-02ACPI: simplify module_param namespaceRusty Russell4-37/+28
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-2/+178
2009-04-01ACPI: EC: Always parse EC deviceAlexey Starikovskiy1-5/+9
2009-04-01ACPI: EC: Separate delays for MSI hardwareAlexey Starikovskiy1-3/+13
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan8-17/+0
2009-03-30trivial: Fix misspelling of "Celsius".Adam Buchbinder1-1/+1
2009-03-27ACPI video: add a warning message if _BQC is not foundZhang Rui1-0/+3
2009-03-27ACPI: battery: add power_{now,avg} properties to power_classAlexey Starikovskiy2-16/+23
2009-03-27ACPI: Populate DIDL before registering ACPI video device on IntelMatthew Garrett1-1/+39
2009-03-27ACPI video: support buggy BIOSes with _BCQ implementedZhang Rui1-4/+13
2009-03-27ACPI video: support _BQC/_BCL/_BCM methods that use index valuesZhang Rui1-21/+70
2009-03-27ACPI video: support reversed _BCL method in ACPI video driverZhang Rui1-3/+9
2009-03-27ACPI video: support _BCL packages that don't export brightness levels when machine is on AC/BatteryZhang Rui1-7/+30
2009-03-27ACPI video: check the return value of acpi_video_device_lcd_set_levelZhang Rui1-16/+21
2009-03-27ACPI video: check the return value of acpi_video_device_lcd_get_level_currentZhang Rui1-10/+45
2009-03-27ACPI: Avoid wiping out pr->performance during preregisteringStanislaw Gruszka1-25/+21
2009-03-27ACPI: remove unused acpi_device_ops .shutdown methodBjorn Helgaas1-12/+0