1. 349f2fe ipack: ipoctal: rename tty-driver pointer by Johan Hovold · 3 years, 3 months ago
  2. bb8a4fc ipack: ipoctal: fix module reference leak by Johan Hovold · 3 years, 3 months ago
  3. 445c813 ipack: ipoctal: fix missing allocation-failure check by Johan Hovold · 3 years, 3 months ago
  4. cd20d59 ipack: ipoctal: fix tty-registration error handling by Johan Hovold · 3 years, 3 months ago
  5. 65c001d ipack: ipoctal: fix tty registration race by Johan Hovold · 3 years, 3 months ago
  6. a89936c ipack: ipoctal: fix stack information leak by Johan Hovold · 3 years, 3 months ago
  7. 7c314bdf Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 4 months ago
  8. c6c3c570 Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 4 months ago
  9. 50f05bd ipack: tpci200: fix memory leak in the tpci200_register by Dongliang Mu · 3 years, 5 months ago
  10. 57a1681 ipack: tpci200: fix many double free issues in tpci200_pci_probe by Dongliang Mu · 3 years, 5 months ago
  11. 9f90a4d tty: drop put_tty_driver by Jiri Slaby · 3 years, 5 months ago
  12. 39b7b42 tty: stop using alloc_tty_driver by Jiri Slaby · 3 years, 5 months ago
  13. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
  14. c932ed0 Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 6 months ago
  15. 0419bf0 ipac: tpci200: fix kernel-doc syntax and remove filename from file header by Aditya Srivastava · 3 years, 7 months ago
  16. b716f42 ipac: ipoctal: fix kernel-doc syntax and remove filename from file headers by Aditya Srivastava · 3 years, 7 months ago
  17. 9272e5d0 ipack/carriers/tpci200: Fix a double free in tpci200_pci_probe by Lv Yunlong · 3 years, 7 months ago
  18. fff4ef1 tty: make tty_operations::chars_in_buffer return uint by Jiri Slaby · 3 years, 8 months ago
  19. 03b3b1a tty: make tty_operations::write_room return uint by Jiri Slaby · 3 years, 8 months ago
  20. 609cf09 ipack: Handle a driver without remove callback by Uwe Kleine-König · 3 years, 11 months ago
  21. c31d32b ipack: Fail earlier for drivers without probe function by Uwe Kleine-König · 3 years, 11 months ago
  22. 552c08a ipack: iopctal: remove unneeded break by Tom Rix · 4 years, 2 months ago
  23. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  24. 1333174 ipack: tpci200: fix error return code in tpci200_register() by Wei Yongjun · 4 years, 8 months ago
  25. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  26. d726197 Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  27. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  28. 888dc27 Merge 5.2-rc3 into tty-next by Greg Kroah-Hartman · 6 years ago
  29. b957816 tty: ipoctal: drop unused iflag macro by Johan Hovold · 6 years ago
  30. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  31. 4398679 ipack: add error handling for ioremap_nocache by Zhouyang Jia · 7 years ago
  32. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  33. ff35eb2 ipack: Improve a size determination in ipack_bus_register() by Markus Elfring · 8 years ago
  34. df2aa81 ipack: Delete an error message for a failed memory allocation in ipack_device_read_id() by Markus Elfring · 8 years ago
  35. 9105585 ipack: print a hex number after a 0x prefix by Uwe Kleine-König · 8 years ago
  36. d41861c tty: Replace ASYNC_INITIALIZED bit and update atomically by Peter Hurley · 9 years ago
  37. 95e838c ipoctal: clear break interrupt as soon as it occurs by Federico Vaga · 10 years ago
  38. 82a8234 ipoctal: get carrier driver to avoid rmmod by Federico Vaga · 10 years ago
  39. 36c53b3 ipack: save carrier owner to allow device to get it by Federico Vaga · 10 years ago
  40. 78f22bc ipoctal: reset function istead of duplicate code by Federico Vaga · 10 years ago
  41. e0b04f2 drivers/ipack/devices/ipoctal.h: Fix typo in include guard by Rasmus Villemoes · 10 years ago
  42. 7426d29 ipack: Replace DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  43. 4847cc0 ipoctal: request_irq after configuration by Federico Vaga · 10 years ago
  44. 968d04e ipoctal: protect only the real critical section by Federico Vaga · 11 years ago
  45. 5152a50 ipack: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  46. e926301 ipack: split ipack_device_register() in several functions by Samuel Iglesias Gonsalvez · 12 years ago
  47. fa88286 ipack: add ipack_get_device() ipack_put_device() by Samuel Iglesias Gonsalvez · 12 years ago
  48. 7ed214a Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
  49. fc8d713 drivers/ipack/devices/ipoctal.c: adjust duplicate test by Julia Lawall · 12 years ago
  50. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  51. 2910fe2 ipack/devices/ipoctal: add missing rx_enable = 1 by Samuel Iglesias Gonsalvez · 12 years ago
  52. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  53. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  54. e0f8d32 ipack/devices/ipoctal: added shutdown callback by Samuel Iglesias Gonsalvez · 12 years ago
  55. b0d17fb ipack/devices/ipoctal: add rx_enable flag by Samuel Iglesias Gonsalvez · 12 years ago
  56. b06073f ipack/devices/ipoctal: remove redundant tty_flip_buffer_push() by Samuel Iglesias Gonsalvez · 12 years ago
  57. e7e664f ipack/devices/ipoctal: protect the channel data processing with a spinlock by Samuel Iglesias Gonsalvez · 12 years ago
  58. 21d27ed ipack/devices/ipoctal: ack IRQ before processing it by Samuel Iglesias Gonsalvez · 12 years ago
  59. a3882b7 ipack/devices/ipoctal: avoid re-enable RX two times. by Samuel Iglesias Gonsalvez · 12 years ago
  60. 9d01b6f ipack/devices/ipoctal: rework disable TX when the TX buffer is empty by Samuel Iglesias Gonsalvez · 12 years ago
  61. b5071f2 ipack/devices/ipoctal: setup TTY_NORMAL flag for each character. by Samuel Iglesias Gonsalvez · 12 years ago
  62. a1da13a ipack/devices/ipoctal: remove wait_queue and atomic_t board_write by Samuel Iglesias Gonsalvez · 12 years ago
  63. 7e5730d ipack/devices/ipoctal: fix kernel bug when using pppd by Samuel Iglesias Gonsalvez · 12 years ago
  64. 69a6b9b ipack/devices/ipoctal: don't check if nb_bytes is < 0 by Alberto Garcia · 12 years ago
  65. cc83f83 ipack/devices/ipoctal: Fix race condition during Tx by Alberto Garcia · 12 years ago
  66. c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  67. 29c3544 ipack: remove use of __devexit by Bill Pemberton · 12 years ago
  68. c5dee46 ipack: remove use of __devexit_p by Bill Pemberton · 12 years ago
  69. 27cf2d1 ipack: remove ipack_ids.h file by Samuel Iglesias Gonsalvez · 12 years ago
  70. 7dbce02 ipack: move header files to include/linux by Samuel Iglesias Gonsalvez · 12 years ago
  71. 05e5027 Staging: ipack: move out of staging by Greg Kroah-Hartman · 12 years ago