summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2013-01-10ACPICA: Add macros to extract flag bits from resource descriptors.Bob Moore1-0/+14
2013-01-10ACPICA: Disassembler: Add new ACPI 5 interrupt sharing flags.Bob Moore2-4/+6
2013-01-10ACPICA: Debugger: Major update for the Disassemble<method> command.Bob Moore5-44/+52
2013-01-10ACPICA: Performance: Remove function tracing from critical allocation functions.Bob Moore4-47/+43
2013-01-10ACPICA: Performance enhancement for ACPI package objects.Chao Guan1-9/+33
2013-01-10ACPICA: Fix possible memory leak.Jesper Juhl1-1/+2
2013-01-10ACPICA: Update initialization codes.Lv Zheng1-1/+2
2013-01-10ACPICA: Enhance error messages.Lv Zheng2-5/+5
2013-01-10ACPICA: Fix broken call depth tracing logic.Lv Zheng2-3/+2
2013-01-10ACPICA: Cleanup coding style to reduce differences between Linux and ACPICA.Lv Zheng11-35/+37
2013-01-10ACPICA: Cleanup indentation to reduce differences between Linux and ACPICA.Lv Zheng23-52/+47
2013-01-10ACPICA: Cleanup source to reduce differences between Linux and ACPICA.Lv Zheng15-38/+34
2013-01-10ACPICA: Update codes under disabled build options.Lv Zheng6-3/+40
2013-01-10ACPICA: Cleanup updated comments.Lv Zheng24-69/+80
2013-01-05Merge branch 'acpi-assorted'Rafael J. Wysocki6-33/+21
2013-01-05ACPI / scan: Do not use dummy HID for system bus ACPI nodesRafael J. Wysocki1-1/+1
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/kerne...Linus Torvalds2-11/+200
2012-12-14Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-84/+110
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds1-3/+3
2012-12-12Merge tag 'please-pull-einj-fix-for-acpi5' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2012-12-12Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+8
2012-12-12Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+3
2012-12-08Merge branch 'acpi-general'Rafael J. Wysocki2-1/+20
2012-12-08Merge branch 'acpi-enumeration'Rafael J. Wysocki1-0/+10
2012-12-08ACPI: 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-05ACPI / video: ignore BIOS initial backlight value for HP Folio 13-2000Zhang Rui1-0/+14
2012-12-05ACPI : 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-30Merge branch 'pm-cpuidle'Rafael J. Wysocki1-54/+3
2012-11-30Merge branch 'acpi-general'Rafael J. Wysocki18-255/+495
2012-11-30Merge branch 'acpica'Rafael J. Wysocki102-624/+2622
2012-11-29acpi: 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-27efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi1-6/+6
2012-11-27efi_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