1. 05faadc lis3: fix regression of HP DriveGuard with 8bit chip by Takashi Iwai · 13 years ago
  2. 1ebe9da drivers/misc/pti.c: give 'comm' function scope in pti_control_frame_built_and_sent() by Jesper Juhl · 13 years ago
  3. 3ab4702 Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  4. 37b7bf6 drivers/misc/ab8500-pwm.c: fix modalias by Axel Lin · 13 years ago
  5. b89d5f1 drivers/misc/fsa9480.c: fix a leak of the IRQ during init failure by Axel Lin · 13 years ago
  6. 06ed462 drivers/misc/pti.c: add missing includes by Sergei Trofimovich · 13 years ago
  7. 651d62a drivers:misc: ti-st: fix unexpected UART close by Pavan Savoy · 13 years ago
  8. 76ff0e6 drivers:misc: ti-st: free skb on firmware download by Pavan Savoy · 13 years ago
  9. d0344ef drivers:misc: ti-st: wait for completion at fail by Pavan Savoy · 13 years ago
  10. 2f81a02 drivers:misc: ti-st: reinit completion before send by Pavan Savoy · 13 years ago
  11. 78bb969 drivers:misc: ti-st: fail-safe on wrong pkt type by Vijay Badawadagi · 13 years ago
  12. 74a4fcf drivers:misc: ti-st: reinit completion on ver read by Pavan Savoy · 13 years ago
  13. 0d7c5f2 drivers:misc:ti-st: platform hooks for chip states by Pavan Savoy · 13 years ago
  14. 5926cef drivers:misc: ti-st: avoid a misleading dbg msg by Pavan Savoy · 13 years ago
  15. 8ea95e0 pti: add missing CONFIG_PCI dependency by Heiko Carstens · 13 years ago
  16. 1ccd4b7 mmc: cb710: fix possible pci_dev leak in cb710_pci_configure() by Michał Mirosław · 13 years ago
  17. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  18. beda94d Vmware balloon: switch to using sysem-wide freezable workqueue by Dmitry Torokhov · 13 years ago
  19. d5ef642 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  20. f0deb97 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  21. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  22. 469dded misc/eeprom: add eeprom access driver for digsy_mtc board by Anatolij Gustschin · 13 years ago
  23. 06b4501 misc/eeprom: add driver for microwire 93xx46 EEPROMs by Anatolij Gustschin · 13 years ago
  24. a1bb73d drivers/misc: add support the FSA9480 USB Switch by Donggeun Kim · 13 years ago
  25. 703f03c geode: reflect mfgpt dependency on mfd by Philip A. Prindeville · 13 years ago
  26. 2b934c6 drivers/misc/pch_phub.c: don't oops if dmi_get_system_info returns NULL by Alexander Stein · 13 years ago
  27. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  28. 8168e9c PTI feature to allow user to name and mark masterchannel request. by J Freyensee · 13 years ago
  29. fc360ee 0 for o PTI Makefile bug. by J Freyensee · 13 years ago
  30. 20ae6d0 pch_phub: Fix register miss-setting issue by Tomoya MORINAGA · 13 years ago
  31. c89b857 Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  32. 1fc6e98 drivers/misc/ioc4.c: fix section mismatch / race condition by Ralf Baechle · 13 years ago
  33. aa2c96d drivers/misc/lkdtm.c: fix race when crashpoint is hit multiple times before checking count by Josh Hunt · 13 years ago
  34. a64227b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  35. e9e8bcb mmc: cb710: fix #ifdef HAVE_EFFICIENT_UNALIGNED_ACCESS by James Hogan · 13 years ago
  36. 6e158d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  37. 44da29d sgi-xp: fix a use after free by Eric Dumazet · 13 years ago
  38. ec8f9ce drivers/misc/apds990x.c: apds990x_chip_on() should depend on CONFIG_PM || CONFIG_PM_RUNTIME by Geert Uytterhoeven · 13 years ago
  39. 4bbd61f drivers/misc/cs5535-mfgpt.c: fix wrong if condition by Christian Gmeiner · 13 years ago
  40. 5a1e6f7 drivers/misc/spear13xx_pcie_gadget.c: fix a memory leak in spear_pcie_gadget_probe error path by Axel Lin · 13 years ago
  41. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  42. e556b81 pti: pti_tty_install documentation mispelling. by J Freyensee · 13 years ago
  43. 1312ba4 pti: PTI semantics fix in pti_tty_cleanup. by J Freyensee · 13 years ago
  44. 1dae42b pti: ENXIO error case memory leak PTI fix. by J Freyensee · 13 years ago
  45. 29021bcc pti: double-free security PTI fix by J Freyensee · 13 years ago
  46. 9d031d9 drivers:misc: ti-st: fix skipping of change remote baud by Shahar Lev · 13 years ago
  47. 7316a9f st_kim: Handle case of no device found for ID 0 by Steven Rostedt · 13 years ago
  48. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 13 years ago
  49. 603d04b kgdbts: only use new asm-generic/ptrace.h api when needed by Mike Frysinger · 13 years ago
  50. 63ab25e kgdbts: unify/generalize gdb breakpoint adjustment by Mike Frysinger · 13 years ago
  51. 99dff58 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  52. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  53. 82aff10 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  54. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  55. 880102e Merge remote branch 'origin/master' into merge by Benjamin Herrenschmidt · 13 years ago
  56. 0e1d715 misc: Add CARMA DATA-FPGA Programmer support by Ira Snyder · 13 years ago
  57. c186f0e misc: Add CARMA DATA-FPGA Access Driver by Ira Snyder · 13 years ago
  58. 0b61d2a Intel PTI implementaiton of MIPI 1149.7. by J Freyensee · 13 years ago
  59. 275640b pch_phub: Support new device ML7223 by Tomoya MORINAGA · 13 years ago
  60. 773d679 misc: fix ti-st build issues by Randy Dunlap · 13 years ago
  61. 85ee7a1 treewide: cleanup continuations and remove logging message whitespace by Joe Perches · 13 years ago
  62. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  63. b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 13 years ago
  64. fc27119 drivers:misc:ti-st: remove rfkill dependency by Pavan Savoy · 13 years ago
  65. 764b0c4 drivers:misc:ti-st: handle delayed tty receive by Pavan Savoy · 13 years ago
  66. 5de1743 drivers/misc/sgi-gru/grufile.c: fix the wrong members of gru_chip by Wanlong Gao · 13 years ago
  67. 853a137 cs5535: Fix section mismatch by Nikanth Karthikesan · 13 years ago
  68. 5ecd602e ibmasm: fix comment typo by Justin P. Mattock · 13 years ago
  69. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  70. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 13 years ago
  71. 95e14ed Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 13 years ago
  72. adb4b83 kgdboc,kgdbts: strlen() doesn't count the terminator by Dan Carpenter · 14 years ago
  73. b259514 drivers/misc/pch_phub.c: add MODULE_DEVICE_TABLE by Axel Lin · 13 years ago
  74. deb187e drivers/misc/ep93xx_pwm.c: world-writable sysfs files by Vasiliy Kulikov · 13 years ago
  75. a844b43 drivers/misc/atmel_tclib.c: fix a memory leak by Axel Lin · 13 years ago
  76. 6f7d485 drivers/misc/hmc6352.c: fix wrong return value checking for i2c_master_recv() by Axel Lin · 13 years ago
  77. 4e67359 drivers/misc/apds9802als.c: put the device into runtime suspend after resume()/probe() is handled by Hong Liu · 13 years ago
  78. b950054 ST SPEAr: PCIE gadget suppport by Pratyush Anand · 13 years ago
  79. 45bff2e drivers/misc/bmp085.c: free initmem memory by Shubhrajyoti Datta · 13 years ago
  80. 4a7de63 bh1780gli: convert to dev pm ops by Shubhrajyoti Datta · 13 years ago
  81. ff60667 Move lis3lv02d drivers to drivers/misc by Jean Delvare · 13 years ago
  82. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  83. 8ac727c misc: change to new flag variable by matt mooney · 14 years ago
  84. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  85. a5e6b13 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  86. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  87. 6ae705b pch_uart: reference clock on CM-iTC by Denis Turischev · 13 years ago
  88. 1a738dc pch_phub: add new device ML7213 by Tomoya MORINAGA · 14 years ago
  89. c1605f2 drivers:misc: ti-st: fix debugging code by Pavan Savoy · 13 years ago
  90. 97e419a drivers/misc/bmp085.c: add MODULE_DEVICE_TABLE by Axel Lin · 13 years ago
  91. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 13 years ago
  92. 58a69cb workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' by Tejun Heo · 13 years ago
  93. 781a739 drivers:misc: ti-st: remove multiple gpio handling by Pavan Savoy · 13 years ago
  94. 6d71ba2 drivers:misc: ti-st: fix hci-ll on wake_ind collision by Pavan Savoy · 13 years ago
  95. ef04d12 drivers:misc: ti-st: firmware download optimization by Pavan Savoy · 13 years ago
  96. 6710fcf drivers:misc: ti-st: set right debug levels for logs by Pavan Savoy · 13 years ago
  97. 7044266 drivers:misc: ti-st: fix error codes by Pavan Savoy · 13 years ago
  98. ec60d0a drivers:misc: ti-st: move from rfkill to sysfs by Pavan Savoy · 13 years ago
  99. 5c88b02 drivers:misc: ti-st: register with channel IDs by Pavan Savoy · 13 years ago
  100. c47dda7 pch_phub: add new device ML7213 by Tomoya MORINAGA · 14 years ago