index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
wmi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
platform/x86: wmi: Make remove callback return void
Uwe Kleine-König
2021-03-08
1
-3
/
+2
*
platform: x86: ACPI: Get rid of ACPICA message printing
Rafael J. Wysocki
2021-03-08
1
-1
/
+0
*
platform/x86: remove unneeded break
Tom Rix
2020-10-28
1
-3
/
+0
*
Revert "platform/x86: wmi: Destroy on cleanup rather than unregister"
Yongxin Liu
2020-10-27
1
-2
/
+2
*
platform/x86: wmi: Describe function parameters
Andy Shevchenko
2020-04-23
1
-7
/
+9
*
platform/x86: wmi: Fix indentation in some cases
Andy Shevchenko
2020-04-23
1
-6
/
+3
*
platform/x86: wmi: Replace UUID redefinitions by their originals
Andy Shevchenko
2020-04-23
1
-10
/
+10
*
acpi: Remove header dependency
Peter Zijlstra
2020-03-21
1
-0
/
+1
*
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
2019-10-23
1
-1
/
+1
*
platform/x86: wmi: Remove acpi_has_method() call
Kelsey Skunberg
2019-07-30
1
-3
/
+1
*
Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...
Linus Torvalds
2019-07-15
1
-1
/
+43
|
\
|
*
platform/x86: wmi: add context argument to the probe function
Mattias Jacobsson
2019-06-17
1
-1
/
+2
|
*
platform/x86: wmi: add context pointer field to struct wmi_device_id
Mattias Jacobsson
2019-06-17
1
-0
/
+22
|
*
platform/x86: wmi: Add function to get _UID of WMI device
Yurii Pavlovskyi
2019-06-17
1
-0
/
+19
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-18
/
+1
|
/
*
platform/x86: wmi: move struct wmi_device_id to mod_devicetable.h
Mattias Jacobsson
2019-03-07
1
-1
/
+1
*
platform/x86: wmi: fix potential null pointer dereference
Mattias Jacobsson
2019-02-23
1
-0
/
+3
*
platform/x86: wmi: declare device_type structure as constant
Bhumika Goyal
2018-10-31
1
-3
/
+3
*
platform/x86: wmi: Do not mix pages and kmalloc
Kees Cook
2018-06-23
1
-6
/
+3
*
platform/x86: wmi: Fix misuse of vsprintf extension %pULL
Joe Perches
2018-03-01
1
-3
/
+3
*
platform/x86: wmi: Replace list_for_each() by list_for_each_entry()
Andy Shevchenko
2018-02-23
1
-15
/
+5
*
platform/x86: wmi: Replace kmalloc + sprintf() with kasprintf()
Andy Shevchenko
2018-02-19
1
-2
/
+1
*
platform/x86: wmi: fix off-by-one write in wmi_dev_probe()
Andrey Ryabinin
2018-02-15
1
-1
/
+1
*
platform/x86: wmi: Call acpi_wmi_init() later
Rafael J. Wysocki
2018-01-08
1
-1
/
+1
*
platform/x86: wmi: release mutex on module acquistion failure
Mario Limonciello
2017-11-08
1
-2
/
+4
*
platform/x86: wmi: create userspace interface for drivers
Mario Limonciello
2017-11-04
1
-2
/
+187
*
platform/x86: wmi: Don't allow drivers to get each other's GUIDs
Mario Limonciello
2017-11-04
1
-17
/
+0
*
platform/x86: wmi: Add new method wmidev_evaluate_method
Mario Limonciello
2017-11-04
1
-4
/
+24
*
platform/x86: wmi: Destroy on cleanup rather than unregister
Mario Limonciello
2017-09-27
1
-2
/
+2
*
platform/x86: wmi: Cleanup exit routine in reverse order of init
Mario Limonciello
2017-09-27
1
-1
/
+1
*
platform/x86: wmi: Sort include list
Mario Limonciello
2017-09-27
1
-6
/
+6
*
platform/x86: wmi: Fix check for method instance number
Pali Rohár
2017-08-18
1
-3
/
+3
*
platform/x86: wmi: Fix error handling in acpi_wmi_init()
Alexey Khoroshilov
2017-07-22
1
-3
/
+3
*
platform/x86: wmi: Fix printing info about WDG structure
Pali Rohár
2017-06-13
1
-3
/
+4
*
platform/x86: wmi*: Add recent copyright statements
Darren Hart (VMware)
2017-06-13
1
-0
/
+4
*
platform/x86: wmi: Require query for data blocks, rename writable to setable
Darren Hart (VMware)
2017-06-06
1
-56
/
+61
*
platform/x86: wmi: Add an interface for subdrivers to access sibling devices
Andy Lutomirski
2017-06-06
1
-0
/
+17
*
platform/x86: wmi: Bind the platform device, not the ACPI node
Andy Lutomirski
2017-06-06
1
-24
/
+33
*
platform/x86: wmi: Add a new interface to read block data
Andy Lutomirski
2017-06-06
1
-16
/
+38
*
platform/x86: wmi: Incorporate acpi_install_notify_handler
Andy Lutomirski
2017-06-06
1
-17
/
+72
*
platform/x86: wmi: Instantiate all devices before adding them
Darren Hart (VMware)
2017-06-06
1
-20
/
+29
*
platform/x86: wmi: Probe data objects for read and write capabilities
Andy Lutomirski
2017-06-06
1
-4
/
+97
*
platform/x86: wmi: Split devices into types and add basic sysfs attributes
Andy Lutomirski
2017-06-06
1
-1
/
+77
*
platform/x86: wmi: Fix error handling when creating devices
Andy Lutomirski
2017-06-06
1
-13
/
+15
*
platform/x86: wmi: Turn WMI into a bus driver
Andy Lutomirski
2017-06-06
1
-43
/
+154
*
platform/x86: wmi: Track wmi devices per ACPI device
Andy Lutomirski
2017-06-06
1
-22
/
+36
*
platform/x86: wmi: Clean up acpi_wmi_add
Andy Lutomirski
2017-06-06
1
-5
/
+9
*
platform/x86: wmi: Pass the acpi_device through to parse_wdg
Andy Lutomirski
2017-06-06
1
-6
/
+7
*
platform/x86: wmi: Drop "Mapper (un)loaded" messages
Andy Lutomirski
2017-06-06
1
-3
/
+0
*
drivers/platform/x86/wmi.c: use generic UUID library
Andy Shevchenko
2016-05-21
1
-91
/
+13
[next]