summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-24hwmon: (pmbus/core) Add support for Intel IMVP9 and AMD 6.25mV modesVadim Pasternak2-1/+9
2020-01-24hwmon: (pmbus/core) Add support for vid mode detection per page basesVadim Pasternak6-46/+53
2020-01-24hwmon: (pmbus/ibm-cffps) Prevent writing on_off_config with bad dataEddie James1-1/+1
2020-01-24hwmon: (w83627ehf) Remove set but not used variable 'fan4min'YueHaibing1-3/+1
2020-01-24hwmon: Driver for disk and solid state drives with temperature sensorsGuenter Roeck3-0/+585
2020-01-24hwmon: (pmbus/ibm-cffps) Fix the LED behavior when turned offEddie James1-5/+4
2020-01-24hwmon: (pmbus/ibm-cffps) Add the VMON property for version 2Eddie James1-1/+5
2020-01-24hwmon: (pmbus/ibm-cffps) Add new manufacturer debugfs entriesEddie James1-4/+70
2020-01-24hwmon: (pmbus) Driver for MAX20730, MAX20734, and MAX20743Guenter Roeck3-0/+382
2020-01-24hwmon: (w83627ehf) Now only one intrusion channelDr. David Alan Gilbert1-13/+6
2020-01-24hwmon: (w83627ehf) Remove code not needed after nct677* removalDr. David Alan Gilbert1-106/+32
2020-01-24hwmon: (w83627ehf) remove nct6775 and nct6776 supportDr. David Alan Gilbert2-441/+41
2020-01-24hwmon: (pmbus) Add MAX20796 to devices supported by generic pmbus driverGuenter Roeck2-2/+3
2020-01-24hwmon: (w83627ehf) make sensor_dev_attr_##_name variables staticChen Zhou1-28/+28
2020-01-24hwmon: (pmbus) Detect if chip is write protectedGuenter Roeck2-0/+23
2020-01-24hwmon: Driver for MAX31730Guenter Roeck3-1/+452
2020-01-24hwmon: Add support for enable attributes to hwmon coreGuenter Roeck1-1/+7
2020-01-24hwmon: (w83627ehf) convert to with_info interfaceDr. David Alan Gilbert1-799/+630
2020-01-24hwmon: (pmbus/ucd9000) Add support for UCD90320 Power SequencerJim Wright2-15/+30
2020-01-24hwmon: Add intrusion templatesDr. David Alan Gilbert1-1/+8
2020-01-23net/sonic: Prevent tx watchdog timeoutFinn Thain1-4/+13
2020-01-23net/sonic: Fix CAM initializationFinn Thain1-9/+12
2020-01-23net/sonic: Fix command register usageFinn Thain1-15/+3
2020-01-23net/sonic: Quiesce SONIC before re-initializing descriptor memoryFinn Thain2-0/+28
2020-01-23net/sonic: Fix receive buffer replenishmentFinn Thain2-63/+105
2020-01-23net/sonic: Improve receive descriptor status flag checkFinn Thain1-10/+5
2020-01-23net/sonic: Avoid needless receive descriptor EOL flag updatesFinn Thain1-6/+15
2020-01-23net/sonic: Fix receive buffer handlingFinn Thain2-7/+33
2020-01-23net/sonic: Fix interface error stats collectionFinn Thain2-14/+8
2020-01-23net/sonic: Use MMIO accessorsFinn Thain1-8/+8
2020-01-23net/sonic: Clear interrupt flags immediatelyFinn Thain1-22/+6
2020-01-23net/sonic: Add mutual exclusion for accessing shared stateFinn Thain2-14/+36
2020-01-23net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10GMadalin Bucur1-2/+2
2020-01-23net/fsl: treat fsl,erratum-a011043Madalin Bucur1-1/+6
2020-01-23qlcnic: Fix CPU soft lockup while collecting firmware dumpManish Chopra2-0/+3
2020-01-23Merge tag 'pci-v5.5-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+13
2020-01-23bcache: reap from tail of c->btree_cache in bch_mca_scan()Coly Li1-5/+5
2020-01-23bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()Coly Li1-3/+3
2020-01-23bcache: remove member accessed from struct btreeColy Li2-8/+2
2020-01-23bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Coly Li1-5/+75
2020-01-23bcache: add code comments for state->pool in __btree_sort()Coly Li1-0/+5
2020-01-23bcache: use read_cache_page_gfp to read the superblockChristoph Hellwig1-9/+7
2020-01-23bcache: store a pointer to the on-disk sb in the cache and cached_dev structuresChristoph Hellwig2-19/+17
2020-01-23bcache: return a pointer to the on-disk sb from read_superChristoph Hellwig1-11/+11
2020-01-23bcache: transfer the sb_page reference to register_{bdev,cache}Christoph Hellwig1-15/+6
2020-01-23bcache: fix use-after-free in register_bcache()Coly Li1-1/+2
2020-01-23bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li1-1/+3
2020-01-23bcache: rework error unwinding in register_bcacheChristoph Hellwig1-30/+45
2020-01-23bcache: use a separate data structure for the on-disk super blockChristoph Hellwig1-3/+3
2020-01-23bcache: cached_dev_free needs to put the sb pageLiang Chen1-0/+3