summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vhost/scsi: Global tcm_vhost -> vhost_scsi renameNicholas Bellinger2015-02-041-331/+331
* vhost/scsi: Drop left-over scsi_tcq.h includeNicholas Bellinger2015-02-041-1/+0
* vhost/scsi: Set VIRTIO_F_ANY_LAYOUT + VIRTIO_F_VERSION_1 feature bitsNicholas Bellinger2015-02-041-1/+3
* vhost/scsi: Add ANY_LAYOUT support in vhost_scsi_handle_vqNicholas Bellinger2015-02-041-196/+110
* vhost/scsi: Add ANY_LAYOUT iov -> sgl mapping prerequisitesNicholas Bellinger2015-02-041-0/+93
* vhost/scsi: Change vhost_scsi_map_to_sgl to accept iov ptr + lenNicholas Bellinger2015-02-041-22/+15
* vhost/scsi: Fix incorrect early vhost_scsi_handle_vq failuresNicholas Bellinger2015-02-041-23/+29
* vhost/scsi: Convert completion path to use copy_to_iterNicholas Bellinger2015-02-041-5/+12
* iser-target: Fix wrong allocation in the case of an empty text messageSagi Grimberg2015-02-041-6/+8
* iscsi-target: Don't over-allocate sendtargets text resp bufferSagi Grimberg2015-02-041-1/+1
* iscsi-target: Introduce session_get_next_tttSagi Grimberg2015-02-043-17/+17
* iser-target: Use WQ_UNBOUND for completion workqueueSagi Grimberg2015-02-041-1/+2
* iser-target: Fix typo in isert_put_text_rspSagi Grimberg2015-01-301-1/+1
* iser-target: Fix sparse warningSagi Grimberg2015-01-301-1/+1
* iscsi-target: Move iscsi_target_[core,stat].h under linux includeSagi Grimberg2015-01-3021-23/+23
* ib_srpt: wait_for_completion_timeout does not return negative statusNicholas Mc Guire2015-01-201-2/+2
* iscsi-target: use '%*ph' specifier to dump hex bufferAndy Shevchenko2015-01-151-9/+4
* tcm_qla2xxx: print port name via %*phCAndy Shevchenko2015-01-151-3/+1
* Linux 3.19-rc1v3.19-rc1Linus Torvalds2014-12-201-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2014-12-2010-25/+103
|\
| * s390/kvm: REPLACE barrier fixup with READ_ONCEChristian Borntraeger2014-12-181-12/+6
| * arm/spinlock: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2014-12-181-2/+2
| * arm64/spinlock: Replace ACCESS_ONCE READ_ONCEChristian Borntraeger2014-12-181-2/+2
| * mips/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2014-12-181-1/+1
| * x86/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2014-12-181-1/+1
| * x86/spinlock: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2014-12-181-4/+4
| * mm: replace ACCESS_ONCE with READ_ONCE or barriersChristian Borntraeger2014-12-183-3/+13
| * kernel: Provide READ_ONCE and ASSIGN_ONCEChristian Borntraeger2014-12-181-0/+74
* | Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-12-2094-690/+6663
|\ \
| * | clk: samsung: Fix Exynos 5420 pinctrl setup and clock disable failure due to ...Krzysztof Kozlowski2014-12-171-1/+28
| * | ARM: OMAP3: clock: fix boot breakage in legacy modeTero Kristo2014-12-151-9/+14
| * | ARM: OMAP2+: clock: fix DPLL code to use new determine rate APIsTero Kristo2014-12-153-8/+8
| * | Merge tag 'for-v3.19/omap-a' of git://git.kernel.org/pub/scm/linux/kernel/git...Michael Turquette2014-12-159-63/+238
| |\ \
| * | | clk: Really fix deadlock with mmap_semStephen Boyd2014-12-151-2/+3
| * | | Merge tag 'for-v3.19-exynos-clk-2' of git://linuxtv.org/snawrocki/samsung int...Michael Turquette2014-12-115-10/+12
| |\ \ \
| | * | | clk: samsung: Fix double add of syscore ops after driver rebindKrzysztof Kozlowski2014-12-021-0/+4
| | * | | clk: samsung: exynos4: set parent of sclk_hdmiphy to hdmiAndrzej Hajda2014-12-021-1/+1
| | * | | clk: samsung: exynos4415: Fix build with PM_SLEEP disabledKrzysztof Kozlowski2014-12-021-2/+4
| | * | | clk: samsung: remove unnecessary inclusion of header files from clk.hPankaj Dubey2014-12-022-4/+2
| | * | | clk: samsung: remove unnecessary CONFIG_OF from clk.cPankaj Dubey2014-12-021-2/+0
| | * | | clk: samsung: Spelling s/bwtween/between/Pankaj Dubey2014-12-021-1/+1
| * | | | clk: mmp: fix sparse non static symbol warningWei Yongjun2014-12-111-1/+1
| * | | | clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso2014-12-0314-49/+65
| * | | | clk: change clk_debugfs_add_file to take a struct clk_hwTomeu Vizoso2014-12-032-4/+4
| * | | | clk: Don't expose __clk_get_accuracyTomeu Vizoso2014-12-032-2/+1
| * | | | clk: Don't try to use a struct clk* after it could have been freedTomeu Vizoso2014-12-031-1/+4
| * | | | clk: Remove unused function __clk_get_prepare_countTomeu Vizoso2014-12-032-6/+0
| * | | | Merge tag 'ib-mfd-regulator-clk-v3.19' of git://git.kernel.org/pub/scm/linux/...Michael Turquette2014-11-288-24/+374
| |\ \ \ \
| * \ \ \ \ Merge tag 'v3.19-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Turquette2014-11-288-50/+315
| |\ \ \ \ \
| | * | | | | clk: rockchip: Add support for the mmc clock phases using the frameworkAlexandru M Stan2014-11-285-0/+198
OpenPOWER on IntegriCloud