aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-23Merge tag 'please-pull-bp-edac' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-07-23mei: me: fix waiting for hw readyTomas Winkler
2013-07-23mei: don't have to clean the state on power upTomas Winkler
2013-07-23mei: me: fix reset state machineTomas Winkler
2013-07-23mei: hbm: fix typo in error messageTomas Winkler
2013-07-24qxl: convert qxl driver to proper use for reservationsDave Airlie
2013-07-24qxl: allow creation of pre-pinned objects and use for releases.Dave Airlie
2013-07-24drm/qxl: add delayed fb operationsDave Airlie
2013-07-23n_tty: Factor tty->closing receive_buf() into separate fnPeter Hurley
2013-07-23n_tty: Special case EXTPROC receive_buf() as raw modePeter Hurley
2013-07-23n_tty: Factor raw mode receive_buf() into separate fnPeter Hurley
2013-07-23n_tty: Factor flagged char handling into separate fnPeter Hurley
2013-07-23n_tty: Factor signal char handling into separate fnPeter Hurley
2013-07-23n_tty: Factor 'real raw' receive_buf into standalone fnPeter Hurley
2013-07-23n_tty: Simplify __receive_buf loop countPeter Hurley
2013-07-23n_tty: Rename process_char_map to char_mapPeter Hurley
2013-07-23n_tty: Move buffers into n_tty_dataPeter Hurley
2013-07-23n_tty: Remove alias ptrs in __receive_buf()Peter Hurley
2013-07-23n_tty: Fix EOF push handlingPeter Hurley
2013-07-23n_tty: Avoid false-sharing echo buffer indicesPeter Hurley
2013-07-23n_tty: Eliminate counter in __process_echoesPeter Hurley
2013-07-23n_tty: Only flush echo output if actually outputPeter Hurley
2013-07-23n_tty: Process echoes in blocksPeter Hurley
2013-07-23n_tty: Eliminate echo_commit memory barrierPeter Hurley
2013-07-23n_tty: Remove echo_lockPeter Hurley
2013-07-23n_tty: Replace echo_cnt with computed valuePeter Hurley
2013-07-23n_tty: Use separate head and tail indices for echo_bufPeter Hurley
2013-07-23n_tty: Remove unused echo_overrun fieldPeter Hurley
2013-07-23tty: Remove private constant from global namespacePeter Hurley
2013-07-23tty: Fix unsafe vt paste_selection()Peter Hurley
2013-07-23tty: Merge __tty_flush_buffer() into lone call sitePeter Hurley
2013-07-23tty: Use non-atomic state to signal flip buffer flush pendingPeter Hurley
2013-07-23tty: Avoid false-sharing flip buffer ptrsPeter Hurley
2013-07-23tty: Only perform flip buffer flush from tty_buffer_flush()Peter Hurley
2013-07-23tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley
2013-07-23tty: Make driver-side flip buffers locklessPeter Hurley
2013-07-23tty: Track flip buffer memory limit atomicallyPeter Hurley
2013-07-23tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley
2013-07-23tty: Use lockless flip buffer free listPeter Hurley
2013-07-23tty: Use generic names for flip buffer list cursorsPeter Hurley
2013-07-23tty: Merge tty_buffer_find() into tty_buffer_alloc()Peter Hurley
2013-07-23tty: Factor flip buffer initialization into helper functionPeter Hurley
2013-07-23tty: Fix flip buffer free listPeter Hurley
2013-07-23tty: Compute flip buffer ptrsPeter Hurley
2013-07-23n_tty: Queue buffer work on any available cpuPeter Hurley
2013-07-23n_tty: Special case pty flow controlPeter Hurley
2013-07-23n_tty: Move n_tty_write_wakeup() to avoid forward declarationPeter Hurley
2013-07-23n_tty: Factor throttle/unthrottle into helper functionsPeter Hurley
2013-07-23n_tty: Move chars_in_buffer() to factor throttle/unthrottlePeter Hurley
2013-07-23tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley