aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+16
2013-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-1/+1
2013-01-24Merge tag 'please-pull-aer-trace' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into perf/coreIngo Molnar1-3/+16
2013-01-22ACPI: Check MSR valid bit before using P-state frequenciesStefan Bader1-0/+7
2013-01-19ACPI, APEI: Fixup incorrect 64-bit access width firmware bugLans Zhang1-0/+3
2013-01-19ACPI / processor: Get power info before updating the C-statesThomas Schlichter1-0/+1
2013-01-18ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabledKonrad Rzeszutek Wilk1-0/+3
2013-01-12ACPI / glue: Fix build with ACPI_GLUE_DEBUG setYinghai Lu1-1/+1
2013-01-04Merge branch 'acpi-assorted'Rafael J. Wysocki6-33/+21
2013-01-04ACPI / scan: Do not use dummy HID for system bus ACPI nodesRafael J. Wysocki1-1/+1
2013-01-03aerdrv: Enhanced AER loggingLance Ortiz1-3/+16
2013-01-03ACPI / power: Remove useless message from device registering routineRafael J. Wysocki1-9/+2
2013-01-03ACPI / glue: Update DBG macro to include KERN_DEBUGJoe Perches1-2/+7
2013-01-03ACPI / PM: Do not apply ACPI_SUCCESS() to acpi_bus_get_device() resultRafael J. Wysocki1-2/+1
2013-01-03ACPI / memhotplug: remove redundant logic of acpi memory hotaddLiu Jinsong1-18/+0
2013-01-03ACPI / APEI: Fix the returned value in erst_dbg_readAdrian Huang1-1/+10
2013-01-03ACPICA: Remove useless mini-C library.Lv Zheng2-750/+1
2012-12-14Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-11/+200
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-84/+110
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-3/+3
2012-12-12Merge tag 'please-pull-einj-fix-for-acpi5' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/rasLinus Torvalds1-1/+1
2012-12-12Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-8/+8
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-3/+3
2012-12-07Merge branch 'acpi-general'Rafael J. Wysocki2-1/+20
2012-12-07Merge branch 'acpi-enumeration'Rafael J. Wysocki1-0/+10
2012-12-07ACPI: add Haswell LPSS devices to acpi_platform_device_ids listMika Westerberg1-0/+10
2012-12-07ACPI, APEI, EINJ: Add missed ACPI5 support for error trigger tableChen Gong1-1/+1
2012-12-04ACPI / video: ignore BIOS initial backlight value for HP Folio 13-2000Zhang Rui1-0/+14
2012-12-04ACPI : do not use Lid and Sleep button for S5 wakeupZhang Rui1-1/+6
2012-12-04Merge branch 'acpi-general'Rafael J. Wysocki2-171/+185
2012-11-30ACPI / video: Add "Asus UL30VT" to ACPI video detect blacklistLan Tianyu1-0/+8
2012-11-30ACPI: do acpisleep dmi check when CONFIG_ACPI_SLEEP is setZhang Rui1-171/+177
2012-11-29Merge branch 'pm-cpuidle'Rafael J. Wysocki1-54/+3
2012-11-29Merge branch 'acpi-general'Rafael J. Wysocki18-255/+495
2012-11-29Merge branch 'acpica'Rafael J. Wysocki102-624/+2622
2012-11-28acpi: remove use of __devinitBill Pemberton3-3/+3
2012-11-27ACPI / thermal: _TMP and _CRT/_HOT/_PSV/_ACx dependency fixZhang Rui1-0/+34
2012-11-27cpuidle: Measure idle state durations with monotonic clockJulius Werner1-54/+3
2012-11-27ACPI: remove unnecessary INIT_LIST_HEADAndy Shevchenko1-1/+0
2012-11-27ACPI / platform: include missed header into acpi_platform.cAndy Shevchenko1-0/+2
2012-11-27Merge branch 'acpi-dev-pm' into acpi-enumerationRafael J. Wysocki5-177/+702
2012-11-26efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi1-6/+6
2012-11-26efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi1-2/+2
2012-11-26ACPI / PM: Allow attach/detach routines to change device power statesRafael J. Wysocki1-4/+24
2012-11-23ACPI: add SDHCI to ACPI platform devicesAdrian Hunter1-0/+2
2012-11-23i2c / ACPI: add ACPI enumeration supportMika Westerberg3-0/+110
2012-11-22ACPI: drop unnecessary local variable from acpi_system_write_wakeup_device()Cyril Roelandt1-7/+4
2012-11-21ACPI: Fix logging when no pci_irq is allocatedJoe Perches1-5/+5