1. 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
  2. a818d8e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  3. 31968ec Input: i8042 - add ALDI/MEDION netbook E1222 to qurik reset table by Christoph Fritz · 14 years ago
  4. 77554b4 Input: serio_raw - remove BKL by Thadeu Lima de Souza Cascardo · 14 years ago
  5. 3e6e15a Input: enable remote wakeup for PNP i8042 keyboard ports by Alan Stern · 14 years ago
  6. ec62e1c Input: i8042 - use platfrom_create_bundle() helper by Dmitry Torokhov · 14 years ago
  7. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  8. 35858ad Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  9. c2d1a2a Input: i8042 - fix KBC jam during hibernate by Alan Jenkins · 14 years ago
  10. 0747e3b Fix spelling of 'platform' in log messages by Stefan Weil · 14 years ago
  11. ce841b9 Input: xilinx_ps2 - use resource_size by Tobias Klauser · 14 years ago
  12. 7755726 Merge commit 'v2.6.33-rc5' into next by Dmitry Torokhov · 14 years ago
  13. e6edbdc Input: i8042 - add Dritek quirk for Acer Aspire 5610. by Elliott Sales de Andrade · 14 years ago
  14. a9844b1 Input: make PCI device ids constant by Márton Németh · 14 years ago
  15. ef9a16f Input: xilinx_ps2 - make Open Firmware device ids constant by Márton Németh · 14 years ago
  16. cac9169 Input: serio - use pr_xxx() and dev_xxx() helpers by Dmitry Torokhov · 14 years ago
  17. 4516c81 Input: serio - use list_first_entry() helper by Dmitry Torokhov · 14 years ago
  18. ddf1ffb Input: serio - let device core tell us if device was registered by Dmitry Torokhov · 14 years ago
  19. 386d877 Input: serio - use device core to create 'id' attribute group by Dmitry Torokhov · 14 years ago
  20. ea486e6 Input: serio - do not mark kseriod freezable anymore by Dmitry Torokhov · 14 years ago
  21. 909275b Input: altera_ps2 - fix test of unsigned in altera_ps2_probe() by Roel Kluin · 14 years ago
  22. 7547a3e Merge commit 'linus' into next by Dmitry Torokhov · 14 years ago
  23. e47c4f7 Input: at32psif - do not sleep in atomic context by Dmitry Torokhov · 14 years ago
  24. a61cd03 Input: i8042 - add Gigabyte M1022M to the noloop list by Dmitry Torokhov · 14 years ago
  25. 967c9ef Input: i8042 - allow installing platform filters for incoming data by Matthew Garrett · 14 years ago
  26. 4e8d340 Input: i8042 - fix locking in interrupt routine by Dmitry Torokhov · 14 years ago
  27. 010c33c Input: sa1111ps2 - annotate probe() and remove() methods by Dmitry Torokhov · 14 years ago
  28. 266429d Input: ambakmi - annotate probe() and remove() methods by Dmitry Torokhov · 14 years ago
  29. a0ee203 Input: gscps2 - fix probe() and remove() annotations by Dmitry Torokhov · 14 years ago
  30. 1def7af Input: altera_ps2 - add annotations to probe and remove methods by Dmitry Torokhov · 14 years ago
  31. e40ec6f Input: hil-mlc - use del_timer_sync() when unloading the driver by Dmitry Torokhov · 14 years ago
  32. 898d105 Input: serio - set owner in driver structures by Dmitry Torokhov · 14 years ago
  33. fa395aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  34. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  35. f909b1d Input: i8042 - remove identification strings from DMI tables by Dmitry Torokhov · 15 years ago
  36. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  37. 4678320 Merge commit 'v2.6.32' into next by Dmitry Torokhov · 15 years ago
  38. 049e2d1 Input: i8042 - add Dell Vostro 1320, 1520 and 1720 to the reset list by Anisse Astier · 15 years ago
  39. 02cee68 Merge commit 'v2.6.32-rc6' into next by Dmitry Torokhov · 15 years ago
  40. ee1e82c Input: i8042 - try to get stable CTR value when initializing by Dmitry Torokhov · 15 years ago
  41. 7a53c7f Merge commit 'v2.6.32-rc5' into for-linus by Dmitry Torokhov · 15 years ago
  42. b0225e8 Input: i8042 - add Sony Vaio VGN-FZ240E to the nomux list by Dmitry Torokhov · 15 years ago
  43. fb5bbee Input: add driver for Altera PS/2 controller by Thomas Chou · 15 years ago
  44. 7dcc9c2 Input: i8042 - make pnp_data_busted variable boolean instead of int by Dmitry Torokhov · 15 years ago
  45. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  46. d3d2dfe Input: i8042 - print debug data when testing AUX IRQ delivery by Dmitry Torokhov · 15 years ago
  47. fed9454 Input: libps2 - fix dependancy on i8042 by Dmitry Torokhov · 15 years ago
  48. 181d683 Input: libps2 - additional locking for i8042 ports by Dmitry Torokhov · 15 years ago
  49. fc8e1ea Merge branch 'next' into for-linus by Dmitry Torokhov · 15 years ago
  50. f811341 Input: i8042 - use platform_driver_probe by Dmitry Torokhov · 15 years ago
  51. 386b384 Input: i8042 - use boolean type where it makes sense by Dmitry Torokhov · 15 years ago
  52. 5ddbc77 Input: i8042 - try disabling and re-enabling AUX port at close by Dmitry Torokhov · 15 years ago
  53. 1c7827a Input: i8042 - bypass AUX IRQ delivery test on laptops by Dmitry Torokhov · 15 years ago
  54. 4b61bb5 Merge commit 'v2.6.31-rc8' into next by Dmitry Torokhov · 15 years ago
  55. ced909f Input: i8042 - add Acer Aspire 5536 to the nomux list by Dmitry Torokhov · 15 years ago
  56. fc69f4a Input: add new driver for Sentelic Finger Sensing Pad by Tai-hwa Liang · 15 years ago
  57. 3858612 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  58. 685aaca Input: i8042 - add Asus G1S to noloop exception list by Jory A. Pratt · 15 years ago
  59. c6fe6b0 parisc: hp_sdc_mlc.c - check return value of down_trylock() by Helge Deller · 15 years ago
  60. 633aae2 Input: serio - switch to using dev_pm_ops by Dmitry Torokhov · 15 years ago
  61. ebd7768 Input: i8042 - switch to using dev_pm_ops by Dmitry Torokhov · 15 years ago
  62. bd07211 Merge commit 'v2.6.31-rc4' into next by Dmitry Torokhov · 15 years ago
  63. 5e75c5f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  64. 72398e4 Input: use resource_size when allocating resources by Julia Lawall · 15 years ago
  65. ddaa434 Input: mark serio and i8042 as suspended when hibernating too by Thadeu Lima de Souza Cascardo · 15 years ago
  66. 9230ccb Input: i8042 - more reset quirks for MSI Wind-clone netbooks by Yan Li · 15 years ago
  67. 93db629 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  68. 2cf4d45 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  69. 02a99ed Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 15 years ago
  70. dc890c2 [ARM] 5544/1: Trust PrimeCell resource sizes by Linus Walleij · 15 years ago
  71. 4894e4a Merge commit 'v2.6.30' into next by Dmitry Torokhov · 15 years ago
  72. 5f789cd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  73. a3ce6ea Input: libps2 - better handle bad scheduler decisions by Dmitry Torokhov · 15 years ago
  74. 6fa612b microblaze: Kconfig: Enable drivers for Microblaze by Michal Simek · 15 years ago
  75. 03fbdb1 [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void * by Alessandro Rubini · 15 years ago
  76. 7e044e0 Input: serio - do not use deprecated dev.power.power_state by Dmitry Torokhov · 15 years ago
  77. d585a02 Merge commit 'v2.6.30-rc5' into next by Dmitry Torokhov · 15 years ago
  78. 8c0c3f7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  79. aa0b8f3 drivers/input/serio/hp_sdc.c: fix crash when removing hp_sdc module by Helge Deller · 15 years ago
  80. e4bd3e5 Input: sa1111ps2 - use disable_irq_nosync() in irq handlers by Ben Nizette · 15 years ago
  81. 89b09b9 Input: serio - rearrange EXPORT_SYMBOL() markings by Dmitry Torokhov · 15 years ago
  82. 0c387ec Merge branch 'next' into for-linus by Dmitry Torokhov · 15 years ago
  83. 7c46e23 Input: i8042 - add a DMI table for the i8042.reset option by Arjan van de Ven · 15 years ago
  84. 5ea2fc6 Input: i8042 - introduce a tougher reset by Arjan van de Ven · 15 years ago
  85. ba28f22 Merge branch 'next' into for-linus by Dmitry Torokhov · 15 years ago
  86. 59cc1dd Input: i8042 - add HP DV9700 to the noloop list by Dmitry Torokhov · 15 years ago
  87. ed40d0c Merge branch 'origin' into devel by Russell King · 15 years ago
  88. 9973022 [ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.h by Russell King · 15 years ago
  89. 60aa492 Rationalize fasync return values by Jonathan Corbet · 15 years ago
  90. 6b3bf20 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  91. 4ab7376 Input: ambakmi - fix timeout handling in amba_kmi_write() by Roel Kluin · 15 years ago
  92. 4e8718a Input: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  93. db30c70 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  94. 9334e90 Input: i8042 - add Dell Vostro 1510 to nomux list by Jiri Kosina · 15 years ago
  95. c10a93a Input: HIL drivers - add MODULE_ALIAS() by Helge Deller · 15 years ago
  96. a6f66dd Input: i8042 - add Gigabyte M912 netbook to noloop exception table by Ozan Çağlayan · 15 years ago
  97. 93b8eef Merge commit 'v2.6.28-rc9' into next by Dmitry Torokhov · 15 years ago
  98. 72aaf09 Merge git://git.marvell.com/orion into devel by Russell King · 15 years ago
  99. b31a0fe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  100. 635f025 [ARM] clps7500: remove support by Russell King · 16 years ago