1. 3567a4e platform / x86 / PM: Fix unused function warnings for CONFIG_PM_SLEEP by Rafael J. Wysocki · 12 years ago
  2. 43d2fd3 toshiba_acpi: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  3. 17621e1 ACPI / PM: Drop pm_message_t argument from device suspend callback by Rafael J. Wysocki · 12 years ago
  4. 53039f2 toshiba_acpi: Fix mis-merge by Matthew Garrett · 12 years ago
  5. 121b7b0 toshiba_acpi: Add support for transflective LCD by Akio Idehara · 12 years ago
  6. 62cce75 toshiba_acpi: Only register backlight device when interface is read/write by Seth Forshee · 12 years ago
  7. f5f4fd4 backlight: initialize struct backlight_properties properly by Corentin Chary · 12 years ago
  8. f11f999 toshiba_acpi: Refuse to load on machines with buggy INFO implementations by Seth Forshee · 13 years ago
  9. af50283 toshiba_acpi: Support additional hotkey scancodes by Azael Avalos · 13 years ago
  10. 29cd293 toshiba_acpi: Support alternate hotkey interfaces by Seth Forshee · 13 years ago
  11. 592b746 toshiba_acpi: make one-bit bitfields unsigned by Dan Carpenter · 13 years ago
  12. 11948b9 toshiba_acpi: Fix machines that don't support HCI_SYSTEM_EVENT by Seth Forshee · 13 years ago
  13. ac2dad8 toshiba_acpi: Initialize brightness in backlight device by Seth Forshee · 13 years ago
  14. 36d03f9 toshiba_acpi: Don't add devices for unsupported features by Seth Forshee · 13 years ago
  15. a540d6b toshiba_acpi: Support SPFC as an HCI method by Seth Forshee · 13 years ago
  16. 6e02cc7 toshiba_acpi: Use handle for HCI calls by Seth Forshee · 13 years ago
  17. 32bcd5c toshiba_acpi: Fix up return codes by Seth Forshee · 13 years ago
  18. 135740d toshiba_acpi: Convert to use acpi_driver by Seth Forshee · 13 years ago
  19. 7e33460 toshiba: Convert printks to pr_<level> by Joe Perches · 13 years ago
  20. bb7ca74 backlight: add backlight type by Matthew Garrett · 13 years ago
  21. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  22. a49010f toshiba_acpi.c: Add key_entry for a lone FN keypress by Jon Dowland · 14 years ago
  23. acc2472 backlight: constify backlight_ops by Lionel Debroux · 14 years ago
  24. 384a7cd toshiba-acpi - switch to using sparse keymap by Dmitry Torokhov · 14 years ago
  25. 6c3f6e6 toshiba-acpi: Add support for Toshiba Illumination. by Pierre Ducroquet · 14 years ago
  26. f8ef3ae toshiba_acpi: rename add_device() and remove_device() to create_toshiba_proc_entries() and remove_toshiba_proc_entries() by Axel Lin · 14 years ago
  27. 1bd1ca1 toshiba_acpi: make remove_device() and add_device() void by Axel Lin · 14 years ago
  28. ae42f23 toshiba-acpi: Add an extra couple of keys by Matthew Garrett · 14 years ago
  29. 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
  30. a19a6ee backlight: Allow properties to be passed at registration by Matthew Garrett · 14 years ago
  31. 58b9399 Input: scancode in get/set_keycodes should be unsigned by Dmitry Torokhov · 14 years ago
  32. b466301 toshiba-acpi: fix multimedia keys on some machines by Frans Pop · 14 years ago
  33. 6335e4d toshiba_acpi: Add full hotkey support by Matthew Garrett · 14 years ago
  34. 936c8bc toshiba_acpi: convert to seq_file by Alexey Dobriyan · 15 years ago
  35. 82e7784 toshiba_acpi: return on a fail path by Jiri Slaby · 15 years ago
  36. 19d337d rfkill: rewrite by Johannes Berg · 15 years ago
  37. 621cac8 rfkill: remove user_claim stuff by Johannes Berg · 15 years ago
  38. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  39. b4f9fe1 ACPI: move wmi, asus_acpi, toshiba_acpi to drivers/platform/x86 by Len Brown · 16 years ago[Renamed from drivers/acpi/toshiba_acpi.c]
  40. 38aefbc ACPI toshiba: only register rfkill if bt is enabled by Frederik Deweerdt · 16 years ago
  41. 23d0a65 toshiba_acpi: close race in toshiba_acpi driver by Arjan van de Ven · 16 years ago
  42. cab0896 toshiba_acpi: always call input_sync() after input_report_switch() by Len Brown · 16 years ago
  43. 057316c Merge branch 'linus' into test by Len Brown · 16 years ago
  44. 9e113e0 ACPI: toshiba_acpi.c fix sparse signedness mismatch warnings by Harvey Harrison · 16 years ago
  45. c41a40c toshiba_acpi: Add support for bluetooth toggling through rfkill (v8) by philipl@overt.org · 16 years ago
  46. 4db42c5 toshiba_acpi: Enable autoloading by arvidjaar@mail.ru · 16 years ago
  47. 1299342 Fix Oops in toshiba_acpi error return path by Andrey Borzenkov · 17 years ago
  48. b4482a4 more trivial signedness fixes in drivers by Al Viro · 17 years ago
  49. b1d93de toshiba_acpi: fix section mismatch in allyesconfig by Randy Dunlap · 17 years ago
  50. b2b77b2 acpi: fix section mismatch warning in asus + toshiba by Sam Ravnborg · 17 years ago
  51. 599a52d backlight: Separate backlight properties from backlight ops pointers by Richard Purdie · 18 years ago
  52. dfcba20 backlight: Remove unneeded owner field by Richard Purdie · 18 years ago
  53. 8800c0e Pull remove-hotkey into release branch by Len Brown · 17 years ago
  54. 5ee6edb ACPI: hotkey: remove driver, per feature-removal-schedule.txt by Len Brown · 18 years ago
  55. b2b7910 ACPI: toshiba_acpi: Use ARRAY_SIZE macro when appropriate by Ahmed S. Darwish · 18 years ago
  56. c8af57e [PATCH] fix the toshiba_acpi write_lcd return value by Matthijs van Otterdijk · 18 years ago
  57. 519ab5f ACPI: video: Add dev argument for backlight_device_register by Yu Luming · 18 years ago
  58. c926355 ACPI: toshiba_acpi: Add support for the generic backlight device by Holger Macht · 18 years ago
  59. 4be44fc [ACPI] Lindent all ACPI files by Len Brown · 19 years ago
  60. f422415 [ACPI] check for kmalloc failure in toshiba_acpi.c by Panagiotis Issaris · 19 years ago
  61. fb9802f [ACPI] generic Hot Key support by Luming Yu · 19 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago