summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)Author
2012-11-16ACPI / memhotplug: don't allow to eject the memory device if it is being usedWen Congyang
2012-11-16ACPI / memhotplug: free memory device if acpi_memory_enable_device() failedWen Congyang
2012-11-16ACPI / memhotplug: fix memory leak when memory device is unbound from acpi_me...Wen Congyang
2012-11-16ACPI / memhotplug: deal with eject request in hotplug queueWen Congyang
2012-11-16ACPI / memory-hotplug: add memory offline code to acpi_memory_device_remove()Yasuaki Ishimatsu
2012-11-15ACPI / memory-hotplug: call acpi_bus_trim() to remove memory deviceWen Congyang
2012-11-15ACPI: add newline in power.c messageRandy Dunlap
2012-11-15ACPI: Make seemingly useless check in osl.c more understandableRafael J. Wysocki
2012-11-15ACPI: Add ACPI CPU hot-remove supportToshi Kani
2012-11-15ACPI: Export functions for hot-removeToshi Kani
2012-11-15ACPI: Add user space interface for identification objectsLv Zheng
2012-11-15ACPI: Add _UID support for ACPI devices.Lv Zheng
2012-11-15ACPI / Sleep: add acpi_sleep=nonvs_s3 parameterKristen Carlson Accardi
2012-11-15ACPI: Remove unused lockable in acpi_device_flagsToshi Kani
2012-11-15ACPI: Fix stale pointer access to flags.lockableToshi Kani
2012-11-15ACPI: Fix a hard coding style when determining if a device is a container, v3Tang Chen
2012-11-15ACPI / processor: prevent cpu from becoming onlineYasuaki Ishimatsu
2012-11-15ACPI: strict_strtoul() and printk() cleanup in acpi_padJosh
2012-11-15ACPI: dock: Remove redundant ACPI NS walkToshi Kani
2012-11-15ACPI / EC: Don't count a SCI interrupt as a false oneFeng Tang
2012-11-15ACPI / EC: Add more debug info and trivial code cleanupFeng Tang
2012-11-15ACPI / EC: Cleanup the member name for spinlock/mutex in structFeng Tang
2012-11-03ACPI video: Ignore errors after _DOD evaluation.Igor Murzov
2012-10-26ACPI: missing breakAlan Cox
2012-10-23ACPI: Fix memory leak in acpi_bind_one()Jesper Juhl
2012-10-16ACPI: Reorder IPMI driver before any other ACPI driversMatthew Garrett
2012-10-09Merge branches 'fixes-for-37', 'ec' and 'thermal' into releaseLen Brown
2012-10-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Len Brown
2012-10-08cpuidle / ACPI: fix potential NULL pointer dereferenceWei Yongjun
2012-10-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2012-10-06Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_drive...Len Brown
2012-10-06ACPI: Add new sysfs interface to export device descriptionLance Ortiz
2012-10-06ACPI: Harden acpi_table_parse_entries() against BIOS bugFenghua Yu
2012-10-06ACPI: EC: Add a quirk for CLEVO M720T/M730T laptopFeng Tang
2012-10-06ACPI: EC: Make the GPE storm threshold a module parameterFeng Tang
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-10-03Merge branch 'drm-next-3.7' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds
2012-09-29efi: Fix the ACPI BGRT driver for images located in EFI boot services memoryJosh Triplett
2012-09-25ACPI: run _OSC after ACPI_FULL_INITIALIZATIONLin Ming
2012-09-24Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into nextBjorn Helgaas
2012-09-24PCI/ACPI: Use acpi_driver_data() rather than searching acpi_pci_rootsTaku Izumi
2012-09-24PCI/ACPI: Protect acpi_pci_roots list with mutexTaku Izumi
2012-09-24PCI/ACPI: Use acpi_pci_root info rather than looking it up againTaku Izumi
2012-09-24PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi
2012-09-24PCI/ACPI: Protect acpi_pci_drivers list with mutexTaku Izumi
2012-09-24PCI/ACPI: Notify acpi_pci_drivers when hot-plugging PCI root bridgesJiang Liu
2012-09-24PCI/ACPI: Use normal list for struct acpi_pci_driverJiang Liu
2012-09-24Merge branch 'pm-cpuidle'Rafael J. Wysocki