1. 11 Mar, 2014 3 commits
  2. 28 Feb, 2014 2 commits
  3. 27 Feb, 2014 4 commits
  4. 25 Feb, 2014 5 commits
  5. 22 Feb, 2014 18 commits
  6. 21 Feb, 2014 5 commits
  7. 20 Feb, 2014 3 commits
    • Linus Torvalds's avatar
      Merge tag 'pci-v3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci · d158fc7f
      Linus Torvalds authored
      Pull PCI updates from Bjorn Helgaas:
       "The most interesting thing here is the change to enable INTx (by
        clearing PCI_COMMAND_INTX_DISABLE) if the BIOS left INTx disabled.
        Apparently the Baytrail BIOS does this, which means EHCI doesn't work.
      
        Also, fix an AHCI MSI regression and other issues with the recent MSI
        changes.  This also adds pci_enable_msi_exact() and
        pci_enable_msix_exact(), which aren't regression fixes, but will keep
        us from touching drivers twice (once to stop using the deprecated
        pci_enable_msi(), etc., and again to use the *_exact() variants).
      
        There's also a minor MVEBU fix.
      
        Summary:
      
        MSI:
          - Fix AHCI single-MSI fallback (Alexander Gordeev)
          - Fix populate_msi_sysfs() error paths (Greg Kroah-Hartman)
          - Fix htmldocs problem (Masanari Iida)
          - Add pci_enable_msi_exact() and pci_enable_msix_exact() (Alexander Gordeev)
          - Update documentation (Alexander Gordeev)
      
        Miscellaneous:
          - mvebu: expose device ID & revision via lspci (Andrew Lunn)
          - Enable INTx if the BIOS left them disabled (Bjorn Helgaas)"
      
      * tag 'pci-v3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
        ahci: Fix broken fallback to single MSI mode
        PCI: Enable INTx if BIOS left them disabled
        PCI/MSI: Add pci_enable_msi_exact() and pci_enable_msix_exact()
        PCI/MSI: Fix cut-and-paste errors in documentation
        PCI/MSI: Add pci_enable_msi() documentation back
        PCI/MSI: Fix pci_msix_vec_count() htmldocs failure
        PCI/MSI: Fix leak of msi_attrs
        PCI/MSI: Check kmalloc() return value, fix leak of name
        PCI: mvebu: Use Device ID and revision from underlying endpoint
      d158fc7f
    • Linus Torvalds's avatar
      Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata · 54dfffde
      Linus Torvalds authored
      Pull libata fixes from Tejun Heo:
       "Various device specific fixes.  Nothing too interesting"
      
      * 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata:
        ahci: disable NCQ on Samsung pci-e SSDs on macbooks
        ata: sata_mv: Cleanup only the initialized ports
        sata_sil: apply MOD15WRITE quirk to TOSHIBA MK2561GSYN
        ata: enable quirk from jmicron JMB350 for JMB394
        ATA: SATA_MV: Add missing Kconfig select statememnt
        ata: pata_imx: Check the return value from clk_prepare_enable()
      54dfffde
    • Linus Torvalds's avatar
      Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup · 6a4d07f8
      Linus Torvalds authored
      Pull cgroup fixes from Tejun Heo:
       "Quite a few fixes this time.
      
        Three locking fixes, all marked for -stable.  A couple error path
        fixes and some misc fixes.  Hugh found a bug in memcg offlining
        sequence and we thought we could fix that from cgroup core side but
        that turned out to be insufficient and got reverted.  A different fix
        has been applied to -mm"
      
      * 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
        cgroup: update cgroup_enable_task_cg_lists() to grab siglock
        Revert "cgroup: use an ordered workqueue for cgroup destruction"
        cgroup: protect modifications to cgroup_idr with cgroup_mutex
        cgroup: fix locking in cgroup_cfts_commit()
        cgroup: fix error return from cgroup_create()
        cgroup: fix error return value in cgroup_mount()
        cgroup: use an ordered workqueue for cgroup destruction
        nfs: include xattr.h from fs/nfs/nfs3proc.c
        cpuset: update MAINTAINERS entry
        arm, pm, vmpressure: add missing slab.h includes
      6a4d07f8