| Commit message (Expand) | Author | Files | Lines |
2012-08-14 | TTY: tty_port, add some documentation | Jiri Slaby | 1 | -0/+21 |
2012-08-14 | TTY: automatically create nodes for some drivers | Jiri Slaby | 3 | -3/+3 |
2012-08-14 | TTY: use tty_port_register_device | Jiri Slaby | 20 | -40/+58 |
2012-08-14 | TTY: move cdev_add to tty_register_device | Jiri Slaby | 2 | -8/+42 |
2012-08-14 | TTY: add support for unnumbered device nodes | Jiri Slaby | 3 | -15/+15 |
2012-08-14 | TTY: move allocations to tty_alloc_driver | Jiri Slaby | 1 | -40/+33 |
2012-08-14 | TTY: pty, switch to tty_alloc_driver | Jiri Slaby | 2 | -11/+24 |
2012-08-10 | TTY: pass flags to alloc_tty_driver | Jiri Slaby | 2 | -13/+44 |
2012-08-10 | TTY: tty3270, free tty driver properly | Jiri Slaby | 1 | -0/+1 |
2012-08-10 | TTY: ttyprintk, initialize tty_port earlier | Jiri Slaby | 1 | -4/+4 |
2012-08-10 | TTY: ttyprintk, don't touch behind tty->write_buf | Jiri Slaby | 1 | -1/+1 |
2012-08-10 | TTY: ttyprintk, unregister tty driver on failure | Jiri Slaby | 1 | -0/+1 |
2012-08-10 | mxser: allow overlapping vector | Jiri Slaby | 1 | -4/+31 |
2012-08-10 | misc: pti, use tty_port_register_device | Jiri Slaby | 1 | -3/+3 |
2012-08-10 | misc: pti, fix tty_port count | Jiri Slaby | 1 | -7/+10 |
2012-08-10 | misc: pti, fix fail paths | Jiri Slaby | 1 | -28/+25 |
2012-08-10 | misc: pti, do the opposite of ->probe in ->remove | Jiri Slaby | 1 | -14/+7 |
2012-08-10 | misc: pti, move ->remove to the PCI code | Jiri Slaby | 1 | -16/+16 |
2012-08-10 | misc: pti, stop using iomap's unmap on ioremap space | Jiri Slaby | 1 | -1/+1 |
2012-08-10 | misc: pti, pci drvdata cannot be NULL in ->remove | Jiri Slaby | 1 | -9/+6 |
2012-08-10 | misc: pti, add const to pci_device_id table | Jiri Slaby | 1 | -1/+1 |
2012-08-10 | TTY: n_gsm, use tty_port_install | Jiri Slaby | 1 | -6/+24 |
2012-08-10 | TTY: 68328serial, fix compilation | Jiri Slaby | 1 | -4/+4 |
2012-08-10 | TTY: pty, stop passing NULL to free_tty_struct | Jiri Slaby | 1 | -1/+4 |
2012-08-10 | n_tty: Don't lose characters when PARMRK is enabled | Jaeden Amero | 1 | -2/+10 |
2012-08-10 | tty: Fix possible race in n_tty_read() | Stanislav Kozina | 1 | -1/+5 |
2012-08-10 | ipoctal: make it compile with the termios changes | Alan Cox | 1 | -6/+6 |
2012-08-10 | tty: localise the lock | Alan Cox | 14 | -120/+190 |
2012-08-10 | tty: handle NULL parameters in free_tty_struct() | Dan Carpenter | 1 | -0/+2 |
2012-08-10 | tty: fix missing assignment | Dan Carpenter | 1 | -0/+1 |
2012-08-10 | tty: fix the metro-usb change I messed up | Alan Cox | 1 | -1/+1 |
2012-08-10 | serqt_usb2: drag screaming into the 21st century | Alan Cox | 1 | -10/+8 |
2012-08-10 | tty: fix up usb serial console for termios change. | Stephen Rothwell | 1 | -2/+2 |
2012-08-03 | Linux 3.6-rc1v3.6-rc1 | Linus Torvalds | 1 | -2/+2 |
2012-08-02 | mm: remove node_start_pfn checking in new WARN_ON for now | Linus Torvalds | 1 | -1/+1 |
2012-08-02 | ARM: mmp: add missing irqs.h | Haojian Zhuang | 1 | -0/+1 |
2012-08-02 | arm: mvebu: fix typo in .dtsi comment for Armada XP SoCs | Thomas Petazzoni | 1 | -1/+1 |
2012-08-02 | ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumes | Barry Song | 1 | -3/+3 |
2012-08-02 | libceph: fix crypto key null deref, memory leak | Sylvain Munaut | 2 | -1/+3 |
2012-08-02 | ceph: simplify+fix atomic_open | Sage Weil | 3 | -66/+40 |
2012-08-02 | sh: explicitly include sh_dma.h in setup-sh7722.c | Guennadi Liakhovetski | 1 | -0/+1 |
2012-08-02 | um: Add arch/x86/um to MAINTAINERS | Richard Weinberger | 1 | -0/+1 |
2012-08-02 | um: pass siginfo to guest process | Martin Pärtel | 10 | -34/+71 |
2012-08-02 | um: fix ubd_file_size for read-only files | Martin Pärtel | 1 | -1/+1 |
2012-08-02 | md/dm-raid: DM_RAID should select MD_RAID10 | NeilBrown | 1 | -2/+3 |
2012-08-02 | md/raid1: submit IO from originating thread instead of md thread. | NeilBrown | 2 | -4/+55 |
2012-08-02 | raid5: raid5d handle stripe in batch way | Shaohua Li | 1 | -13/+32 |
2012-08-02 | raid5: make_request use batch stripe release | Shaohua Li | 2 | -3/+60 |
2012-08-02 | um: pull interrupt_end() into userspace() | Al Viro | 2 | -8/+6 |
2012-08-02 | um: split syscall_trace(), pass pt_regs to it | Al Viro | 3 | -43/+34 |