Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3d3cca37559e3ab2b574eda11ed5207ccdb8980a
/
drivers
/
char
/
tty_io.c
01107d3
Driver core: convert tty core to use struct device
by Greg Kroah-Hartman
· 18 years ago
b68e31d
[PATCH] const struct tty_operations
by Jeff Dike
· 18 years ago
4050914
[PATCH] rate limiting for the ldisc open failure messages
by Akinobu Mita
· 18 years ago
2829823
[PATCH] tty: Fix bits and note more bits to fix
by Alan Cox
· 18 years ago
de2a84f
[PATCH] solaris emulation: incorrect tty locking
by Alan Cox
· 18 years ago
5785c95
[PATCH] tty: make termios_sem a mutex
by Arjan van de Ven
· 18 years ago
808a0d3
[PATCH] tty: lock ticogwinsz
by Alan Cox
· 18 years ago
1266b1e
[PATCH] tty: trivial kzalloc opportunity
by Alan Cox
· 18 years ago
ca9bda0
[PATCH] tty locking on resize
by Alan Cox
· 18 years ago
527063b
[PATCH] tty_io.c: keep davej sane
by Alexey Dobriyan
· 18 years ago
01da5fd
[PATCH] Fix tty layer DoS and comment relevant code
by Alan Cox
· 18 years ago
af9b897
[PATCH] tty layer comment the locking assumptions and functions somewhat
by Alan Cox
· 18 years ago
cc36e7f
[PATCH] tty: remove bogus call to cdev_del()
by Rolf Eike Beer
· 18 years ago
36c8b58
[PATCH] sched: cleanup, remove task_t, convert to struct task_struct
by Ingo Molnar
· 18 years ago
62322d2
[PATCH] make more file_operation structs static
by Arjan van de Ven
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
602cada
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
by Linus Torvalds
· 18 years ago
33b37a3
[PATCH] remove active field from tty buffer structure
by Paul Fulghum
· 18 years ago
2c3bb20
[PATCH] add receive_room flow control to flush_to_ldisc
by Paul Fulghum
· 18 years ago
817d6d3
[PATCH] remove TTY_DONT_FLIP
by Paul Fulghum
· 18 years ago
283fef5
[PATCH] tty: fix TCSBRK comment
by Paul Fulghum
· 18 years ago
331b831
[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV
by Greg Kroah-Hartman
· 19 years ago
ff23eca
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
by Greg Kroah-Hartman
· 19 years ago
8ab5e4c
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
by Greg Kroah-Hartman
· 19 years ago
7c69ef7
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
by Greg Kroah-Hartman
· 19 years ago
1cdcb6b
[PATCH] TTY: return class device pointer from tty_register_device()
by Hansjoerg Lipp
· 19 years ago
ff4547f
[PATCH] tty_insert_flip_string_flags() license fix
by Tobias Powalowski
· 18 years ago
ca99c1d
[PATCH] Fix file lookup without ref
by Dipankar Sarma
· 19 years ago
20ac943
[PATCH] do_SAK: Don't recursively take the tasklist_lock
by Eric W. Biederman
· 19 years ago
14a6283
[PATCH] tty release_dev(): remove dead code
by Paul Fulghum
· 19 years ago
9453a5a
[PATCH] ptmx: fix duplicate idr_remove
by Paul Fulghum
· 19 years ago
e1a2509
[PATCH] make tty_insert_flip_string_flags() a non gpl export
by Andrew Morton
· 19 years ago
ee37df7
[PATCH] make tty_insert_flip_string a non-GPL export
by Andrew Morton
· 19 years ago
652486f
[PATCH] do_SAK: don't depend on session ID 0
by Eric W. Biederman
· 19 years ago
f96a795
[PATCH] do_tty_hangup: use group_send_sig_info not send_group_sig_info
by Eric W. Biederman
· 19 years ago
56ee482
BUG_ON() Conversion in drivers/char
by Eric Sesterhenn
· 19 years ago
1aef821
[PATCH] constify tty flip buffer handling
by Thomas Koeller
· 19 years ago
70522e1
[PATCH] sem2mutex: tty
by Ingo Molnar
· 19 years ago
6af6aab
[PATCH] tty buffering: comment out debug code
by Paul Fulghum
· 19 years ago
da96582
[PATCH] tty reference count fix
by Paul Fulghum
· 19 years ago
8977d92
[PATCH] tty buffering stall fix
by Paul Fulghum
· 19 years ago
808249c
[PATCH] new tty buffering locking fix
by Paul Fulghum
· 19 years ago
607f4e3
[PATCH] new tty buffering access fix
by Paul Fulghum
· 19 years ago
33f0f88
[PATCH] TTY layer buffering revamp
by Alan Cox
· 19 years ago
735d566
[PATCH] kfree cleanup: drivers/char
by Jesper Juhl
· 19 years ago
2f51201
[PATCH] reduce sizeof(struct file)
by Eric Dumazet
· 19 years ago
53f4654
[PATCH] Driver Core: fix up all callers of class_device_create()
by Greg Kroah-Hartman
· 19 years ago
b835996
[PATCH] files: lock-free fd look-up
by Dipankar Sarma
· 19 years ago
badf166
[PATCH] files: break up files struct
by Dipankar Sarma
· 19 years ago
ff55fe2
[PATCH] pty_chars_in_buffer oops fix
by Jason Baron
· 19 years ago
a100777
[PATCH] move 68360serial.c over use initcalls
by Christoph Hellwig
· 19 years ago
b20f3ae
[PATCH] char/tty_io: replace schedule_timeout() with msleep_interruptible()
by Domen Puncer
· 19 years ago
bfb0759
[PATCH] Introduce tty_unregister_ldisc()
by Alexey Dobriyan
· 19 years ago
7fe845d
[PATCH] tty: move to use the new class code, instead of class_simple
by gregkh@suse.de
· 20 years ago
d769a66
[PATCH] uninline tty_paranoia_check()
by Andrew Morton
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago