summaryrefslogtreecommitdiffstats
path: root/block (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-14TTY: tty_port, add some documentationJiri Slaby1-0/+21
2012-08-14TTY: automatically create nodes for some driversJiri Slaby3-3/+3
2012-08-14TTY: use tty_port_register_deviceJiri Slaby20-40/+58
2012-08-14TTY: move cdev_add to tty_register_deviceJiri Slaby2-8/+42
2012-08-14TTY: add support for unnumbered device nodesJiri Slaby3-15/+15
2012-08-14TTY: move allocations to tty_alloc_driverJiri Slaby1-40/+33
2012-08-14TTY: pty, switch to tty_alloc_driverJiri Slaby2-11/+24
2012-08-10TTY: pass flags to alloc_tty_driverJiri Slaby2-13/+44
2012-08-10TTY: tty3270, free tty driver properlyJiri Slaby1-0/+1
2012-08-10TTY: ttyprintk, initialize tty_port earlierJiri Slaby1-4/+4
2012-08-10TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby1-1/+1
2012-08-10TTY: ttyprintk, unregister tty driver on failureJiri Slaby1-0/+1
2012-08-10mxser: allow overlapping vectorJiri Slaby1-4/+31
2012-08-10misc: pti, use tty_port_register_deviceJiri Slaby1-3/+3
2012-08-10misc: pti, fix tty_port countJiri Slaby1-7/+10
2012-08-10misc: pti, fix fail pathsJiri Slaby1-28/+25
2012-08-10misc: pti, do the opposite of ->probe in ->removeJiri Slaby1-14/+7
2012-08-10misc: pti, move ->remove to the PCI codeJiri Slaby1-16/+16
2012-08-10misc: pti, stop using iomap's unmap on ioremap spaceJiri Slaby1-1/+1
2012-08-10misc: pti, pci drvdata cannot be NULL in ->removeJiri Slaby1-9/+6
2012-08-10misc: pti, add const to pci_device_id tableJiri Slaby1-1/+1
2012-08-10TTY: n_gsm, use tty_port_installJiri Slaby1-6/+24
2012-08-10TTY: 68328serial, fix compilationJiri Slaby1-4/+4
2012-08-10TTY: pty, stop passing NULL to free_tty_structJiri Slaby1-1/+4
2012-08-10n_tty: Don't lose characters when PARMRK is enabledJaeden Amero1-2/+10
2012-08-10tty: Fix possible race in n_tty_read()Stanislav Kozina1-1/+5
2012-08-10ipoctal: make it compile with the termios changesAlan Cox1-6/+6
2012-08-10tty: localise the lockAlan Cox14-120/+190
2012-08-10tty: handle NULL parameters in free_tty_struct()Dan Carpenter1-0/+2
2012-08-10tty: fix missing assignmentDan Carpenter1-0/+1
2012-08-10tty: fix the metro-usb change I messed upAlan Cox1-1/+1
2012-08-10serqt_usb2: drag screaming into the 21st centuryAlan Cox1-10/+8
2012-08-10tty: fix up usb serial console for termios change.Stephen Rothwell1-2/+2
2012-08-03Linux 3.6-rc1v3.6-rc1Linus Torvalds1-2/+2
2012-08-02mm: remove node_start_pfn checking in new WARN_ON for nowLinus Torvalds1-1/+1
2012-08-02ARM: mmp: add missing irqs.hHaojian Zhuang1-0/+1
2012-08-02arm: mvebu: fix typo in .dtsi comment for Armada XP SoCsThomas Petazzoni1-1/+1
2012-08-02ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumesBarry Song1-3/+3
2012-08-02libceph: fix crypto key null deref, memory leakSylvain Munaut2-1/+3
2012-08-02ceph: simplify+fix atomic_openSage Weil3-66/+40
2012-08-02sh: explicitly include sh_dma.h in setup-sh7722.cGuennadi Liakhovetski1-0/+1
2012-08-02um: Add arch/x86/um to MAINTAINERSRichard Weinberger1-0/+1
2012-08-02um: pass siginfo to guest processMartin Pärtel10-34/+71
2012-08-02um: fix ubd_file_size for read-only filesMartin Pärtel1-1/+1
2012-08-02md/dm-raid: DM_RAID should select MD_RAID10NeilBrown1-2/+3
2012-08-02md/raid1: submit IO from originating thread instead of md thread.NeilBrown2-4/+55
2012-08-02raid5: raid5d handle stripe in batch wayShaohua Li1-13/+32
2012-08-02raid5: make_request use batch stripe releaseShaohua Li2-3/+60
2012-08-02um: pull interrupt_end() into userspace()Al Viro2-8/+6
2012-08-02um: split syscall_trace(), pass pt_regs to itAl Viro3-43/+34