summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+1
2010-10-19ACPI dock: move some functions to .init.textUwe Kleine-König1-3/+3
2010-10-19ACPI: thermal: remove unused limit codeLen Brown1-71/+0
2010-10-19ACPI: static sleep_states[] and acpi_gts_bfs_checkStephen Hemminger2-3/+2
2010-10-19ACPI: remove dead codeStephen Hemminger3-134/+0
2010-10-19ACPI: Only processor needs CPU_IDLEJean Delvare1-1/+1
2010-10-18ACPICA: Clear PCIEXP_WAKE_STS when clearing ACPI eventsColin Ian King1-0/+1
2010-10-18ACPICA: Add Vista SP2 to supported _OSI stringsBob Moore2-1/+3
2010-10-18ACPICA: Eliminate duplicate code in acpi_ut_execute_* functionsBob Moore1-41/+4
2010-10-18ACPICA: Change type of _TZ from ThermalZone to DeviceBob Moore1-2/+4
2010-10-18ACPICA: Comment update; no functional changeBob Moore1-0/+6
2010-10-16ACPI: remove unused declaration of proc_fs.hZhang Rui3-3/+0
2010-10-16ACPI processor: make /proc/acpi/processor/*/throttle depends on CONFIG_ACPI_P...Zhang Rui2-1/+23
2010-10-16ACPI video: remove deprecated procfs I/FZhang Rui1-770/+1
2010-10-16ACPI thermal: remove deprecated procfs I/FZhang Rui1-435/+1
2010-10-16ACPI fan: remove deprecated procfs I/FZhang Rui1-138/+1
2010-10-16ACPI ac/battery/sbs: sysfs I/F always built in, procfs I/F disabled by defaultZhang Rui4-68/+3
2010-10-16ACPI: add FW_BUG to OSI(Linux) messageLen Brown1-1/+1
2010-10-16acpi_idle: delete bogus data from cpuidle_state.power_usageLen Brown1-1/+0
2010-10-16ACPI / PM: Fix problems with acpi_pm_device_sleep_state()Rafael J. Wysocki1-6/+10
2010-10-15llseek: automatically add .llseek fopArnd Bergmann4-0/+4
2010-10-09Merge branch 'msi-dmi' into releaseLen Brown1-0/+17
2010-10-09Merge branch 'pdc-regression' into releaseLen Brown1-0/+1
2010-10-02ACPI: add DMI to disable AML Vista compatibility on MSI GX723 NotebookLee, Chun-Yi1-0/+17
2010-10-02ACPI/PNP: A HID value of an object never changes -> make it constThomas Renninger2-5/+4
2010-10-01ACPI: Do not export hid/modalias sysfs file for ACPI objects without a HIDThomas Renninger1-16/+20
2010-10-01ACPI: Remove unused #define ACPI_PROCESSOR_FILE_POWERThomas Renninger1-1/+0
2010-10-01Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds22-74/+151
2010-10-01ACPI: Handle ACPI0007 Device in acpi_early_set_pdcYinghai Lu1-0/+1
2010-10-01ACPICA: Increase configurability of error messagesBob Moore1-1/+1
2010-10-01ACPICA: Add repair for _HID and _CID stringsBob Moore1-0/+163
2010-10-01ACPICA: iASL/Disassembler: Write ACPI errors to stderr instead of output fileBob Moore7-287/+445
2010-10-01ACPICA: Make acpi_gbl_system_awake_and_running publically availableBob Moore1-1/+1
2010-10-01ACPICA: Update math module; no functional changeBob Moore1-3/+20
2010-10-01ACPICA: Make acpi_thread_id no longer configurable, always u64Lin Ming7-26/+28
2010-10-01ACPICA: Add ACPI_INLINE configuration parameterLin Ming1-2/+2
2010-10-01ACPICA: Obsolete the acpi_os_derive_pci_id OSL interfaceBob Moore5-73/+430
2010-10-01ACPICA/ACPI: Add new host interfaces for _OSI supportLin Ming12-193/+593
2010-10-01ACPICA: Revert "Revert "Enable multi-byte EC transfersBob Moore3-49/+73
2010-10-01ACPICA: Fix acpi_os_read_pci_configuration prototypeBob Moore2-6/+6
2010-09-29Merge branches 'apei', 'battery-mwh-fix', 'bugzilla-10807', 'bugzilla-14736',...Len Brown17-55/+110
2010-09-29ACPI: invoke DSDT corruption workaround on all Toshiba SatelliteLen Brown1-11/+3
2010-09-29ACPI, APEI, Fix ERST MOVE_DATA instruction implementationHuang Ying1-3/+20
2010-09-29ACPI: fan: Fix more unbalanced code blockLuis Henriques1-0/+2
2010-09-29ACPI: acpi_pad: simplify code to avoid false gcc build warningLen Brown1-16/+18
2010-09-29ACPI, APEI, Fix error path for memory allocationHuang Ying2-11/+26
2010-09-29ACPI, APEI, HEST Fix the unsuitable usage of platform_dataJin Dongming2-5/+8
2010-09-29ACPI, APEI, Fix acpi_pre_map() return valueJin Dongming1-1/+1
2010-09-29ACPI, APEI, Fix APEI related table size checkingHuang Ying2-2/+6
2010-09-29acpi_idle: add missing \n to printkLen Brown1-1/+1