1. 11 2月, 2015 35 次提交
  2. 10 2月, 2015 5 次提交
    • L
      Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata · 3e8c04eb
      Linus Torvalds 提交于
      Pull libata changes from Tejun Heo:
       "Mostly driver-specific changes.  Nothing too noteworthy.
      
        This pull request contains three merges from for-3.19-fixes.  The
        first two are to pull ahci_xgene and sata_dwc_460ex fix commits which
        are depended upon by later changes.  The last one is to pull in a fix
        patch which missed the v3.19-rc window"
      
      * 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata: (24 commits)
        ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_SMART PIO mode command.
        ata: libahci: Use of_platform_device_create only if supported
        sata_mv: Delete unnecessary checks before the function call "phy_power_off"
        ata: Delete unnecessary checks before the function call "pci_dev_put"
        ata: pata_platform: fix owner module reference mismatch for scsi host
        ata: ahci_platform: fix owner module reference mismatch for scsi host
        pata_pdc2027x: Use 64-bit timekeeping
        ata: libahci: Fix devres cleanup on failure
        ata: libahci: Allow using multiple regulators
        Documentation: bindings: Add the regulator property to the sub-nodes AHCI bindings
        ata: libahci: Clean-up the ahci_platform_en/disable_phys functions
        sata_rcar: extend PM methods
        sata_dwc_460ex: disable compilation on ARM and ARM64
        ata: libata-core: Remove unused function
        sata_dwc_460ex: convert to devm_kzalloc in ->probe()
        sata_dwc_460ex: remove extra message
        sata_dwc_460ex: use np local variable in ->probe()
        sata_dwc_460ex: fix most of the sparse warnings
        sata_dwc_460ex: enable COMPILE_TEST for the driver
        sata_dwc_460ex: remove redundant dev_set_drvdata
        ...
      3e8c04eb
    • L
      Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq · 44dbf058
      Linus Torvalds 提交于
      Pull workqueue changes from Tejun Heo:
       "One cosmetic cleanup patch"
      
      * 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
        workqueue.h: remove loops of single statement macros
      44dbf058
    • L
      Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup · 15763db1
      Linus Torvalds 提交于
      Pull cgroup changes from Tejun Heo:
       "Three mostly trivial patches.  The biggest change is that blkio is now
        initialized before memcg which will be needed to make memcg and blkcg
        cooperate on writeback IOs"
      
      * 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
        cgroup: add dummy css_put() for !CONFIG_CGROUPS
        cgroup: reorder SUBSYS(blkio) in cgroup_subsys.h
        Update of Documentation/cgroups/00-INDEX
      15763db1
    • L
      Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu · c2189e3a
      Linus Torvalds 提交于
      Pull percpu changes from Tejun Heo:
       "Nothing too interesting.  One cleanup patch and another to add a
        trivial state check function"
      
      * 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu:
        percpu_ref: implement percpu_ref_is_dying()
        percpu_ref: remove unnecessary ACCESS_ONCE() in percpu_ref_tryget_live()
      c2189e3a
    • L
      Merge tag 'edac_for_3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp · ed824a62
      Linus Torvalds 提交于
      Pull EDAC updates from Borislav Petkov:
      
       - a new synopsys_edac.c driver for the Synopsys DDR controller, from
         Punnaiah Choudary Kalluri.
      
       - minor fixes/cleanups all around
      
       - Mauro and I are adding the repo URLs to MAINTAINERS since people
         asked for trees to base upcoming work on.
      
      * tag 'edac_for_3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp:
        EDAC: Add repo URLs to MAINTAINERS
        EDAC, mv64x60_edac: Fix an error code in probe()
        EDAC: edac_mc_sysfs: Make stuff static
        EDAC: Fix the leak of mci->bus->name when bus_register fails
        edac: i5100_edac: Remove unused i5100_recmema_dm_buf_id
        EDAC, synps: Add EDAC support for zynq ddr ecc controller
        mpc85xx_edac: Fix a typo in comments
        EDAC, mce_amd_inj: Fix sparse non static symbol warning
      ed824a62