aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20drivers/platform/x86/wmi.c: use generic UUID libraryAndy Shevchenko1-91/+13
2015-09-10wmi: Remove private %pUL implementationRasmus Villemoes1-45/+6
2015-04-07wmi: Use bool function return values of true/false not 1/0Joe Perches1-2/+2
2015-03-25x86/wmi: delete unused wmi_data_lock mutex causing gcc warningPaul Gortmaker1-1/+0
2014-08-16WMI: Remove unnecessary null testHimangi Saraogi1-4/+0
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki1-2/+0
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-2/+0
2013-11-20x86, wmi fix modalias_show return valuesPrarit Bhargava1-2/+4
2013-09-24wmi: convert acpi_get_handle() to acpi_has_method()Zhang Rui1-3/+2
2013-09-24wmi: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui1-19/+6
2013-09-05wmi: parse_wdg() should return kernel error codesDan Carpenter1-2/+2
2013-08-19x86: wmi: convert class code to use dev_groupsGreg Kroah-Hartman1-4/+6
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31x86: fix up files really needing to include module.hPaul Gortmaker1-0/+1
2011-10-24WMI: properly cleanup devices to avoid crashesDmitry Torokhov1-1/+5
2011-05-27wmi: Removed trailing whitespace from logging message.Joe Perches1-5/+5
2011-01-07WMI: return error if wmi_create_device() failsDan Carpenter1-1/+1
2011-01-07WMI: Cater for multiple events with same GUIDColin King1-61/+72
2010-12-06wmi: use memcmp instead of strncmp to compare GUIDsThadeu Lima de Souza Cascardo1-1/+1
2010-10-21WMI: embed struct device directly into wmi_blockDmitry Torokhov1-111/+65
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