1. 5fc0d36 Merge branch 'next' into for-linus by Dmitry Torokhov · 15 years ago
  2. 6ac8a99 Input: xpad - add USB-ID for PL-3601 Xbox 360 pad by Christoph Fritz · 15 years ago
  3. f1b5076 Input: cy8ctmg100_ts - signedness bug by Dan Carpenter · 15 years ago
  4. 22462d9f Input: elantech - report position also with 3 fingers by Éric Piel · 15 years ago
  5. 7f29f17 Input: elantech - discard the first 2 positions on some firmwares by Éric Piel · 15 years ago
  6. 7be3c13 Input: adxl34x - do not mark device as disabled on startup by Michael Hennerich · 15 years ago
  7. 173bdd7 Input: gpio_keys - add hooks to enable/disable device by Shubhrajyoti D · 15 years ago
  8. 448cd16 Input: evdev - rearrange ioctl handling by Dmitry Torokhov · 15 years ago
  9. d31b286 Input: dynamically allocate ABS information by Daniel Mack · 15 years ago
  10. 987a6c0 Input: switch to input_abs_*() access functions by Daniel Mack · 15 years ago
  11. 7957e9c Input: add static inline accessors for ABS properties by Daniel Mack · 15 years ago
  12. d01d075 Merge branch 'next' into for-linus by Dmitry Torokhov · 15 years ago
  13. 0d87c72 Input: adp5588-keypad - fix NULL dereference in adp5588_gpio_add() by Dmitry Torokhov · 15 years ago
  14. 60347c1 Input: cy8ctmg110 - capacitive touchscreen support by Samuli Konttila · 15 years ago
  15. 53c1f76 Input: keyboard - also match braille-only keyboards by Samuel Thibault · 15 years ago
  16. ba9f507 Input: adp5588-keys - export unused GPIO pins by Xiaolong Chen · 15 years ago
  17. b326b85 Input: xpad - add product ID for Hori Fighting Stick EX2 by Chris Merrett · 15 years ago
  18. f1cba53 Input: adxl34x - fix leak and use after free by Dan Carpenter · 15 years ago
  19. 3619b8f Input: synaptics - relax capability ID checks on newer hardware by Dmitry Torokhov · 15 years ago
  20. 0fffed2 Input: samsung-keypad - Add samsung keypad driver by Joonyoung Shim · 15 years ago
  21. 1ca56e5 Input: i8042 - reset keyboard controller wehen resuming from S2R by Dmitry Torokhov · 15 years ago
  22. 3fea602 Input: twl40300-keypad - fix handling of "all ground" rows by Dmitry Torokhov · 15 years ago
  23. c25f7b7 Input: gamecon - reference correct pad in gc_psx_command() by Dmitry Torokhov · 15 years ago
  24. 7b5d331 Input: gamecon - reference correct input device in NES mode by Dmitry Torokhov · 15 years ago
  25. 58fb021 Input: synaptics - set min/max for finger width by Chris Bagwell · 15 years ago
  26. 2a8e771 Input: synaptics - only report width on hardware that supports it by Chris Bagwell · 15 years ago
  27. 1afaab9 Input: w90p910_keypad - change platfrom driver name to 'nuc900-kpi' by Wan ZongShun · 15 years ago
  28. 3e1bbc8 Input: i8042 - add Gigabyte Spring Peak to dmi_noloop_table by Kamal Mostafa · 15 years ago
  29. d90d8d5 Input: qt2160 - rename kconfig symbol name by Christoph Fritz · 15 years ago
  30. c18fb13 Input: evdev - signal that device is writable in evdev_poll() by Dmitry Torokhov · 15 years ago
  31. 4d4bf99 Input: mousedev - signal that device is writable in mousedev_poll() by Julien Moutinho · 15 years ago
  32. 20da92d Input: change input handlers to use bool when possible by Dmitry Torokhov · 15 years ago
  33. 72c8a94 Input: document the MT event slot protocol by Henrik Rydberg · 15 years ago
  34. 40d007e Input: introduce MT event slots by Henrik Rydberg · 15 years ago
  35. 5b39187 Input: w90p910_ts - fix call to setup_timer() by Wan ZongShun · 15 years ago
  36. a8aef62 Input: usbtouchscreen - implement reset_resume by Oliver Neukum · 15 years ago
  37. 5d9efc5 Input: usbtouchscreen - implement runtime power management by Oliver Neukum · 15 years ago
  38. ed4299e Input: usbtouchscreen - implement basic suspend/resume by Oliver Neukum · 15 years ago
  39. 4cf51c3 Input: Add ATMEL QT602240 touchscreen driver by Joonyoung Shim · 15 years ago
  40. bbddd19 Input: synaptics - fix wrong dimensions check by Takashi Iwai · 15 years ago
  41. fd6cf3d Input: fix signedness warning in input_set_keycode() by Dmitry Torokhov · 15 years ago
  42. e22739d Input: Add pwm beeper driver by Lars-Peter Clausen · 15 years ago
  43. 7beae70 Input: xpad - remove mouse buttons and axes for dance pads by Christoph Fritz · 15 years ago
  44. bf77499 Input: atlas_btns - switch to using pr_err() and friends by Dmitry Torokhov · 15 years ago
  45. 02b5fac Input: atlas_btns - fix mixing acpi_status and int for return value by Axel Lin · 15 years ago
  46. 07d19ff Input: atlas_btns - adds a missing owner field for atlas_acpi_driver by Axel Lin · 15 years ago
  47. dda7b73 Input: twl4030-pwrbutton - replace __devinit with __init by Markus Lehtonen · 15 years ago
  48. 312e8e8 Input: mcs - Add MCS touchkey driver by Joonyoung Shim · 15 years ago
  49. 866d7d7 Input: release pressed keys when resuming device by Oliver Neukum · 15 years ago
  50. 3eac5c7 Input: ads7846 - extend the driver for ads7845 controller support by Anatolij Gustschin · 15 years ago
  51. 0f622bf Input: ads7846 - do not allow altering platform data by Dmitry Torokhov · 15 years ago
  52. af6e1d9 Input: adxl34 - make enable/disable separate from suspend/resume by Dmitry Torokhov · 15 years ago
  53. 963ce8a Input: ad7879 - report EV_KEY/BTN_TOUCH events by Michael Hennerich · 15 years ago
  54. 447b9065 Input: ad7879 - fix spi word size to 16 bit by Michael Hennerich · 15 years ago
  55. 16ea10a Input: ad7879 - use i2c_smbus_read_i2c_block_data() to lower overhead by Michael Hennerich · 15 years ago
  56. 14fbbc3 Input: ad7879 - add open and close methods by Dmitry Torokhov · 15 years ago
  57. 4397c98 Input: ad7879 - split bus logic out by Mike Frysinger · 15 years ago
  58. 7cd7a82 Input: ad7879 - use threaded IRQ by Dmitry Torokhov · 15 years ago
  59. 08fa16b Merge commit 'v2.6.35-rc3' into next by Dmitry Torokhov · 15 years ago
  60. c59690f Input: i8042 - mark stubs in i8042.h "static inline" by Feng Tang · 15 years ago
  61. 1796b98 Input: lm8323 - fix error handling in lm8323_probe() by Dan Carpenter · 15 years ago
  62. 28ed684 Input: gpio-keys - add gpiolib debounce support by Grazvydas Ignotas · 15 years ago
  63. df506f2 HID - blacklist ET&T TC4UH touchscreen controller by Petr Štetiar · 15 years ago
  64. 38771bb Input: usbtouchscreen - add support for ET&T TC4UM touchscreen controller by Petr Štetiar · 15 years ago
  65. 7804302 Input: ads7846 - allow specifying irq trigger type in platform data by Anatolij Gustschin · 15 years ago
  66. c8f2edc Input: wacom - add support for DTU2231 and DTU1631 by Ping Cheng · 15 years ago
  67. 1fcb8bb Input: wistron_btns - fix a memory leak in wb_module_init error path by Axel Lin · 15 years ago
  68. 671386b Input: adxl34x - add support for ADXL346 orientation sensing by Michael Hennerich · 15 years ago
  69. e27c729 Input: add driver for ADXL345/346 Digital Accelerometers by Michael Hennerich · 15 years ago
  70. 69a4af6 Input: adp5588-keys - support GPI events for ADP5588 devices by Xiaolong CHEN · 15 years ago
  71. 3267a87 MAINTAINERS - Add an entry for the input MT protocol by Henrik Rydberg · 15 years ago
  72. e725a49 Input: evdev - never leave the client buffer empty after write by Henrik Rydberg · 15 years ago
  73. 6967b4d Input: hid-input - use a larger event buffer for MT devices by Henrik Rydberg · 15 years ago
  74. c13aea0 Input: bcm5974 - set the average number of events per MT event packet by Henrik Rydberg · 15 years ago
  75. 63a6404 Input: evdev - use driver hint to compute size of event buffer by Henrik Rydberg · 15 years ago
  76. b58f708 Input: evdev - convert to dynamic event buffer by Henrik Rydberg · 15 years ago
  77. 4aaf504 Input: tps6507x-ts - remove unneeded NULL test by Jiri Slaby · 15 years ago
  78. 493630b Input: wacom - fix serial number handling on Cintiq 21UX2 by Ping Cheng · 15 years ago
  79. 0b28bac Input: fixup X86_MRST selects by Randy Dunlap · 15 years ago
  80. 0e78931 Merge commit 'v2.6.35-rc3' into for-linus by Dmitry Torokhov · 15 years ago
  81. 7e27d6e Linux 2.6.35-rc3 by Linus Torvalds · 15 years ago
  82. 4cea870 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  83. 7ae1277 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  84. b25b550 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  85. eda0547 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  86. 837c4ef PCI: clear bridge resource range if BIOS assigned bad one by Yinghai Lu · 15 years ago
  87. a7ef7d1 PCI: hotplug/cpqphp, fix NULL dereference by Jiri Slaby · 15 years ago
  88. 3be434f Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/" by Jesse Barnes · 15 years ago
  89. f6d440d PCI: change resource collision messages from KERN_ERR to KERN_INFO by Bjorn Helgaas · 15 years ago
  90. 6f902af Btrfs: The file argument for fsync() is never null by Dan Carpenter · 15 years ago
  91. 834e747 Btrfs: handle ERR_PTR from posix_acl_from_xattr() by Dan Carpenter · 15 years ago
  92. 15e7000 Btrfs: avoid BUG when dropping root and reference in same transaction by Sage Weil · 15 years ago
  93. 731e3d1 Btrfs: prohibit a operation of changing acl's mask when noacl mount option used by Shi Weihua · 15 years ago
  94. 2f26afb Btrfs: should add a permission check for setfacl by Shi Weihua · 15 years ago
  95. cf1e99a Btrfs: btrfs_lookup_dir_item() can return ERR_PTR by Dan Carpenter · 15 years ago
  96. 3140c9a Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRs by Dan Carpenter · 15 years ago
  97. d327099 Btrfs: unwind after btrfs_start_transaction() errors by Dan Carpenter · 15 years ago
  98. 4cbd114 Btrfs: btrfs_iget() returns ERR_PTR by Dan Carpenter · 15 years ago
  99. 676e4c8 Btrfs: handle kzalloc() failure in open_ctree() by Dan Carpenter · 15 years ago
  100. fb4f6f9 Btrfs: handle error returns from btrfs_lookup_dir_item() by Dan Carpenter · 15 years ago