aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21WMI: make use of class device's attributresDmitry Torokhov1-8/+7
2010-10-21WMI: use pr_err() and friendsDmitry Torokhov1-35/+29
2010-10-21WMI: use separate list head for storing wmi blocksDmitry Torokhov1-11/+9
2010-10-21WMI: simplify handling of returned WMI blocks in parse_wdg()Dmitry Torokhov1-11/+4
2010-10-21WMI: fix potential NULL pointer dereferenceDmitry Torokhov1-0/+2
2010-10-21WMI: do not leak memory in parse_wdg()Dmitry Torokhov1-2/+4
2010-10-21WMI: fix wmi_gtoa() to actully terminate the stringDmitry Torokhov1-1/+1
2010-10-21WMI: free wmi blocks when parse_wdg() failsDmitry Torokhov1-10/+15
2010-10-21WMI: remove EC region handler when _WDG parsing failsDmitry Torokhov1-2/+7
2010-10-21platform: x86: throw away custom methodsAndy Shevchenko1-18/+6
2010-08-03X86 platform driver: Fix section mismatch in wmi.cThomas Renninger1-2/+2
2010-08-03wmi: fix a memory leak in wmi_notify_debugAxel Lin1-1/+7
2010-08-03wmi: fix memory leak in parse_wdgAxel Lin1-5/+11
2010-05-20X86 platfrom wmi: Add debug facility to dump WMI data in a readable wayThomas Renninger1-0/+35
2010-05-20X86 platform wmi: Also log GUID string when an event happens and debug is setThomas Renninger1-0/+6
2010-05-20X86 platform wmi: Introduce debug param to log all WMI eventsThomas Renninger1-8/+50
2010-05-20drivers/platform/x86: Use kmemdupJulia Lawall1-3/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-28ACPI: replace acpi_integer by u64Lin Ming1-2/+2
2009-12-30ACPI: WMI: Survive BIOS with duplicate GUIDsCarlos Corbacho1-0/+30
2009-12-30wmi: check find_guid() return value to prevent oopsPaul Rolland1-4/+2
2009-12-24wmi: Free the allocated acpi objects through wmi_get_event_dataAnisse Astier1-2/+2
2009-11-05wmi: Add support for module autoloadingMatthew Garrett1-2/+173
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-1/+0
2009-08-26wmi: fix kernel panic when stack protection enabled.Costantino Leandro1-4/+4
2009-04-07ACPI: WMI: use .notify method instead of installing handler directlyBjorn Helgaas1-12/+3
2009-03-16acpi-wmi: unsigned cannot be less than 0Roel Kluin1-1/+1
2008-12-19ACPI: move wmi, asus_acpi, toshiba_acpi to drivers/platform/x86Len Brown1-0/+747