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
/
tty
/
n_tty.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-30
tty: Fix pty master read() after slave closes
Peter Hurley
1
-20
/
+26
2013-09-17
n_tty: Fix EOF push index when termios changes
Peter Hurley
1
-2
/
+1
2013-08-12
n_tty: Fix termios_rwsem lockdep false positive
Peter Hurley
1
-14
/
+11
2013-07-24
n_tty: Factor LNEXT processing from per-char i/o path
Peter Hurley
1
-72
/
+94
2013-07-24
n_tty: Un-inline single-use functions
Peter Hurley
1
-6
/
+5
2013-07-24
n_tty: Remove overflow tests from receive_buf() path
Peter Hurley
1
-48
/
+37
2013-07-24
n_tty: Factor PARMRK from normal per-char i/o
Peter Hurley
1
-2
/
+43
2013-07-24
n_tty: Factor ISTRIP and IUCLC receive_buf into separate fn
Peter Hurley
1
-12
/
+32
2013-07-24
n_tty: Split n_tty_receive_char()
Peter Hurley
1
-47
/
+56
2013-07-24
n_tty: Eliminate char tests from IXANY restart test
Peter Hurley
1
-7
/
+12
2013-07-24
n_tty: Factor standard per-char i/o into separate fn
Peter Hurley
1
-10
/
+17
2013-07-24
n_tty: Fix build breakage on ppc64
Peter Hurley
1
-0
/
+1
2013-07-23
n_tty: Factor tty->closing receive_buf() into separate fn
Peter Hurley
1
-11
/
+39
2013-07-23
n_tty: Special case EXTPROC receive_buf() as raw mode
Peter Hurley
1
-1
/
+2
2013-07-23
n_tty: Factor raw mode receive_buf() into separate fn
Peter Hurley
1
-5
/
+19
2013-07-23
n_tty: Factor flagged char handling into separate fn
Peter Hurley
1
-21
/
+29
2013-07-23
n_tty: Factor signal char handling into separate fn
Peter Hurley
1
-24
/
+28
2013-07-23
n_tty: Factor 'real raw' receive_buf into standalone fn
Peter Hurley
1
-21
/
+30
2013-07-23
n_tty: Simplify __receive_buf loop count
Peter Hurley
1
-5
/
+3
2013-07-23
n_tty: Rename process_char_map to char_map
Peter Hurley
1
-23
/
+20
2013-07-23
n_tty: Move buffers into n_tty_data
Peter Hurley
1
-16
/
+9
2013-07-23
n_tty: Remove alias ptrs in __receive_buf()
Peter Hurley
1
-7
/
+6
2013-07-23
n_tty: Fix EOF push handling
Peter Hurley
1
-17
/
+17
2013-07-23
n_tty: Avoid false-sharing echo buffer indices
Peter Hurley
1
-5
/
+4
2013-07-23
n_tty: Eliminate counter in __process_echoes
Peter Hurley
1
-8
/
+1
2013-07-23
n_tty: Only flush echo output if actually output
Peter Hurley
1
-8
/
+10
2013-07-23
n_tty: Process echoes in blocks
Peter Hurley
1
-23
/
+47
2013-07-23
n_tty: Eliminate echo_commit memory barrier
Peter Hurley
1
-11
/
+20
2013-07-23
n_tty: Remove echo_lock
Peter Hurley
1
-47
/
+28
2013-07-23
n_tty: Replace echo_cnt with computed value
Peter Hurley
1
-13
/
+7
2013-07-23
n_tty: Use separate head and tail indices for echo_buf
Peter Hurley
1
-53
/
+35
2013-07-23
n_tty: Remove unused echo_overrun field
Peter Hurley
1
-7
/
+1
2013-07-23
n_tty: Queue buffer work on any available cpu
Peter Hurley
1
-1
/
+1
2013-07-23
n_tty: Special case pty flow control
Peter Hurley
1
-0
/
+14
2013-07-23
n_tty: Move n_tty_write_wakeup() to avoid forward declaration
Peter Hurley
1
-16
/
+15
2013-07-23
n_tty: Factor throttle/unthrottle into helper functions
Peter Hurley
1
-35
/
+46
2013-07-23
n_tty: Move chars_in_buffer() to factor throttle/unthrottle
Peter Hurley
1
-12
/
+12
2013-07-23
tty: Only guarantee termios read safety for throttle/unthrottle
Peter Hurley
1
-4
/
+0
2013-07-23
n_tty: Separate buffer indices to prevent cache-line sharing
Peter Hurley
1
-6
/
+15
2013-07-23
n_tty: Don't wait for buffer work in read() loop
Peter Hurley
1
-1
/
+0
2013-07-23
n_tty: Fix type mismatches in receive_buf raw copy
Peter Hurley
1
-14
/
+17
2013-07-23
n_tty: Reset lnext if canonical mode changes
Peter Hurley
1
-0
/
+1
2013-07-23
n_tty: Make N_TTY ldisc receive path lockless
Peter Hurley
1
-81
/
+92
2013-07-23
n_tty: Replace canon_data with index comparison
Peter Hurley
1
-16
/
+6
2013-07-23
n_tty: Access termios values safely
Peter Hurley
1
-5
/
+39
2013-07-23
tty: Convert termios_mutex to termios_rwsem
Peter Hurley
1
-1
/
+1
2013-07-23
n_tty: Remove read_cnt
Peter Hurley
1
-13
/
+2
2013-07-23
n_tty: Don't wrap input buffer indices at buffer size
Peter Hurley
1
-51
/
+60
2013-07-23
n_tty: Get read_cnt through accessor
Peter Hurley
1
-18
/
+23
2013-07-23
tty: Deprecate ldisc .chars_in_buffer() method
Peter Hurley
1
-0
/
+1
[next]