summaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
Commit message (Expand)AuthorAgeFilesLines
* acpi: video: enhance the quirk detect logic of _BQCAaron Lu2013-04-221-10/+57
* ACPI: remove "config ACPI_DEBUG_FUNC_TRACE"Paul Bolle2013-04-081-8/+0
* PCI / ACPI: Don't query OSC support with all possible controlsYinghai Lu2013-03-301-2/+2
* ACPI / processor_thermal: avoid null pointer deference errorColin Ian King2013-03-251-6/+18
* ACPI / fan: avoid null pointer deference errorColin Ian King2013-03-251-2/+6
* ACPI / video: Fix applying indexed initial brightness value.Danny Baumann2013-03-251-23/+37
* ACPI / video: Make logic a little easier to understand.Danny Baumann2013-03-251-6/+7
* ACPI / video: Fix brightness control initialization for some laptops.Danny Baumann2013-03-251-17/+26
* ACPI: Use resource_size() in osl.cAlexandru Gheorghiu2013-03-251-1/+1
* ACPI / acpi_pad: Used PTR_RETAlexandru Gheorghiu2013-03-251-1/+1
* ACPI: suppress compiler warning in container.cAndy Shevchenko2013-03-251-0/+2
* ACPI: suppress compiler warning in battery.cAndy Shevchenko2013-03-251-1/+1
* ACPI: suppress compiler warnings in processor_throttling.cAndy Shevchenko2013-03-251-1/+2
* ACPI: suppress compiler warnings in button.cAndy Shevchenko2013-03-251-0/+1
* ACPI: replace kmalloc+memcpy with kmemdupAndrei Epure2013-03-241-3/+2
* ACPI video: ignore BIOS backlight value for HP dm4Gustavo Maciel Dias Vieira2013-03-241-0/+8
* Merge tag 'stable/for-linus-3.9-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-131-2/+2
|\
| * acpi: Export the acpi_processor_get_performance_infoKonrad Rzeszutek Wilk2013-03-061-2/+2
* | ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_typeRafael J. Wysocki2013-03-041-25/+1
* | ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki2013-03-041-26/+13
* | ACPI / porocessor: Beautify code, pr->id is u32 which is never < 0Chen Gang2013-03-041-1/+1
* | ACPI / processor: Remove redundant NULL check before kfreeSyam Sidhardhan2013-03-041-2/+1
* | ACPI / Sleep: Avoid interleaved message on errorsJoe Perches2013-03-041-5/+11
* | x86, ACPI, mm: Revert movablemem_map supportYinghai Lu2013-03-021-13/+10
* | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2013-03-011-50/+21
|\ \
| * | ghes: add the needed hooks for EDAC error reportMauro Carvalho Chehab2013-02-251-5/+19
| * | ghes: move structures/enum to a header fileMauro Carvalho Chehab2013-02-211-45/+2
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-281-1/+2
|\ \ \
| * | | ACPI: Overriding ACPI tables via initrd only works with an initrd and on X86Thomas Renninger2013-02-251-1/+2
* | | | Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-264-33/+95
|\ \ \ \
| * \ \ \ Merge branch 'acpi-pm' into fixesRafael J. Wysocki2013-02-233-29/+94
| |\ \ \ \
| | * | | | ACPI / PM: Take unusual configurations of power resources into accountRafael J. Wysocki2013-02-233-29/+94
| * | | | | Merge branch 'acpi-cleanup' into fixesRafael J. Wysocki2013-02-231-4/+1
| |\ \ \ \ \
| | * | | | | ACPI / APEI: Fix crash in apei_hest_parse() for acpi=offRafael J. Wysocki2013-02-231-4/+1
* | | | | | | Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-267-123/+200
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-02-192-86/+34
| |\ \ \ \ \ \ \
| | * | | | | | | PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbersYinghai Lu2013-02-162-86/+34
| * | | | | | | | Merge branch 'pci/jiang-pci_slot-kconfig' into nextBjorn Helgaas2013-02-164-16/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPI / PCI: Make pci_slot built-in only, not a moduleJiang Liu2013-02-154-16/+8
| * | | | | | | | | Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-01-274-2/+156
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | PCI/ACPI: Print info if host bridge notify handler installation failsTang Chen2013-01-251-3/+9
| | * | | | | | | | PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu2013-01-253-0/+128
| | * | | | | | | | PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu2013-01-251-2/+22
| | |/ / / / / / /
| * | | | | | | | Merge branch 'pci/acpi-scan2' into nextBjorn Helgaas2013-01-275-113/+69
| |\| | | | | | |
| | * | | | | | | Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Bjorn Helgaas2013-01-255-113/+69
| | |\ \ \ \ \ \ \
| * | | | | | | | | ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-141-18/+0
| |/ / / / / / / /
| * | | | | | | | Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Bjorn Helgaas2013-01-1011-403/+149
| |\ \ \ \ \ \ \ \
| * | | | | | | | | PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu2013-01-071-1/+3
* | | | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-262-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-212-2/+2