aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/wmi.c
Commit message (Expand)AuthorAgeFilesLines
* WMI: properly cleanup devices to avoid crashesDmitry Torokhov2011-11-111-1/+5
* wmi: Removed trailing whitespace from logging message.Joe Perches2011-05-271-5/+5
* WMI: return error if wmi_create_device() failsDan Carpenter2011-01-071-1/+1
* WMI: Cater for multiple events with same GUIDColin King2011-01-071-61/+72
* wmi: use memcmp instead of strncmp to compare GUIDsThadeu Lima de Souza Cascardo2010-12-061-1/+1
* WMI: embed struct device directly into wmi_blockDmitry Torokhov2010-10-211-111/+65
* WMI: make use of class device's attributresDmitry Torokhov2010-10-211-8/+7
* WMI: use pr_err() and friendsDmitry Torokhov2010-10-211-35/+29
* WMI: use separate list head for storing wmi blocksDmitry Torokhov2010-10-211-11/+9
* WMI: simplify handling of returned WMI blocks in parse_wdg()Dmitry Torokhov2010-10-211-11/+4
* WMI: fix potential NULL pointer dereferenceDmitry Torokhov2010-10-211-0/+2
* WMI: do not leak memory in parse_wdg()Dmitry Torokhov2010-10-211-2/+4
* WMI: fix wmi_gtoa() to actully terminate the stringDmitry Torokhov2010-10-211-1/+1
* WMI: free wmi blocks when parse_wdg() failsDmitry Torokhov2010-10-211-10/+15
* WMI: remove EC region handler when _WDG parsing failsDmitry Torokhov2010-10-211-2/+7
* platform: x86: throw away custom methodsAndy Shevchenko2010-10-211-18/+6
* X86 platform driver: Fix section mismatch in wmi.cThomas Renninger2010-08-031-2/+2
* wmi: fix a memory leak in wmi_notify_debugAxel Lin2010-08-031-1/+7
* wmi: fix memory leak in parse_wdgAxel Lin2010-08-031-5/+11
* X86 platfrom wmi: Add debug facility to dump WMI data in a readable wayThomas Renninger2010-05-201-0/+35
* X86 platform wmi: Also log GUID string when an event happens and debug is setThomas Renninger2010-05-201-0/+6
* X86 platform wmi: Introduce debug param to log all WMI eventsThomas Renninger2010-05-201-8/+50
* drivers/platform/x86: Use kmemdupJulia Lawall2010-05-201-3/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ACPI: replace acpi_integer by u64Lin Ming2010-01-281-2/+2
* ACPI: WMI: Survive BIOS with duplicate GUIDsCarlos Corbacho2009-12-301-0/+30
* wmi: check find_guid() return value to prevent oopsPaul Rolland2009-12-301-4/+2
* wmi: Free the allocated acpi objects through wmi_get_event_dataAnisse Astier2009-12-241-2/+2
* wmi: Add support for module autoloadingMatthew Garrett2009-11-051-2/+173
* ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown2009-08-281-1/+0
* wmi: fix kernel panic when stack protection enabled.Costantino Leandro2009-08-261-4/+4
* ACPI: WMI: use .notify method instead of installing handler directlyBjorn Helgaas2009-04-071-12/+3
* acpi-wmi: unsigned cannot be less than 0Roel Kluin2009-03-161-1/+1
* ACPI: move wmi, asus_acpi, toshiba_acpi to drivers/platform/x86Len Brown2008-12-191-0/+747