]> git.kernelconcepts.de Git - karo-tx-linux.git/history - drivers
serial: pch_uart: Remove __initdata annotation from dmi_table
[karo-tx-linux.git] / drivers /
2013-07-24 Peter Hurleyn_tty: Factor PARMRK from normal per-char i/o
2013-07-24 Peter Hurleyn_tty: Factor ISTRIP and IUCLC receive_buf into separate fn
2013-07-24 Peter Hurleyn_tty: Split n_tty_receive_char()
2013-07-24 Peter Hurleyn_tty: Eliminate char tests from IXANY restart test
2013-07-24 Peter Hurleyn_tty: Factor standard per-char i/o into separate fn
2013-07-24 Peter Hurleyn_tty: Fix build breakage on ppc64
2013-07-24 Takashi IwaiMerge tag 'asoc-v3.11-rc2' of git://git.kernel.org...
2013-07-24 Gavin Shanpowerpc/pci/hotplug: Don't need to remove from EEH...
2013-07-24 Linus TorvaldsMerge tag 'please-pull-bp-edac' of git://git.kernel...
2013-07-24 Tomas Winklermei: me: fix waiting for hw ready
2013-07-24 Tomas Winklermei: don't have to clean the state on power up
2013-07-24 Tomas Winklermei: me: fix reset state machine
2013-07-24 Tomas Winklermei: hbm: fix typo in error message
2013-07-24 Dave Airlieqxl: convert qxl driver to proper use for reservations
2013-07-24 Dave Airlieqxl: allow creation of pre-pinned objects and use for...
2013-07-24 Dave Airliedrm/qxl: add delayed fb operations
2013-07-24 Peter Hurleyn_tty: Factor tty->closing receive_buf() into separate fn
2013-07-24 Peter Hurleyn_tty: Special case EXTPROC receive_buf() as raw mode
2013-07-24 Peter Hurleyn_tty: Factor raw mode receive_buf() into separate fn
2013-07-24 Peter Hurleyn_tty: Factor flagged char handling into separate fn
2013-07-24 Peter Hurleyn_tty: Factor signal char handling into separate fn
2013-07-24 Peter Hurleyn_tty: Factor 'real raw' receive_buf into standalone fn
2013-07-24 Peter Hurleyn_tty: Simplify __receive_buf loop count
2013-07-24 Peter Hurleyn_tty: Rename process_char_map to char_map
2013-07-24 Peter Hurleyn_tty: Move buffers into n_tty_data
2013-07-24 Peter Hurleyn_tty: Remove alias ptrs in __receive_buf()
2013-07-24 Peter Hurleyn_tty: Fix EOF push handling
2013-07-24 Peter Hurleyn_tty: Avoid false-sharing echo buffer indices
2013-07-24 Peter Hurleyn_tty: Eliminate counter in __process_echoes
2013-07-24 Peter Hurleyn_tty: Only flush echo output if actually output
2013-07-24 Peter Hurleyn_tty: Process echoes in blocks
2013-07-24 Peter Hurleyn_tty: Eliminate echo_commit memory barrier
2013-07-24 Peter Hurleyn_tty: Remove echo_lock
2013-07-24 Peter Hurleyn_tty: Replace echo_cnt with computed value
2013-07-24 Peter Hurleyn_tty: Use separate head and tail indices for echo_buf
2013-07-24 Peter Hurleyn_tty: Remove unused echo_overrun field
2013-07-23 Peter Hurleytty: Remove private constant from global namespace
2013-07-23 Peter Hurleytty: Fix unsafe vt paste_selection()
2013-07-23 Peter Hurleytty: Merge __tty_flush_buffer() into lone call site
2013-07-23 Peter Hurleytty: Use non-atomic state to signal flip buffer flush...
2013-07-23 Peter Hurleytty: Only perform flip buffer flush from tty_buffer_flush()
2013-07-23 Peter Hurleytty: Ensure single-threaded flip buffer consumer with...
2013-07-23 Peter Hurleytty: Make driver-side flip buffers lockless
2013-07-23 Peter Hurleytty: Track flip buffer memory limit atomically
2013-07-23 Peter Hurleytty: Simplify flip buffer list with 0-sized sentinel
2013-07-23 Peter Hurleytty: Use lockless flip buffer free list
2013-07-23 Peter Hurleytty: Use generic names for flip buffer list cursors
2013-07-23 Peter Hurleytty: Merge tty_buffer_find() into tty_buffer_alloc()
2013-07-23 Peter Hurleytty: Factor flip buffer initialization into helper...
2013-07-23 Peter Hurleytty: Fix flip buffer free list
2013-07-23 Peter Hurleytty: Compute flip buffer ptrs
2013-07-23 Peter Hurleyn_tty: Queue buffer work on any available cpu
2013-07-23 Peter Hurleyn_tty: Special case pty flow control
2013-07-23 Peter Hurleyn_tty: Move n_tty_write_wakeup() to avoid forward decla...
2013-07-23 Peter Hurleyn_tty: Factor throttle/unthrottle into helper functions
2013-07-23 Peter Hurleyn_tty: Move chars_in_buffer() to factor throttle/unthrottle
2013-07-23 Peter Hurleytty: Only guarantee termios read safety for throttle...
2013-07-23 Peter Hurleyn_tty: Separate buffer indices to prevent cache-line...
2013-07-23 Peter Hurleyn_tty: Don't wait for buffer work in read() loop
2013-07-23 Peter Hurleyn_tty: Fix type mismatches in receive_buf raw copy
2013-07-23 Peter Hurleyn_tty: Reset lnext if canonical mode changes
2013-07-23 Peter Hurleyn_tty: Make N_TTY ldisc receive path lockless
2013-07-23 Peter Hurleyn_tty: Replace canon_data with index comparison
2013-07-23 Peter Hurleyn_tty: Access termios values safely
2013-07-23 Peter Hurleytty: Convert termios_mutex to termios_rwsem
2013-07-23 Peter Hurleyn_tty: Remove read_cnt
2013-07-23 Peter Hurleyn_tty: Don't wrap input buffer indices at buffer size
2013-07-23 Peter Hurleyn_tty: Get read_cnt through accessor
2013-07-23 Peter Hurleytty: Deprecate ldisc .chars_in_buffer() method
2013-07-23 Peter Hurleyn_tty: Split n_tty_chars_in_buffer() for reader-only...
2013-07-23 Peter Hurleyn_tty: Line copy to user buffer in canonical mode
2013-07-23 Peter Hurleyn_tty: Factor canonical mode copy from n_tty_read()
2013-07-23 Peter Hurleytty: Make ldisc input flow control concurrency-friendly
2013-07-23 Peter Hurleytty: Simplify tty buffer/ldisc interface with helper...
2013-07-23 Peter Hurleytty: Don't change receive_room for ioctl(TIOCSETD)
2013-07-23 Peter Hurleytty: Clarify multiple-references comment in TIOCSETD...
2013-07-23 Peter Hurleytty: Fix hangup race with TIOCSETD ioctl
2013-07-23 Peter Hurleytty: Clarify ldisc variable
2013-07-23 Peter Hurleytty: Replace ldisc locking with ldisc_sem
2013-07-23 Peter Hurleytty: Add lock/unlock ldisc pair functions
2013-07-23 Peter Hurleytty: Fix tty_ldisc_lock name collision
2013-07-23 Bjørn Morkusb: option: add TP-LINK MA260
2013-07-23 Linus TorvaldsMerge tag 'devicetree-for-linus' of git://git.secretlab...
2013-07-23 Borislav PetkovEDAC: Fix lockdep splat
2013-07-23 Linus TorvaldsMerge branch 'for-3.11-fixes' of git://git.kernel.org...
2013-07-23 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2013-07-23 James Bottomley[SCSI] mvsas: Fix kernel panic on tile due to unaligned...
2013-07-23 Karlis Ogstsstaging: android: logger: Correct write offset reset...
2013-07-23 Sergey Senozhatskystaging: zram: protect zram_reset_device() call
2013-07-23 Dan Carpenterstaging: gdm72xx: potential use after free in send_qos_...
2013-07-23 Paul Bollestaging: drm/imx: drop "select OF_VIDEOMODE"
2013-07-23 Dan Carpenterstaging: frontier: use after free in disconnect()
2013-07-23 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-07-23 Linus TorvaldsMerge tag 'for_linus' of git://git.kernel.org/pub/scm...
2013-07-23 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-07-23 Ian Abbottstaging: comedi: fix a race between do_cmd_ioctl()...
2013-07-23 Ian Abbottstaging: comedi: COMEDI_CANCEL ioctl should wake up...
2013-07-23 Arnd BergmannARM: pxa: propagate errors from regulator_enable()...
2013-07-23 Mark BrownMerge remote-tracking branch 'asoc/fix/tegra' into...
2013-07-23 Mark BrownMerge remote-tracking branch 'asoc/fix/sgtl5000' into...
next