1. 01 Sep, 2013 33 commits
  2. 26 Aug, 2013 1 commit
  3. 25 Aug, 2013 4 commits
  4. 24 Aug, 2013 2 commits
    • Linus Torvalds's avatar
      Merge tag 'acpi-3.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · 8495e9c4
      Linus Torvalds authored
      Pull ACPI fix from Rafael Wysocki:
       "I really hoped that it wouldn't be necessary to change anything in
        ACPI at this point, but it turns out that we need to revert one more
        ACPI video commit causing trouble.
      
        This reverts a change in the ACPI video driver that caused the ACPI
        backlight initialization to be carried out even if acpi_backlight=vendor
        is passed in the kernel command line which turns out to break things
        at least on one system"
      
      * tag 'acpi-3.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        Revert "ACPI / video: Always call acpi_video_init_brightness() on init"
      8495e9c4
    • Linus Torvalds's avatar
      Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi · 5befb98b
      Linus Torvalds authored
      Pull SCSI fixes from James Bottomley:
       "This is a set of small bug fixes for lpfc and zfcp and a fix for a
        fairly nasty bug in sg where a process which cancels I/O completes in
        a kernel thread which would then try to write back to the now gone
        userspace and end up writing to a random kernel address instead"
      
      * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
        [SCSI] zfcp: remove access control tables interface (keep sysfs files)
        [SCSI] zfcp: fix schedule-inside-lock in scsi_device list loops
        [SCSI] zfcp: fix lock imbalance by reworking request queue locking
        [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal
        [SCSI] lpfc: Don't force CONFIG_GENERIC_CSUM on
      5befb98b