summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-191-17/+8
|\
| * genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-18/+8
| * genetlink: pass family to functions using groupsJohannes Berg2013-11-191-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\ \
| * | treewide: Fix typo in printkMasanari Iida2013-10-141-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2013-11-141-5/+5
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'intel_powerclamp', 'tmon' and 'misc' of .git into nextZhang Rui2013-11-076-178/+29
| |\ \ \ \
| | | * | | ACPI/thermal : Remove zone disabled warningSrinivas Pandruvada2013-09-301-5/+5
| | |/ / / | |/| | |
* | | | | Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-143-110/+160
|\ \ \ \ \
| * | | | | PCI/ACPI: Decode _OSC bitmasks symbolicallyBjorn Helgaas2013-09-231-17/+67
| * | | | | PCI/ACPI: Separate out _OSC "we don't support enough services" pathBjorn Helgaas2013-09-231-42/+42
| * | | | | PCI/ACPI: Separate out _OSC "PCIe port services disabled" pathBjorn Helgaas2013-09-231-2/+6
| * | | | | PCI/ACPI: Skip _OSC control tests if _OSC support call failedBjorn Helgaas2013-09-231-5/+5
| * | | | | PCI/ACPI: Run _OSC only once for OSPM feature supportBjorn Helgaas2013-09-231-12/+7
| * | | | | PCI/ACPI: Split _OSC "support" and "control" flags into separate variablesBjorn Helgaas2013-09-231-17/+18
| * | | | | PCI/ACPI: Move _OSC stuff from acpi_pci_root_add() to negotiate_os_control()Bjorn Helgaas2013-09-231-61/+71
| * | | | | PCI/ACPI: Drop unnecessary _OSC existence testsBjorn Helgaas2013-09-231-10/+1
| * | | | | PCI/ACPI: Name _OSC #defines more consistentlyBjorn Helgaas2013-09-231-10/+9
| * | | | | ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORDBjorn Helgaas2013-09-233-19/+19
| |/ / / /
* | | | | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-14122-2439/+1921
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-11-075-217/+137
| |\ \ \ \
| | * | | | ACPI / hotplug: Consolidate deferred execution of ACPI hotplug routinesRafael J. Wysocki2013-11-075-119/+61
| | * | | | ACPI / hotplug: Do not execute "insert in progress" _OSTRafael J. Wysocki2013-11-071-2/+0
| | * | | | ACPI / hotplug: Carry out PCI root eject directlyRafael J. Wysocki2013-11-073-17/+13
| | * | | | ACPI / hotplug: Merge device hot-removal routinesRafael J. Wysocki2013-11-071-46/+38
| | * | | | ACPI / hotplug: Make acpi_bus_hot_remove_device() internalRafael J. Wysocki2013-11-073-1/+3
| | * | | | ACPI / hotplug: Simplify device ejection routinesRafael J. Wysocki2013-11-072-46/+20
| | * | | | ACPI / hotplug: Fix handle_root_bridge_removal()Rafael J. Wysocki2013-11-071-1/+4
| | * | | | ACPI / hotplug: Refuse to hot-remove all objects with disabled hotplugRafael J. Wysocki2013-11-071-21/+36
| | * | | | ACPI / scan: Start matching drivers after trying scan handlersRafael J. Wysocki2013-11-071-3/+6
| | * | | | ACPI: Remove acpi_pci_slot_init() headers from internal.hRafael J. Wysocki2013-11-071-5/+0
| * | | | | Merge branch 'acpi-video'Rafael J. Wysocki2013-11-072-11/+3
| |\ \ \ \ \
| | * | | | | Revert "ACPI / video: Ignore BIOS initial backlight value for HP 250 G1"Aaron Lu2013-11-071-8/+0
| | * | | | | ACPI / video: Quirk initial backlight level 0Aaron Lu2013-11-071-1/+1
| | * | | | | ACPI / video: Fix initial level validity testAaron Lu2013-11-071-1/+1
| | * | | | | ACPI / blacklist: fix name of ThinkPad Edge E530Felipe Contreras2013-11-051-1/+1
| * | | | | | Merge branch 'acpica'Rafael J. Wysocki2013-11-0787-303/+415
| |\ \ \ \ \ \
| | * | | | | | ACPICA: Add __init for ACPICA initializers/finalizers.Lv Zheng2013-10-316-9/+8
| | * | | | | | ACPICA: Cleanup asmlinkage for ACPICA APIs.Lv Zheng2013-10-311-2/+2
| | * | | | | | ACPICA: Fix cached object deletion code.Lv Zheng2013-10-311-2/+2
| | * | | | | | ACPICA: Remove dead AOPOBJ_INVALID check.Lv Zheng2013-10-311-6/+0
| | * | | | | | ACPICA: Cleanup useless memset invocations.Lv Zheng2013-10-312-2/+0
| | * | | | | | ACPICA: Fix an ACPI_ALLOCATE_ZEROED() reversal.Lv Zheng2013-10-311-1/+1
| | * | | | | | ACPICA: Fix wrong object length returned by acpi_ut_get_simple_object_size().Lv Zheng2013-10-311-10/+13
| | * | | | | | ACPICA: Add new statistics interface.Lv Zheng2013-10-315-0/+54
| | * | | | | | ACPICA: Update namespace dump code.Lv Zheng2013-10-311-2/+5
| | * | | | | | ACPICA: Update check for setting the ANOBJ_IS_EXTERNAL flag.Lv Zheng2013-10-311-1/+2
| | * | | | | | ACPICA: Update default space handlers.Lv Zheng2013-10-311-0/+1
| | * | | | | | ACPICA: Fix indentation issues for macro invocations.Lv Zheng2013-10-314-3/+8
| | * | | | | | ACPICA: Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfa...Lv Zheng2013-10-314-6/+14
OpenPOWER on IntegriCloud