summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-11-19 11:33:58 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2015-11-19 11:33:58 -0800
commit1282ac407cf4c3eaeaddd8d776a7ffbd2b94c2e7 (patch)
tree5f08c67b59e09886e926e3027758e4c44df2181a /tools/perf/scripts/python/bin
parent34258a32d9a9fc9e38fb549efe1692301cc31f85 (diff)
parentd3df0465db00cf4ed9f90d0bfc3b827d32b9c796 (diff)
downloadkernel-1282ac407cf4c3eaeaddd8d776a7ffbd2b94c2e7.tar.gz
Merge tag 'mmc-v4.4-rc1' of git://git.linaro.org/people/ulf.hansson/mmc
Pull MMC fixes from Ulf Hansson: "Here are some mmc fixes intended for v4.4 rc2. It's based on a commit prior rc1 as I wanted to get them a bit more tested in next before sending you the pull request. MMC core: - Improve reliability when selecting HS200 mode - Improve reliability when selecting HS400 mode - mmc: remove bondage between REQ_META and reliable write MMC host: - pxamci: Fix read-only gpio detection polarity - mtk-sd: Preinitialize delay_phase to fix the case when delay is zero - android-goldfish: Fix build dependency by adding HAS_DMA - dw_mmc: Remove Seungwon Jeon from MAINTAINERS" * tag 'mmc-v4.4-rc1' of git://git.linaro.org/people/ulf.hansson/mmc: mmc: remove bondage between REQ_META and reliable write mmc: MMC_GOLDFISH should depend on HAS_DMA mmc: mediatek: Preinitialize delay_phase in get_best_delay() MAINTAINERS: mmc: Remove Seungwon Jeon from dw_mmc mmc: mmc: Improve reliability of mmc_select_hs400() mmc: mmc: Move mmc_switch_status() mmc: mmc: Fix HS setting in mmc_select_hs400() mmc: mmc: Improve reliability of mmc_select_hs200() mmc: pxamci: fix read-only gpio detection polarity
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
mit/drivers/scsi/fnic?h=linux-6.6.y&id=68e3cc02bcfc4f55a47333ee7d8fe1a9b41d72c3'>scsi: fnic: RQ enable and then post descriptorsSatish Kharat 2019-01-22scsi: fnic: delaying vnic dev enable till after req intrSatish Kharat 2019-01-22scsi: fnic: Warn when calling done for IO not issued to fwSatish Kharat 2019-01-22scsi: fnic: fnic stats for max CQs processed and ISR timeSatish Kharat 2019-01-22scsi: fnic: Add port speed stat to fnic debug statsSatish Kharat 2019-01-22scsi: fnic: use fnic_lock to guard fnic->state_flagsSatish Kharat 2019-01-22scsi: fnic: vnic_rq_clean change BUG_ON to WARN_ONSatish Kharat 2019-01-22scsi: fnic: change fnic queue depth to 256Satish Kharat 2019-01-22scsi: fnic: support to display 20G port speedSatish Kharat 2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig 2018-12-07scsi: fnic: Use vzallocSabyasachi Gupta 2018-11-10fnic: fix fnic_scsi_host_{start,end}_tagChristoph Hellwig 2018-10-17scsi: fnic: replace gross legacy tag hack with blk-mq hackJens Axboe 2018-10-17scsi: fnic: switch to generic DMA APIChristoph Hellwig 2018-06-12treewide: Use array_size() in vmalloc()Kees Cook 2018-04-18scsi: fnic: fix spelling mistake in fnic stats "Abord" -> "Abort"Colin Ian King