1. 26 Feb, 2013 12 commits
  2. 23 Feb, 2013 19 commits
  3. 20 Jan, 2013 3 commits
  4. 19 Jan, 2013 1 commit
  5. 18 Jan, 2013 5 commits
    • Linus Torvalds's avatar
      Merge tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 5da1f88b
      Linus Torvalds authored
      Pull USB fixes from Greg Kroah-Hartman:
       "Here are 3 USB patches for 3.8-rc4.  Two of them are new device id
        patches, and the third fixes a reported oops in the io_ti USB serial
        driver"
      
      * tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
        USB: io_ti: Fix NULL dereference in chase_port()
        USB: option: add TP-LINK HSUPA Modem MA180
        USB: option: blacklist network interface on ONDA MT8205 4G LTE
      5da1f88b
    • Linus Torvalds's avatar
      Merge tag 'tty-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty · 793388a7
      Linus Torvalds authored
      Pull tty/serial fixes from Greg Kroah-Hartman:
       "Here are a few tty/serial driver fixes for 3.8-rc4 that resolve a
        number of problems that people have been having, including the ptys
        ioctl issue that is a regression fix"
      
      * tag 'tty-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
        8250/16?50: Add support for Broadcom TruManage redirected serial port
        pty: return EINVAL for TIOCGPTN for BSD ptys
        serial:ifx6x60:Keep word size accordance with SPI controller
        tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler
        serial: samsung: remove redundant setting of line config during port reset
        serial:ifx6x60:Delete SPI timer when shut down port
        tty/8250: The correct device id for this card is 0x0022
        tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition
        tty: serial: vt8500: fix return value check in vt8500_serial_probe()
        serial: mxs-auart: Index is unsigned
        mxs: uart: fix setting RTS from software
      793388a7
    • Linus Torvalds's avatar
      Merge tag 'staging-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging · abad21a8
      Linus Torvalds authored
      Pull staging driver bugfixes from Greg Kroah-Hartman:
       "Here are some bugfixes for the drivers/staging tree for 3.8-rc4.
      
        Nothing major, just a number of small fixes for problems that people
        have reported, including finally tracking down the root of the 64/32
        bit problem with the vt6656 that has been driving people crazy for a
        while"
      
      * tag 'staging-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
        staging/sb105x: PARPORT config is not good enough must use PARPORT_PC
        staging: wlan-ng: Fix clamping of returned SSID length
        staging: vt6656: Fix inconsistent structure packing
        staging:iio:adis16080: Perform sign extension
        iio: mxs-lradc: indexes are unsigned
      abad21a8
    • Linus Torvalds's avatar
      Merge tag 'char-misc-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc · 0d060d28
      Linus Torvalds authored
      Pull char/misc driver fixes from Greg Kroah-Hartman:
       "Here are two hyperv patches for 3.8-rc4 that fix some reported
        problems hv_balloon driver"
      
      * tag 'char-misc-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
        Drivers: hv: balloon: Fix a memory leak
        Drivers: hv: balloon: Fix a bug in the definition of struct dm_info_msg
      0d060d28
    • Linus Torvalds's avatar
      Merge tag 'stable/for-linus-3.8-rc3-tag' of... · 5c69bed2
      Linus Torvalds authored
      Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
      
      Pull Xen fixes from Konrad Rzeszutek Wilk:
       - CVE-2013-0190/XSA-40 (or stack corruption for 32-bit PV kernels)
       - Fix racy vma access spotted by Al Viro
       - Fix mmap batch ioctl potentially resulting in large O(n) page allcations.
       - Fix vcpu online/offline BUG:scheduling while atomic..
       - Fix unbound buffer scanning for more than 32 vCPUs.
       - Fix grant table being incorrectly initialized
       - Fix incorrect check in pciback
       - Allow privcmd in backend domains.
      
      Fix up whitespace conflict due to ugly merge resolution in Xen tree in
      arch/arm/xen/enlighten.c
      
      * tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
        xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.
        Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic."
        xen/gntdev: remove erronous use of copy_to_user
        xen/gntdev: correctly unmap unlinked maps in mmu notifier
        xen/gntdev: fix unsafe vma access
        xen/privcmd: Fix mmap batch ioctl.
        Xen: properly bound buffer access when parsing cpu/*/availability
        xen/grant-table: correctly initialize grant table version 1
        x86/xen : Fix the wrong check in pciback
        xen/privcmd: Relax access control in privcmd_ioctl_mmap
      5c69bed2