index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hvc_console.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-16
hvc_console: Remove tty->low_latency
Hendrik Brueckner
1
-2
/
+0
2009-01-13
hvc_console: Use kzalloc() instead of kmalloc() + memset()
Milton Miller
1
-3
/
+1
2009-01-13
hvc_console: Do not set low_latency when using interrupts
Milton Miller
1
-1
/
+2
2009-01-13
hvc_console: Change an mb() to smp_mb() and add some comments
Milton Miller
1
-2
/
+5
2009-01-02
pty: simplify resize
Alan Cox
1
-1
/
+1
2008-12-30
virtio_console: support console resizing
Christian Borntraeger
1
-0
/
+1
2008-12-21
hvc_console: Escape magic sysrq key
Hendrik Brueckner
1
-2
/
+5
2008-12-03
hvc_console: Always schedule resize work on resize
Hendrik Brueckner
1
-4
/
+2
2008-10-22
hvc_console: Remove __devexit annotation of hvc_remove()
Hendrik Brueckner
1
-1
/
+1
2008-10-22
hvc_console: Add support for tty window resizing
Hendrik Brueckner
1
-0
/
+58
2008-10-22
hvc_console: Fix loop if put_char() returns 0
Hendrik Brueckner
1
-9
/
+11
2008-10-22
hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOS
Hendrik Brueckner
1
-1
/
+1
2008-10-22
hvc_console: Add a hangup notifier for backends
Hendrik Brueckner
1
-2
/
+2
2008-10-15
Merge commit 'origin'
Benjamin Herrenschmidt
1
-2
/
+2
2008-10-15
hvc_console: Fix free_irq in spinlocked section
Christian Borntraeger
1
-5
/
+5
2008-10-13
drivers/char/hvc_console.c: adjust call to put_tty_driver
Julia Lawall
1
-2
/
+2
2008-08-12
fix spinlock recursion in hvc_console
Christian Borntraeger
1
-3
/
+2
2008-07-25
virtio: console as a config option
Christian Borntraeger
1
-0
/
+4
2008-07-25
hvc_console: rework setup to replace irq functions with callbacks
Christian Borntraeger
1
-63
/
+18
2008-05-14
[POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.c
Michael Ellerman
1
-7
/
+1
2008-02-06
drivers/char: use LIST_HEAD instead of LIST_HEAD_INIT
Denis Cheng
1
-1
/
+1
2008-01-24
kobject: convert hvc_console to use kref, not kobject
Greg Kroah-Hartman
1
-47
/
+33
2007-10-17
Delay creation of khcvd thread
Rusty Russell
1
-16
/
+40
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+1
2007-07-10
[POWERPC] Make drivers/char/hvc_console.c:khvcd() static
Adrian Bunk
1
-1
/
+1
2007-05-08
drivers/char/hvc_console.c: cleanups
Adrian Bunk
1
-7
/
+5
2007-04-24
[POWERPC] hvc_console: Typo fixes
will schmidt
1
-9
/
+9
2007-04-24
[POWERPC] hvc_console: Polling mode timer backoff
Will Schmidt
1
-6
/
+25
2007-02-26
[PATCH] Make hvc_console.c compile on non-powerpc: Remove NO_IRQ
Rusty Russell
1
-8
/
+8
2006-12-07
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
1
-0
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-10-02
[PATCH] const struct tty_operations
Jeff Dike
1
-1
/
+1
2006-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Linus Torvalds
1
-8
/
+10
2006-09-16
[PATCH] hvc_console suspend fix
Andrew Morton
1
-0
/
+1
2006-09-13
[POWERPC] Quiet hvc_console console output on failed opens
Olof Johansson
1
-3
/
+1
2006-07-13
[POWERPC] Make the hvc_console output buffer size settable
Stephen Rothwell
1
-5
/
+9
2006-07-02
[PATCH] irq-flags: drivers/char: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
Greg Kroah-Hartman
1
-1
/
+0
2006-06-09
[PATCH] powerpc: Make rtas console _much_ faster
Michael Ellerman
1
-2
/
+2
2006-03-28
[PATCH] powerpc: hvc_console updates
Ryan S. Arnold
1
-40
/
+29
2006-03-27
[PATCH] powerpc: HVC init race
Michael Neuling
1
-14
/
+18
2006-02-24
[PATCH] Fix race condition in hvc console.
Michal Ostrowski
1
-3
/
+5
2006-01-10
[PATCH] TTY layer buffering revamp
Alan Cox
1
-4
/
+2
2005-09-14
[PATCH] hvc_console: start kernel thread before registering tty
Anton Blanchard
1
-3
/
+3
2005-07-07
[PATCH] hvc_console: Register ops when setting up hvc_console
Milton Miller
1
-8
/
+13
2005-07-07
[PATCH] hvc_console: Separate hvc_console and vio code 2
Milton Miller
1
-39
/
+11
2005-07-07
[PATCH] hvc_console: Separate hvc_console and vio code
Milton Miller
1
-2
/
+22
2005-07-07
[PATCH] hvc_console: Add some sanity checks
Milton Miller
1
-0
/
+18
2005-07-07
[PATCH] hvc_console: Statically initialize the vtermnos array
Milton Miller
1
-6
/
+2
[next]