summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2013-04-24ACPI: Fix wrong parameter passed to memblock_reserveWang YanQing1-1/+1
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano1-1/+0
2013-04-22acpi: video: enhance the quirk detect logic of _BQCAaron Lu1-10/+57
2013-04-16PCI/ACPI: Remove support of ACPI PCI subdriversMyron Stowe1-47/+1
2013-04-12PCI/ACPI: Handle PCI slot devices when creating/destroying PCI busesJiang Liu2-147/+24
2013-04-12ACPICA: Add a lock to the internal object reference count mechanismBob Moore3-35/+57
2013-04-12ACPICA: Fix a format string for 64-bit generationBob Moore1-1/+2
2013-04-12ACPICA: Remove FORCE_DELETE option for global reference count mechanismBob Moore2-14/+3
2013-04-12ACPICA: Improve error message for Index() operatorBob Moore1-4/+6
2013-04-12ACPICA: FADT: Remove extraneous warning for very large GPE registersLinn Crosetto1-0/+4
2013-04-12ACPICA: Fix a typo in a function header, no functional changeColin Ian King1-1/+1
2013-04-12ACPICA: Fix a typo in an error messageColin Ian King1-1/+1
2013-04-12ACPICA: Fix for some comments/headersTang Chen1-10/+12
2013-04-12ACPICA: _OSI Support: handle any errors from acpi_os_acquire_mutex()Jung-uk Kim3-11/+34
2013-04-12ACPICA: Predefine names: Add allowed argument types to master info tableBob Moore8-513/+1361
2013-04-11ACPI / PM: Expose lists of device wakeup power resources to user spaceRafael J. Wysocki1-19/+39
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro5-9/+9
2013-04-08ACPI: remove "config ACPI_DEBUG_FUNC_TRACE"Paul Bolle1-8/+0
2013-04-08Merge branch 'acpi-assorted' into linux-nextRafael J. Wysocki11-56/+107
2013-04-08Merge branch 'acpi-pm' into linux-nextRafael J. Wysocki1-15/+24
2013-04-08Merge branch 'acpica' into linux-nextRafael J. Wysocki31-400/+830
2013-04-08Merge branch 'acpi-lpss' into linux-nextRafael J. Wysocki5-38/+304
2013-04-08Merge branch 'acpi-hotplug' into linux-nextRafael J. Wysocki8-581/+538
2013-04-05Merge tag 'pci-v3.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-39/+37
2013-04-03ACPI / BGRT: Don't let users configure BGRT on non X86 systemsTony Luck1-1/+1
2013-04-02Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus"Bjorn Helgaas1-39/+37
2013-04-02cpuidle / ACPI: recover percpu ACPI processor cstateAlex Shi1-6/+7
2013-04-02ACPI / I2C: Use parent's ACPI_HANDLE() in acpi_i2c_register_devices()Rafael J. Wysocki1-1/+1
2013-03-30PCI / ACPI: Don't query OSC support with all possible controlsYinghai Lu1-2/+2
2013-03-27PCI / ACPI: hold acpi_scan_lock during root bus hotplugYinghai Lu1-2/+7
2013-03-27ACPI / APEI: fix error status check condition for CPERChen Gong1-1/+1
2013-03-27ACPI / PM: fix suspend and resume on Sony Vaio VGN-FW21MFabio Valentini1-0/+8
2013-03-25ACPI / processor_thermal: avoid null pointer deference errorColin Ian King1-6/+18
2013-03-25ACPI / fan: avoid null pointer deference errorColin Ian King1-2/+6
2013-03-25ACPI / PM: Fix potential problem in acpi_device_get_power()Rafael J. Wysocki1-15/+24
2013-03-25ACPI / memhotplug: Remove info->failed bitYasuaki Ishimatsu1-13/+2
2013-03-25ACPI / memhotplug: set info->enabled for memory present at boot timeYasuaki Ishimatsu1-2/+2
2013-03-25ACPI / video: Fix applying indexed initial brightness value.Danny Baumann1-23/+37
2013-03-25ACPI / video: Make logic a little easier to understand.Danny Baumann1-6/+7
2013-03-25ACPI / video: Fix brightness control initialization for some laptops.Danny Baumann1-17/+26
2013-03-25ACPI / LPSS: make code less confusing for readerAndy Shevchenko1-2/+2
2013-03-25ACPI: Verify device status after ejectToshi Kani1-1/+17
2013-03-25ACPI: Use resource_size() in osl.cAlexandru Gheorghiu1-1/+1
2013-03-25ACPI / acpi_pad: Used PTR_RETAlexandru Gheorghiu1-1/+1
2013-03-25ACPI: suppress compiler warning in container.cAndy Shevchenko1-0/+2
2013-03-25ACPI: suppress compiler warning in battery.cAndy Shevchenko1-1/+1
2013-03-25ACPI: suppress compiler warnings in processor_throttling.cAndy Shevchenko1-1/+2
2013-03-25ACPI: suppress compiler warnings in button.cAndy Shevchenko1-0/+1
2013-03-24acpi: remove reference to ACPI_HOTPLUG_IOPaul Bolle1-1/+1
2013-03-24ACPI: Update _OST handling for notifyToshi Kani1-52/+35