index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
TTY: remove re-assignments to tty_driver members
Jiri Slaby
2012-03-08
41
-59
/
+3
*
TTY: remove minor_num from tty_driver
Jiri Slaby
2012-03-08
2
-2
/
+0
*
TTY: let alloc_tty_driver deduce the owner automatically
Jiri Slaby
2012-03-08
2
-3
/
+7
*
TTY: tty_io, remove buffer re-assignments
Jiri Slaby
2012-03-08
1
-1
/
+0
*
USB: cdc-acm, use tty_standard_install
Jiri Slaby
2012-03-08
1
-6
/
+1
*
vt: tackle the main part of the selection logic
Alan Cox
2012-03-08
2
-8
/
+33
*
vt: waitevent is self locked so drop the tty_lock
Alan Cox
2012-03-08
1
-9
/
+2
*
vt: push down tioclinux cases
Alan Cox
2012-03-08
3
-8
/
+18
*
vt: push down the tty lock so we can see what is left to tackle
Alan Cox
2012-03-08
2
-37
/
+59
*
vt: sort out locking for font handling
Alan Cox
2012-03-08
1
-10
/
+13
*
tty: cyclades: TIOCSERGETLSR should should store to a uint
Dan Carpenter
2012-03-08
1
-1
/
+1
*
tty: serial: OMAP: Fix oops due to NULL pdata in DT boot
Cousson, Benoit
2012-03-08
1
-3
/
+3
*
vt:tackle kbd_table
Alan Cox
2012-03-08
10
-377
/
+660
*
tty: delete briq_panel.c driver
Greg Kroah-Hartman
2012-03-08
3
-282
/
+0
*
tty: keyboard.c: add uaccess.h to fix a build problem on sparc32
Greg Kroah-Hartman
2012-02-27
1
-0
/
+1
*
vt: tidy a few bits of checkpatch noise
Alan Cox
2012-02-24
1
-9
/
+9
*
vt: lock the accent table
Alan Cox
2012-02-24
3
-78
/
+168
*
Revert "TTY: pty, remove superfluous ptm test"
Greg Kroah-Hartman
2012-02-24
1
-1
/
+4
*
Revert "TTY: get rid of BTM around devpts_*"
Greg Kroah-Hartman
2012-02-24
2
-3
/
+5
*
amba-pl011/dma: Add check for the residue in DMA callback
Chanho Min
2012-02-24
1
-1
/
+16
*
serial: samsung: fix s3c2442 platform data
Denis 'GNUtoo' Carikli
2012-02-24
1
-1
/
+1
*
tty/powerpc: early udbg consoles can't be modules
Stephen Rothwell
2012-02-24
1
-1
/
+1
*
serial: Fix typo in sn_console.c
Masanari Iida
2012-02-24
1
-2
/
+2
*
tty/serial/mux.c: linux/tty.h included twice
Danny Kukawka
2012-02-24
1
-1
/
+0
*
tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.h
Paul Gortmaker
2012-02-10
8
-13
/
+10
*
Merge tag 'tty-3.3-rc3' tty-next
Greg Kroah-Hartman
2012-02-10
34
-230
/
+1152
|
\
|
*
tty: serial: altera_uart: Add CONSOLE_POLL support
Tobias Klauser
2012-02-09
2
-1
/
+25
|
*
tty: serial: altera_uart: remove early_altera_uart_setup
Tobias Klauser
2012-02-09
2
-27
/
+0
|
*
sysrq: Properly check for kernel threads
Anton Vorontsov
2012-02-09
1
-3
/
+6
|
*
sysrq: Fix possible race with exiting task
Anton Vorontsov
2012-02-09
1
-0
/
+2
|
*
serial: pch_uart: trivail cleanup by removing the pch_uart_hal_request()
Feng Tang
2012-02-09
1
-13
/
+3
|
*
serial: pch_uart: trivial cleanup by removing the get_msr()
Feng Tang
2012-02-09
1
-21
/
+8
|
*
serial: pch_uart: add debugfs hook for register dump
Feng Tang
2012-02-09
1
-0
/
+84
|
*
TTY: get rid of BTM around devpts_*
Jiri Slaby
2012-02-02
2
-5
/
+3
|
*
TTY: pty, remove superfluous ptm test
Jiri Slaby
2012-02-02
1
-4
/
+1
|
*
TTY: use tty_standard_install
Jiri Slaby
2012-02-02
4
-23
/
+9
|
*
USB: serial, use tty_standard_install
Jiri Slaby
2012-02-02
1
-10
/
+6
|
*
TTY: provide tty_standard_install helper
Jiri Slaby
2012-02-02
2
-15
/
+17
|
*
tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...
Paul Walmsley
2012-02-02
1
-2
/
+1
|
*
tty: serial: OMAP: block idle while the UART is transferring data in PIO mode
Paul Walmsley
2012-02-02
2
-4
/
+11
|
*
tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO mode
Paul Walmsley
2012-02-02
1
-3
/
+17
|
*
serial: Kill off NO_IRQ
Alan Cox
2012-01-26
15
-44
/
+30
|
*
serial/efm32: add new driver
Uwe Kleine-König
2012-01-26
6
-0
/
+878
|
*
tty: rework pty count limiting
Konstantin Khlebnikov
2012-01-24
2
-4
/
+31
|
*
tty: move pty count limiting into devpts
Konstantin Khlebnikov
2012-01-24
2
-52
/
+52
|
*
tty: cleanup prohibition of direct opening for unix98 pty master
Konstantin Khlebnikov
2012-01-24
3
-17
/
+6
*
|
Merge tag 'tty-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2012-02-09
7
-11
/
+32
|
\
\
|
*
|
tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...
Paul Walmsley
2012-02-09
1
-2
/
+1
|
*
|
tty: serial: OMAP: block idle while the UART is transferring data in PIO mode
Paul Walmsley
2012-02-09
2
-4
/
+11
|
*
|
tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO mode
Paul Walmsley
2012-02-09
1
-3
/
+17
[next]