1. 51fac83 ACPI: Remove useless type argument of driver .remove() operation by Rafael J. Wysocki · 12 years ago
  2. dcbeec2 sony-laptop: fix SNC buffer calls when SN06 returns Integers by Mattia Dongili · 12 years ago
  3. 3567a4e2 platform / x86 / PM: Fix unused function warnings for CONFIG_PM_SLEEP by Rafael J. Wysocki · 12 years ago
  4. 7100e50 Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  5. bb6b98d sony-laptop: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  6. 17621e1 ACPI / PM: Drop pm_message_t argument from device suspend callback by Rafael J. Wysocki · 12 years ago
  7. a1071a5 sony-laptop: correct find_snc_handle failure checks by Mattia Dongili · 12 years ago
  8. 56f4a9f sony-laptop: fix a couple signedness bugs by Dan Carpenter · 12 years ago
  9. c7a2918 sony-laptop: fix sony_nc_sysfs_store() by Dan Carpenter · 12 years ago
  10. ca3c2c7 sony-laptop: input initialization should be done before SNC by Mattia Dongili · 12 years ago
  11. 014fc8f sony-laptop: add lid backlight support for handle 0x143 by Mattia Dongili · 12 years ago
  12. 15aa5c7 sony-laptop: store battery care limits on batteries by Mattia Dongili · 12 years ago
  13. bb384b5 sony-laptop: notify userspace of GFX switch position changes by Marco Chiappero · 12 years ago
  14. 4069d6f sony-laptop: use an enum for SNC event types by Mattia Dongili · 12 years ago
  15. 2b8791c sony-laptop: add touchpad enable/disable function by Marco Chiappero · 12 years ago
  16. 2e52631 sony-laptop: add missing Fn key combos for 0x100 handlers by Marco Chiappero · 12 years ago
  17. a1e7363 sony-laptop: add support for more WWAN modems by Marco Chiappero · 12 years ago
  18. aa33924 sony-laptop: new keyboard backlight handle by Marco Chiappero · 12 years ago
  19. 88bf170 sony-laptop: add high speed battery charging function by Marco Chiappero · 12 years ago
  20. 54535d0 sony-laptop: support automatic resume on lid open by Marco Chiappero · 12 years ago
  21. bab7084 sony-laptop: adjust error handling in finding SNC handles by Mattia Dongili · 12 years ago
  22. 49f000a sony-laptop: add thermal profiles support by Marco Chiappero · 12 years ago
  23. 967145a sony-laptop: support battery care functions by Marco Chiappero · 12 years ago
  24. ae18871 sony-laptop: additional debug statements by Mattia Dongili · 12 years ago
  25. 5fe801a sony-laptop: improve SNC initialization and acpi notify callback code by Marco Chiappero · 12 years ago
  26. 9e12337 sony-laptop: use kstrtoul to parse sysfs values by Mattia Dongili · 12 years ago
  27. ebcef1b sony-laptop: generalise ACPI calls into SNC functions by Mattia Dongili · 12 years ago
  28. 3398241 sony-laptop: fix return path when no ACPI buffer is allocated by Mattia Dongili · 12 years ago
  29. d6f15ed sony-laptop: use soft rfkill status stored in hw by Marco Chiappero · 12 years ago
  30. 747a562 to fix scancodes returned by sony-laptop driver by John Hughes · 13 years ago
  31. 6fe6ae5 sony-laptop: Enable keyboard backlight by default by Josh Boyer · 13 years ago
  32. 6a0d89c sony-laptop:irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  33. 5ddf9c5 platform/x86:delete two unused variables by Weiping Pan · 13 years ago
  34. 50f581a sony-laptop: Add and use #define pr_fmt by Joe Perches · 14 years ago
  35. 62d2f23 [PATCH] sony-laptop: limit brightness range to DSDT provided ones by Mattia Dongili · 14 years ago
  36. 6192fa7 sony-laptop: report failures on setting LCD brightness by Mattia Dongili · 14 years ago
  37. df410d5 sony-laptop: keyboard backlight fixes by Marco Chiappero · 14 years ago
  38. 855b8bc9 sony-laptop: only show the handles sysfs file in debug mode by Mattia Dongili · 14 years ago
  39. fef3486 sony-laptop: fix early NULL pointer dereference by Mattia Dongili · 14 years ago
  40. c844033 platform-drivers: x86: fix common misspellings by Lucas De Marchi · 14 years ago
  41. 200140b sony-laptop: potential null dereference by Dan Carpenter · 14 years ago
  42. 31f0075 sony-laptop: handle allocation failures by Dan Carpenter · 14 years ago
  43. 7227ded sony-laptop: return negative on failure in sony_nc_add() by Dan Carpenter · 14 years ago
  44. f11113b sony-laptop: make a couple variables static by Dan Carpenter · 14 years ago
  45. 7751ab8 sony-laptop: implement new backlight control method by Mattia Dongili · 14 years ago
  46. bf15571 sony-laptop: implement keyboard backlight support by Mattia Dongili · 14 years ago
  47. 2a4f0c8 sony-laptop: cache handles and report them via sysfs by Mattia Dongili · 14 years ago
  48. 3672329 sony-laptop: remove unused Type4 define by Mattia Dongili · 14 years ago
  49. d6697938 sony-laptop: use pr_<level> for messages by Mattia Dongili · 14 years ago
  50. 4eeb502 sony-laptop: ignore hard switch rfkill events (SPIC) by Mattia Dongili · 14 years ago
  51. 56e6e71 sony-laptop: add some debug printk useful for bug reports by Mattia Dongili · 14 years ago
  52. bb7ca74 backlight: add backlight type by Matthew Garrett · 14 years ago
  53. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  54. 1a7d946 sony-laptop: support new hotkeys on the P, Z and EC series by Mattia Dongili · 14 years ago
  55. a46a780 sony-laptop: fix sparse non-ANSI function warning by Randy Dunlap · 14 years ago
  56. acc2472 backlight: constify backlight_ops by Lionel Debroux · 14 years ago
  57. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  58. 08db2b3 sony-laptop: use platform_device_unregister in sony_pf_remove by Axel Lin · 14 years ago
  59. 0fc8f27 drivers/platform/x86: Eliminate a NULL pointer dereference by Julia Lawall · 14 years ago
  60. 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
  61. a19a6ee backlight: Allow properties to be passed at registration by Matthew Garrett · 15 years ago
  62. ec28dcc Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into release by Len Brown · 15 years ago
  63. c14973f sony-laptop - fix using of uninitialized variable by Dmitry Torokhov · 15 years ago
  64. cffdde9 sony-laptop - switch from workqueue to a timer by Dmitry Torokhov · 15 years ago
  65. c45bc9d sony-laptop - simplify keymap initialization by Dmitry Torokhov · 15 years ago
  66. 9593bd0 sony-laptop - remove private workqueue, use keventd instead by Dmitry Torokhov · 15 years ago
  67. fe7fa9c Merge branch 'sony' into release by Len Brown · 15 years ago
  68. 528809c sony-laptop: enumerate rfkill devices using SN06 by Mattia Dongili · 15 years ago
  69. d5a664a sony-laptop: rfkill support for newer models by Mattia Dongili · 15 years ago
  70. 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 15 years ago
  71. e64c026 kfifo: cleanup namespace by Stefani Seibold · 15 years ago
  72. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
  73. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 15 years ago
  74. 4f924ba sony-laptop: add AVMode key mapping by Mattia Dongili · 15 years ago
  75. 2263576 ACPICA: Add post-order callback to acpi_walk_namespace by Lin Ming · 15 years ago
  76. 6effe5f Merge branches 'sony-laptop', 'bugzilla-14247' and 'bugzilla-14271' into release by Len Brown · 15 years ago
  77. a0d97d6 sony-laptop: re-read the rfkill state when resuming from suspend by Alan Jenkins · 15 years ago
  78. 50fab07 sony-laptop: check for rfkill hard block at load time by Alan Jenkins · 15 years ago
  79. 5e6f972 sony-laptop: Don't unregister the SPIC driver if it wasn't registered by Alan Jenkins · 15 years ago
  80. 922553f sony-laptop: remove _INI call at init time by Mattia Dongili · 15 years ago
  81. d1e0de9 sony-laptop: SPIC unset IRQF_SHARED, set IRQF_DISABLED by Mattia Dongili · 15 years ago
  82. 31df714 sony-laptop: remove device_ctrl and the SPIC mini drivers by Mattia Dongili · 15 years ago
  83. 15b8dd5 ACPICA: Major update for acpi_get_object_info external interface by Bob Moore · 15 years ago
  84. e1f8a19 sony: fix rfkill code again by Johannes Berg · 15 years ago
  85. 869fb3a sony-laptop: no need to unblock rfkill on load by Alan Jenkins · 15 years ago
  86. fc240e3 sony: fix rfkill code by Johannes Berg · 15 years ago
  87. 19d337d rfkill: rewrite by Johannes Berg · 15 years ago
  88. bb803cf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  89. 53005a0 sony-laptop: always try to unblock rfkill on load by Mattia Dongili · 16 years ago
  90. c35d4b3 sony-laptop: fix bogus error message display on resume by Mattia Dongili · 16 years ago
  91. a83021a sony-laptop: SNC input event 38 fix by Almer S. Tigelaar · 16 years ago
  92. 560e84a sony-laptop: SNC 127 Initialization Fix by Almer S. Tigelaar · 16 years ago
  93. 226fced sony-laptop: Duplicate SNC 127 Event Fix by Almer S. Tigelaar · 16 years ago
  94. 621cac8 rfkill: remove user_claim stuff by Johannes Berg · 16 years ago
  95. 8037d6e sony-laptop: use .notify method instead of installing handler directly by Bjorn Helgaas · 16 years ago
  96. 478c6a4 Merge branch 'linus' into release by Len Brown · 16 years ago
  97. 16dd55f sony-laptop: fix event reporting for new style events by Matthias Welwarsky · 16 years ago
  98. 6479efb sony-laptop: new style events typo fixes by Matthias Welwarsky · 16 years ago
  99. ff07a53 sony-laptop: Fix some typos in log messages (Unabe/Unable) by Alessio Igor Bogani · 16 years ago
  100. 4ef4cbb sony-laptop: Kill the BKL by Alessio Igor Bogani · 16 years ago