Age | Commit message (Expand) | Author | Files | Lines |
2016-01-28 | tty: Unify receive_buf() code paths | Peter Hurley | 1 | -14/+2 |
2016-01-28 | tty: Fix GPF in flush_to_ldisc(), part 2 | Peter Hurley | 1 | -1/+1 |
2016-01-28 | tty, n_tty: Remove fasync() ldisc notification | Peter Hurley | 1 | -6/+0 |
2016-01-27 | tty: audit: Handle tty audit enable atomically | Peter Hurley | 2 | -1/+4 |
2016-01-27 | tty: audit: Combine push functions | Peter Hurley | 1 | -6/+2 |
2016-01-27 | tty: audit: Ignore current association for audit push | Peter Hurley | 1 | -2/+2 |
2016-01-27 | tty: audit: Remove icanon mode from call chain | Peter Hurley | 1 | -2/+2 |
2016-01-27 | tty: Make tty_files_lock per-tty | Peter Hurley | 1 | -1/+1 |
2016-01-27 | tty: Remove unreferenced tty flags macro TTY_DEBUG | Peter Hurley | 1 | -1/+0 |
2016-01-27 | tty: Move tty_check_change() helper | Peter Hurley | 1 | -1/+0 |
2016-01-27 | tty: Remove declarations to non-existent functions | Peter Hurley | 1 | -3/+0 |
2016-01-27 | tty: Eliminate global symbol tty_ldisc_N_TTY | Peter Hurley | 1 | -2/+1 |
2016-01-27 | tty: Destroy ldisc instance on hangup | Peter Hurley | 1 | -1/+2 |
2016-01-27 | tty: Use 'disc' for line discipline index name | Peter Hurley | 1 | -1/+1 |
2016-01-27 | tty: Remove chars_in_buffer() line discipline method | Peter Hurley | 1 | -7/+0 |
2016-01-27 | tty: Remove __lockfunc annotation from tty lock functions | Peter Hurley | 1 | -4/+4 |
2016-01-27 | tty: Re-declare tty_driver_remove_tty() file scope | Peter Hurley | 1 | -2/+0 |
2016-01-27 | tty: Fix tty_init_termios() declaration | Peter Hurley | 1 | -3/+1 |
2016-01-27 | tty: Fix ldisc leak in failed tty_init_dev() | Peter Hurley | 1 | -1/+0 |
2016-01-26 | tty: Wait interruptibly for tty lock on reopen | Peter Hurley | 1 | -0/+1 |
2016-01-24 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 3 | -0/+236 |
2016-01-24 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 1 | -0/+5 |
2016-01-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2 | -37/+2 |
2016-01-24 | MIPS: bcm963xx: Update bcm_tag field image_sequence | Simon Arlott | 1 | -6/+5 |
2016-01-24 | MIPS: bcm963xx: Move extended flash address to bcm_tag header file | Simon Arlott | 1 | -0/+5 |
2016-01-24 | MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structure | Simon Arlott | 1 | -0/+98 |
2016-01-24 | MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structure | Simon Arlott | 1 | -0/+112 |
2016-01-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 22 | -268/+624 |
2016-01-24 | MIPS: Add support for PIC32MZDA platform | Joshua Henderson | 1 | -0/+22 |
2016-01-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -6/+28 |
2016-01-23 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -2/+42 |
2016-01-22 | dax: add support for fsync/sync | Ross Zwisler | 1 | -0/+2 |
2016-01-22 | mm: add find_get_entries_tag() | Ross Zwisler | 1 | -0/+3 |
2016-01-22 | dax: support dirty DAX entries in radix tree | Ross Zwisler | 3 | -1/+16 |
2016-01-22 | pmem: add wb_cache_pmem() to the PMEM API | Ross Zwisler | 1 | -1/+21 |
2016-01-22 | make sure that freeing shmem fast symlinks is RCU-delayed | Al Viro | 1 | -4/+1 |
2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -2/+27 |
2016-01-22 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 3 | -5/+19 |
2016-01-22 | Merge tag 'sound-fix-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
2016-01-22 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2 | -5/+28 |
2016-01-22 | Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+33 |
2016-01-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -0/+5 |
2016-01-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -14/+14 |
2016-01-21 | Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block | Linus Torvalds | 6 | -27/+38 |
2016-01-21 | Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -65/+204 |
2016-01-21 | Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -3/+236 |
2016-01-21 | mm: fix kernel crash in khugepaged thread | yalin wang | 1 | -6/+6 |
2016-01-21 | thp: change pmd_trans_huge_lock() interface to return ptl | Kirill A. Shutemov | 1 | -8/+8 |
2016-01-21 | Merge branch 'uaccess' (batched user access infrastructure) | Linus Torvalds | 1 | -0/+7 |
2016-01-21 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 22 | -659/+595 |