1. 939ffb1 Input: initialize device counter variables with -1 by Aniroop Mathur · 10 years ago
  2. 0224ec9 Input: serio - avoid negative serio device numbers by Richard Leitner · 10 years ago
  3. 0456c66 Input: serio - add firmware_id sysfs attribute by Hans de Goede · 11 years ago
  4. e696c68 Input: serio - fix sysfs layout by Dmitry Torokhov · 11 years ago
  5. 3778a212 input: serio: remove bus usage of dev_attrs by Greg Kroah-Hartman · 11 years ago
  6. 7eab8de input: serio: use DEVICE_ATTR_RO() by Greg Kroah-Hartman · 11 years ago
  7. 7048f5d Input: serio: convert bus code to use drv_groups by Greg Kroah-Hartman · 11 years ago
  8. 58b45d1 Input: serio - remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 12 years ago
  9. fde25a9 Driver core: driver_find() drops reference before returning by Alan Stern · 13 years ago
  10. 1d64b65 Input: serio/gameport - use 'long' system workqueue by Dmitry Torokhov · 14 years ago
  11. 19e9554 Input: serio - clear pending rescans after sysfs driver rebind by Duncan Laurie · 14 years ago
  12. 8ee294c Input: serio - convert to common workqueue instead of a thread by Dmitry Torokhov · 14 years ago
  13. 0982258 Input: serio - support multiple child devices per single parent by Dmitry Eremin-Solenikov · 14 years ago
  14. 53957b5 Input: serio - do not include linux/freezer.h by Dmitry Torokhov · 14 years ago
  15. 7755726 Merge commit 'v2.6.33-rc5' into next by Dmitry Torokhov · 15 years ago
  16. cac9169 Input: serio - use pr_xxx() and dev_xxx() helpers by Dmitry Torokhov · 15 years ago
  17. 4516c81 Input: serio - use list_first_entry() helper by Dmitry Torokhov · 15 years ago
  18. ddf1ffb Input: serio - let device core tell us if device was registered by Dmitry Torokhov · 15 years ago
  19. 386d877 Input: serio - use device core to create 'id' attribute group by Dmitry Torokhov · 15 years ago
  20. ea486e6 Input: serio - do not mark kseriod freezable anymore by Dmitry Torokhov · 15 years ago
  21. 633aae2 Input: serio - switch to using dev_pm_ops by Dmitry Torokhov · 16 years ago
  22. ddaa434 Input: mark serio and i8042 as suspended when hibernating too by Thadeu Lima de Souza Cascardo · 16 years ago
  23. 7e044e0 Input: serio - do not use deprecated dev.power.power_state by Dmitry Torokhov · 16 years ago
  24. 89b09b9 Input: serio - rearrange EXPORT_SYMBOL() markings by Dmitry Torokhov · 16 years ago
  25. a6c2490 Input: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  26. 6aabcdf Input: serio - offload resume to kseriod by Shaohua Li · 17 years ago
  27. e8ef434 Input: serio - remove pending events when unregistering driver by Dmitry Torokhov · 17 years ago
  28. e42837b freezer: introduce freezer-friendly waiting macros by Rafael J. Wysocki · 17 years ago
  29. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 18 years ago
  30. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 18 years ago
  31. 33143ea Input: serio - take drv_mutex in serio_cleanup() by Dmitry Torokhov · 18 years ago
  32. 70f256f Input: serio - do not touch bus's rwsem by Dmitry Torokhov · 18 years ago
  33. 82dd9ef Input: i8042 - let serio bus suspend ports by Dmitry Torokhov · 18 years ago
  34. 4b31562 SERIO: add the sysfs driver name to all modules by Greg Kroah-Hartman · 18 years ago
  35. bef9865 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  36. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  37. ed7b1f6 Input: serio - make serio_register_driver() return errors by Dmitry Torokhov · 18 years ago
  38. 9d92fe1 Input: serio - remove serio_unregister_port_delayed() by Dmitry Torokhov · 18 years ago
  39. 1ea2a69 Input: serio - rearrange serio_bus initialization by Marton Nemeth · 18 years ago
  40. 0a66045 Input: serio core - handle errors returned by device_bind_driver() by Dmitry Torokhov · 18 years ago
  41. 88aa010 Input: serio - add lockdep annotations by Jiri Kosina · 18 years ago
  42. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  43. 73b59a3 Input: serio/gameport - check whether driver core calls succeeded by Randy Dunlap · 19 years ago
  44. 9d92111 Input: serio - fix memory leak by Adrian Bunk · 19 years ago
  45. 51c38f9 Input: initialize serio and gameport at subsystem level by Dmitry Torokhov · 19 years ago
  46. c4e32e9 Input: serio - semaphore to mutex conversion by Arjan van de Ven · 19 years ago
  47. 30226f8 [PATCH] Add serio bus_type probe and remove methods by Russell King · 19 years ago
  48. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  49. 9e50afd Input: make serio and gameport more swsusp friendly by Dmitry Torokhov · 19 years ago
  50. ae87dff Input: serio - add modalias attribute and environment variable to by Dmitry Torokhov · 20 years ago
  51. 3c803e8 Commit the manual part of the input layer merge. by Linus Torvalds · 20 years ago
  52. 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 20 years ago
  53. e404e27 [PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacks by Yani Ioannou · 20 years ago
  54. baae956 [PATCH] serio 'id' attributes by Dmitry Torokhov · 20 years ago
  55. 0c3f2be [PATCH] serio resume fix by Dmitry Torokhov · 20 years ago
  56. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago