Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a40242f2cde38ccb04d4c35cad66aab3c047fa6a
/
drivers
/
char
/
hvc_console.c
320718e
hvc_console: Fix race between hvc_close and hvc_remove
by Anton Blanchard
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
e74d098
hvc_console: Fix race between hvc_close and hvc_remove
by Amit Shah
· 15 years ago
ecfcbee
hvc_console: fix test on unsigned in hvc_console_print()
by Roel Kluin
· 15 years ago
119ea10
hvc_console: Remove __devinit annotation from hvc_alloc
by Amit Shah
· 15 years ago
b511306
hvc_console: Make the ops pointer const.
by Rusty Russell
· 15 years ago
c0cefeb
hvc_console: Export (GPL'ed) hvc_remove
by Amit Shah
· 15 years ago
254be49
hvc_console: Provide (un)locked version for hvc_resize()
by Hendrik Brueckner
· 15 years ago
5b36f1d
hvc_console: Drop unnecessary NULL test
by Julia Lawall
· 15 years ago
23198fd
tty: fix chars_in_buffers
by Alan Cox
· 15 years ago
7f8030d
hvc_console: Remove tty->low_latency
by Hendrik Brueckner
· 16 years ago
2da7582
hvc_console: Use kzalloc() instead of kmalloc() + memset()
by Milton Miller
· 16 years ago
da9dc13
hvc_console: Do not set low_latency when using interrupts
by Milton Miller
· 16 years ago
9fef3d2
hvc_console: Change an mb() to smp_mb() and add some comments
by Milton Miller
· 16 years ago
fc6f623
pty: simplify resize
by Alan Cox
· 16 years ago
c298345
virtio_console: support console resizing
by Christian Borntraeger
· 16 years ago
368c1e3
hvc_console: Escape magic sysrq key
by Hendrik Brueckner
· 16 years ago
7947cf0
hvc_console: Always schedule resize work on resize
by Hendrik Brueckner
· 16 years ago
934752d
hvc_console: Remove __devexit annotation of hvc_remove()
by Hendrik Brueckner
· 16 years ago
febde37
hvc_console: Add support for tty window resizing
by Hendrik Brueckner
· 16 years ago
3feebbb
hvc_console: Fix loop if put_char() returns 0
by Hendrik Brueckner
· 16 years ago
56ce9e2
hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOS
by Hendrik Brueckner
· 16 years ago
fc362e2
hvc_console: Add a hangup notifier for backends
by Hendrik Brueckner
· 16 years ago
6dc6472
Merge commit 'origin'
by Benjamin Herrenschmidt
· 16 years ago
eef2622
hvc_console: Fix free_irq in spinlocked section
by Christian Borntraeger
· 16 years ago
2571cd6a
drivers/char/hvc_console.c: adjust call to put_tty_driver
by Julia Lawall
· 16 years ago
b1b135c
fix spinlock recursion in hvc_console
by Christian Borntraeger
· 16 years ago
7721c49
virtio: console as a config option
by Christian Borntraeger
· 16 years ago
611e097
hvc_console: rework setup to replace irq functions with callbacks
by Christian Borntraeger
· 16 years ago
1c8950f
[POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.c
by Michael Ellerman
· 17 years ago
bed9759
drivers/char: use LIST_HEAD instead of LIST_HEAD_INIT
by Denis Cheng
· 17 years ago
12b20de
kobject: convert hvc_console to use kref, not kobject
by Greg Kroah-Hartman
· 17 years ago
3e6c6f6
Delay creation of khcvd thread
by Rusty Russell
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
5605d4d
[POWERPC] Make drivers/char/hvc_console.c:khvcd() static
by Adrian Bunk
· 17 years ago
4fa156e
drivers/char/hvc_console.c: cleanups
by Adrian Bunk
· 18 years ago
c3ea692
[POWERPC] hvc_console: Typo fixes
by will schmidt
· 18 years ago
b791072
[POWERPC] hvc_console: Polling mode timer backoff
by Will Schmidt
· 18 years ago
8cd0ae0
[PATCH] Make hvc_console.c compile on non-powerpc: Remove NO_IRQ
by Rusty Russell
· 18 years ago
7dfb710
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
by Nigel Cunningham
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
b68e31d
[PATCH] const struct tty_operations
by Jeff Dike
· 18 years ago
14d1adf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 18 years ago
b64074e
[PATCH] hvc_console suspend fix
by Andrew Morton
· 18 years ago
87fd772
[POWERPC] Quiet hvc_console console output on failed opens
by Olof Johansson
· 18 years ago
4e9e95a
[POWERPC] Make the hvc_console output buffer size settable
by Stephen Rothwell
· 18 years ago
0f2ed4c
[PATCH] irq-flags: drivers/char: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
f4eaa37
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
by Greg Kroah-Hartman
· 19 years ago
b537446
[PATCH] powerpc: Make rtas console _much_ faster
by Michael Ellerman
· 18 years ago
45d607e
[PATCH] powerpc: hvc_console updates
by Ryan S. Arnold
· 19 years ago
55aab8c
[PATCH] powerpc: HVC init race
by Michael Neuling
· 19 years ago
fb5c594
[PATCH] Fix race condition in hvc console.
by Michal Ostrowski
· 19 years ago
33f0f88
[PATCH] TTY layer buffering revamp
by Alan Cox
· 19 years ago
ef4cbee
[PATCH] hvc_console: start kernel thread before registering tty
by Anton Blanchard
· 19 years ago
030ffad
[PATCH] hvc_console: Register ops when setting up hvc_console
by Milton Miller
· 19 years ago
acad955
[PATCH] hvc_console: Separate hvc_console and vio code 2
by Milton Miller
· 19 years ago
d5ee257
[PATCH] hvc_console: Separate hvc_console and vio code
by Milton Miller
· 19 years ago
7805b1b
[PATCH] hvc_console: Add some sanity checks
by Milton Miller
· 19 years ago
64e4da5
[PATCH] hvc_console: Statically initialize the vtermnos array
by Milton Miller
· 19 years ago
5f6d9c0
[PATCH] hvc_console: remove num_vterms and some dead code
by Milton Miller
· 19 years ago
e51d8c9
[PATCH] hvc_console: Add missing include
by Milton Miller
· 19 years ago
320da0d
[PATCH] hvc_console: Unregister the console in the exit routine.
by Milton Miller
· 19 years ago
2b9e0ba
[PATCH] hvc_console: MAGIC_SYSRQ should only be on console channel
by Milton Miller
· 19 years ago
8b67f8c
[PATCH] hvc_console: Dont always kick the poll thread in interrupt
by Milton Miller
· 19 years ago
6f24808
[PATCH] hvc_console: Match vio and console devices using vterm numbers
by Milton Miller
· 19 years ago
837dcfa
[PATCH] hvc_console: Rearrange code
by Milton Miller
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago