aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-10hwmon: (nct6775) Improve instruction groupingGuenter Roeck1-4/+4
2018-10-10hwmon: (nct6775) Use logical or instead of if statements where possibleGuenter Roeck1-23/+11
2018-10-10hwmon: (nct6775) Declare and initialize LDN specific config variables earlierGuenter Roeck1-5/+6
2018-10-10hwmon: (nct6775) Move config variable declarations and initializationsGuenter Roeck1-19/+11
2018-10-10hwmon: (nct6775) Replace 'regval' with variables named after config registersGuenter Roeck1-20/+23
2018-10-10hwmon: (nct6775) Rename configuration register variablesGuenter Roeck1-21/+21
2018-10-10hwmon: (nct6775) Only display fan speed tolerance conditionallyGuenter Roeck1-11/+17
2018-10-10hwmon: (lm92) Fix whitespace issuesGuenter Roeck1-6/+8
2018-10-10hwmon: (scmi) Remove redundant pointer checkNathan Chancellor1-1/+1
2018-10-10hwmon: (asus_atk0110) Use PTR_ERR_OR_ZERO instead of reimplementing its functionzhong jiang1-3/+1
2018-10-10hwmon: (lm75) Add MAX31725/6 supportKun Yi2-5/+19
2018-10-10hwmon: (sht15) Switch to SPDX identifierFabio Estevam1-4/+1
2018-10-10hwmon: (mc13783-adc) Switch to SPDX identifierFabio Estevam1-13/+1
2018-10-10hwmon: (nct6775) Clean up a conditionDan Carpenter1-2/+1
2018-10-10hwmon: (k10temp) Support all Family 15h Model 6xh and Model 7xh processorsGuenter Roeck1-2/+3
2018-10-10hwmon: (ibmpowernv) drop unnecessary OF name NULL checksRob Herring1-6/+0
2018-10-10hwmon: (iio_hwmon) Do not duplicate or sanitize fixed stringGuenter Roeck1-6/+7
2018-10-10hwmon: Convert to using %pOFn instead of device_node.nameRob Herring4-9/+8
2018-10-10hwmon: (mc13783-adc) Use nxp.com URLsFabio Estevam1-2/+2
2018-10-10hwmon: (mc13783-adc) Remove the mention to 'Atlas'Fabio Estevam1-2/+2
2018-10-10drivers: hwmon: (pmbus/ltc2978) Add support for LTM4686 uModuleMichael Hennerich4-2/+17
2018-10-10dm linear: fix linear_end_io conditional definitionDamien Le Moal2-2/+4
2018-10-10scsi: arcmsr: clean up clang warning on extraneous parenthesesColin Ian King1-3/+3
2018-10-10scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request()Avri Altman4-2/+17
2018-10-10scsi: ufs-bsg: Add support for raw upiu in ufs_bsg_request()Avri Altman1-4/+110
2018-10-10scsi: ufs: Add API to execute raw upiu commandsAvri Altman3-0/+184
2018-10-10scsi: ufs: Use data structure size in pointer arithmeticAvri Altman2-3/+2
2018-10-10scsi: ufs: Add a bsg endpoint that supports UPIUsAvri Altman8-1/+192
2018-10-10scsi: uapi: ufs: Make utp_upiu_req visible to user spaceAvri Altman3-63/+78
2018-10-10scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helperChristoph Hellwig1-80/+61
2018-10-10scsi: ufs: cleanup struct utp_task_req_descChristoph Hellwig3-88/+33
2018-10-10scsi: snic: Replace spin_is_locked() with lockdepLance Roy1-2/+2
2018-10-10scsi: mpt3sas: Remove unnecessary parentheses and simplify null checksNathan Chancellor1-2/+2
2018-10-10scsi: mpt3sas: Use dma_pool_zallocSouptick Joarder1-4/+2
2018-10-10scsi: mpt3sas: Remove unused macro MPT3SAS_FMTJoe Perches1-2/+0
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches3-31/+28
2018-10-10scsi: mpt3sas: Remove KERN_WARNING from panic usesJoe Perches1-26/+15
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and reply_q_name to %s:Joe Perches1-5/+5
2018-10-10scsi: mpt3sas: Convert mlsleading uses of pr_<level> with MPT3SAS_FMTJoe Perches2-39/+29
2018-10-10scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches7-1981/+1532
2018-10-10scsi: mpt3sas: Add ioc_<level> logging macrosJoe Perches1-0/+9
2018-10-10scsi: MAINTAINERS: Fix typo in cxlflash stanzaMatthew R. Ochs1-1/+1
2018-10-10signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman2-2/+2
2018-10-10signal: Guard against negative signal numbers in copy_siginfo_from_userEric W. Biederman1-1/+1
2018-10-10net/mlx5: WQ, fixes for fragmented WQ buffers APITariq Toukan6-32/+31
2018-10-10net/mlx5: Take only bit 24-26 of wqe.pftype_wq for page fault typeHuy Nguyen1-1/+1
2018-10-10net/mlx5: Fix memory leak when setting fpga ipsec capsTalat Batheesh1-5/+4
2018-10-10net/mlx5e: Do not ignore netdevice TX/RX queues numberFeras Daoud7-28/+37
2018-10-10net/mlx5e: Use non-delayed work for update statsSaeed Mahameed3-11/+19
2018-10-10net/mlx5e: Initialize all netdev common structures in one placeSaeed Mahameed4-51/+36