index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
wmi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-16
platform/x86: dell: Add new dell-wmi-ddv driver
Armin Wolf
1
-0
/
+1
2022-09-19
platform/x86: wmi: Drop forward declaration of static functions
Uwe Kleine-König
1
-12
/
+9
2022-09-03
platform/x86: wmi: Allow duplicate GUIDs for drivers that use struct wmi_driver
Mario Limonciello
1
-9
/
+40
2022-04-13
platform/x86: wmi: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-7
/
+6
2021-12-06
platform/x86: wmi: Add no_notify_data flag to struct wmi_driver
Hans de Goede
1
-4
/
+6
2021-12-06
platform/x86: wmi: Fix driver->notify() vs ->probe() race
Hans de Goede
1
-1
/
+5
2021-12-06
platform/x86: wmi: Replace read_takes_no_args with a flags field
Hans de Goede
1
-4
/
+7
2021-10-22
platform/x86: wmi: change notification handler type
Mikalai Ramanovich
1
-3
/
+3
2021-09-14
platform/x86: wmi: more detailed error reporting in find_guid()
Barnabás Pőcze
1
-16
/
+27
2021-09-14
platform/x86: wmi: introduce helper to retrieve event data
Barnabás Pőcze
1
-22
/
+20
2021-09-14
platform/x86: wmi: introduce helper to determine type
Barnabás Pőcze
1
-11
/
+10
2021-09-14
platform/x86: wmi: introduce helper to generate method names
Barnabás Pőcze
1
-15
/
+27
2021-09-14
platform/x86: wmi: introduce helper to convert driver to WMI driver
Barnabás Pőcze
1
-12
/
+10
2021-09-14
platform/x86: wmi: simplify error handling logic
Barnabás Pőcze
1
-4
/
+3
2021-09-14
platform/x86: wmi: do not fail if disabling fails
Barnabás Pőcze
1
-1
/
+8
2021-09-14
platform/x86: wmi: improve debug messages
Barnabás Pőcze
1
-4
/
+4
2021-09-14
platform/x86: wmi: align arguments of functions
Barnabás Pőcze
1
-9
/
+10
2021-09-14
platform/x86: wmi: move variables
Barnabás Pőcze
1
-5
/
+4
2021-09-14
platform/x86: wmi: remove variable
Barnabás Pőcze
1
-4
/
+1
2021-09-14
platform/x86: wmi: use sizeof(*p) in allocation
Barnabás Pőcze
1
-1
/
+1
2021-09-14
platform/x86: wmi: use !p to check for NULL
Barnabás Pőcze
1
-2
/
+2
2021-09-14
platform/x86: wmi: use sysfs_emit()
Barnabás Pőcze
1
-9
/
+10
2021-09-14
platform/x86: wmi: make GUID block packed
Barnabás Pőcze
1
-1
/
+5
2021-09-14
platform/x86: wmi: use guid_t and guid_equal()
Barnabás Pőcze
1
-17
/
+17
2021-09-14
platform/x86: wmi: use bool instead of int
Barnabás Pőcze
1
-8
/
+8
2021-09-14
platform/x86: wmi: use BIT() macro
Barnabás Pőcze
1
-4
/
+5
2021-09-14
platform/x86: wmi: remove unnecessary checks
Barnabás Pőcze
1
-2
/
+0
2021-09-14
platform/x86: wmi: remove stray empty line
Barnabás Pőcze
1
-1
/
+0
2021-09-14
platform/x86: wmi: remove unnecessary casts
Barnabás Pőcze
1
-7
/
+5
2021-09-14
platform/x86: wmi: remove unnecessary argument
Barnabás Pőcze
1
-5
/
+4
2021-09-14
platform/x86: wmi: remove unnecessary variable
Barnabás Pőcze
1
-4
/
+1
2021-09-14
platform/x86: wmi: remove unnecessary initializations
Barnabás Pőcze
1
-9
/
+9
2021-09-14
platform/x86: wmi: remove unnecessary initialization
Barnabás Pőcze
1
-1
/
+1
2021-09-14
platform/x86: wmi: remove commas
Barnabás Pőcze
1
-4
/
+4
2021-09-14
platform/x86: wmi: fix checkpatch warnings
Barnabás Pőcze
1
-3
/
+2
2021-09-14
platform/x86: wmi: fix kernel doc
Barnabás Pőcze
1
-1
/
+1
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-03-08
platform/x86: wmi: Make remove callback return void
Uwe Kleine-König
1
-3
/
+2
2021-03-08
platform: x86: ACPI: Get rid of ACPICA message printing
Rafael J. Wysocki
1
-1
/
+0
2020-10-28
platform/x86: remove unneeded break
Tom Rix
1
-3
/
+0
2020-10-27
Revert "platform/x86: wmi: Destroy on cleanup rather than unregister"
Yongxin Liu
1
-2
/
+2
2020-04-23
platform/x86: wmi: Describe function parameters
Andy Shevchenko
1
-7
/
+9
2020-04-23
platform/x86: wmi: Fix indentation in some cases
Andy Shevchenko
1
-6
/
+3
2020-04-23
platform/x86: wmi: Replace UUID redefinitions by their originals
Andy Shevchenko
1
-10
/
+10
2020-03-21
acpi: Remove header dependency
Peter Zijlstra
1
-0
/
+1
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
1
-1
/
+1
2019-07-30
platform/x86: wmi: Remove acpi_has_method() call
Kelsey Skunberg
1
-3
/
+1
2019-07-14
Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...
Linus Torvalds
1
-1
/
+43
2019-06-17
platform/x86: wmi: add context argument to the probe function
Mattias Jacobsson
1
-1
/
+2
2019-06-17
platform/x86: wmi: add context pointer field to struct wmi_device_id
Mattias Jacobsson
1
-0
/
+22
[next]