summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-08-127-0/+24
|\
| * ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki2012-08-107-0/+24
| |
| \
| \
| \
*---. \ Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'o...Len Brown2012-08-0316-127/+177
|\ \ \ \
| | | * | ACPI / PCI: Do not try to acquire _OSC control if that is hopelessRafael J. Wysocki2012-07-301-2/+9
| | * | | ACPI: Only count valid srat memory structuresThomas Renninger2012-08-031-3/+5
| | * | | ACPI: Untangle a return statement for better readabilityThomas Renninger2012-08-031-2/+4
| | | |/ | | |/|
| | * | Merge branch 'linux-next' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2012-07-301-2/+58
| | |\ \
| | | * | acpi/video_detect: blacklist samsung x360Corentin Chary2012-07-281-0/+29
| | | * | acpi: add a way to promote/demote vendor backlight driversCorentin Chary2012-07-281-2/+29
| | * | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-07-26135-1627/+2113
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | * | Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstreamJeff Garzik2012-07-2521-123/+135
| | |\ \
| | | * \ Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-242-5/+21
| | | |\ \
| | | | * \ Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas2012-06-231-5/+19
| | | | |\ \
| | | | | * | ACPI/PM: specify lowest allowed state for device sleep stateHuang Ying2012-06-231-5/+19
| | | | * | | PCI/ACPI: provide MMCONFIG address for PCI host bridgesJiang Liu2012-06-221-0/+2
| | | | |/ /
| | | * | | Merge branch 'pm-acpi'Rafael J. Wysocki2012-07-1910-63/+70
| | | |\ \ \
| | | | * | | ACPI / PM: Drop PM callbacks from the ACPI bus typeRafael J. Wysocki2012-07-011-51/+0
| | | | * | | ACPI / PM: Do not execute legacy driver PM callbacksRafael J. Wysocki2012-07-011-15/+9
| | | | * | | ACPI: Use struct dev_pm_ops for power management in the SBS driverRafael J. Wysocki2012-07-011-4/+6
| | | | * | | ACPI: Use struct dev_pm_ops for power management in the power driverRafael J. Wysocki2012-07-011-4/+8
| | | | * | | ACPI: Use struct dev_pm_ops for power management in the button driverRafael J. Wysocki2012-07-011-3/+6
| | | | * | | ACPI: Use struct dev_pm_ops for power management in the battery driverRafael J. Wysocki2012-07-011-4/+11
| | | | * | | ACPI: Use struct dev_pm_ops for power management in the AC driverRafael J. Wysocki2012-07-011-5/+12
| | | | * | | ACPI: Use struct dev_pm_ops for power management in processor driverRafael J. Wysocki2012-07-012-4/+6
| | | | * | | ACPI: Use struct dev_pm_ops for power management in the thermal driverRafael J. Wysocki2012-07-011-7/+10
| | | | * | | ACPI: Use struct dev_pm_ops for power management in the fan driverRafael J. Wysocki2012-07-011-10/+11
| | | | * | | ACPI / PM: Make acpi_bus_type use driver struct dev_pm_ops callbacksRafael J. Wysocki2012-07-011-13/+47
| | | | * | | ACPI / PM: Make acpi_bus_type use struct dev_pm_ops for PM handlingRafael J. Wysocki2012-07-011-3/+4
| | | | * | | ACPI / PM: Drop pm_message_t argument from device suspend callbackRafael J. Wysocki2012-07-013-4/+4
| | | * | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2012-07-192-45/+1
| | | |\ \ \ \
| | | | * | | | cpuilde / ACPI: remove time from acpi_processor_cx structureDaniel Lezcano2012-07-171-2/+0
| | | | * | | | cpuidle / ACPI: remove usage from acpi_processor_cx structureDaniel Lezcano2012-07-171-5/+0
| | | | * | | | cpuidle / ACPI : remove latency_ticks from acpi_processor_cx structureDaniel Lezcano2012-07-171-2/+0
| | | | * | | | PM / cpuidle: System resume hang fix with cpuidlePreeti U Murthy2012-07-101-29/+1
| | | | * | | | ACPI: intel_idle : break dependency between modulesDaniel Lezcano2012-07-051-7/+0
| | | | |/ / /
| | * | | | | drivers/acpi/glue: revert accidental license-related 6b66d95895c bitsJeff Garzik2012-07-251-2/+2
| | * | | | | libata-acpi: register/unregister device to/from power resourceLin Ming2012-06-291-0/+2
| | * | | | | libata-acpi: add ata port runtime D3Cold supportLin Ming2012-06-291-0/+2
| | * | | | | libata: bind the Linux device tree to the ACPI device treeMatthew Garrett2012-06-291-2/+2
| | | |_|/ / | | |/| | |
| * | | | | ACPI processor: Fix tick_broadcast_mask online/offline regressionFeng Tang2012-08-031-1/+1
| * | | | | ACPI: replace strlen("string") with sizeof("string") -1Len Brown2012-07-261-2/+2
| * | | | | ACPI / PM: Fix build warning in sleep.c for CONFIG_ACPI_SLEEP unsetRafael J. Wysocki2012-07-261-1/+1
| | |/ / / | |/| | |
* | | | | ACPI: delete _GTS/_BFS supportLen Brown2012-07-305-115/+31
| |_|_|/ |/| | |
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-------------. \ \ \ Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown2012-07-26140-1662/+2181
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | |/ / | | | | | | | | |/| |
| | | | | | | * | | | Thermal: Documentation updateZhang Rui2012-07-241-4/+2
| | | | | | | * | | | Thermal: Make Thermal trip points writeableDurgadoss R2012-07-241-2/+2
| | | | | | | | |/ / | | | | | | | |/| |
| | | | | | * | | | ACPI/AC: prevent OOPS on some boxes due to missing check power_supply_registe...Lan Tianyu2012-07-241-1/+3
| | | | | | |/ / /
| | | | | | * | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-07-141-1/+1
| | | | | | |\ \ \
| | | | | | | * | | ACPICA: Fix possible fault in return package object repair codeBob Moore2012-07-141-1/+1
| | | | | | * | | | Merge tag 'cpufreq-for-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-141-2/+4
| | | | | | |\ \ \ \ | | | | | | | |/ / / | | | | | | |/| | |
OpenPOWER on IntegriCloud