1. 4b31562 SERIO: add the sysfs driver name to all modules by Greg Kroah-Hartman · 18 years ago
  2. e3a411a [SPARC64]: Fix of_iounmap() region release. by David S. Miller · 18 years ago
  3. bb06ec3 Input: i8042 - add another Lifebook P7010 to nomux blacklist by Dmitry Torokhov · 18 years ago
  4. bef9865 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  5. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  6. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  7. 94fbcde Driver core: change misc class_devices to be real devices by Greg Kroah-Hartman · 18 years ago
  8. 153a9df0 Input: handle serio_register_driver() errors by Akinobu Mita · 18 years ago
  9. ed7b1f6 Input: serio - make serio_register_driver() return errors by Dmitry Torokhov · 18 years ago
  10. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  11. 9d92fe1 Input: serio - remove serio_unregister_port_delayed() by Dmitry Torokhov · 18 years ago
  12. a216a4b Input: i8042 - fix shutdown issue on some boxes with active MUXes by Dmitry Torokhov · 18 years ago
  13. 752c58a Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  14. f4e3c71 Input: i8042 - remove unneeded call to i8042_interrupt() by Dmitry Torokhov · 18 years ago
  15. 1ea2a69 Input: serio - rearrange serio_bus initialization by Marton Nemeth · 18 years ago
  16. 43f8221 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  17. 6ce6b3a [PATCH] hp drivers/input stuff: C99 initializers, NULL noise removal, __user annotations by Al Viro · 18 years ago
  18. 0a66045 Input: serio core - handle errors returned by device_bind_driver() by Dmitry Torokhov · 18 years ago
  19. 88aa010 Input: serio - add lockdep annotations by Jiri Kosina · 18 years ago
  20. 817e6ba Input: i8042 - supress ACK/NAKs when blinking during panic by Dmitry Torokhov · 18 years ago
  21. da96d0b [PATCH] m68k/HP300: Enable HIL configuration options by Geert Uytterhoeven · 18 years ago
  22. be577a5 Build fixes for struct pt_regs removal by Matthew Wilcox · 18 years ago
  23. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  24. 0950960 Fix several typos in drivers/ by Matt LaPlante · 18 years ago
  25. a12f66f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  26. 30cbc22 [PATCH] update legacy io handling for pmac by Olaf Hering · 18 years ago
  27. 5206c0d Input: libps2 - rearrange exports by Dmitry Torokhov · 18 years ago
  28. 9807879 Input: atkbd - support Microsoft Natural Elite Pro keyboards by Dmitry Torokhov · 18 years ago
  29. a91eaa1 Input: i8042 - disable MUX mode on Toshiba Equium A110 by Dmitry Torokhov · 18 years ago
  30. de9ce70 Input: i8042 - get rid of polling timer by Dmitry Torokhov · 18 years ago
  31. e2df452 Input: i8042 - add Amoi to the MUX blacklist by Cjacker Huang · 18 years ago
  32. 73b59a3 Input: serio/gameport - check whether driver core calls succeeded by Randy Dunlap · 18 years ago
  33. 95349fe Input: libps2 - warn instead of oopsing when passed bad arguments by Dmitry Torokhov · 18 years ago
  34. 3aceafc [PATCH] lockdep: annotate serio by Arjan van de Ven · 18 years ago
  35. 6b8f3ef [PATCH] sparc i8042 build fix by Andrew Morton · 18 years ago
  36. dace145 [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  37. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  38. f57caae [SERIO] i8042-sparcio.h: Convert to of_driver framework. by David S. Miller · 18 years ago
  39. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  40. e29419f [PATCH] 64bit resource: fix up printks for resources in misc drivers by Greg Kroah-Hartman · 18 years ago
  41. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  42. 690c8fd [SPARC64]: Use in-kernel PROM tree for EBUS and ISA. by David S. Miller · 18 years ago
  43. 1269277 [PATCH] powerpc: Use check_legacy_ioport() on ppc32 too. by David Woodhouse · 19 years ago
  44. 95d465f Manual merge with Linus. by Dmitry Torokhov · 19 years ago
  45. 5076c15 [PARISC] I/O-Space must be ioremap_nocache()'d by Helge Deller · 19 years ago
  46. fddaaae BUG_ON() Conversion in input/serio/hp_sdc_mlc.c by Eric Sesterhenn · 19 years ago
  47. b1eecf7 BUG_ON() Conversion in input/serio/hil_mlc.c by Eric Sesterhenn · 19 years ago
  48. 9d92111 Input: serio - fix memory leak by Adrian Bunk · 19 years ago
  49. 2bfc3c6 Input: i8042 - fix logic around pnp_register_driver() by Bjorn Helgaas · 19 years ago
  50. b39787a Input: use kzalloc() throughout the code by Eric Sesterhenn · 19 years ago
  51. 51c38f9 Input: initialize serio and gameport at subsystem level by Dmitry Torokhov · 19 years ago
  52. c4e32e9 Input: serio - semaphore to mutex conversion by Arjan van de Ven · 19 years ago
  53. 02860ab Input: kill remnants of 98kbd{,-io} and 98spkr by Arthur Othieno · 19 years ago
  54. 3e2b32b Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  55. e7de369 Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 19 years ago
  56. 3dd01a8 Input: i8042 - add Sony Vaio FSC-115b to MUX blacklist by Vojtech Pavlik · 19 years ago
  57. 30226f8 [PATCH] Add serio bus_type probe and remove methods by Russell King · 19 years ago
  58. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  59. e9368f8 [ARM] Remove asm/irq.h includes from ARM drivers by Russell King · 19 years ago
  60. b9abaa3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 19 years ago
  61. f8ce254 [ARM] Move asm/hardware/clock.h to linux/clk.h by Russell King · 19 years ago
  62. 123656d Merge with Linus' kernel. by Russell King · 19 years ago
  63. a62c80e [ARM] Move AMBA include files to include/linux/amba/ by Russell King · 19 years ago
  64. 6020baf Input: i8042 - add OQO Zepto to noloop dmi table. by Ben Collins · 19 years ago
  65. fed8bf1 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 19 years ago
  66. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  67. a8d3584 [ARM] Remove clk_use()/clk_unuse() by Russell King · 19 years ago
  68. 9d6c250 Input: maceps2 - convert to the new platform device interface by Dmitry Torokhov · 19 years ago
  69. 26421c7 Input: q40kbd - convert to the new platform device interface by Dmitry Torokhov · 19 years ago
  70. 916d83c Input: ct82c710 - convert to the new platform device interface by Dmitry Torokhov · 19 years ago
  71. 87fd631 Input: i8042 - convert to the new platform device interface by Dmitry Torokhov · 19 years ago
  72. 0b57ee9 [SPARC]: introduce a SPARC Kconfig symbol by Adrian Bunk · 19 years ago
  73. 4eb38ac Input: i8042 - disable MUX mode for Sharp MM20 by Dmitry Torokhov · 19 years ago
  74. 9e50afd Input: make serio and gameport more swsusp friendly by Dmitry Torokhov · 19 years ago
  75. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  76. 4fd5f82 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  77. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  78. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  79. 84860bf Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  80. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  81. 6ab0f5c [PARISC] Update parisc specific input code from parisc tree by Matthew Wilcox · 19 years ago
  82. 53f01bb [PARISC] Convert parisc_device to use struct resource for hpa by Matthew Wilcox · 19 years ago
  83. bdad1f8 [PARISC] Change the driver names so /sys/bus/parisc/drivers/ looks better by Matthew Wilcox · 19 years ago
  84. d39969d Input: i8042 - use kzalloc instead of kcalloc by Dmitry Torokhov · 19 years ago
  85. d344c5e Manual merge with Linus by Dmitry Torokhov · 19 years ago
  86. a97e148 [PATCH] input: convert kcalloc to kzalloc by Pekka Enberg · 19 years ago
  87. 7545c24 Input: i8042 - add Lifebook E4010 to MUX blacklist by Dmitry Torokhov · 19 years ago
  88. 945ef0d Input: i8042 - add i8042.nokbd module option to allow supressing by Dmitry Torokhov · 19 years ago
  89. c3d31e7 Input: i8042 - fix IRQ printing when either KBD or AUX port by Dmitry Torokhov · 19 years ago
  90. 8d5987a Input: make i8042_platform_init return 'real' error code by Dmitry Torokhov · 19 years ago
  91. 0854e52 Input: i8042 - clean up initialization code; abort if we by Dmitry Torokhov · 19 years ago
  92. 463a4f7 Input: i8042 - don't use negation to mark AUX data by Dmitry Torokhov · 19 years ago
  93. 20f0794 Input: i8042 - add Fujitsu T3010 to NOMUX blacklist. by Vojtech Pavlik · 19 years ago
  94. 865190c Input: i8042 - add Alienware Sentia to NOMUX blacklist. by Dmitry Torokhov · 19 years ago
  95. bef5a66 Input: serio_raw - fix Kconfig help by Neil Brown · 19 years ago
  96. dc1e97b Input: serio_raw - link serio_raw misc device to corresponding by Dmitry Torokhov · 19 years ago
  97. ae87dff Input: serio - add modalias attribute and environment variable to by Dmitry Torokhov · 19 years ago
  98. 3c803e8 Commit the manual part of the input layer merge. by Linus Torvalds · 19 years ago
  99. 3e0777b Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manually by Linus Torvalds · 19 years ago
  100. 2031d0f Merge Christoph's freeze cleanup patch by Linus Torvalds · 19 years ago