summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | PM / devfreq: Add proper locking around list_del()Axel Lin2016-10-111-1/+3
| | | * | | | | | | | | | PM / devfreq: exynos-nocp: Remove redundant codeAxel Lin2016-10-101-3/+0
| | | * | | | | | | | | | PM / devfreq: exynos-nocp: Select REGMAP_MMIOAxel Lin2016-10-101-0/+1
| | * | | | | | | | | | | cpufreq: CPPC: Correct desired_perf calculationHoan Tran2016-10-131-1/+7
| | * | | | | | | | | | | cpufreq: conservative: Fix next frequency selectionRafael J. Wysocki2016-10-131-3/+16
| | * | | | | | | | | | | cpufreq: intel_pstate: Fix struct pstate_adjust_policy kerneldocRafael J. Wysocki2016-10-121-1/+1
| | * | | | | | | | | | | cpufreq: intel_pstate: Proportional algorithm for AtomRafael J. Wysocki2016-10-121-1/+21
| | * | | | | | | | | | | cpufreq: intel_pstate: Clarify comment in get_target_pstate_use_performance()Rafael J. Wysocki2016-10-091-4/+5
| | * | | | | | | | | | | cpufreq: intel_pstate: Fix unsafe HWP MSR accessSrinivas Pandruvada2016-10-091-5/+5
* | | | | | | | | | | | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-10-149-195/+312
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ahci: qoriq: Revert "ahci: qoriq: Disable NCQ on ls2080a SoC"Tang Yuantian2016-09-301-7/+1
| * | | | | | | | | | | | | pata_at91: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERRHarman Kalra2016-09-221-3/+1
| * | | | | | | | | | | | | ata: Replace BUG() with BUG_ON().Harman Kalra2016-09-221-2/+1
| * | | | | | | | | | | | | ata: sata_mv: Replacing dma_pool_alloc and memset with a single call dma_pool...Harman Kalra2016-09-201-4/+2
| * | | | | | | | | | | | | libata: Some drives failing on SCT Write SameShaun Tancheff2016-09-091-3/+3
| * | | | | | | | | | | | | ahci: use pci_alloc_irq_vectorsChristoph Hellwig2016-09-063-139/+45
| * | | | | | | | | | | | | Merge branch 'master' into for-4.9Tejun Heo2016-09-06432-2551/+5379
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | libata: SCT Write Same handle ATA_DFLAG_PIOShaun Tancheff2016-08-251-0/+2
| * | | | | | | | | | | | | | libata: SCT Write Same / DSM TrimShaun Tancheff2016-08-251-28/+57
| * | | | | | | | | | | | | | libata: Add support for SCT Write SameShaun Tancheff2016-08-251-29/+170
| * | | | | | | | | | | | | | libata: Safely overwrite attached page in WRITE SAME xlatShaun Tancheff2016-08-251-5/+51
| * | | | | | | | | | | | | | ahci: also use a per-port lock for the multi-MSIX caseChristoph Hellwig2016-08-111-1/+1
| * | | | | | | | | | | | | | ahci: st: Add ports-implemented property in supportPatrice Chotard2016-08-101-0/+4
| * | | | | | | | | | | | | | ahci: qoriq: enable snoopable sata read and writeTang Yuantian2016-08-101-0/+6
| * | | | | | | | | | | | | | ahci: qoriq: adjust sata parameterTang Yuantian2016-08-101-6/+0
| * | | | | | | | | | | | | | libata-scsi: fix MODE SELECT translation for Control mode pageTom Yan2016-08-101-2/+2
| * | | | | | | | | | | | | | libata-scsi: use u8 array to store mode page copyTom Yan2016-08-091-2/+2
* | | | | | | | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-10-147-417/+321
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | scsi: ufs: Kconfig fixJoao Pinto2016-09-301-1/+1
| * | | | | | | | | | | | | | | scsi: g_NCR5380: Stop using scsi_module.cOndrej Zary2016-09-302-149/+194
| * | | | | | | | | | | | | | | scsi: g_NCR5380: Reduce overrides[] from array to structOndrej Zary2016-09-301-184/+167
| * | | | | | | | | | | | | | | scsi: g_NCR5380: Remove deprecated __setupOndrej Zary2016-09-301-135/+0
| * | | | | | | | | | | | | | | scsi: ufs: Fix error return code in ufshcd_init()Wei Yongjun2016-09-301-0/+1
| * | | | | | | | | | | | | | | scsi: ufs: Data Segment only needed for WRITE DESCRIPTORZang Leigang2016-09-301-3/+6
| * | | | | | | | | | | | | | | scsi: cxgb4i: Set completion bit in work requestVarun Prakash2016-09-281-0/+5
| * | | | | | | | | | | | | | | scsi: ufs: Enable no vccq quirk for skhynix deviceKyuho Choi2016-09-281-0/+2
| * | | | | | | | | | | | | | | scsi: be2iscsi: mark symbols static where possibleBaoyou Xie2016-09-281-6/+6
* | | | | | | | | | | | | | | | Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-1424-8/+7181
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-10-1124-8/+7181
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | arch/powerpc: Add CONFIG_FSL_DPAA to corenetXX_smp_defconfigClaudiu Manoil2016-09-252-0/+2
| | * | | | | | | | | | | | | | | | soc/qman: Add self-test for QMan driverClaudiu Manoil2016-09-256-0/+995
| | * | | | | | | | | | | | | | | | soc/bman: Add self-test for BMan driverClaudiu Manoil2016-09-255-0/+259
| | * | | | | | | | | | | | | | | | soc/fsl: Introduce DPAA 1.x QMan device driverClaudiu Manoil2016-09-255-2/+4418
| | * | | | | | | | | | | | | | | | soc/fsl: Introduce DPAA 1.x BMan device driverClaudiu Manoil2016-09-257-0/+1492
| | * | | | | | | | | | | | | | | | soc/fsl/qe: fix gpio save_regs functionsChristophe Leroy2016-09-251-1/+2
| | * | | | | | | | | | | | | | | | soc/fsl/qe: fix Oops on CPM1 (and likely CPM2)Christophe Leroy2016-09-251-0/+8
| | * | | | | | | | | | | | | | | | fsl/qe: use of_property_read_boolJulia Lawall2016-09-251-1/+1
| | * | | | | | | | | | | | | | | | soc/fsl/qe: Use of_adress_to_resource() in get_qe_base()Zhao Qiang2016-09-251-5/+5
| | * | | | | | | | | | | | | | | | soc/fsl/qe: Use resource_sizeVaishali Thakkar2016-09-251-1/+1
* | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1416-83/+214
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \