1. 3493f41 platform: x86: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  2. 702ef54 hp-wmi: Add missing __init annotations to initialization code by Mathias Krause · 10 years ago
  3. f82bdd0 hp-wmi: Enable hotkeys on some systems by Kyle Evans · 10 years ago
  4. 997daa1 hp-wmi: detect "2009 BIOS or later" flag by WMI 0x0d for wireless cmd by Alex Hung · 11 years ago
  5. 5b5c2b3 hp_wmi: Fix unregister order in hp_wmi_rfkill_setup() by Kirill Tkhai · 11 years ago
  6. 41c8bd1 Revert "hp-wmi: Enable hotkeys on some systems" by Matthew Garrett · 11 years ago
  7. 8667ca9 hp-wmi: add supports for POST code error by Alex Hung · 11 years ago
  8. b253c9d hp-wmi: Enable hotkeys on some systems by Matthew Garrett · 11 years ago
  9. af1d486 x86 / platform / hp_wmi: Fix bluetooth_rfkill misuse in hp_wmi_rfkill_setup() by lan,Tianyu · 11 years ago
  10. d9e290a hp-wmi: add more definitions for new event_id's by Alex Hung · 11 years ago
  11. c857b7f Revert "hp-wmi: Add support for SMBus hotkeys" by Matthew Garrett · 11 years ago
  12. c165b80 hp-wmi: fix handling of platform device by Dmitry Torokhov · 11 years ago
  13. fabf85e hp-wmi: Add support for SMBus hotkeys by Kyle Evans · 12 years ago
  14. 4fca7ce Platform: hp-wmi: add rfkill support for integrated GPS by Trepák Vilmos · 12 years ago
  15. b859f15 Drivers: platform: x86: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  16. dd258c0 hp-wmi: check for allocation failures by Dan Carpenter · 12 years ago
  17. 0401846 hp-wmi: fix use after free by Eric Dumazet · 13 years ago
  18. b5a4223 hp-wmi: Convert printks to pr_<level> by Joe Perches · 13 years ago
  19. c0b9c64 hp-wmi: add rfkill support for wireless query 0x1b by Anssi Hannula · 13 years ago
  20. 7cd635d hp-wmi: make rfkill initialization failure non-fatal by Anssi Hannula · 13 years ago
  21. 6d97db5 hp-wmi: clear rfkill device pointers when appropriate by Anssi Hannula · 13 years ago
  22. eceb7bd hp-wmi: split rfkill initialization out of hp_wmi_bios_setup by Anssi Hannula · 13 years ago
  23. c3021ea hp-wmi: allow setting input and output buffer sizes separately by Anssi Hannula · 13 years ago
  24. 25bb067 hp-wmi: remove a variable that is never read by Anssi Hannula · 13 years ago
  25. 9af0e0f hp-wmi: check query return value in hp_wmi_perform_query by Anssi Hannula · 13 years ago
  26. 53c96df ACPI, hp-wmi: Fix memory leak in acpi query by Zeng Zhaoming · 14 years ago
  27. 4d291ed Input: hp-wmi - switch to using sparse keymap library by Dmitry Torokhov · 14 years ago
  28. a8ec105 hp-wmi: Fix query interface by Matthew Garrett · 14 years ago
  29. 7a0691c hp-wmi: acpi_drivers.h is already included through acpi.h two lines below by Thomas Renninger · 14 years ago
  30. c477506 hp-wmi: Fix mixing up of and/or directive by Thomas Renninger · 14 years ago
  31. bc28596 hp-wmi: add return value checking for input_allocate_device() by Axel Lin · 14 years ago
  32. b096667 hp-wmi: return -ENODEV if BIOS does not export any supported hp wmi guid by Thomas Renninger · 14 years ago
  33. 97ba0af acer-wmi/hp-wmi: use platform_device_unregister instead of platform_device_del in module_exit by Axel Lin · 14 years ago
  34. dfec5c4 hp-wmi: add error handling for hp_wmi_init by Axel Lin · 14 years ago
  35. 6d96e00 X86 platform: hp-wmi Better match the HP WMI query interface by Thomas Renninger · 14 years ago
  36. 8dda6b0 x86 platform drivers: hp-wmi fix buffer size depending on ACPI version by Thomas Renninger · 14 years ago
  37. 1bbdfd5 x86 platform drivers: hp-wmi Set placeholder for unimplemented events by Thomas Renninger · 14 years ago
  38. f6b2ff0 x86 platform drivers: hp-wmi Add media key 0x20e8 by Thomas Renninger · 14 years ago
  39. a2806c6 x86 platform drivers: hp-wmi Use consistent prefix string for messages. by Thomas Renninger · 14 years ago
  40. da9a79b x86 platform drivers: hp-wmi Catch and log unkown event and key codes correctly by Thomas Renninger · 14 years ago
  41. 751ae80 x86 platform drivers: hp-wmi Reorder event id processing by Thomas Renninger · 14 years ago
  42. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  43. 58b9399 Input: scancode in get/set_keycodes should be unsigned by Dmitry Torokhov · 14 years ago
  44. ea79632 x86: move hp-wmi's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  45. caeacf5 hp-wmi: Add support for tablet rotation key by Matthew Garrett · 14 years ago
  46. c9c041f hp-wmi: remove double free caused by merge conflict by Anisse Astier · 15 years ago
  47. fda11e6 dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value by Len Brown · 15 years ago
  48. f277257 ACPI: hp-wmi, msi-wmi: clarify that wmi_install_notify_handler() returns an acpi_status by Len Brown · 15 years ago
  49. 44ef00e hp-wmi: Fix two memleaks by Thomas Renninger · 15 years ago
  50. 3e9b988 wmi: Free the allocated acpi objects through wmi_get_event_data by Anisse Astier · 15 years ago
  51. abdef01 Merge branch 'hp-wmi' into release by Len Brown · 15 years ago
  52. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  53. e5fbba8 hp-wmi: improve rfkill support by Alan Jenkins · 15 years ago
  54. d26f052 Merge branch 'misc-2.6.32' into release by Len Brown · 15 years ago
  55. 09729f0 hp-wmi: fix rfkill memory leak on unload by Corentin Chary · 15 years ago
  56. 8dd2b42 hp-wmi: Switch driver to dev_pm_ops by Frans Pop · 15 years ago
  57. daed953 hp-wmi: check that an input device exists in resume handler by Frans Pop · 15 years ago
  58. 76d8b64 hp-wmi: fix rfkill bug by Johannes Berg · 15 years ago
  59. fbe8cdd Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release by Len Brown · 15 years ago
  60. 871043b hp-wmi: Add support for reporting tablet state by Matthew Garrett · 15 years ago
  61. b3fa132 rfkill: remove set_global_sw_state by Alan Jenkins · 15 years ago
  62. 19d337d rfkill: rewrite by Johannes Berg · 15 years ago
  63. 621cac8 rfkill: remove user_claim stuff by Johannes Berg · 15 years ago
  64. 4c395bd hp-wmi: notify of a potential docking state change on resume by Frans Pop · 15 years ago
  65. 44f0606 hp-wmi: fix error path in hp_wmi_bios_setup() by Andrew Morton · 16 years ago
  66. 3095eb8 hp-wmi: set initial docking state by Frans Pop · 16 years ago
  67. 6989d56 hp-wmi: fix regressions caused by missing if statement by Frans Pop · 16 years ago
  68. fe8e4e0 hp-wmi: handle rfkill_register() failure by Larry Finger · 16 years ago
  69. 41b16dc create drivers/platform/x86/ from drivers/misc/ by Len Brown · 16 years ago[Renamed from drivers/misc/hp-wmi.c]
  70. 5c62484 HP-WMI: additional keycode (or typo) by Eric Piel · 16 years ago
  71. 88429a1 make hp_wmi_notify() static by Adrian Bunk · 16 years ago
  72. a8823ae hp-wmi: add proper hotkey support by Matthew Garrett · 16 years ago
  73. 3f6e2f1 hp-wmi: update to match current rfkill semantics by Matthew Garrett · 16 years ago
  74. 62ec30d misc: add HP WMI laptop extras driver by Matthew Garrett · 16 years ago