index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
wmi.c
Age
Commit message (
Expand
)
Author
2017-08-18
platform/x86: wmi: Fix check for method instance number
Pali Rohár
2017-07-21
platform/x86: wmi: Fix error handling in acpi_wmi_init()
Alexey Khoroshilov
2017-06-13
platform/x86: wmi: Fix printing info about WDG structure
Pali Rohár
2017-06-13
platform/x86: wmi*: Add recent copyright statements
Darren Hart (VMware)
2017-06-06
platform/x86: wmi: Require query for data blocks, rename writable to setable
Darren Hart (VMware)
2017-06-06
platform/x86: wmi: Add an interface for subdrivers to access sibling devices
Andy Lutomirski
2017-06-06
platform/x86: wmi: Bind the platform device, not the ACPI node
Andy Lutomirski
2017-06-06
platform/x86: wmi: Add a new interface to read block data
Andy Lutomirski
2017-06-06
platform/x86: wmi: Incorporate acpi_install_notify_handler
Andy Lutomirski
2017-06-06
platform/x86: wmi: Instantiate all devices before adding them
Darren Hart (VMware)
2017-06-06
platform/x86: wmi: Probe data objects for read and write capabilities
Andy Lutomirski
2017-06-06
platform/x86: wmi: Split devices into types and add basic sysfs attributes
Andy Lutomirski
2017-06-06
platform/x86: wmi: Fix error handling when creating devices
Andy Lutomirski
2017-06-06
platform/x86: wmi: Turn WMI into a bus driver
Andy Lutomirski
2017-06-06
platform/x86: wmi: Track wmi devices per ACPI device
Andy Lutomirski
2017-06-06
platform/x86: wmi: Clean up acpi_wmi_add
Andy Lutomirski
2017-06-06
platform/x86: wmi: Pass the acpi_device through to parse_wdg
Andy Lutomirski
2017-06-06
platform/x86: wmi: Drop "Mapper (un)loaded" messages
Andy Lutomirski
2016-05-20
drivers/platform/x86/wmi.c: use generic UUID library
Andy Shevchenko
2015-09-10
wmi: Remove private %pUL implementation
Rasmus Villemoes
2015-04-07
wmi: Use bool function return values of true/false not 1/0
Joe Perches
2015-03-25
x86/wmi: delete unused wmi_data_lock mutex causing gcc warning
Paul Gortmaker
2014-08-16
WMI: Remove unnecessary null test
Himangi Saraogi
2014-01-12
Merge branch 'acpi-cleanup'
Rafael J. Wysocki
2013-12-07
ACPI: Clean up inclusions of ACPI header files
Lv Zheng
2013-11-20
x86, wmi fix modalias_show return values
Prarit Bhargava
2013-09-24
wmi: convert acpi_get_handle() to acpi_has_method()
Zhang Rui
2013-09-24
wmi: convert acpi_evaluate_object() to acpi_execute_simple_method()
Zhang Rui
2013-09-05
wmi: parse_wdg() should return kernel error codes
Dan Carpenter
2013-08-19
x86: wmi: convert class code to use dev_groups
Greg Kroah-Hartman
2013-07-03
drivers: avoid format string in dev_set_name
Kees Cook
2013-01-26
ACPI: Remove useless type argument of driver .remove() operation
Rafael J. Wysocki
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-10-31
x86: fix up files really needing to include module.h
Paul Gortmaker
2011-10-24
WMI: properly cleanup devices to avoid crashes
Dmitry Torokhov
2011-05-27
wmi: Removed trailing whitespace from logging message.
Joe Perches
2011-01-07
WMI: return error if wmi_create_device() fails
Dan Carpenter
2011-01-07
WMI: Cater for multiple events with same GUID
Colin King
2010-12-06
wmi: use memcmp instead of strncmp to compare GUIDs
Thadeu Lima de Souza Cascardo
2010-10-21
WMI: embed struct device directly into wmi_block
Dmitry Torokhov
2010-10-21
WMI: make use of class device's attributres
Dmitry Torokhov
2010-10-21
WMI: use pr_err() and friends
Dmitry Torokhov
2010-10-21
WMI: use separate list head for storing wmi blocks
Dmitry Torokhov
2010-10-21
WMI: simplify handling of returned WMI blocks in parse_wdg()
Dmitry Torokhov
2010-10-21
WMI: fix potential NULL pointer dereference
Dmitry Torokhov
2010-10-21
WMI: do not leak memory in parse_wdg()
Dmitry Torokhov
2010-10-21
WMI: fix wmi_gtoa() to actully terminate the string
Dmitry Torokhov
2010-10-21
WMI: free wmi blocks when parse_wdg() fails
Dmitry Torokhov
2010-10-21
WMI: remove EC region handler when _WDG parsing fails
Dmitry Torokhov
[next]