Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5ede52538ee2b2202d9dff5b06c33bfde421e6e4
/
drivers
5ede525
tty: Remove extra wakeup from pty write() path
by Peter Hurley
· 11 years ago
e60d27c
n_tty: Factor LNEXT processing from per-char i/o path
by Peter Hurley
· 11 years ago
4b29349
n_tty: Un-inline single-use functions
by Peter Hurley
· 11 years ago
19e2ad6
n_tty: Remove overflow tests from receive_buf() path
by Peter Hurley
· 11 years ago
7de971b
n_tty: Factor PARMRK from normal per-char i/o
by Peter Hurley
· 11 years ago
6baad00
n_tty: Factor ISTRIP and IUCLC receive_buf into separate fn
by Peter Hurley
· 11 years ago
4b1f79c
n_tty: Split n_tty_receive_char()
by Peter Hurley
· 11 years ago
855df3c
n_tty: Eliminate char tests from IXANY restart test
by Peter Hurley
· 11 years ago
7d88d63
n_tty: Factor standard per-char i/o into separate fn
by Peter Hurley
· 11 years ago
86e35ae
n_tty: Fix build breakage on ppc64
by Peter Hurley
· 11 years ago
ad0cc7b
n_tty: Factor tty->closing receive_buf() into separate fn
by Peter Hurley
· 12 years ago
a1dd30e
n_tty: Special case EXTPROC receive_buf() as raw mode
by Peter Hurley
· 12 years ago
554117b
n_tty: Factor raw mode receive_buf() into separate fn
by Peter Hurley
· 12 years ago
d2f8d7a
n_tty: Factor flagged char handling into separate fn
by Peter Hurley
· 12 years ago
b0ac50b
n_tty: Factor signal char handling into separate fn
by Peter Hurley
· 12 years ago
4a23a4d
n_tty: Factor 'real raw' receive_buf into standalone fn
by Peter Hurley
· 12 years ago
781ad1c
n_tty: Simplify __receive_buf loop count
by Peter Hurley
· 12 years ago
1bb9d56
n_tty: Rename process_char_map to char_map
by Peter Hurley
· 12 years ago
20bafb3
n_tty: Move buffers into n_tty_data
by Peter Hurley
· 12 years ago
8cb06c9
n_tty: Remove alias ptrs in __receive_buf()
by Peter Hurley
· 12 years ago
40d5e09
n_tty: Fix EOF push handling
by Peter Hurley
· 12 years ago
9dfd16d
n_tty: Avoid false-sharing echo buffer indices
by Peter Hurley
· 12 years ago
29c7c5c
n_tty: Eliminate counter in __process_echoes
by Peter Hurley
· 12 years ago
bc5b1ec
n_tty: Only flush echo output if actually output
by Peter Hurley
· 12 years ago
cbfd034
n_tty: Process echoes in blocks
by Peter Hurley
· 12 years ago
019ebdf
n_tty: Eliminate echo_commit memory barrier
by Peter Hurley
· 12 years ago
17bd790
n_tty: Remove echo_lock
by Peter Hurley
· 12 years ago
862eeff
n_tty: Replace echo_cnt with computed value
by Peter Hurley
· 12 years ago
addaebc
n_tty: Use separate head and tail indices for echo_buf
by Peter Hurley
· 12 years ago
ae56f33
n_tty: Remove unused echo_overrun field
by Peter Hurley
· 12 years ago
9114fe8
tty: Remove private constant from global namespace
by Peter Hurley
· 12 years ago
a7c8d58
tty: Fix unsafe vt paste_selection()
by Peter Hurley
· 12 years ago
47aa658
tty: Merge __tty_flush_buffer() into lone call site
by Peter Hurley
· 12 years ago
0f56bd2
tty: Use non-atomic state to signal flip buffer flush pending
by Peter Hurley
· 12 years ago
d7a68be
tty: Only perform flip buffer flush from tty_buffer_flush()
by Peter Hurley
· 12 years ago
e9975fd
tty: Ensure single-threaded flip buffer consumer with mutex
by Peter Hurley
· 12 years ago
e8437d7
tty: Make driver-side flip buffers lockless
by Peter Hurley
· 12 years ago
7bfe0b7
tty: Track flip buffer memory limit atomically
by Peter Hurley
· 12 years ago
7391ee1
tty: Simplify flip buffer list with 0-sized sentinel
by Peter Hurley
· 12 years ago
809850b
tty: Use lockless flip buffer free list
by Peter Hurley
· 12 years ago
2cf7b67
tty: Use generic names for flip buffer list cursors
by Peter Hurley
· 12 years ago
11b9faa
tty: Merge tty_buffer_find() into tty_buffer_alloc()
by Peter Hurley
· 12 years ago
9dd5139
tty: Factor flip buffer initialization into helper function
by Peter Hurley
· 12 years ago
1cef50e
tty: Fix flip buffer free list
by Peter Hurley
· 12 years ago
1fc359f
tty: Compute flip buffer ptrs
by Peter Hurley
· 12 years ago
f0f947c
n_tty: Queue buffer work on any available cpu
by Peter Hurley
· 12 years ago
3afb1b39
n_tty: Special case pty flow control
by Peter Hurley
· 11 years ago
ee0bab8
n_tty: Move n_tty_write_wakeup() to avoid forward declaration
by Peter Hurley
· 12 years ago
6367ca7
n_tty: Factor throttle/unthrottle into helper functions
by Peter Hurley
· 12 years ago
9a4aec2
n_tty: Move chars_in_buffer() to factor throttle/unthrottle
by Peter Hurley
· 12 years ago
d8c1f92
tty: Only guarantee termios read safety for throttle/unthrottle
by Peter Hurley
· 12 years ago
fb7aa03
n_tty: Separate buffer indices to prevent cache-line sharing
by Peter Hurley
· 12 years ago
f95499c
n_tty: Don't wait for buffer work in read() loop
by Peter Hurley
· 12 years ago
d1913e3
n_tty: Fix type mismatches in receive_buf raw copy
by Peter Hurley
· 12 years ago
6f9b028
n_tty: Reset lnext if canonical mode changes
by Peter Hurley
· 12 years ago
6d76bd2
n_tty: Make N_TTY ldisc receive path lockless
by Peter Hurley
· 12 years ago
a73d3d6
n_tty: Replace canon_data with index comparison
by Peter Hurley
· 12 years ago
9356b53
n_tty: Access termios values safely
by Peter Hurley
· 12 years ago
6a1c068
tty: Convert termios_mutex to termios_rwsem
by Peter Hurley
· 12 years ago
a2f73be
n_tty: Remove read_cnt
by Peter Hurley
· 12 years ago
bc5a5e3
n_tty: Don't wrap input buffer indices at buffer size
by Peter Hurley
· 12 years ago
ce74117
n_tty: Get read_cnt through accessor
by Peter Hurley
· 12 years ago
4753408
tty: Deprecate ldisc .chars_in_buffer() method
by Peter Hurley
· 12 years ago
a19d0c6
n_tty: Split n_tty_chars_in_buffer() for reader-only interface
by Peter Hurley
· 12 years ago
32f1352
n_tty: Line copy to user buffer in canonical mode
by Peter Hurley
· 12 years ago
88bb0de
n_tty: Factor canonical mode copy from n_tty_read()
by Peter Hurley
· 12 years ago
24a89d1
tty: Make ldisc input flow control concurrency-friendly
by Peter Hurley
· 12 years ago
da261e7
tty: Simplify tty buffer/ldisc interface with helper function
by Peter Hurley
· 12 years ago
3b80df7
tty: Don't change receive_room for ioctl(TIOCSETD)
by Peter Hurley
· 12 years ago
b0e9585
tty: Clarify multiple-references comment in TIOCSETD ioctl
by Peter Hurley
· 12 years ago
e97733c
tty: Fix hangup race with TIOCSETD ioctl
by Peter Hurley
· 12 years ago
9fbfa34
tty: Clarify ldisc variable
by Peter Hurley
· 12 years ago
3669752
tty: Replace ldisc locking with ldisc_sem
by Peter Hurley
· 12 years ago
d2c4389
tty: Add lock/unlock ldisc pair functions
by Peter Hurley
· 12 years ago
137084b
tty: Fix tty_ldisc_lock name collision
by Peter Hurley
· 12 years ago
ea45ea7
Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
f6a0d9d
Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 11 years ago
89a8c59
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 11 years ago
b7356ab
Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
9da3545
s390/zcrypt: Alias for new zcrypt device driver base module
by Ingo Tuchscherer
· 11 years ago
ecb2cf1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
ee114b9
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
4b8b8a4
Merge tag 'md-3.11-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 11 years ago
0a693ab
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
ece793f
macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
by Jason Wang
· 11 years ago
8852917
tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
by Jason Wang
· 11 years ago
7a62711
Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
5a8d281
Merge branch 'pm-fixes'
by Rafael J. Wysocki
· 11 years ago
9657a56
ACPI / video: ignore BIOS initial backlight value for Fujitsu E753
by Lan Tianyu
· 11 years ago
5d88d15
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 11 years ago
3f334c2
Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 11 years ago
c66bce9
Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 11 years ago
3668f0d
Merge branch 'drm/3.11/fixes' of git://linuxtv.org/pinchartl/fbdev into drm-fixes
by Dave Airlie
· 11 years ago
30bc9b5
md/raid1: fix bio handling problems in process_checks()
by NeilBrown
· 11 years ago
5024c29
md: Remove recent change which allows devices to skip recovery.
by NeilBrown
· 11 years ago
7bb23c4
md/raid10: fix two problems with RAID10 resync.
by NeilBrown
· 11 years ago
fb328d7
Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linux
by Dave Airlie
· 11 years ago
efaa14c
ACPI / video: no automatic brightness changes by win8-compatible firmware
by Aaron Lu
· 11 years ago
8c5bd7a
ACPI / video / i915: No ACPI backlight if firmware expects Windows 8
by Rafael J. Wysocki
· 11 years ago
3c0fc07
PNP / ACPI: avoid garbage in resource name
by Liu ShuoX
· 11 years ago
Next »