index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-09-22
3
-4
/
+4
|
\
|
*
trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.c
Peter Huewe
2009-09-21
1
-2
/
+2
|
*
trivial: remove unnecessary semicolons
Joe Perches
2009-09-21
1
-1
/
+1
|
*
trivial: fix typo "to to" in multiple files
Anand Gadiyar
2009-09-21
1
-1
/
+1
*
|
pcmcia: fix read buffer overflow
Roel Kluin
2009-09-22
1
-1
/
+1
*
|
mm: replace various uses of num_physpages by totalram_pages
Jan Beulich
2009-09-22
1
-2
/
+2
*
|
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
2009-09-21
1
-2
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2009-09-20
5
-17
/
+39
|
\
|
*
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
2009-09-19
5
-17
/
+39
*
|
tty: Char: mxser, use THRE for ASPP_OQUEUE ioctl
Jiri Slaby
2009-09-19
1
-1
/
+1
*
|
tty: Char: mxser, add support for CP112UL
Jiri Slaby
2009-09-19
1
-2
/
+5
*
|
tty: riscom8, fix tty refcnt
Jiri Slaby
2009-09-19
1
-1
/
+1
*
|
tty: riscom8, fix shutdown declaration
Jiri Slaby
2009-09-19
1
-2
/
+2
*
|
TTY: fix typos
Alan Stern
2009-09-19
1
-2
/
+2
*
|
tty: Power: fix suspend vt regression
Jiri Slaby
2009-09-19
1
-1
/
+1
*
|
tty: vt: use printk_once
Marcin Slusarz
2009-09-19
2
-8
/
+2
*
|
tty: handle VT specific compat ioctls in vt driver
Arnd Bergmann
2009-09-19
2
-0
/
+206
*
|
n_tty: move echoctl check and clean up logic
Joe Peterson
2009-09-19
1
-28
/
+18
*
|
n_tty: honor opost flag for echoes
Joe Peterson
2009-09-19
1
-11
/
+22
*
|
tty: USB serial termios bits
Alan Cox
2009-09-19
1
-0
/
+1
*
|
serial: move delta_msr_wait into the tty_port
Alan Cox
2009-09-19
4
-14
/
+12
*
|
isicom: split the open method for the isicom device
Alan Cox
2009-09-19
1
-8
/
+24
*
|
vt: add an activate and lock
Alan Cox
2009-09-19
1
-1
/
+37
*
|
vt: remove power stuff from kernel/power
Alan Cox
2009-09-19
1
-0
/
+56
*
|
vt: add an event interface
Alan Cox
2009-09-19
2
-51
/
+138
*
|
tty: make the kref destructor occur asynchronously
Alan Cox
2009-09-19
1
-3
/
+16
*
|
cyclades: use the full port_close function
Alan Cox
2009-09-19
1
-19
/
+17
*
|
tty: riscom8 kref and tty_port_close
Alan Cox
2009-09-19
1
-72
/
+59
*
|
isicom: Split the close hardware bits out
Alan Cox
2009-09-19
1
-11
/
+14
*
|
mxser: Split close ready for a standard tty_port_close method
Alan Cox
2009-09-19
1
-22
/
+23
*
|
riscom8: split open and close methods up
Alan Cox
2009-09-19
1
-21
/
+26
*
|
tty: Add a full port_close function
Alan Cox
2009-09-19
1
-2
/
+27
*
|
tty: Fix a typo noted in passing
Alan Cox
2009-09-19
1
-1
/
+1
*
|
cyclades: remove more duplicated code
Jiri Slaby
2009-09-19
1
-31
/
+14
*
|
cyclades: introduce cyy_readb/writeb
Jiri Slaby
2009-09-19
1
-284
/
+164
*
|
cyclades: tiocm cleanup
Jiri Slaby
2009-09-19
1
-87
/
+66
*
|
cyclades: ioctls cleanup
Jiri Slaby
2009-09-19
1
-112
/
+67
*
|
cyclades: merge cy_startup tails
Jiri Slaby
2009-09-19
1
-29
/
+16
*
|
cyclades: use dtr_rts helpers
Jiri Slaby
2009-09-19
1
-201
/
+79
*
|
cyclades: sleep instead busy-wait
Jiri Slaby
2009-09-19
1
-2
/
+2
*
|
cyclades: overall cleanup
Jiri Slaby
2009-09-19
1
-586
/
+12
*
|
cyclades: close cleanup
Jiri Slaby
2009-09-19
1
-68
/
+2
*
|
cyclades: switch to tty_port_hangup
Jiri Slaby
2009-09-19
1
-17
/
+6
*
|
cyclades: avoid addresses recomputation
Jiri Slaby
2009-09-19
1
-170
/
+71
*
|
cyclades: remove block_til_ready
Jiri Slaby
2009-09-19
1
-194
/
+108
*
|
cyclades: add tty refcounting
Jiri Slaby
2009-09-19
1
-79
/
+93
*
|
tty: includecheck fix: drivers/char, vt.c
Jaswinder Singh Rajput
2009-09-19
1
-1
/
+0
*
|
tty-ldisc: get rid of tty_ldisc_try_get() helper function
Linus Torvalds
2009-09-19
1
-31
/
+20
*
|
tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscs
Linus Torvalds
2009-09-19
1
-26
/
+39
|
/
*
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
2009-09-18
1
-2
/
+3
|
\
[next]