summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/wmi.c
Commit message (Expand)AuthorAgeFilesLines
* WMI: Remove unnecessary null testHimangi Saraogi2014-08-161-4/+0Star
* Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-121-2/+0Star
|\
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-2/+0Star
* | x86, wmi fix modalias_show return valuesPrarit Bhargava2013-11-211-2/+4
|/
* wmi: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-3/+2Star
* wmi: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui2013-09-241-19/+6Star
* wmi: parse_wdg() should return kernel error codesDan Carpenter2013-09-051-2/+2
* x86: wmi: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-201-4/+6
* drivers: avoid format string in dev_set_nameKees Cook2013-07-041-1/+1
* ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-2/+2
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * x86: fix up files really needing to include module.hPaul Gortmaker2011-11-011-0/+1
* | WMI: properly cleanup devices to avoid crashesDmitry Torokhov2011-10-241-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/+65Star
* WMI: make use of class device's attributresDmitry Torokhov2010-10-211-8/+7Star
* WMI: use pr_err() and friendsDmitry Torokhov2010-10-211-35/+29Star
* WMI: use separate list head for storing wmi blocksDmitry Torokhov2010-10-211-11/+9Star
* WMI: simplify handling of returned WMI blocks in parse_wdg()Dmitry Torokhov2010-10-211-11/+4Star
* 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/+6Star
* 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/+1Star
* 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/+2Star
* 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-291-1/+0Star
* wmi: fix kernel panic when stack protection enabled.Costantino Leandro2009-08-271-4/+4
* ACPI: WMI: use .notify method instead of installing handler directlyBjorn Helgaas2009-04-071-12/+3Star
* 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