summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-129-439/+390
|\
| * ACPI, x86: Fix extended error log driver to depend on CONFIG_X86_LOCAL_APICLuck, Tony2013-11-111-1/+1
| * Move cper.c from drivers/acpi/apei to drivers/firmware/efiLuck, Tony2013-10-314-412/+6
| * ACPI, APEI, CPER: Cleanup CPER memory error output formatChen, Gong2013-10-231-36/+31
| * ACPI, APEI, CPER: Enhance memory reporting capabilityChen, Gong2013-10-231-0/+12
| * ACPI, APEI, CPER: Add UEFI 2.4 support for memory errorChen, Gong2013-10-232-5/+6
| * ACPI, x86: Extended error log driver for x86 platformChen, Gong2013-10-234-1/+350
| * ACPI, CPER: Update cper infoChen, Gong2013-10-213-62/+62
| * ACPI, APEI, CPER: Fix status check during error printingChen, Gong2013-10-211-1/+1
* | Merge branch 'linus' into sched/coreIngo Molnar2013-11-014-161/+8
|\|
| * ACPI / PM: Drop two functions that are not used any moreRafael J. Wysocki2013-10-172-57/+0
| * ACPI / power: Drop automaitc resume of power resource dependent devicesRafael J. Wysocki2013-10-161-99/+1
| * ACPI: remove /proc/acpi/event from ACPI_BUTTON helpKrzysztof Mazur2013-10-161-3/+3
| * ACPI / power: Release resource_lock after acpi_power_get_state() return errorLan Tianyu2013-10-161-1/+3
| * ACPI / PM / Documentation: Replace outdated project links and addressesRafael J. Wysocki2013-10-111-1/+1
* | Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-092-12/+16
|\|
| * ACPI: Use EXPORT_SYMBOL() for acpi_bus_get_device()Rafael J. Wysocki2013-10-011-1/+1
| * ACPI / scan: fix typo in comments of acpi_bus_unregister_driver()Hanjun Guo2013-09-251-1/+1
| * ACPI / IPMI: Fix atomic context requirement of ipmi_msg_handler()Lv Zheng2013-09-251-10/+14
* | sched, idle: Fix the idle polling state logicPeter Zijlstra2013-09-251-36/+10
|/
* Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-09-124-85/+134
|\
| * Merge branch 'acpi-bind'Rafael J. Wysocki2013-09-111-11/+24
| |\
| | * ACPI / bind: Prefer device objects with _STA to those without itRafael J. Wysocki2013-09-091-11/+24
| * | Merge branch 'acpi-assorted'Rafael J. Wysocki2013-09-101-1/+2
| |\ \
| | * | ACPI / LPSS: don't crash if a device has no MMIO resourcesMika Westerberg2013-09-021-1/+2
| * | | Merge branch 'acpica'Rafael J. Wysocki2013-09-101-64/+102
| |\ \ \
| | * | | ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field.Bob Moore2013-09-061-64/+102
| * | | | Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-09-101-9/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ACPI / scan: Change ordering of locks for device hotplugRafael J. Wysocki2013-08-311-9/+6
* | | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-053-110/+0
|\ \ \ \ \
| * | | | | i2c: move ACPI helpers into the coreMika Westerberg2013-08-233-110/+0
* | | | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-041-5/+8
|\ \ \ \ \ \
| * | | | | | acpi: Replace weird use of PTR_RET.Rusty Russell2013-07-151-5/+8
* | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-043-37/+91
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'amd_f15_m30' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/b...Ingo Molnar2013-08-144-34/+112
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'please-pull-mce-f-bit' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-08-121-0/+2
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | x86/mce, acpi/apei: Only disable banks listed in HEST if mce is configuredNaveen N. Rao2013-08-121-1/+2
| * | | | | | | | Merge branch 'x86/mce' into x86/rasIngo Molnar2013-08-122-9/+67
| |\ \ \ \ \ \ \ \
| | * | | | | | | | mce: acpi/apei: Soft-offline a page on firmware GHES notificationNaveen N. Rao2013-07-101-9/+29
| | * | | | | | | | mce: acpi/apei: Add a boot option to disable ff mode for corrected errorsNaveen N. Rao2013-07-081-1/+2
| | * | | | | | | | mce: acpi/apei: Honour Firmware First for MCA banks listed in APEI HEST CMCNaveen N. Rao2013-07-081-0/+37
| * | | | | | | | | APEI/ERST: Fix error message formattingBorislav Petkov2013-07-311-28/+23
* | | | | | | | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-031-6/+19
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | erst: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah2013-08-191-1/+12
| * | | | | | | | | pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah2013-08-191-2/+2
| * | | | | | | | | pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah2013-08-191-2/+2
| * | | | | | | | | acpi/apei/erst: Add missing iounmap() on error in erst_exec_move_data()Wei Yongjun2013-08-191-1/+3
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-031-28/+39
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'pci/misc' into nextBjorn Helgaas2013-08-291-24/+38
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | PCI/ACPI: Fix _OSC ordering to allow PCIe hotplug use when availableNeil Horman2013-08-291-24/+38