1. c14973f sony-laptop - fix using of uninitialized variable by Dmitry Torokhov · 15 years ago
  2. fe7fa9c Merge branch 'sony' into release by Len Brown · 15 years ago
  3. 528809c sony-laptop: enumerate rfkill devices using SN06 by Mattia Dongili · 15 years ago
  4. d5a664a sony-laptop: rfkill support for newer models by Mattia Dongili · 15 years ago
  5. 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 15 years ago
  6. e64c026 kfifo: cleanup namespace by Stefani Seibold · 15 years ago
  7. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
  8. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 15 years ago
  9. 4f924ba sony-laptop: add AVMode key mapping by Mattia Dongili · 15 years ago
  10. 2263576 ACPICA: Add post-order callback to acpi_walk_namespace by Lin Ming · 15 years ago
  11. 6effe5f Merge branches 'sony-laptop', 'bugzilla-14247' and 'bugzilla-14271' into release by Len Brown · 15 years ago
  12. a0d97d6 sony-laptop: re-read the rfkill state when resuming from suspend by Alan Jenkins · 15 years ago
  13. 50fab07 sony-laptop: check for rfkill hard block at load time by Alan Jenkins · 15 years ago
  14. 5e6f972 sony-laptop: Don't unregister the SPIC driver if it wasn't registered by Alan Jenkins · 15 years ago
  15. 922553f sony-laptop: remove _INI call at init time by Mattia Dongili · 15 years ago
  16. d1e0de9 sony-laptop: SPIC unset IRQF_SHARED, set IRQF_DISABLED by Mattia Dongili · 15 years ago
  17. 31df714 sony-laptop: remove device_ctrl and the SPIC mini drivers by Mattia Dongili · 15 years ago
  18. 15b8dd5 ACPICA: Major update for acpi_get_object_info external interface by Bob Moore · 15 years ago
  19. e1f8a19 sony: fix rfkill code again by Johannes Berg · 15 years ago
  20. 869fb3a sony-laptop: no need to unblock rfkill on load by Alan Jenkins · 15 years ago
  21. fc240e3 sony: fix rfkill code by Johannes Berg · 15 years ago
  22. 19d337d rfkill: rewrite by Johannes Berg · 15 years ago
  23. bb803cf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  24. 53005a0 sony-laptop: always try to unblock rfkill on load by Mattia Dongili · 15 years ago
  25. c35d4b3 sony-laptop: fix bogus error message display on resume by Mattia Dongili · 15 years ago
  26. a83021a sony-laptop: SNC input event 38 fix by Almer S. Tigelaar · 15 years ago
  27. 560e84a sony-laptop: SNC 127 Initialization Fix by Almer S. Tigelaar · 15 years ago
  28. 226fced sony-laptop: Duplicate SNC 127 Event Fix by Almer S. Tigelaar · 15 years ago
  29. 621cac8 rfkill: remove user_claim stuff by Johannes Berg · 15 years ago
  30. 8037d6e sony-laptop: use .notify method instead of installing handler directly by Bjorn Helgaas · 15 years ago
  31. 478c6a4 Merge branch 'linus' into release by Len Brown · 15 years ago
  32. 16dd55f sony-laptop: fix event reporting for new style events by Matthias Welwarsky · 15 years ago
  33. 6479efb sony-laptop: new style events typo fixes by Matthias Welwarsky · 15 years ago
  34. ff07a53 sony-laptop: Fix some typos in log messages (Unabe/Unable) by Alessio Igor Bogani · 15 years ago
  35. 4ef4cbb sony-laptop: Kill the BKL by Alessio Igor Bogani · 15 years ago
  36. 3741834 sony-laptop: update copyright by Mattia Dongili · 15 years ago
  37. c9f1e6f sony-laptop: Make sony_pic_set_wwanpower not take mutexes by Mattia Dongili · 15 years ago
  38. f5acf5e sony-laptop: Add FW specific hotkey events by Anton Veretenenko · 15 years ago
  39. 3ad1b76 sony-laptop: notify the hardware of a state change in wwanpower by Sergey Yanovich · 15 years ago
  40. d5b0269 sony-laptop: detect the ICH9 chipset as Type3 by ISHIKAWA Mutsumi · 15 years ago
  41. 2b24ef0 sony-laptop: Eliminate BKL in ioctls by Alan Cox · 15 years ago
  42. 1cae710 sony-laptop: VGN-A317M hotkey support by Harald Jenny · 15 years ago
  43. e93c8a6 sony-laptop: merge Type4 into Type3 by Mattia Dongili · 15 years ago
  44. 45c7942 sony-laptop: Add support for extended hotkeys by Matthew Garrett · 15 years ago
  45. 6cc056b sony-laptop: Add rfkill support on new models by Matthew Garrett · 15 years ago
  46. 9b57896 sony-laptop: Add support for extra keyboard events by Matthew Garrett · 15 years ago
  47. 82734bf sony-laptop: Enable EC on newer hardware by Matthew Garrett · 15 years ago
  48. badf26f sony-laptop: Add support for new Sony platform API by Matthew Garrett · 15 years ago
  49. 60aa492 Rationalize fasync return values by Jonathan Corbet · 16 years ago
  50. d97c0de Merge branch 'drivers-platform' into release by Len Brown · 16 years ago
  51. 41b16dc create drivers/platform/x86/ from drivers/misc/ by Len Brown · 16 years ago[Renamed from drivers/misc/sony-laptop.c]
  52. 3fedd90 sony-laptop: printk tweak by Alessandro Guido · 16 years ago
  53. 38cfc14 sony-laptop: brightness regression fix by Alessandro Guido · 16 years ago
  54. 540b8bb sony-laptop: fingers off backlight if video.ko is serving this functionality by Thomas Renninger · 16 years ago
  55. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  56. 6158d3a sony-laptop: ignore missing _DIS method on pic device by Matthew Garrett · 16 years ago
  57. 0ef9cff sony-laptop: newline-terminate the printk for backlight change failure by Adam Jackson · 16 years ago
  58. 0410e68 sony-laptop: BKL pushdown by Arnd Bergmann · 16 years ago
  59. 6e57419 drivers/misc: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  60. d399d13 sony-laptop.c: fix off-by-one by Adrian Bunk · 17 years ago
  61. fccd5d0 sony-laptop: fix scancode decode by Mattia Dongili · 17 years ago
  62. 3eb8749 sony-laptop: add Type4 model by Mattia Dongili · 17 years ago
  63. 425ef5d sony-laptop: bump version to 0.6 by Mattia Dongili · 17 years ago
  64. de92043 sony-laptop: refactor model types by Mattia Dongili · 17 years ago
  65. 88877c2 sony-laptop: Add Vaio N series to the special init sequence to enable Fn keys by Mattia Dongili · 17 years ago
  66. 75a1f9c sony-laptop: printk more info in sony_pic_call[123] by Mattia Dongili · 17 years ago
  67. 2e4d242 sony-laptop: fit input devices into sysfs tree by Dmitry Torokhov · 17 years ago
  68. db95517 more UTF-8 conversions by Marcin Garski · 17 years ago
  69. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  70. c4ec207 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  71. 7b19ada get rid of input BIT* duplicate defines by Jiri Slaby · 17 years ago
  72. 2cde4af Pull sony-2.6.24 into release branch by Len Brown · 17 years ago
  73. 1855256 drivers/firmware: const-ify DMI API and internals by Jeff Garzik · 17 years ago
  74. 25c87f7 Pull events into release branch by Len Brown · 17 years ago
  75. fd1caae sony-laptop: old Vaio models contain 2 IO port entries by Mattia Dongili · 17 years ago
  76. 015a916 sony-laptop: call sonypi_compat_init earlier by Mattia Dongili · 17 years ago
  77. f46d160 sony-laptop: enable Vaio FZ events by Mattia Dongili · 17 years ago
  78. 14e04fb ACPI: Schedule /proc/acpi/event for removal by Len Brown · 17 years ago
  79. 11604ec sony-laptop: sony_nc_ids[] can become static. by Adrian Bunk · 17 years ago
  80. e84a02b sony-laptop: restore the last user requested brightness level on resume. by Mattia Dongili · 17 years ago
  81. 1ba90e3 ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI drivers by Thomas Renninger · 17 years ago
  82. 22a1778 sony-laptop: Fix event reading in sony-laptop by Mattia Dongili · 17 years ago
  83. 89892d1 sony-laptop: Add Vaio FE to the special init sequence by Mattia Dongili · 17 years ago
  84. bc57f86 sony-laptop: Make the driver use MSC_SCAN and a setkeycode and getkeycode key table. by Mattia Dongili · 17 years ago
  85. b25b732 sony-laptop: Invoke _INI for SNC devices that provide it by Mattia Dongili · 17 years ago
  86. 6315fd1 sony-laptop: Add support for recent Vaios Fn keys (C series for now) by Mattia Dongili · 17 years ago
  87. 8538c36 sony-laptop: map wireless switch events to KEY_WLAN by Mattia Dongili · 17 years ago
  88. 044847e sony-laptop: add new SNC handlers by Mattia Dongili · 17 years ago
  89. f3a740c sony-laptop: use NULL for pointer by Randy Dunlap · 17 years ago
  90. a64e62a sony-laptop: rename SONY_LAPTOP_OLD to a more meaningful SONYPI_COMPAT by Mattia Dongili · 17 years ago
  91. 1b20d34 sony-laptop: remove user visible camera controls as platform attributes by malattia@linux.it · 17 years ago
  92. 1ce82c1 sony-laptop: add a meye-usable include file for camera ops by malattia@linux.it · 17 years ago
  93. e364632 sony-laptop: complete the motion eye camera support in sony-laptop by malattia@linux.it · 17 years ago
  94. 1a3e323 sonypi: try to detect if sony-laptop has already taken one of the known ioports by malattia@linux.it · 17 years ago
  95. 9476cdf sony-laptop: add edge modem support (also called WWAN) by malattia@linux.it · 17 years ago
  96. 9f9f076 sony-laptop: add locking on accesses to the ioport and global vars by malattia@linux.it · 17 years ago
  97. 5f3d289 sony-laptop: add camera enable/disable parameter, better handle possible infinite loop by malattia@linux.it · 17 years ago
  98. 7b153f3 sony-laptop: sonypi backward compatibility code by malattia@linux.it · 17 years ago
  99. f6119b0 sony-laptop: sanitize printks by malattia@linux.it · 17 years ago
  100. 49a11de sony-laptop: additional platform attributes coming from SNY6001 by malattia@linux.it · 17 years ago