1. fd70da6 platform/x86: wmi: Require query for data blocks, rename writable to setable by Darren Hart (VMware) · 8 years ago
  2. f630198 platform/x86: wmi: Add an interface for subdrivers to access sibling devices by Andy Lutomirski · 9 years ago
  3. 9599ed9 platform/x86: wmi: Bind the platform device, not the ACPI node by Andy Lutomirski · 9 years ago
  4. 56a3702 platform/x86: wmi: Add a new interface to read block data by Andy Lutomirski · 9 years ago
  5. 1686f54 platform/x86: wmi: Incorporate acpi_install_notify_handler by Andy Lutomirski · 9 years ago
  6. 6ee50aa platform/x86: wmi: Instantiate all devices before adding them by Darren Hart (VMware) · 8 years ago
  7. d4fc91a platform/x86: wmi: Probe data objects for read and write capabilities by Andy Lutomirski · 9 years ago
  8. d79b107 platform/x86: wmi: Split devices into types and add basic sysfs attributes by Andy Lutomirski · 9 years ago
  9. a1c31bcd platform/x86: wmi: Fix error handling when creating devices by Andy Lutomirski · 9 years ago
  10. 844af95 platform/x86: wmi: Turn WMI into a bus driver by Andy Lutomirski · 9 years ago
  11. b0e8630 platform/x86: wmi: Track wmi devices per ACPI device by Andy Lutomirski · 9 years ago
  12. 46492ee platform/x86: wmi: Clean up acpi_wmi_add by Andy Lutomirski · 9 years ago
  13. 7f5809b platform/x86: wmi: Pass the acpi_device through to parse_wdg by Andy Lutomirski · 9 years ago
  14. 0f97ebd platform/x86: wmi: Drop "Mapper (un)loaded" messages by Andy Lutomirski · 9 years ago
  15. 538d7eb drivers/platform/x86/wmi.c: use generic UUID library by Andy Shevchenko · 9 years ago
  16. 85b4e4e wmi: Remove private %pUL implementation by Rasmus Villemoes · 9 years ago
  17. 097c27f wmi: Use bool function return values of true/false not 1/0 by Joe Perches · 10 years ago
  18. f62a4ff x86/wmi: delete unused wmi_data_lock mutex causing gcc warning by Paul Gortmaker · 10 years ago
  19. 959ef6d WMI: Remove unnecessary null test by Himangi Saraogi · 10 years ago
  20. 98feb7c Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 11 years ago
  21. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
  22. a80e105 x86, wmi fix modalias_show return values by Prarit Bhargava · 11 years ago
  23. 54f14c2 wmi: convert acpi_get_handle() to acpi_has_method() by Zhang Rui · 11 years ago
  24. 8122ab66 wmi: convert acpi_evaluate_object() to acpi_execute_simple_method() by Zhang Rui · 11 years ago
  25. 0a018a6 wmi: parse_wdg() should return kernel error codes by Dan Carpenter · 11 years ago
  26. e80b89a x86: wmi: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  27. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  28. 51fac83 ACPI: Remove useless type argument of driver .remove() operation by Rafael J. Wysocki · 12 years ago
  29. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  30. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  31. 7c52d55 x86: fix up files really needing to include module.h by Paul Gortmaker · 14 years ago
  32. 023b956 WMI: properly cleanup devices to avoid crashes by Dmitry Torokhov · 13 years ago
  33. dd8e908 wmi: Removed trailing whitespace from logging message. by Joe Perches · 14 years ago
  34. e1e0dac WMI: return error if wmi_create_device() fails by Dan Carpenter · 14 years ago
  35. 58f6425 WMI: Cater for multiple events with same GUID by Colin King · 14 years ago
  36. 8b14d7b wmi: use memcmp instead of strncmp to compare GUIDs by Thadeu Lima de Souza Cascardo · 14 years ago
  37. c64eefd WMI: embed struct device directly into wmi_block by Dmitry Torokhov · 14 years ago
  38. 614ef43 WMI: make use of class device's attributres by Dmitry Torokhov · 14 years ago
  39. 8e07514 WMI: use pr_err() and friends by Dmitry Torokhov · 14 years ago
  40. 762e1a2 WMI: use separate list head for storing wmi blocks by Dmitry Torokhov · 14 years ago
  41. 3783066 WMI: simplify handling of returned WMI blocks in parse_wdg() by Dmitry Torokhov · 14 years ago
  42. 3d2c63e WMI: fix potential NULL pointer dereference by Dmitry Torokhov · 14 years ago
  43. 64ed0ab WMI: do not leak memory in parse_wdg() by Dmitry Torokhov · 14 years ago
  44. 4e4304d WMI: fix wmi_gtoa() to actully terminate the string by Dmitry Torokhov · 14 years ago
  45. 2d5ab55 WMI: free wmi blocks when parse_wdg() fails by Dmitry Torokhov · 14 years ago
  46. 5212cd6 WMI: remove EC region handler when _WDG parsing fails by Dmitry Torokhov · 14 years ago
  47. 392bd8b platform: x86: throw away custom methods by Andy Shevchenko · 14 years ago
  48. 925b108 X86 platform driver: Fix section mismatch in wmi.c by Thomas Renninger · 14 years ago
  49. 1492616 wmi: fix a memory leak in wmi_notify_debug by Axel Lin · 15 years ago
  50. a5167c5 wmi: fix memory leak in parse_wdg by Axel Lin · 15 years ago
  51. a929aae X86 platfrom wmi: Add debug facility to dump WMI data in a readable way by Thomas Renninger · 15 years ago
  52. 7715348c X86 platform wmi: Also log GUID string when an event happens and debug is set by Thomas Renninger · 15 years ago
  53. fc3155b X86 platform wmi: Introduce debug param to log all WMI events by Thomas Renninger · 15 years ago
  54. 2c6719a drivers/platform/x86: Use kmemdup by Julia Lawall · 15 years ago
  55. 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
  56. 439913f ACPI: replace acpi_integer by u64 by Lin Ming · 15 years ago
  57. d1f9e49 ACPI: WMI: Survive BIOS with duplicate GUIDs by Carlos Corbacho · 15 years ago
  58. c03b26a wmi: check find_guid() return value to prevent oops by Paul Rolland · 15 years ago
  59. 3e9b988 wmi: Free the allocated acpi objects through wmi_get_event_data by Anisse Astier · 15 years ago
  60. 1caab3c wmi: Add support for module autoloading by Matthew Garrett · 15 years ago
  61. a192a95 ACPI: Move definition of PREFIX from acpi_bus.h to internal..h by Len Brown · 15 years ago
  62. f3d83e2 wmi: fix kernel panic when stack protection enabled. by Costantino Leandro · 15 years ago
  63. f61bb93 ACPI: WMI: use .notify method instead of installing handler directly by Bjorn Helgaas · 16 years ago
  64. da51199 acpi-wmi: unsigned cannot be less than 0 by Roel Kluin · 16 years ago
  65. b4f9fe1 ACPI: move wmi, asus_acpi, toshiba_acpi to drivers/platform/x86 by Len Brown · 16 years ago[Renamed from drivers/acpi/wmi.c]
  66. 0794469 ACPI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  67. 955ba39 Merge branch 'bugfixes' into test by Len Brown · 16 years ago
  68. 0823797 ACPI: replace AE_BAD_ADDRESS exception code with AE_ERROR by Lin Ming · 16 years ago
  69. a66bfa7 ACPI: WMI: Enable event methods when registering notifiers by Matthew Garrett · 16 years ago
  70. dab36ad ACPI: WMI: Set instance for query block calls by Carlos Corbacho · 16 years ago
  71. a527f2d ACPI: WMI: Clean up handling of spec violating data blocks by Carlos Corbacho · 17 years ago
  72. e6bafba wmi: (!x & y) strikes again by Al Viro · 17 years ago
  73. 96b5a46 WMI: initialize wmi_blocks.list even if ACPI is disabled by Linus Torvalds · 17 years ago
  74. bff431e ACPI: WMI: Add ACPI-WMI mapping driver by Carlos Corbacho · 17 years ago