index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
um
/
drivers
/
chan_kern.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-15
um: Add SPDX headers for files in arch/um/drivers
Alex Dewar
1
-1
/
+1
2019-07-03
um: Fix IRQ controller regression on console read
Jouni Malinen
1
-8
/
+44
2018-12-28
um: Remove obsolete reenable_XX calls
Anton Ivanov
1
-10
/
+0
2018-02-19
Epoll based IRQ controller
Anton Ivanov
1
-45
/
+8
2013-03-22
Merge 3.9-rc3 into tty-next
Greg Kroah-Hartman
1
-2
/
+2
2013-03-19
TTY: add tty_port_tty_hangup helper
Jiri Slaby
1
-5
/
+1
2013-03-11
um: Use tty_port in SIGWINCH handler
Richard Weinberger
1
-2
/
+2
2013-01-16
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-7
/
+7
2013-01-16
TTY: switch tty_insert_flip_char
Jiri Slaby
1
-7
/
+1
2013-01-16
TTY: switch tty_buffer_request_room to tty_port
Jiri Slaby
1
-1
/
+2
2012-10-31
UM: TTY: fix build errors now that tty->raw is gone
Jiri Slaby
1
-15
/
+2
2012-10-10
um: get rid of pointless include "..." where include <...> will do
Al Viro
1
-2
/
+2
2012-07-28
TTY: um/line, use tty from tty_port
Jiri Slaby
1
-1
/
+3
2012-05-21
um: Implement um_free_irq()
Richard Weinberger
1
-4
/
+5
2012-03-25
um: switch close_chan() to struct line
Al Viro
1
-7
/
+9
2012-03-25
um: race fix: initialize delayed_work *before* registering IRQ
Al Viro
1
-3
/
+12
2012-03-25
um: switch users of ->chan_list to ->chan_{in,out} (easy cases)
Al Viro
1
-106
/
+66
2012-03-25
um: sorting out the chan mess, part 1
Al Viro
1
-0
/
+4
2012-03-25
um: fix races between line_open() and line_config()
Al Viro
1
-0
/
+3
2011-11-02
um: kill useless argument of free_chan() and free_one_chan()
Al Viro
1
-5
/
+5
2011-11-02
um: take chan_*.h and line.h to arch/um/drivers
Al Viro
1
-1
/
+1
2011-07-26
um: remove dead code
Richard Weinberger
1
-2
/
+1
2010-08-10
um: call free_irq() only on enabled channels
Richard Weinberger
1
-4
/
+4
2008-04-28
uml: remove a useless function
WANG Cong
1
-13
/
+0
2008-04-28
uml: make a function static
WANG Cong
1
-1
/
+1
2007-10-16
uml: fix console writing bugs
Jeff Dike
1
-0
/
+3
2007-10-16
uml: console subsystem tidying
Jeff Dike
1
-80
/
+80
2007-10-16
uml: move userspace code to userspace file
Jeff Dike
1
-48
/
+0
2007-08-01
UML: console should handle spurious IRQS
Jeff Dike
1
-1
/
+8
2007-07-16
uml: handle errors on opening host side of consoles
Jeff Dike
1
-4
/
+19
2007-05-07
uml: rename os_{read_write}_file_k back to os_{read_write}_file
Jeff Dike
1
-2
/
+2
2007-05-07
uml: change remaining callers of os_{read_write}_file
Jeff Dike
1
-2
/
+2
2007-05-07
uml: remove user_util.h
Jeff Dike
1
-1
/
+0
2007-03-29
[PATCH] uml: irq locking fixes
Jeff Dike
1
-5
/
+7
2007-02-11
[PATCH] uml: mostly const a structure
Jeff Dike
1
-3
/
+2
2007-02-11
[PATCH] uml: lock the irqs_to_free list
Jeff Dike
1
-3
/
+18
2007-02-11
[PATCH] uml: return hotplug errors to host
Jeff Dike
1
-54
/
+23
2006-12-05
WorkQueue: Fix up arch-specific work items where possible
David Howells
1
-1
/
+1
2006-09-27
[PATCH] uml: const more data
Jeff Dike
1
-8
/
+8
2006-09-26
[PATCH] uml: Use ARRAY_SIZE more assiduously
Jeff Dike
1
-1
/
+1
2006-02-01
[PATCH] uml: some harmless sparse warning fixes
Paolo 'Blaisorblade' Giarrusso
1
-3
/
+3
2006-01-10
[PATCH] TTY layer buffering revamp
Alan Cox
1
-5
/
+1
2006-01-06
[PATCH] uml: Add throttling to console driver
Jeff Dike
1
-0
/
+26
2006-01-06
[PATCH] uml: Fix flip_buf full handling
Jeff Dike
1
-1
/
+1
2006-01-06
[PATCH] uml: Simplify console opening/closing and irq registration
Jeff Dike
1
-38
/
+73
2006-01-06
[PATCH] uml: move console configuration
Jeff Dike
1
-9
/
+5
2006-01-06
[PATCH] uml: Remove unneeded structure field
Jeff Dike
1
-10
/
+6
2006-01-06
[PATCH] uml: Formatting changes
Jeff Dike
1
-54
/
+70
2005-11-14
[PATCH] uml console channels: fix the API of console_write
Paolo 'Blaisorblade' Giarrusso
1
-3
/
+2
2005-09-23
[PATCH] uml: replace printk with "stack-friendly" printf - to report console ...
Paolo 'Blaisorblade' Giarrusso
1
-16
/
+42
[next]