index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
um
/
drivers
/
line.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+2
2014-11-06
uml: Fix unsafe pid reference to foreground process group
Peter Hurley
1
-1
/
+5
2013-03-22
Merge 3.9-rc3 into tty-next
Greg Kroah-Hartman
1
-18
/
+24
2013-03-19
TTY: add tty_port_tty_wakeup helper
Jiri Slaby
1
-7
/
+1
2013-03-11
um: Use tty_port in SIGWINCH handler
Richard Weinberger
1
-6
/
+10
2013-03-11
um: Use tty_port_operations->destruct
Richard Weinberger
1
-12
/
+14
2013-01-16
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-4
/
+3
2012-11-16
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
1
-0
/
+2
2012-10-10
Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-8
/
+8
2012-10-10
um: get rid of pointless include "..." where include <...> will do
Al Viro
1
-8
/
+8
2012-08-14
TTY: use tty_port_register_device
Jiri Slaby
1
-1
/
+2
2012-08-02
Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-155
/
+63
2012-07-28
um: remove count_lock
Richard Weinberger
1
-6
/
+0
2012-07-28
um: fully use tty_port
Richard Weinberger
1
-57
/
+45
2012-07-28
um: remove line_ioctl()
Richard Weinberger
1
-86
/
+0
2012-07-28
TTY: um/line, use tty from tty_port
Jiri Slaby
1
-7
/
+18
2012-07-28
TTY: um/line, add tty_port
Jiri Slaby
1
-3
/
+4
2012-07-19
um: remove IRQF_SAMPLE_RANDOM which is now a no-op
Theodore Ts'o
1
-7
/
+6
2012-05-21
um: Implement um_free_irq()
Richard Weinberger
1
-1
/
+1
2012-03-25
um: deadlock in line_write_interrupt()
Al Viro
1
-0
/
+1
2012-03-25
um: switch close_chan() to struct line
Al Viro
1
-1
/
+1
2012-03-25
um: race fix: initialize delayed_work *before* registering IRQ
Al Viro
1
-14
/
+2
2012-03-25
um: line->have_irq is never checked...
Al Viro
1
-1
/
+0
2012-03-25
um: switch users of ->chan_list to ->chan_{in,out} (easy cases)
Al Viro
1
-12
/
+12
2012-03-25
um: finally kill ->init_str leaks
Al Viro
1
-1
/
+3
2012-03-25
um: get rid of lines_init()
Al Viro
1
-21
/
+10
2012-03-25
um: switch line.c tty drivers to dynamic device creation
Al Viro
1
-14
/
+23
2012-03-25
um: fix races between line_open() and line_config()
Al Viro
1
-28
/
+26
2012-03-25
um: convert count_lock to mutex, fix a race in line_open()
Al Viro
1
-17
/
+9
2012-03-25
um: get rid of the init_prio mess
Al Viro
1
-41
/
+28
2012-03-25
um: switch line_config() to setup_one_line()
Al Viro
1
-6
/
+16
2012-03-25
um: switch line_remove() to setup_one_line()
Al Viro
1
-8
/
+5
2012-03-25
um: irq: Remove IRQF_DISABLED
Yong Zhang
1
-4
/
+4
2011-11-02
um: take chan_*.h and line.h to arch/um/drivers
Al Viro
1
-1
/
+1
2011-09-15
um: fix free_winch() mess
Al Viro
1
-14
/
+24
2011-09-15
um: winch_interrupt() can happen inside of free_winch()
Al Viro
1
-2
/
+4
2011-09-15
um: fix oopsable race in line_close()
Al Viro
1
-13
/
+12
2011-07-26
um: remove dead code
Richard Weinberger
1
-2
/
+1
2011-03-23
um: remove file pointer from ioctl
Richard Weinberger
1
-2
/
+2
2011-01-13
arch/um/drivers/line.c: safely iterate over list of winch handlers
Will Newton
1
-2
/
+2
2010-11-25
uml: disable winch irq before freeing handler data
Will Newton
1
-2
/
+3
2010-05-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+0
2010-04-20
UML: Remove unused variable from line driver
Jan Kiszka
1
-1
/
+0
2010-04-19
uml: Fix build breakage after slab.h changes
Jan Kiszka
1
-0
/
+1
2010-03-06
uml: line.c: avoid NULL pointer dereference
Alexander Beregalov
1
-2
/
+2
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2008-10-13
uml: small cleanups and note bugs to be dealt with by uml authors...
Alan Cox
1
-0
/
+2
2008-07-30
uml: fix tty-related build error
WANG Cong
1
-13
/
+1
2008-05-08
uml: fix inconsistence due to tty_operation change
WANG Cong
1
-2
/
+2
2008-04-28
uml: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
[next]