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