1. 02 Apr, 2013 2 commits
  2. 31 Mar, 2013 19 commits
  3. 30 Mar, 2013 1 commit
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending · 13d2080d
      Linus Torvalds authored
      Pull SCSI target fixes from Nicholas Bellinger:
       "This includes the bug-fix for a >= v3.8-rc1 regression specific to
        iscsi-target persistent reservation conflict handling (CC'ed to
        stable), and a tcm_vhost patch to drop VIRTIO_RING_F_EVENT_IDX usage
        so that in-flight qemu vhost-scsi-pci device code can detect the
        proper vhost feature bits.
      
        Also, there are two more tcm_vhost patches still being discussed by
        MST and Asias for v3.9 that will be required for the in-flight qemu
        vhost-scsi-pci device patch to function properly, and that should
        (hopefully) be the last target fixes for this round."
      
      * git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending:
        target: Fix RESERVATION_CONFLICT status regression for iscsi-target special case
        tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bit
      13d2080d
  4. 29 Mar, 2013 12 commits
  5. 28 Mar, 2013 6 commits
    • Linus Torvalds's avatar
      Merge tag 'usb-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 0776ce03
      Linus Torvalds authored
      Pull USB fixes from Greg Kroah-Hartman:
       "Here are some USB fixes to resolve issues reported recently, as well
        as a new device id for the ftdi_sio driver."
      
      * tag 'usb-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
        usb: ftdi_sio: Add support for Mitsubishi FX-USB-AW/-BD
        usb: Fix compile error by selecting USB_OTG_UTILS
        USB: serial: fix hang when opening port
        USB: EHCI: fix bug in iTD/siTD DMA pool allocation
        xhci: Don't warn on empty ring for suspended devices.
        usb: xhci: Fix TRB transfer length macro used for Event TRB.
        usb/acpi: binding xhci root hub usb port with ACPI
        usb: add find_raw_port_number callback to struct hc_driver()
        usb: xhci: fix build warning
      0776ce03
    • Linus Torvalds's avatar
      Merge tag 'tty-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty · 045ecc26
      Linus Torvalds authored
      Pull TTY/serial fixes from Greg Kroah-Hartman:
       "Here are some tty/serial driver fixes for 3.9.
      
        The big thing here is the fix for the huge mess we caused renaming the
        8250 driver accidentally in the 3.7 kernel release, without realizing
        that there were users of the module options that suddenly broke.  This
        is now resolved, and, to top the injury off, we have a backwards-
        compatible option for those users who got used to the new name since
        3.7.  Ugh, sorry about that.
      
        Other than that, some other minor fixes for issues that have been
        reported by users."
      
      * tag 'tty-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
        Xilinx: ARM: UART: clear pending irqs before enabling irqs
        TTY: 8250, deprecated 8250_core.* options
        TTY: 8250, revert module name change
        serial: 8250_pci: Add WCH CH352 quirk to avoid Xscale detection
        tty: atmel_serial_probe(): index of atmel_ports[] fix
      045ecc26
    • Linus Torvalds's avatar
      Merge tag 'staging-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging · 865752ed
      Linus Torvalds authored
      Pull staging driver fixes from Greg Kroah-Hartman:
       "Here are two tiny staging driver fixes to resolve issues that have
        been reported."
      
      * tag 'staging-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
        staging: comedi: s626: fix continuous acquisition
        staging: zcache: fix typo "64_BIT"
      865752ed
    • Linus Torvalds's avatar
      Merge tag 'driver-core-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core · 97f084b8
      Linus Torvalds authored
      Pull sysfs fixes from Greg Kroah-Hartman:
       "Here are two fixes for sysfs that resolve issues that have been found
        by the Trinity fuzz tool, causing oopses in sysfs.  They both have
        been in linux-next for a while to ensure that they do not cause any
        other problems."
      
      * tag 'driver-core-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
        sysfs: handle failure path correctly for readdir()
        sysfs: fix race between readdir and lseek
      97f084b8
    • Linus Torvalds's avatar
      Merge tag 'char-misc-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc · 1b6a4db2
      Linus Torvalds authored
      Pull char/misc driver fixes from Greg Kroah-Hartman:
       "Here are some small char/misc driver fixes that resolve issues
        recently reported against the 3.9-rc kernels.  All have been in
        linux-next for a while."
      
      * tag 'char-misc-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
        VMCI: Fix process-to-process DRGAMs.
        mei: ME hardware reset needs to be synchronized
        mei: add mei_stop function to stop mei device
        extcon: max77693: Initialize register of MUIC device to bring up it without platform data
        extcon: max77693: Fix bug of wrong pointer when platform data is not used
        extcon: max8997: Check the pointer of platform data to protect null pointer error
      1b6a4db2
    • Linus Torvalds's avatar
      Merge tag 'pm+acpi-3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · dfca53fb
      Linus Torvalds authored
      Pull ACPI and power management fixes from Rafael J Wysocki:
      
       - Fix for a recent cpufreq regression related to acpi-cpufreq and
         suspend/resume from Viresh Kumar.
      
       - cpufreq stats reference counting fix from Viresh Kumar.
      
       - intel_pstate driver fixes from Dirk Brandewie and Konrad Rzeszutek
         Wilk.
      
       - New ACPI suspend blacklist entry for Sony Vaio VGN-FW21M from Fabio
         Valentini.
      
       - ACPI Platform Error Interface (APEI) fix from Chen Gong.
      
       - PCI root bridge hotplug locking fix from Yinghai Lu.
      
      * tag 'pm+acpi-3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        PCI / ACPI: hold acpi_scan_lock during root bus hotplug
        ACPI / APEI: fix error status check condition for CPER
        ACPI / PM: fix suspend and resume on Sony Vaio VGN-FW21M
        cpufreq: acpi-cpufreq: Don't set policy->related_cpus from .init()
        cpufreq: stats: do cpufreq_cpu_put() corresponding to cpufreq_cpu_get()
        intel-pstate: Use #defines instead of hard-coded values.
        cpufreq / intel_pstate: Fix calculation of current frequency
        cpufreq / intel_pstate: Add function to check that all MSRs are valid
      dfca53fb