| Commit message (Expand) | Author | Age | Files | Lines |
* | TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff | Jiri Slaby | 2012-10-22 | 1 | -123/+137 |
* | TTY: move ldisc data from tty_struct: bitmaps | Jiri Slaby | 2012-10-22 | 1 | -24/+28 |
* | TTY: move ldisc data from tty_struct: simple members | Jiri Slaby | 2012-10-22 | 2 | -68/+93 |
* | TTY: n_tty, add ldisc data to n_tty | Jiri Slaby | 2012-10-22 | 1 | -1/+18 |
* | TTY: audit, stop accessing tty->icount | Jiri Slaby | 2012-10-22 | 2 | -9/+11 |
* | TTY: n_tty, remove bogus checks | Jiri Slaby | 2012-10-22 | 1 | -12/+0 |
* | TTY: n_tty, simplify read_buf+echo_buf allocation | Jiri Slaby | 2012-10-22 | 1 | -18/+13 |
* | TTY: hci_ldisc, remove invalid check in open | Jiri Slaby | 2012-10-22 | 1 | -6/+1 |
* | TTY: ldisc, wait for idle ldisc in release | Jiri Slaby | 2012-10-22 | 1 | -0/+5 |
* | TTY: vt, fix paste_selection ldisc handling | Jiri Slaby | 2012-10-22 | 1 | -7/+2 |
* | TTY: move devpts kill to pty | Jiri Slaby | 2012-10-22 | 2 | -5/+9 |
* | TTY: devpts, do not set driver_data | Jiri Slaby | 2012-10-22 | 1 | -5/+5 |
* | TTY: devpts, return created inode from devpts_pty_new | Jiri Slaby | 2012-10-22 | 1 | -2/+5 |
* | TTY: devpts, don't care about TTY in devpts_get_tty | Jiri Slaby | 2012-10-22 | 1 | -1/+1 |
* | tty: prevent unnecessary work queue lock checking on flip buffer copy | Ivo Sieben | 2012-10-22 | 1 | -1/+4 |
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-10-19 | 6 | -6/+10 |
|\ |
|
| * | Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/... | Olof Johansson | 2012-10-19 | 5 | -6/+7 |
| |\ |
|
| | * | spi/s3c64xx: use correct dma_transfer_direction type | Arnd Bergmann | 2012-10-17 | 1 | -3/+3 |
| | * | pcmcia: sharpsl: don't discard sharpsl_pcmcia_ops | Arnd Bergmann | 2012-10-12 | 1 | -1/+1 |
| | * | USB: EHCI: mark ehci_orion_conf_mbus_windows __devinit | Arnd Bergmann | 2012-10-09 | 1 | -1/+1 |
| | * | SCSI: ARM: make fas216_dumpinfo function conditional | Arnd Bergmann | 2012-10-09 | 1 | -1/+1 |
| | * | SCSI: ARM: ncr5380/oak uses no interrupts | Arnd Bergmann | 2012-10-09 | 1 | -0/+1 |
| * | | gpio: mvebu: Add missing breaks in mvebu_gpio_irq_set_type | Axel Lin | 2012-10-17 | 1 | -0/+3 |
* | | | Merge branch 'akpm' (Fixes from Andrew) | Linus Torvalds | 2012-10-19 | 2 | -4/+4 |
|\ \ \ |
|
| * | | | firmware/memmap: avoid type conflicts with the generic memmap_init() | Fengguang Wu | 2012-10-19 | 1 | -2/+2 |
| * | | | drivers/video/backlight/lm3639_bl.c: return proper error in lm3639_bled_mode_... | Axel Lin | 2012-10-19 | 1 | -2/+2 |
* | | | | xen: Fix annoying compile-time warning | Linus Torvalds | 2012-10-19 | 1 | -1/+1 |
* | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-10-19 | 2 | -3/+6 |
|\ \ \ \ |
|
| * | | | | hwmon: (coretemp) Add support for Atom CE4110/4150/4170 | Guenter Roeck | 2012-10-14 | 1 | -2/+5 |
| * | | | | hwmon: (pmbus) remove CONFIG_EXPERIMENTAL | Kees Cook | 2012-10-14 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-10-19 | 6 | -12/+31 |
|\ \ \ \ |
|
| * | | | | staging: dgrp: check return value of alloc_tty_driver | Bill Pemberton | 2012-10-17 | 1 | -0/+9 |
| * | | | | staging: dgrp: check for NULL pointer in (un)register_proc_table | Bill Pemberton | 2012-10-17 | 1 | -0/+6 |
| * | | | | serial/8250_hp300: Missing 8250 register interface conversion bits | Geert Uytterhoeven | 2012-10-15 | 1 | -10/+10 |
| * | | | | Merge 3.7-rc1 into tty-linus | Greg Kroah-Hartman | 2012-10-14 | 3013 | -428338/+479103 |
| |\| | | |
|
| * | | | | tty: serial: sccnxp: Fix bug with unterminated platform_id list | Greg Kroah-Hartman | 2012-10-05 | 1 | -0/+1 |
| * | | | | staging: serial: dgrp: Add missing #include <linux/uaccess.h> | Geert Uytterhoeven | 2012-10-05 | 3 | -0/+3 |
| * | | | | serial: sccnxp: Allows the driver to be compiled as a module | Alexander Shiyan | 2012-10-05 | 1 | -2/+2 |
* | | | | | Merge tag 'usb-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-10-19 | 34 | -552/+606 |
|\ \ \ \ \ |
|
| * | | | | | USB: option: add more ZTE devices | Bjørn Mork | 2012-10-18 | 1 | -0/+16 |
| * | | | | | USB: option: blacklist net interface on ZTE devices | Bjørn Mork | 2012-10-18 | 1 | -20/+48 |
| * | | | | | Merge tag 'fixes-for-v3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2012-10-18 | 6 | -7/+17 |
| |\ \ \ \ \ |
|
| | * | | | | | usb: gadget: lpc32xx_udc: Fix compatibility with STOTG04 | Alexandre Pereira da Silva | 2012-10-16 | 1 | -2/+2 |
| | * | | | | | usb: renesas_usbhs: fixup interrupt status clear method | Kuninori Morimoto | 2012-10-16 | 1 | -3/+3 |
| | * | | | | | usb: renesas_usbhs: fixup __usbhs_for_each_pipe 1st pos | Kuninori Morimoto | 2012-10-16 | 1 | -1/+1 |
| | * | | | | | usb: dwc3: shutdown usb_phy when removing the device | Vivek Gautam | 2012-10-15 | 1 | -0/+4 |
| | * | | | | | usb: musb: am35xx: drop spurious unplugging a device | Stefano Babic | 2012-10-15 | 1 | -0/+6 |
| | * | | | | | usb: dwc3: gadget: fix 'endpoint always busy' bug | Felipe Balbi | 2012-10-15 | 1 | -1/+1 |
| | | |/ / /
| | |/| | | |
|
| * | | | | | usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CP | Alexis R. Cortes | 2012-10-18 | 1 | -1/+2 |
| * | | | | | USB: io_ti: fix sysfs-attribute creation | Johan Hovold | 2012-10-18 | 1 | -7/+7 |