index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hvc_console.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hvc_console: Fix race between hvc_close and hvc_remove
Amit Shah
2010-03-19
1
-10
/
+21
*
hvc_console: fix test on unsigned in hvc_console_print()
Roel Kluin
2010-03-02
1
-1
/
+1
*
hvc_console: Remove __devinit annotation from hvc_alloc
Amit Shah
2010-02-03
1
-3
/
+3
*
hvc_console: Make the ops pointer const.
Rusty Russell
2010-02-03
1
-3
/
+4
*
hvc_console: Export (GPL'ed) hvc_remove
Amit Shah
2009-12-08
1
-0
/
+1
*
hvc_console: Provide (un)locked version for hvc_resize()
Hendrik Brueckner
2009-09-24
1
-3
/
+3
*
hvc_console: Drop unnecessary NULL test
Julia Lawall
2009-08-20
1
-2
/
+0
*
tty: fix chars_in_buffers
Alan Cox
2009-07-20
1
-1
/
+1
*
hvc_console: Remove tty->low_latency
Hendrik Brueckner
2009-01-16
1
-2
/
+0
*
hvc_console: Use kzalloc() instead of kmalloc() + memset()
Milton Miller
2009-01-13
1
-3
/
+1
*
hvc_console: Do not set low_latency when using interrupts
Milton Miller
2009-01-13
1
-1
/
+2
*
hvc_console: Change an mb() to smp_mb() and add some comments
Milton Miller
2009-01-13
1
-2
/
+5
*
pty: simplify resize
Alan Cox
2009-01-02
1
-1
/
+1
*
virtio_console: support console resizing
Christian Borntraeger
2008-12-30
1
-0
/
+1
*
hvc_console: Escape magic sysrq key
Hendrik Brueckner
2008-12-21
1
-2
/
+5
*
hvc_console: Always schedule resize work on resize
Hendrik Brueckner
2008-12-03
1
-4
/
+2
*
hvc_console: Remove __devexit annotation of hvc_remove()
Hendrik Brueckner
2008-10-22
1
-1
/
+1
*
hvc_console: Add support for tty window resizing
Hendrik Brueckner
2008-10-22
1
-0
/
+58
*
hvc_console: Fix loop if put_char() returns 0
Hendrik Brueckner
2008-10-22
1
-9
/
+11
*
hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOS
Hendrik Brueckner
2008-10-22
1
-1
/
+1
*
hvc_console: Add a hangup notifier for backends
Hendrik Brueckner
2008-10-22
1
-2
/
+2
*
Merge commit 'origin'
Benjamin Herrenschmidt
2008-10-15
1
-2
/
+2
|
\
|
*
drivers/char/hvc_console.c: adjust call to put_tty_driver
Julia Lawall
2008-10-13
1
-2
/
+2
*
|
hvc_console: Fix free_irq in spinlocked section
Christian Borntraeger
2008-10-15
1
-5
/
+5
|
/
*
fix spinlock recursion in hvc_console
Christian Borntraeger
2008-08-12
1
-3
/
+2
*
virtio: console as a config option
Christian Borntraeger
2008-07-25
1
-0
/
+4
*
hvc_console: rework setup to replace irq functions with callbacks
Christian Borntraeger
2008-07-25
1
-63
/
+18
*
[POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.c
Michael Ellerman
2008-05-14
1
-7
/
+1
*
drivers/char: use LIST_HEAD instead of LIST_HEAD_INIT
Denis Cheng
2008-02-06
1
-1
/
+1
*
kobject: convert hvc_console to use kref, not kobject
Greg Kroah-Hartman
2008-01-24
1
-47
/
+33
*
Delay creation of khcvd thread
Rusty Russell
2007-10-17
1
-16
/
+40
*
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
2007-07-17
1
-0
/
+1
*
[POWERPC] Make drivers/char/hvc_console.c:khvcd() static
Adrian Bunk
2007-07-10
1
-1
/
+1
*
drivers/char/hvc_console.c: cleanups
Adrian Bunk
2007-05-08
1
-7
/
+5
*
[POWERPC] hvc_console: Typo fixes
will schmidt
2007-04-24
1
-9
/
+9
*
[POWERPC] hvc_console: Polling mode timer backoff
Will Schmidt
2007-04-24
1
-6
/
+25
*
[PATCH] Make hvc_console.c compile on non-powerpc: Remove NO_IRQ
Rusty Russell
2007-02-26
1
-8
/
+8
*
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
2006-12-07
1
-0
/
+1
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
1
-2
/
+2
*
[PATCH] const struct tty_operations
Jeff Dike
2006-10-02
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Linus Torvalds
2006-09-22
1
-8
/
+10
|
\
|
*
[POWERPC] Quiet hvc_console console output on failed opens
Olof Johansson
2006-09-13
1
-3
/
+1
|
*
[POWERPC] Make the hvc_console output buffer size settable
Stephen Rothwell
2006-07-13
1
-5
/
+9
*
|
[PATCH] hvc_console suspend fix
Andrew Morton
2006-09-16
1
-0
/
+1
|
/
*
[PATCH] irq-flags: drivers/char: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-1
/
+1
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
Greg Kroah-Hartman
2006-06-26
1
-1
/
+0
*
[PATCH] powerpc: Make rtas console _much_ faster
Michael Ellerman
2006-06-09
1
-2
/
+2
*
[PATCH] powerpc: hvc_console updates
Ryan S. Arnold
2006-03-28
1
-40
/
+29
*
[PATCH] powerpc: HVC init race
Michael Neuling
2006-03-27
1
-14
/
+18
[next]