summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2012-11-15ACPICA: Update for 64-bit generation of recent error message changesBob Moore1-4/+4
2012-11-15ACPICA: Fix externalize name to complete migration to ACPI_MOVE_NAMEBob Moore1-2/+5
2012-11-15ACPICA: Add starting offset parameter to common dump buffer routineBob Moore6-25/+34
2012-11-15ACPICA: Deploy ACPI_MOVE_NAME across ACPICA source baseBob Moore2-3/+2
2012-11-15ACPICA: Enhance error reporting for invalid opcodes and bad ACPI_NAMEsBob Moore4-16/+49
2012-11-15ACPICA: AcpiExec: Improve algorithm for tracking memory leaksBob Moore1-29/+71
2012-11-15ACPICA: Add debug print message for mutex objects that are force-releasedBob Moore1-1/+5
2012-11-15ACPICA: Resource Mgr: Small fix for buffer size calculationFeng Tang1-0/+9
2012-11-15ACPICA: Remove extra spaces after periods within commentsBob Moore60-187/+187
2012-11-15ACPICA: Update local C library module comments for ASCII tableBob Moore1-130/+131
2012-11-15ACPICA: Fix for predefined name loop during ACPICA initializationRobert Moore1-2/+2
2012-11-15ACPICA: Fix some typos in commentsBob Moore1-1/+1
2012-11-15ACPICA: ACPICA core: Cleanup empty lines at file start and endBob Moore23-23/+0
2012-11-15ACPICA: Audit/update for ACPICA return macros and debug depth counterBob Moore18-22/+27
2012-11-15ACPICA: Fix unmerged acmacros.h divergences.Lv Zheng2-106/+57
2012-11-15ACPICA: Fix indent caused divergences.Lv Zheng27-79/+100
2012-11-15ACPICA: Fix AcpiSrc caused divergences.Lv Zheng6-8/+8
2012-11-15ACPICA: Fix divergences of definition conflicts.Lv Zheng6-39/+42
2012-11-15ACPICA: Fix unmerged debugger divergences.Lv Zheng3-65/+100
2012-11-15ACPICA: Fix unmerged utility divergences.Lv Zheng7-31/+1852
2012-11-15Cleanup of invalid ACPI name handling and repairBob Moore4-33/+28
2012-11-03ACPI video: Ignore errors after _DOD evaluation.Igor Murzov1-4/+7
2012-10-26ACPI: missing breakAlan Cox1-0/+1
2012-10-23ACPI: Fix memory leak in acpi_bind_one()Jesper Juhl1-0/+1
2012-10-17ACPI: Reorder IPMI driver before any other ACPI driversMatthew Garrett1-1/+4
2012-10-09Merge branches 'fixes-for-37', 'ec' and 'thermal' into releaseLen Brown2-27/+96
2012-10-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Len Brown1-22/+71
2012-10-09cpuidle / ACPI: fix potential NULL pointer dereferenceWei Yongjun1-1/+2
2012-10-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds26-491/+729
2012-10-07Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_drive...Len Brown26-491/+729
2012-10-06ACPI: Add new sysfs interface to export device descriptionLance Ortiz1-2/+52
2012-10-06ACPI: Harden acpi_table_parse_entries() against BIOS bugFenghua Yu1-4/+14
2012-10-06ACPI: EC: Add a quirk for CLEVO M720T/M730T laptopFeng Tang1-1/+15
2012-10-06ACPI: EC: Make the GPE storm threshold a module parameterFeng Tang1-4/+10
2012-10-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-4/+4
2012-10-03Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-19/+59
2012-10-03Merge branch 'drm-next-3.7' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-4/+4
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-77/+68
2012-09-29efi: Fix the ACPI BGRT driver for images located in EFI boot services memoryJosh Triplett2-69/+11
2012-09-25ACPI: run _OSC after ACPI_FULL_INITIALIZATIONLin Ming1-2/+6
2012-09-25Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into nextBjorn Helgaas2-77/+68
2012-09-25PCI/ACPI: Use acpi_driver_data() rather than searching acpi_pci_rootsTaku Izumi1-5/+8
2012-09-25PCI/ACPI: Protect acpi_pci_roots list with mutexTaku Izumi1-9/+18
2012-09-25PCI/ACPI: Use acpi_pci_root info rather than looking it up againTaku Izumi1-30/+5
2012-09-25PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi2-9/+10
2012-09-25PCI/ACPI: Protect acpi_pci_drivers list with mutexTaku Izumi1-17/+19
2012-09-25PCI/ACPI: Notify acpi_pci_drivers when hot-plugging PCI root bridgesJiang Liu1-0/+11
2012-09-25PCI/ACPI: Use normal list for struct acpi_pci_driverJiang Liu1-13/+3
2012-09-24Merge branch 'pm-cpuidle'Rafael J. Wysocki1-8/+24
2012-09-24Thermal: Introduce thermal_zone_trip_update()Zhang Rui1-3/+5