aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/wmi.c
Commit message (Expand)AuthorAge
* platform/x86: wmi: Remove acpi_has_method() callKelsey Skunberg2019-07-30
* Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-14
|\
| * platform/x86: wmi: add context argument to the probe functionMattias Jacobsson2019-06-17
| * platform/x86: wmi: add context pointer field to struct wmi_device_idMattias Jacobsson2019-06-17
| * platform/x86: wmi: Add function to get _UID of WMI deviceYurii Pavlovskyi2019-06-17
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-30
|/
* platform/x86: wmi: move struct wmi_device_id to mod_devicetable.hMattias Jacobsson2019-03-07
* platform/x86: wmi: fix potential null pointer dereferenceMattias Jacobsson2019-02-23
* platform/x86: wmi: declare device_type structure as constantBhumika Goyal2018-10-31
* platform/x86: wmi: Do not mix pages and kmallocKees Cook2018-06-22
* platform/x86: wmi: Fix misuse of vsprintf extension %pULLJoe Perches2018-03-01
* platform/x86: wmi: Replace list_for_each() by list_for_each_entry()Andy Shevchenko2018-02-23
* platform/x86: wmi: Replace kmalloc + sprintf() with kasprintf()Andy Shevchenko2018-02-19
* platform/x86: wmi: fix off-by-one write in wmi_dev_probe()Andrey Ryabinin2018-02-15
* platform/x86: wmi: Call acpi_wmi_init() laterRafael J. Wysocki2018-01-08
* platform/x86: wmi: release mutex on module acquistion failureMario Limonciello2017-11-08
* platform/x86: wmi: create userspace interface for driversMario Limonciello2017-11-03
* platform/x86: wmi: Don't allow drivers to get each other's GUIDsMario Limonciello2017-11-03
* platform/x86: wmi: Add new method wmidev_evaluate_methodMario Limonciello2017-11-03
* platform/x86: wmi: Destroy on cleanup rather than unregisterMario Limonciello2017-09-27
* platform/x86: wmi: Cleanup exit routine in reverse order of initMario Limonciello2017-09-27
* platform/x86: wmi: Sort include listMario Limonciello2017-09-27
* platform/x86: wmi: Fix check for method instance numberPali Rohár2017-08-18
* platform/x86: wmi: Fix error handling in acpi_wmi_init()Alexey Khoroshilov2017-07-21
* platform/x86: wmi: Fix printing info about WDG structurePali Rohár2017-06-13
* platform/x86: wmi*: Add recent copyright statementsDarren Hart (VMware)2017-06-13
* platform/x86: wmi: Require query for data blocks, rename writable to setableDarren Hart (VMware)2017-06-06
* platform/x86: wmi: Add an interface for subdrivers to access sibling devicesAndy Lutomirski2017-06-06
* platform/x86: wmi: Bind the platform device, not the ACPI nodeAndy Lutomirski2017-06-06
* platform/x86: wmi: Add a new interface to read block dataAndy Lutomirski2017-06-06
* platform/x86: wmi: Incorporate acpi_install_notify_handlerAndy Lutomirski2017-06-06
* platform/x86: wmi: Instantiate all devices before adding themDarren Hart (VMware)2017-06-06
* platform/x86: wmi: Probe data objects for read and write capabilitiesAndy Lutomirski2017-06-06
* platform/x86: wmi: Split devices into types and add basic sysfs attributesAndy Lutomirski2017-06-06
* platform/x86: wmi: Fix error handling when creating devicesAndy Lutomirski2017-06-06
* platform/x86: wmi: Turn WMI into a bus driverAndy Lutomirski2017-06-06
* platform/x86: wmi: Track wmi devices per ACPI deviceAndy Lutomirski2017-06-06
* platform/x86: wmi: Clean up acpi_wmi_addAndy Lutomirski2017-06-06
* platform/x86: wmi: Pass the acpi_device through to parse_wdgAndy Lutomirski2017-06-06
* platform/x86: wmi: Drop "Mapper (un)loaded" messagesAndy Lutomirski2017-06-06
* drivers/platform/x86/wmi.c: use generic UUID libraryAndy Shevchenko2016-05-20
* wmi: Remove private %pUL implementationRasmus Villemoes2015-09-10
* wmi: Use bool function return values of true/false not 1/0Joe Perches2015-04-07
* x86/wmi: delete unused wmi_data_lock mutex causing gcc warningPaul Gortmaker2015-03-25
* WMI: Remove unnecessary null testHimangi Saraogi2014-08-16
* Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-12
|\
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-06
* | x86, wmi fix modalias_show return valuesPrarit Bhargava2013-11-20
|/
* wmi: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-23
* wmi: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui2013-09-23