Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
206704a1fe0bcaaa036d3e90358bb168fac8bea1
/
drivers
/
platform
/
x86
/
wmi.c
fc7a620
bus: Make remove callback return void
by Uwe Kleine-König
· 3 years, 6 months ago
2b329f5
platform/x86: wmi: Make remove callback return void
by Uwe Kleine-König
· 3 years, 10 months ago
2478907
platform: x86: ACPI: Get rid of ACPICA message printing
by Rafael J. Wysocki
· 3 years, 11 months ago
6198219
platform/x86: remove unneeded break
by Tom Rix
· 4 years, 3 months ago
56afb8d
Revert "platform/x86: wmi: Destroy on cleanup rather than unregister"
by Yongxin Liu
· 5 years ago
5a707af
platform/x86: wmi: Describe function parameters
by Andy Shevchenko
· 8 years ago
6701cc8
platform/x86: wmi: Fix indentation in some cases
by Andy Shevchenko
· 4 years, 9 months ago
f9dffc1
platform/x86: wmi: Replace UUID redefinitions by their originals
by Andy Shevchenko
· 8 years ago
df23e2b
acpi: Remove header dependency
by Peter Zijlstra
· 4 years, 10 months ago
1832f2d
compat_ioctl: move more drivers to compat_ptr_ioctl
by Arnd Bergmann
· 6 years ago
bad9da8
platform/x86: wmi: Remove acpi_has_method() call
by Kelsey Skunberg
· 5 years ago
5516745
Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-platform-drivers-x86
by Linus Torvalds
· 5 years ago
440c4983
platform/x86: wmi: add context argument to the probe function
by Mattias Jacobsson
· 6 years ago
a48e233
platform/x86: wmi: add context pointer field to struct wmi_device_id
by Mattias Jacobsson
· 6 years ago
e7488e5
platform/x86: wmi: Add function to get _UID of WMI device
by Yurii Pavlovskyi
· 6 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
eacc95e
platform/x86: wmi: move struct wmi_device_id to mod_devicetable.h
by Mattias Jacobsson
· 6 years ago
c355ec6
platform/x86: wmi: fix potential null pointer dereference
by Mattias Jacobsson
· 6 years ago
69372c1
platform/x86: wmi: declare device_type structure as constant
by Bhumika Goyal
· 6 years ago
6fb7410
platform/x86: wmi: Do not mix pages and kmalloc
by Kees Cook
· 7 years ago
501f7e5
platform/x86: wmi: Fix misuse of vsprintf extension %pULL
by Joe Perches
· 7 years ago
cedb3b2
platform/x86: wmi: Replace list_for_each() by list_for_each_entry()
by Andy Shevchenko
· 7 years ago
7f166ad
platform/x86: wmi: Replace kmalloc + sprintf() with kasprintf()
by Andy Shevchenko
· 7 years ago
6e1d8ea
platform/x86: wmi: fix off-by-one write in wmi_dev_probe()
by Andrey Ryabinin
· 7 years ago
98b8e4e
platform/x86: wmi: Call acpi_wmi_init() later
by Rafael J. Wysocki
· 7 years ago
5e3e229
platform/x86: wmi: release mutex on module acquistion failure
by Mario Limonciello
· 7 years ago
44b6b76
platform/x86: wmi: create userspace interface for drivers
by Mario Limonciello
· 7 years ago
f97e058
platform/x86: wmi: Don't allow drivers to get each other's GUIDs
by Mario Limonciello
· 7 years ago
722c856
platform/x86: wmi: Add new method wmidev_evaluate_method
by Mario Limonciello
· 7 years ago
7b11e89
platform/x86: wmi: Destroy on cleanup rather than unregister
by Mario Limonciello
· 7 years ago
303d1fc
platform/x86: wmi: Cleanup exit routine in reverse order of init
by Mario Limonciello
· 7 years ago
b60ee4e
platform/x86: wmi: Sort include list
by Mario Limonciello
· 7 years ago
6afa1e2
platform/x86: wmi: Fix check for method instance number
by Pali Rohár
· 7 years ago
9727771
platform/x86: wmi: Fix error handling in acpi_wmi_init()
by Alexey Khoroshilov
· 7 years ago
cd3921f
platform/x86: wmi: Fix printing info about WDG structure
by Pali Rohár
· 8 years ago
2c9c566
platform/x86: wmi*: Add recent copyright statements
by Darren Hart (VMware)
· 8 years ago
fd70da6
platform/x86: wmi: Require query for data blocks, rename writable to setable
by Darren Hart (VMware)
· 8 years ago
f630198
platform/x86: wmi: Add an interface for subdrivers to access sibling devices
by Andy Lutomirski
· 9 years ago
9599ed9
platform/x86: wmi: Bind the platform device, not the ACPI node
by Andy Lutomirski
· 9 years ago
56a3702
platform/x86: wmi: Add a new interface to read block data
by Andy Lutomirski
· 9 years ago
1686f54
platform/x86: wmi: Incorporate acpi_install_notify_handler
by Andy Lutomirski
· 9 years ago
6ee50aa
platform/x86: wmi: Instantiate all devices before adding them
by Darren Hart (VMware)
· 8 years ago
d4fc91a
platform/x86: wmi: Probe data objects for read and write capabilities
by Andy Lutomirski
· 9 years ago
d79b107
platform/x86: wmi: Split devices into types and add basic sysfs attributes
by Andy Lutomirski
· 9 years ago
a1c31bcd
platform/x86: wmi: Fix error handling when creating devices
by Andy Lutomirski
· 9 years ago
844af95
platform/x86: wmi: Turn WMI into a bus driver
by Andy Lutomirski
· 9 years ago
b0e8630
platform/x86: wmi: Track wmi devices per ACPI device
by Andy Lutomirski
· 9 years ago
46492ee
platform/x86: wmi: Clean up acpi_wmi_add
by Andy Lutomirski
· 9 years ago
7f5809b
platform/x86: wmi: Pass the acpi_device through to parse_wdg
by Andy Lutomirski
· 9 years ago
0f97ebd
platform/x86: wmi: Drop "Mapper (un)loaded" messages
by Andy Lutomirski
· 9 years ago
538d7eb
drivers/platform/x86/wmi.c: use generic UUID library
by Andy Shevchenko
· 9 years ago
85b4e4e
wmi: Remove private %pUL implementation
by Rasmus Villemoes
· 9 years ago
097c27f
wmi: Use bool function return values of true/false not 1/0
by Joe Perches
· 10 years ago
f62a4ff
x86/wmi: delete unused wmi_data_lock mutex causing gcc warning
by Paul Gortmaker
· 10 years ago
959ef6d
WMI: Remove unnecessary null test
by Himangi Saraogi
· 10 years ago
98feb7c
Merge branch 'acpi-cleanup'
by Rafael J. Wysocki
· 11 years ago
8b48463
ACPI: Clean up inclusions of ACPI header files
by Lv Zheng
· 11 years ago
a80e105
x86, wmi fix modalias_show return values
by Prarit Bhargava
· 11 years ago
54f14c2
wmi: convert acpi_get_handle() to acpi_has_method()
by Zhang Rui
· 11 years ago
8122ab66
wmi: convert acpi_evaluate_object() to acpi_execute_simple_method()
by Zhang Rui
· 11 years ago
0a018a6
wmi: parse_wdg() should return kernel error codes
by Dan Carpenter
· 11 years ago
e80b89a
x86: wmi: convert class code to use dev_groups
by Greg Kroah-Hartman
· 11 years ago
02aa2a3
drivers: avoid format string in dev_set_name
by Kees Cook
· 12 years ago
51fac83
ACPI: Remove useless type argument of driver .remove() operation
by Rafael J. Wysocki
· 12 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
7c52d55
x86: fix up files really needing to include module.h
by Paul Gortmaker
· 14 years ago
023b956
WMI: properly cleanup devices to avoid crashes
by Dmitry Torokhov
· 13 years ago
dd8e908
wmi: Removed trailing whitespace from logging message.
by Joe Perches
· 14 years ago
e1e0dac
WMI: return error if wmi_create_device() fails
by Dan Carpenter
· 14 years ago
58f6425
WMI: Cater for multiple events with same GUID
by Colin King
· 14 years ago
8b14d7b
wmi: use memcmp instead of strncmp to compare GUIDs
by Thadeu Lima de Souza Cascardo
· 14 years ago
c64eefd
WMI: embed struct device directly into wmi_block
by Dmitry Torokhov
· 14 years ago
614ef43
WMI: make use of class device's attributres
by Dmitry Torokhov
· 14 years ago
8e07514
WMI: use pr_err() and friends
by Dmitry Torokhov
· 14 years ago
762e1a2
WMI: use separate list head for storing wmi blocks
by Dmitry Torokhov
· 14 years ago
3783066
WMI: simplify handling of returned WMI blocks in parse_wdg()
by Dmitry Torokhov
· 14 years ago
3d2c63e
WMI: fix potential NULL pointer dereference
by Dmitry Torokhov
· 14 years ago
64ed0ab
WMI: do not leak memory in parse_wdg()
by Dmitry Torokhov
· 14 years ago
4e4304d
WMI: fix wmi_gtoa() to actully terminate the string
by Dmitry Torokhov
· 14 years ago
2d5ab55
WMI: free wmi blocks when parse_wdg() fails
by Dmitry Torokhov
· 14 years ago
5212cd6
WMI: remove EC region handler when _WDG parsing fails
by Dmitry Torokhov
· 14 years ago
392bd8b
platform: x86: throw away custom methods
by Andy Shevchenko
· 14 years ago
925b108
X86 platform driver: Fix section mismatch in wmi.c
by Thomas Renninger
· 14 years ago
1492616
wmi: fix a memory leak in wmi_notify_debug
by Axel Lin
· 15 years ago
a5167c5
wmi: fix memory leak in parse_wdg
by Axel Lin
· 15 years ago
a929aae
X86 platfrom wmi: Add debug facility to dump WMI data in a readable way
by Thomas Renninger
· 15 years ago
7715348c
X86 platform wmi: Also log GUID string when an event happens and debug is set
by Thomas Renninger
· 15 years ago
fc3155b
X86 platform wmi: Introduce debug param to log all WMI events
by Thomas Renninger
· 15 years ago
2c6719a
drivers/platform/x86: Use kmemdup
by Julia Lawall
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
439913f
ACPI: replace acpi_integer by u64
by Lin Ming
· 15 years ago
d1f9e49
ACPI: WMI: Survive BIOS with duplicate GUIDs
by Carlos Corbacho
· 15 years ago
c03b26a
wmi: check find_guid() return value to prevent oops
by Paul Rolland
· 15 years ago
3e9b988
wmi: Free the allocated acpi objects through wmi_get_event_data
by Anisse Astier
· 15 years ago
1caab3c
wmi: Add support for module autoloading
by Matthew Garrett
· 15 years ago
a192a95
ACPI: Move definition of PREFIX from acpi_bus.h to internal..h
by Len Brown
· 15 years ago
f3d83e2
wmi: fix kernel panic when stack protection enabled.
by Costantino Leandro
· 15 years ago
f61bb93
ACPI: WMI: use .notify method instead of installing handler directly
by Bjorn Helgaas
· 16 years ago
da51199
acpi-wmi: unsigned cannot be less than 0
by Roel Kluin
· 16 years ago
Next »