summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/arizona-i2c.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-24tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley3-22/+22
2013-07-24tty: Make driver-side flip buffers locklessPeter Hurley1-27/+4
2013-07-24tty: Track flip buffer memory limit atomicallyPeter Hurley4-15/+36
2013-07-24tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley2-31/+19
2013-07-24tty: Use lockless flip buffer free listPeter Hurley3-19/+41
2013-07-24tty: Use generic names for flip buffer list cursorsPeter Hurley1-10/+10
2013-07-24tty: Merge tty_buffer_find() into tty_buffer_alloc()Peter Hurley1-32/+18
2013-07-24tty: Factor flip buffer initialization into helper functionPeter Hurley1-9/+12
2013-07-24tty: Fix flip buffer free listPeter Hurley1-6/+10
2013-07-24tty: Compute flip buffer ptrsPeter Hurley3-16/+22
2013-07-24n_tty: Queue buffer work on any available cpuPeter Hurley1-1/+1
2013-07-24n_tty: Special case pty flow controlPeter Hurley1-0/+14
2013-07-24n_tty: Move n_tty_write_wakeup() to avoid forward declarationPeter Hurley1-16/+15
2013-07-24n_tty: Factor throttle/unthrottle into helper functionsPeter Hurley1-35/+46
2013-07-24n_tty: Move chars_in_buffer() to factor throttle/unthrottlePeter Hurley1-12/+12
2013-07-24tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley4-8/+6
2013-07-24n_tty: Separate buffer indices to prevent cache-line sharingPeter Hurley1-6/+15
2013-07-24n_tty: Don't wait for buffer work in read() loopPeter Hurley1-1/+0
2013-07-24n_tty: Fix type mismatches in receive_buf raw copyPeter Hurley1-14/+17
2013-07-24n_tty: Reset lnext if canonical mode changesPeter Hurley1-0/+1
2013-07-24n_tty: Make N_TTY ldisc receive path locklessPeter Hurley1-81/+92
2013-07-24n_tty: Replace canon_data with index comparisonPeter Hurley1-16/+6
2013-07-24n_tty: Access termios values safelyPeter Hurley1-5/+39
2013-07-24tty: Convert termios_mutex to termios_rwsemPeter Hurley8-69/+70
2013-07-24n_tty: Remove read_cntPeter Hurley1-13/+2
2013-07-24n_tty: Don't wrap input buffer indices at buffer sizePeter Hurley1-51/+60
2013-07-24n_tty: Get read_cnt through accessorPeter Hurley1-18/+23
2013-07-24tty: Deprecate ldisc .chars_in_buffer() methodPeter Hurley1-0/+1
2013-07-24n_tty: Split n_tty_chars_in_buffer() for reader-only interfacePeter Hurley1-3/+8
2013-07-24n_tty: Line copy to user buffer in canonical modePeter Hurley1-33/+77
2013-07-24n_tty: Factor canonical mode copy from n_tty_read()Peter Hurley1-38/+57
2013-07-24tty: Make ldisc input flow control concurrency-friendlyPeter Hurley5-33/+82
2013-07-24tty: Simplify tty buffer/ldisc interface with helper functionPeter Hurley1-12/+17
2013-07-24tty: Don't change receive_room for ioctl(TIOCSETD)Peter Hurley1-3/+0
2013-07-24tty: Clarify multiple-references comment in TIOCSETD ioctlPeter Hurley1-4/+6
2013-07-24tty: Fix hangup race with TIOCSETD ioctlPeter Hurley1-4/+2
2013-07-24tty: Clarify ldisc variablePeter Hurley1-7/+7
2013-07-24tty: Replace ldisc locking with ldisc_semPeter Hurley5-293/+52
2013-07-24tty: Add lock/unlock ldisc pair functionsPeter Hurley1-0/+87
2013-07-24tty: Fix tty_ldisc_lock name collisionPeter Hurley2-25/+25
2013-07-21Linux 3.11-rc2v3.11-rc2Linus Torvalds1-1/+1
2013-07-21ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-21ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-20vfs: constify dentry parameter in d_count()Peng Tao1-1/+1
2013-07-20livelock avoidance in sget()Al Viro1-15/+10
2013-07-20allow O_TMPFILE to work with O_WRONLYAl Viro2-2/+4
2013-07-19Btrfs: fix wrong write offset when replacing a deviceStefan Behrens1-1/+1
2013-07-19Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik1-0/+11
2013-07-19Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik1-0/+2
2013-07-19Btrfs: update drop progress before stopping snapshot droppingJosef Bacik1-6/+8