1. 8b5301c platform / thinkpad: Remove deprecated hotkey_report_mode parameter by Thomas Renninger · 11 years ago
  2. 1696d9d ACPI: Remove the old /proc/acpi/event interface by Thomas Renninger · 11 years ago
  3. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  4. 355f1ec thinkpad-acpi: kill hotkey_thread_mutex by Oleg Nesterov · 11 years ago
  5. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  6. 23caaee Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 11 years ago
  7. 6f62bc3 drivers/platform/x86/thinkpad_acpi.c: Handle HKEY event 0x6040 by Richard Hartmann · 11 years ago
  8. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  9. 16a3d9f thinkpad-acpi: enable loading module with new B-series Lenovo BIOS by Manoj Iyer · 12 years ago
  10. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  11. 1eaec82 Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  12. b859f15 Drivers: platform: x86: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  13. 6d394e1 thinkpad_acpi: don't use [delayed_]work_pending() by Tejun Heo · 12 years ago
  14. 3bd0189 sections: fix section conflicts in drivers/platform/x86 by Andi Kleen · 12 years ago
  15. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  16. eceeb43 thinkpad_acpi: buffer overflow in fan_get_status() by Dan Carpenter · 12 years ago
  17. a4f46bb thinkpad-acpi: recognize latest V-Series using DMI_BIOS_VENDOR by Manoj Iyer · 12 years ago
  18. 41f63c5 workqueue: use mod_delayed_work() instead of cancel + queue by Tejun Heo · 12 years ago
  19. 3567a4e platform / x86 / PM: Fix unused function warnings for CONFIG_PM_SLEEP by Rafael J. Wysocki · 12 years ago
  20. 00d3959 thinkpad_acpi: Free hotkey_keycode_map after unregistering tpacpi_inputdev by Li Dongyang · 12 years ago
  21. d2be15b thinkpad_acpi: Fix a memory leak during module exit by Li Dongyang · 12 years ago
  22. e03e389 thinkpad_acpi: Flush the workqueue before freeing tpacpi_leds by Li Dongyang · 12 years ago
  23. 4959a78 thinkpad_acpi: Use struct dev_pm_ops instead of legacy PM routines by Rafael J. Wysocki · 12 years ago
  24. fd3c3a4 thinkpad_acpi: Drop pm_message_t arguments from suspend routines by Rafael J. Wysocki · 12 years ago
  25. ff41319 thinkpad-acpi: fix issuing duplicated key events for brightness up/down by Alex Hung · 12 years ago
  26. 23b0531 thinkpad-acpi: recognize Lenovo as version string in newer V-series BIOS by Manoj Iyer · 12 years ago
  27. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  28. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  29. d161a13 switch procfs to umode_t use by Al Viro · 13 years ago
  30. 8a32c44 freezer: implement and use kthread_freezable_should_stop() by Tejun Heo · 13 years ago
  31. 1f01358 thinkpad_acpi: Fix printk typo 'bluestooth' by Paul Bolle · 13 years ago
  32. 3300955 Add KEY_MICMUTE and enable it on Lenovo X220 by Andy Lutomirski · 13 years ago
  33. a50245a thinkpad-acpi: handle HKEY 0x4010, 0x4011 events by Henrique de Moraes Holschuh · 13 years ago
  34. 2d43f67 thinkpad-acpi: handle some new HKEY 0x60xx events by Henrique de Moraes Holschuh · 13 years ago
  35. 0978e01 thinkpad_acpi: Convert printks to pr_<level> by Joe Perches · 13 years ago
  36. 112a6ee thinkpad_acpi: Correct !CONFIG_THINKPAD_ACPI_VIDEO warning by Joe Perches · 13 years ago
  37. 9fbdaeb thinkpad-acpi: module autoloading for newer Lenovo ThinkPads. by Manoj Iyer · 13 years ago
  38. b569ab3 thinkpad-acpi fails to load with newer Thinkpad X201s BIOS by Keith Packard · 13 years ago
  39. c844033 platform-drivers: x86: fix common misspellings by Lucas De Marchi · 13 years ago
  40. bb7ca74 backlight: add backlight type by Matthew Garrett · 13 years ago
  41. 5ffba7e thinkpad_acpi: Always report scancodes for hotkeys by Seth Forshee · 13 years ago
  42. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  43. 2136585 ACPI Thinkpad: We must always call va_end() after va_start() but do not do so in thinkpad_acpi.c::acpi_evalf() by Jesper Juhl · 14 years ago
  44. 3098064 drivers/platform/x86: Remove unnecessary semicolons by Joe Perches · 14 years ago
  45. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  46. d41014b drivers/platform/x86/thinkpad_acpi.c: delete double assignment by Julia Lawall · 14 years ago
  47. acc2472 backlight: constify backlight_ops by Lionel Debroux · 14 years ago
  48. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  49. fc6e756 thinkpad-acpi: avoid keymap pitfall by Henrique de Moraes Holschuh · 14 years ago
  50. 2b75426 thinkpad-acpi: Add KEY_CAMERA (Fn-F6) for Lenovo keyboards by Jens Taprogge · 14 years ago
  51. d1e14dc thinkpad-acpi: add support for model-specific keymaps by Henrique de Moraes Holschuh · 14 years ago
  52. 34a656d2 thinkpad-acpi: lock down size of hotkey keymap by Henrique de Moraes Holschuh · 14 years ago
  53. 217f096 thinkpad-acpi: untangle ACPI/vendor backlight selection by Henrique de Moraes Holschuh · 14 years ago
  54. 122f267 thinkpad-acpi: find ACPI video device by synthetic HID by Henrique de Moraes Holschuh · 14 years ago
  55. a420e46 X86 platform drivers: Remove EC dump from thinkpad_acpi by Thomas Renninger · 14 years ago
  56. 7d9745c thinkpad-acpi: document backlight level writeback at driver init by Henrique de Moraes Holschuh · 14 years ago
  57. ef07a5a thinkpad-acpi: clean up ACPI handles handling by Henrique de Moraes Holschuh · 14 years ago
  58. 2cbb5c8 thinkpad-acpi: don't depend on led_path for led firmware type (v2) by Henrique de Moraes Holschuh · 14 years ago
  59. 72f1992 thinkpad-acpi: explain errors from acpi_install_notify_handler by Henrique de Moraes Holschuh · 14 years ago
  60. 263f4a3 thinkpad-acpi: acpi_evalf fixes by Henrique de Moraes Holschuh · 14 years ago
  61. 437e470 thinkpad-acpi: detect EC node using its HID (v2) by Henrique de Moraes Holschuh · 14 years ago
  62. 38e11cd thinkpad-acpi: disclose usertask for ALSA callbacks by Henrique de Moraes Holschuh · 14 years ago
  63. 2899902 thinkpad-acpi: fix brightness hotkey poll handling by Henrique de Moraes Holschuh · 14 years ago
  64. 7777583 thinkpad-acpi: let other subdrivers know backlight level range by Henrique de Moraes Holschuh · 14 years ago
  65. 7a43f78 thinkpad-acpi: move greeting messages out of the first subdriver (v2) by Henrique de Moraes Holschuh · 14 years ago
  66. 5d756db thinkpad-acpi: fix volume/mute hotkey poll handling by Henrique de Moraes Holschuh · 14 years ago
  67. a318930 thinkpad-acpi: X100e quick fixes by Henrique de Moraes Holschuh · 14 years ago
  68. e28393c thinkpad-acpi: constrain IBM-era support to IBM boxes by Henrique de Moraes Holschuh · 14 years ago
  69. 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
  70. a19a6ee backlight: Allow properties to be passed at registration by Matthew Garrett · 14 years ago
  71. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  72. 88cc837 thinkpad-acpi: fix ALSA callback return status by Henrique de Moraes Holschuh · 14 years ago
  73. b525c06 thinkpad-acpi: lock down video output state access by Henrique de Moraes Holschuh · 14 years ago
  74. 08fedfc thinkpad-acpi: fix bluetooth/wwan resume by Henrique de Moraes Holschuh · 14 years ago
  75. 7f0cf71 thinkpad-acpi: make driver events work in NVRAM poll mode by Henrique de Moraes Holschuh · 14 years ago
  76. b589ea4 thinkpad-acpi: fix poll thread auto-start by Henrique de Moraes Holschuh · 14 years ago
  77. 7d1894d thinkpad-acpi: R52 brightness_mode has been confirmed by Henrique de Moraes Holschuh · 14 years ago
  78. bf8b29c thinkpad-acpi: document HKEY event 3006 by Henrique de Moraes Holschuh · 14 years ago
  79. f04d5e0 thinkpad-acpi: wrong thermal attribute_group removed in thermal_exit() by Roel Kluin · 14 years ago
  80. 9ddc5b6 tree-wide: fix typos "ammount" -> "amount" by Uwe Kleine-König · 14 years ago
  81. ff850c3 thinkpad-acpi: make volume subdriver optional by Henrique de Moraes Holschuh · 14 years ago
  82. 74c75c1 thinkpad-acpi: don't fail to load the entire module due to ALSA problems by Henrique de Moraes Holschuh · 14 years ago
  83. ead510c thinkpad-acpi: don't take the first ALSA slot by default by Henrique de Moraes Holschuh · 14 years ago
  84. 7458bbd Merge branch 'thinkpad-2.6.33' into release by Len Brown · 15 years ago
  85. 5d2eb14 thinkpad-acpi: bump version to 0.24 by Henrique de Moraes Holschuh · 15 years ago
  86. 887965e thinkpad-acpi: convert to seq_file by Alexey Dobriyan · 15 years ago
  87. 0d204c3 thinkpad-acpi: basic ALSA mixer support (v2) by Henrique de Moraes Holschuh · 15 years ago
  88. c7ac629 thinkpad-acpi: disable volume control by Henrique de Moraes Holschuh · 15 years ago
  89. a112cee thinkpad-acpi: support MUTE-only ThinkPads by Henrique de Moraes Holschuh · 15 years ago
  90. 329e4e1 thinkpad-acpi: volume subdriver rewrite by Henrique de Moraes Holschuh · 15 years ago
  91. 5451a92 thinkpad-acpi: log initial state of rfkill switches by Henrique de Moraes Holschuh · 15 years ago
  92. d89a727 thinkpad-acpi: sync input device EV_SW initial state by Henrique de Moraes Holschuh · 15 years ago
  93. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 15 years ago
  94. 3067e02 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  95. 792979c thinkpad-acpi: use input_set_capability by Henrique de Moraes Holschuh · 15 years ago
  96. 9ebd9e8 thinkpad-acpi: log temperatures on termal alarm (v2) by Henrique de Moraes Holschuh · 15 years ago
  97. b09c722 thinkpad-acpi: expose module parameters by Henrique de Moraes Holschuh · 15 years ago
  98. d112ef9 thinkpad-acpi: adopt input device by Henrique de Moraes Holschuh · 15 years ago
  99. 6b30eb7 thinkpad-acpi: silence bogus complain during rmmod by Henrique de Moraes Holschuh · 15 years ago
  100. 347a268 thinkpad-acpi: issue backlight class events by Henrique de Moraes Holschuh · 15 years ago