开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
wmi.c
Age
Commit message (
Expand
)
Author
2023-05-09
platform/x86: wmi: Allow retrieving the number of WMI object instances
Armin Wolf
2023-05-09
platform/x86: wmi: Mark GUID-based WMI interface as deprecated
Armin Wolf
2023-05-09
platform/x86: wmi: Add kernel doc comments
Armin Wolf
2023-03-07
platform/x86: wmi: Convert to platform remove callback returning void
Uwe Kleine-König
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
platform/x86: wmi: move dev_to_wblock() and dev_to_wdev to use container_of_c...
Greg Kroah-Hartman
2022-11-16
platform/x86: dell: Add new dell-wmi-ddv driver
Armin Wolf
2022-09-19
platform/x86: wmi: Drop forward declaration of static functions
Uwe Kleine-König
2022-09-03
platform/x86: wmi: Allow duplicate GUIDs for drivers that use struct wmi_driver
Mario Limonciello
2022-04-13
platform/x86: wmi: replace usage of found with dedicated list iterator variable
Jakob Koschel
2021-12-06
platform/x86: wmi: Add no_notify_data flag to struct wmi_driver
Hans de Goede
2021-12-06
platform/x86: wmi: Fix driver->notify() vs ->probe() race
Hans de Goede
2021-12-06
platform/x86: wmi: Replace read_takes_no_args with a flags field
Hans de Goede
2021-10-22
platform/x86: wmi: change notification handler type
Mikalai Ramanovich
2021-09-14
platform/x86: wmi: more detailed error reporting in find_guid()
Barnabás Pőcze
2021-09-14
platform/x86: wmi: introduce helper to retrieve event data
Barnabás Pőcze
2021-09-14
platform/x86: wmi: introduce helper to determine type
Barnabás Pőcze
2021-09-14
platform/x86: wmi: introduce helper to generate method names
Barnabás Pőcze
2021-09-14
platform/x86: wmi: introduce helper to convert driver to WMI driver
Barnabás Pőcze
2021-09-14
platform/x86: wmi: simplify error handling logic
Barnabás Pőcze
2021-09-14
platform/x86: wmi: do not fail if disabling fails
Barnabás Pőcze
2021-09-14
platform/x86: wmi: improve debug messages
Barnabás Pőcze
2021-09-14
platform/x86: wmi: align arguments of functions
Barnabás Pőcze
2021-09-14
platform/x86: wmi: move variables
Barnabás Pőcze
2021-09-14
platform/x86: wmi: remove variable
Barnabás Pőcze
2021-09-14
platform/x86: wmi: use sizeof(*p) in allocation
Barnabás Pőcze
2021-09-14
platform/x86: wmi: use !p to check for NULL
Barnabás Pőcze
2021-09-14
platform/x86: wmi: use sysfs_emit()
Barnabás Pőcze
2021-09-14
platform/x86: wmi: make GUID block packed
Barnabás Pőcze
2021-09-14
platform/x86: wmi: use guid_t and guid_equal()
Barnabás Pőcze
2021-09-14
platform/x86: wmi: use bool instead of int
Barnabás Pőcze
2021-09-14
platform/x86: wmi: use BIT() macro
Barnabás Pőcze
2021-09-14
platform/x86: wmi: remove unnecessary checks
Barnabás Pőcze
2021-09-14
platform/x86: wmi: remove stray empty line
Barnabás Pőcze
2021-09-14
platform/x86: wmi: remove unnecessary casts
Barnabás Pőcze
2021-09-14
platform/x86: wmi: remove unnecessary argument
Barnabás Pőcze
2021-09-14
platform/x86: wmi: remove unnecessary variable
Barnabás Pőcze
2021-09-14
platform/x86: wmi: remove unnecessary initializations
Barnabás Pőcze
2021-09-14
platform/x86: wmi: remove unnecessary initialization
Barnabás Pőcze
2021-09-14
platform/x86: wmi: remove commas
Barnabás Pőcze
2021-09-14
platform/x86: wmi: fix checkpatch warnings
Barnabás Pőcze
2021-09-14
platform/x86: wmi: fix kernel doc
Barnabás Pőcze
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
2021-03-08
platform/x86: wmi: Make remove callback return void
Uwe Kleine-König
2021-03-08
platform: x86: ACPI: Get rid of ACPICA message printing
Rafael J. Wysocki
2020-10-28
platform/x86: remove unneeded break
Tom Rix
2020-10-27
Revert "platform/x86: wmi: Destroy on cleanup rather than unregister"
Yongxin Liu
2020-04-23
platform/x86: wmi: Describe function parameters
Andy Shevchenko
2020-04-23
platform/x86: wmi: Fix indentation in some cases
Andy Shevchenko
2020-04-23
platform/x86: wmi: Replace UUID redefinitions by their originals
Andy Shevchenko
[next]