index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
n_tty: Replace echo_cnt with computed value
Peter Hurley
2013-07-23
*
n_tty: Use separate head and tail indices for echo_buf
Peter Hurley
2013-07-23
*
n_tty: Remove unused echo_overrun field
Peter Hurley
2013-07-23
*
tty: Remove private constant from global namespace
Peter Hurley
2013-07-23
*
tty: Fix unsafe vt paste_selection()
Peter Hurley
2013-07-23
*
tty: Merge __tty_flush_buffer() into lone call site
Peter Hurley
2013-07-23
*
tty: Use non-atomic state to signal flip buffer flush pending
Peter Hurley
2013-07-23
*
tty: Avoid false-sharing flip buffer ptrs
Peter Hurley
2013-07-23
*
tty: Only perform flip buffer flush from tty_buffer_flush()
Peter Hurley
2013-07-23
*
tty: Ensure single-threaded flip buffer consumer with mutex
Peter Hurley
2013-07-23
*
tty: Make driver-side flip buffers lockless
Peter Hurley
2013-07-23
*
tty: Track flip buffer memory limit atomically
Peter Hurley
2013-07-23
*
tty: Simplify flip buffer list with 0-sized sentinel
Peter Hurley
2013-07-23
*
tty: Use lockless flip buffer free list
Peter Hurley
2013-07-23
*
tty: Use generic names for flip buffer list cursors
Peter Hurley
2013-07-23
*
tty: Merge tty_buffer_find() into tty_buffer_alloc()
Peter Hurley
2013-07-23
*
tty: Factor flip buffer initialization into helper function
Peter Hurley
2013-07-23
*
tty: Fix flip buffer free list
Peter Hurley
2013-07-23
*
tty: Compute flip buffer ptrs
Peter Hurley
2013-07-23
*
n_tty: Queue buffer work on any available cpu
Peter Hurley
2013-07-23
*
n_tty: Special case pty flow control
Peter Hurley
2013-07-23
*
n_tty: Move n_tty_write_wakeup() to avoid forward declaration
Peter Hurley
2013-07-23
*
n_tty: Factor throttle/unthrottle into helper functions
Peter Hurley
2013-07-23
*
n_tty: Move chars_in_buffer() to factor throttle/unthrottle
Peter Hurley
2013-07-23
*
tty: Only guarantee termios read safety for throttle/unthrottle
Peter Hurley
2013-07-23
*
n_tty: Separate buffer indices to prevent cache-line sharing
Peter Hurley
2013-07-23
*
n_tty: Don't wait for buffer work in read() loop
Peter Hurley
2013-07-23
*
n_tty: Fix type mismatches in receive_buf raw copy
Peter Hurley
2013-07-23
*
n_tty: Reset lnext if canonical mode changes
Peter Hurley
2013-07-23
*
n_tty: Make N_TTY ldisc receive path lockless
Peter Hurley
2013-07-23
*
n_tty: Replace canon_data with index comparison
Peter Hurley
2013-07-23
*
n_tty: Access termios values safely
Peter Hurley
2013-07-23
*
tty: Convert termios_mutex to termios_rwsem
Peter Hurley
2013-07-23
*
n_tty: Remove read_cnt
Peter Hurley
2013-07-23
*
n_tty: Don't wrap input buffer indices at buffer size
Peter Hurley
2013-07-23
*
n_tty: Get read_cnt through accessor
Peter Hurley
2013-07-23
*
tty: Deprecate ldisc .chars_in_buffer() method
Peter Hurley
2013-07-23
*
n_tty: Split n_tty_chars_in_buffer() for reader-only interface
Peter Hurley
2013-07-23
*
n_tty: Line copy to user buffer in canonical mode
Peter Hurley
2013-07-23
*
n_tty: Factor canonical mode copy from n_tty_read()
Peter Hurley
2013-07-23
*
tty: Make ldisc input flow control concurrency-friendly
Peter Hurley
2013-07-23
*
tty: Simplify tty buffer/ldisc interface with helper function
Peter Hurley
2013-07-23
*
tty: Don't change receive_room for ioctl(TIOCSETD)
Peter Hurley
2013-07-23
*
tty: Clarify multiple-references comment in TIOCSETD ioctl
Peter Hurley
2013-07-23
*
tty: Fix hangup race with TIOCSETD ioctl
Peter Hurley
2013-07-23
*
tty: Clarify ldisc variable
Peter Hurley
2013-07-23
*
tty: Replace ldisc locking with ldisc_sem
Peter Hurley
2013-07-23
*
tty: Add lock/unlock ldisc pair functions
Peter Hurley
2013-07-23
*
tty: Fix tty_ldisc_lock name collision
Peter Hurley
2013-07-23
*
Linux 3.11-rc2
Linus Torvalds
2013-07-21
[next]