summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc' into releaseLen Brown2010-10-2612-240/+20
|\
| * ACPI: install ACPI table handler before any dynamic tables being loadedZhang Rui2010-10-261-1/+6
| * ACPI / PM: Blacklist another machine that needs acpi_sleep=nonvsRafael J. Wysocki2010-10-261-0/+8
| * ACPI dock: move some functions to .init.textUwe Kleine-König2010-10-191-3/+3
| * ACPI: thermal: remove unused limit codeLen Brown2010-10-191-71/+0
| * ACPI: static sleep_states[] and acpi_gts_bfs_checkStephen Hemminger2010-10-192-3/+2
| * ACPI: remove dead codeStephen Hemminger2010-10-196-146/+0
| * ACPI: delete dedicated MAINTAINERS entries for ACPI EC and BATTERY driversLen Brown2010-10-191-15/+0
| * ACPI: Only processor needs CPU_IDLEJean Delvare2010-10-191-1/+1
* | Merge branch 'acpi-mmio' into releaseLen Brown2010-10-262-48/+235
|\ \
| * | ACPI: Page based coalescing of I/O remappings optimizationMyron Stowe2010-10-251-11/+51
| * | ACPI: Convert simple locking to RCU based lockingMyron Stowe2010-10-251-12/+11
| * | ACPI: Pre-map 'system event' related register blocksMyron Stowe2010-10-251-31/+40
| * | ACPI: Add interfaces for ioremapping/iounmapping ACPI registersMyron Stowe2010-10-252-0/+41
| * | ACPI: Maintain a list of ACPI memory mapped I/O remappingsMyron Stowe2010-10-251-15/+113
| * | ACPI: Fix ioremap size for MMIO reads and writesMyron Stowe2010-10-251-2/+2
* | | Merge branch 'ec-param' into releaseLen Brown2010-10-251-2/+7
|\ \ \
| * | | ACPI: Make Embedded Controller command timeout delay configurableThomas Renninger2010-10-221-2/+7
| |/ /
* | | Merge branch 'pnp-log' into releaseLen Brown2010-10-252-7/+8
|\ \ \
| * | | PNP: log PNP resources, as we do for PCIBjorn Helgaas2010-10-012-7/+8
* | | | Merge branch 'pnpacpi-invalid-device-id' into releaseLen Brown2010-10-251-5/+24
|\ \ \ \
| * | | | PNPACPI: cope with invalid device IDsDmitry Torokhov2010-10-011-5/+24
| |/ / /
* | | | Merge branch 'power-refcount' into releaseLen Brown2010-10-251-97/+70
|\ \ \ \
| * | | | ACPI / PM: Fix reference counting of power resourcesRafael J. Wysocki2010-10-231-97/+70
| | |/ / | |/| |
* | | | Merge branch 'cleanup' into releaseLen Brown2010-10-251-1/+0
|\ \ \ \
| * | | | ACPI: Remove unused #define ACPI_PROCESSOR_FILE_POWERThomas Renninger2010-10-011-1/+0
| | |/ / | |/| |
* | | | Merge branch 'gpe-defer' into releaseLen Brown2010-10-2513-140/+94
|\ \ \ \
| * | | | ACPI / ACPICA: Defer enabling of runtime GPEs (v3)Rafael J. Wysocki2010-09-2413-140/+94
* | | | | Merge branch 'battery' into releaseLen Brown2010-10-251-8/+27
|\ \ \ \ \
| * | | | | ACPI / Battery: Return -ENODEV for unknown values in get_property()Rafael J. Wysocki2010-10-231-8/+27
| | |_|/ / | |/| | |
* | | | | Merge branch 'acpi_pm_device_sleep_state' into releaseLen Brown2010-10-252-10/+18
|\ \ \ \ \
| * | | | | ACPI / PM: Fix problems with acpi_pm_device_sleep_state()Rafael J. Wysocki2010-10-152-10/+18
| | |_|_|/ | |/| | |
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'bugzilla-15807', 'bugzilla-15979-v2' and 'bugzilla-19162' int...Len Brown2010-10-259-26/+68
|\ \ \ \ \ \ \
| | | * | | | | ACPI/PNP: A HID value of an object never changes -> make it constThomas Renninger2010-10-027-11/+12
| | | * | | | | ACPI: Do not export hid/modalias sysfs file for ACPI objects without a HIDThomas Renninger2010-10-011-16/+20
| | | | |_|_|/ | | | |/| | |
| | * | | | | ACPI battery: support percentage battery remaining capacityZhang Rui2010-10-221-1/+37
| * | | | | | acpi-cpufreq: fix a memleak when unloading driverZhang Rui2010-10-121-0/+1
* | | | | | | Merge branch 'procfs-cleanup-v2' into releaseLen Brown2010-10-2512-1415/+29
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | ACPI: remove unused declaration of proc_fs.hZhang Rui2010-10-163-3/+0
| * | | | | | ACPI processor: make /proc/acpi/processor/*/throttle depends on CONFIG_ACPI_P...Zhang Rui2010-10-162-1/+23
| * | | | | | ACPI video: remove deprecated procfs I/FZhang Rui2010-10-161-770/+1
| * | | | | | ACPI thermal: remove deprecated procfs I/FZhang Rui2010-10-161-435/+1
| * | | | | | ACPI fan: remove deprecated procfs I/FZhang Rui2010-10-161-138/+1
| * | | | | | ACPI ac/battery/sbs: sysfs I/F always built in, procfs I/F disabled by defaultZhang Rui2010-10-164-68/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'acpica' into releaseLen Brown2010-10-2540-717/+1826
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Subject: [PATCH] ACPICA: Fix Scope() op in module level codeBob Moore2010-10-231-2/+17
| * | | | | ACPICA: Update version to 20101013Bob Moore2010-10-181-1/+1
| * | | | | ACPICA: Clear PCIEXP_WAKE_STS when clearing ACPI eventsColin Ian King2010-10-181-0/+1
| * | | | | ACPICA: Add Vista SP2 to supported _OSI stringsBob Moore2010-10-182-1/+3
| * | | | | ACPICA: Eliminate duplicate code in acpi_ut_execute_* functionsBob Moore2010-10-181-41/+4