1. c65c9bc tty: rewrite the ldisc locking by Alan Cox · 15 years ago
  2. cdda7cd proc tty: switch ip2 to ->proc_fops by Alexey Dobriyan · 15 years ago
  3. 03457cd device create: char: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  4. 7d7b93c tty: kref the tty driver object by Alan Cox · 16 years ago
  5. 9d020a2e ip2: avoid add_timer with pending timer by Akinobu Mita · 16 years ago
  6. f1ddfd9 ip2: init/deinit cleanup by Jiri Slaby · 16 years ago
  7. 7ccd702 ip2: fix sparse warnings by Jiri Slaby · 16 years ago
  8. cf176bc ip2: cleanup globals by Jiri Slaby · 16 years ago
  9. 47babd4 Char: merge ip2main and ip2base by Jiri Slaby · 16 years ago
  10. 47be36a ip2: push BKL down for the firmware interface by Alan Cox · 16 years ago
  11. 47aa579 device create: char: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  12. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  13. 5a86102 Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 by Linus Torvalds · 16 years ago
  14. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  15. 547d8bb ip2: use request_firmware() by David Woodhouse · 16 years ago
  16. f2b9857 Add a bunch of cycle_kernel_lock() calls by Jonathan Corbet · 16 years ago
  17. 6089093 ip2: fix crashes on load/unload by Alan Cox · 16 years ago
  18. a6fc819 ip2: switch remaining direct call of ops->flush_buffer by Alan Cox · 16 years ago
  19. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  20. cf1c63c Char: ip2, macros cleanup by Jiri Slaby · 16 years ago
  21. 83e422b drivers/char/ip2/ip2main.c: replace init_module&cleanup_module with module_init&module_exit by Jon Schindler · 16 years ago
  22. 4a5cdb5 proc: switch /proc/ip2mem to seq_file interface by Alexey Dobriyan · 16 years ago
  23. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 16 years ago
  24. 3d0ae36 Char: ip2, fix sparse warnings by Jiri Slaby · 16 years ago
  25. 1237a2e Char: char/serial, remove SERIAL_TYPE_NORMAL redefines by Jiri Slaby · 17 years ago
  26. 8dfba4d drivers/char/: Spelling fixes by Joe Perches · 17 years ago
  27. 6bd3bd6 drivers/char/ip2: separate polling and irq-driven work entry points by Jeff Garzik · 17 years ago
  28. f3518e4 drivers/char/ip2: split out irq core logic into separate function by Jeff Garzik · 17 years ago
  29. 2b0172e drivers/char/ip2: fix used-uninit'd bug by Jeff Garzik · 17 years ago
  30. 978550b8 drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  31. 07c015e Convert from class_device to device in drivers/char by tonyj@suse.de · 17 years ago
  32. ad4a5bb ip2main warning fix by Andrew Morton · 17 years ago
  33. 68fc4fa unregister_chrdev(): ignore the return value by Akinobu Mita · 17 years ago
  34. 7126dd0 Char: ip2, use msleep for sleeping by Jiri Slaby · 17 years ago
  35. 5fc7e65 Fix bogus 'inline' in drivers/char/ip2/i2lib.c by Linus Torvalds · 18 years ago
  36. ab521dc [PATCH] tty: update the tty layer to work with struct pid by Eric W. Biederman · 18 years ago
  37. 40565f1 [PATCH] Char: timers cleanup by Jiri Slaby · 18 years ago
  38. b963a84 [PATCH] Char: tty_wakeup cleanup by Jiri Slaby · 18 years ago
  39. 2723f96 [PATCH] ip2 warning fix by Andrew Morton · 18 years ago
  40. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  41. a7113a9 [PATCH] struct path: convert char-drivers by Josef Sipek · 18 years ago
  42. 652d3a3 [PATCH] char: ip2 remove broken macro by Mariusz Kozlowski · 18 years ago
  43. f6337e2 [PATCH] i2lib unused variable cleanup by Mariusz Kozlowski · 18 years ago
  44. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  45. f061c58 [PATCH] i2Output always takes kernel data now by Al Viro · 18 years ago
  46. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  47. fcc7a8c [PATCH] drivers/char/ip2: kill unused code, label by Jeff Garzik · 18 years ago
  48. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  49. 1aff0ec [PATCH] ip2: use newer pci_get functions by Alan Cox · 18 years ago
  50. eb0e71c [PATCH] Add Computone IntelliPort Plus serial hotplug support by Chuck Short · 18 years ago
  51. 62322d2 [PATCH] make more file_operation structs static by Arjan van de Ven · 18 years ago
  52. 0f2ed4c [PATCH] irq-flags: drivers/char: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  53. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  54. 331b831 [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV by Greg Kroah-Hartman · 19 years ago
  55. f4eaa37 [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  56. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  57. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  58. 7c69ef7 [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  59. 673e321 [PATCH] char/ip2: more section fixes (replacement) by Randy Dunlap · 18 years ago
  60. 01d206a Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Adrian Bunk · 19 years ago
  61. def9391 [PATCH] ip2main.c warning fixes by Andrew Morton · 19 years ago
  62. 9c4b562 Move ip2.c and ip2main.c to drivers/char/ip2/ where the other files by Adrian Bunk · 19 years ago
  63. d9e3953 [PATCH] clean up computone remaining cli use by Alan Cox · 19 years ago
  64. a020ff4 [PATCH] Fix pragma packing in ip2 driver by David Howells · 19 years ago
  65. 735d566 [PATCH] kfree cleanup: drivers/char by Jesper Juhl · 19 years ago
  66. da4cd8d [PATCH] drivers/char: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  67. 995c6ed [PATCH] drivers/char/ip2*: cleanups by Adrian Bunk · 19 years ago
  68. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago