summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | ACPICA: SCI Handlers: Update handler interface, eliminate unnecessary argument.Bob Moore2013-09-241-3/+1
| | * | | | | | | | | ACPICA: Tables: Cleanup RSDP signature codes.Lv Zheng2013-09-242-3/+2
| | * | | | | | | | | ACPICA: Tables: Cleanup table checksum verification code.Lv Zheng2013-09-242-9/+13
| | * | | | | | | | | ACPICA: Debugger: Add new command to display full namespace pathnames.Bob Moore2013-09-243-0/+142
| | * | | | | | | | | ACPICA: Operation region support: Never free the handler "context" pointer.David E. Box2013-09-241-10/+13
| | * | | | | | | | | ACPICA: Add support for host-installed SCI handlers.Lv Zheng2013-09-249-20/+236
| | * | | | | | | | | ACPICA: Validate start object for acpi_walk_namespace.Bob Moore2013-09-241-0/+8
| | * | | | | | | | | ACPICA: Debugger: Prevent possible command line buffer overflow, kernel behav...Bob Moore2013-09-241-7/+10
| | * | | | | | | | | ACPICA: Debug output: small formatting update, no functional change.Bob Moore2013-09-241-1/+1
| | * | | | | | | | | ACPICA: acpi_read: On error, do not modify the return value target location.Bjorn Helgaas2013-09-241-12/+14
| | * | | | | | | | | ACPICA: Improve error message for "too many parent prefixes" condition.Bob Moore2013-09-241-2/+3
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'acpi-conversion'Rafael J. Wysocki2013-10-282-192/+67
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | ACPI / AC: Remove AC's proc directory.Lan Tianyu2013-10-161-126/+3
| | * | | | | | | | ideapad_laptop: convert ideapad device/driver to platform busZhang Rui2013-09-251-1/+1
| | * | | | | | | | ACPI / AC: convert ACPI ac driver to platform busZhang Rui2013-09-252-83/+81
| | |/ / / / / / /
| * | | | | | | | Merge branch 'acpi-tables'Rafael J. Wysocki2013-10-281-12/+32
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPI / x86: Increase override tables number limitYinghai Lu2013-09-251-12/+32
| | |/ / / / / / /
| * | | | | | | | Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-10-282-9/+5
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | ACPI / memhotplug: Use defined marco METHOD_NAME__STAZhang Yanfei2013-10-101-2/+3
| | * | | | | | | ACPI / hotplug: Use kobject_init_and_add() instead of _init() and _add()Bjorn Helgaas2013-09-301-3/+2
| | * | | | | | | ACPI / hotplug: Don't set kobject parent pointer explicitlyBjorn Helgaas2013-09-301-1/+0
| | * | | | | | | ACPI / hotplug: Set kobject name via kobject_add(), not kobject_set_name()Bjorn Helgaas2013-09-301-4/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'acpi-processor'Rafael J. Wysocki2013-10-283-23/+28
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | ACPI / processor: fixed a brace coding style issueMathieu Rhéaume2013-10-071-2/+1
| | * | | | | | ACPI / processor: Remove outdated commentsHanjun Guo2013-09-241-5/+0
| | * | | | | | ACPI / processor: remove unnecessary if (!pr) checkHanjun Guo2013-09-241-6/+2
| | * | | | | | ACPI / processor: remove some dead code in acpi_processor_get_info()Jiang Liu2013-09-241-3/+0
| | * | | | | | ACPI / processor: use apic_id and remove duplicated _MAT evaluationJiang Liu2013-09-241-1/+1
| | * | | | | | ACPI / processor: Introduce apic_id in struct processor to save parsed APIC idJiang Liu2013-09-242-6/+24
| | |/ / / / /
| * | | | | | Merge branch 'acpi-cleanup'Rafael J. Wysocki2013-10-2812-1101/+15
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | ACPI / proc: Remove alarm proc fileLan Tianyu2013-10-121-305/+0
| | * | | | | ACPI: Remove CONFIG_ACPI_PROCFS_POWER and cm_sbsc.cLan Tianyu2013-10-123-123/+0
| | * | | | | ACPI / SBS: Remove SBS's proc directoryLan Tianyu2013-10-121-321/+4
| | * | | | | ACPI / Battery: Remove battery's proc directoryLan Tianyu2013-10-121-327/+1
| | * | | | | Merge branch 'acpi-assorted-cleanup' into acpi-cleanupRafael J. Wysocki2013-09-244-18/+5
| | |\ \ \ \ \
| | | * | | | | ACP / fan: trivial style cleanupFelipe Contreras2013-09-241-1/+1
| | | * | | | | ACPI / processor: remove superfluous pr == NULL checksBartlomiej Zolnierkiewicz2013-09-241-14/+1
| | | * | | | | ACPI / mm: use NUMA_NO_NODEJianguo Wu2013-09-242-3/+3
| | | |/ / / /
| | * | | | | ACPI: dock: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui2013-09-241-4/+2
| | * | | | | acpi_processor: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui2013-09-241-3/+3
| | |/ / / /
* | | | | | 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
|\ \ \ \ \ \ | |/ / / / /
OpenPOWER on IntegriCloud