aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-01-26i2c: meson: update doc description to fix build warningsYixun Lan1-1/+1
2018-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-17/+10
2018-01-26Merge tag 'drm-fixes-for-v4.15-rc10-2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-21/+58
2018-01-26Merge tag 'omap-for-v4.16/ti-sysc-fix-signed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/driversArnd Bergmann1-1/+1
2018-01-26Merge tag 'zynqmp-soc-fixes-for-4.16' of https://github.com/Xilinx/linux-xlnx into next/driversArnd Bergmann2-11/+12
2018-01-26cxgb4: use backdoor access to collect dumps when firmware crashedRahul Lakkireddy1-13/+38
2018-01-26cxgb4: fix incorrect condition for using firmware LDST commandsRahul Lakkireddy1-1/+1
2018-01-26cxgb4: reset FW_OK flag on firmware crashRahul Lakkireddy1-1/+3
2018-01-26net: hns3: add int_gl_idx setup for VFFuyun Liang2-0/+13
2018-01-26net: hns3: add get/set_coalesce support to VFFuyun Liang1-0/+2
2018-01-26Merge tag 'linux-can-next-for-4.16-20180126' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller2-2/+2
2018-01-26regulator: core: Refactor regulator_list_voltage()Maciej Purski1-5/+5
2018-01-26regulator: core: Move of_find_regulator_by_node() to of_regulator.cMaciej Purski3-22/+24
2018-01-26ixgbevf: improve performance and reduce size of ixgbevf_tx_map()Emil Tantilov1-25/+20
2018-01-26ixgbevf: clear rx_buffer_info in configure instead of cleanEmil Tantilov1-13/+13
2018-01-26ixgbevf: add counters for Rx page allocationsEmil Tantilov3-7/+25
2018-01-26ixgbevf: update code to better handle incrementing page countEmil Tantilov2-9/+28
2018-01-26ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov2-22/+38
2018-01-26ixgbevf: use length to determine if descriptor is doneEmil Tantilov1-6/+8
2018-01-26ixgbevf: only DMA sync frame lengthEmil Tantilov1-3/+4
2018-01-26ixgbevf: add function for checking if we can reuse pageEmil Tantilov1-26/+33
2018-01-26IB/mthca: Fix gup usage in mthca_map_user_db()Davidlohr Bueso1-1/+1
2018-01-26sfc: add suffix to large constant in ptpBert Kenward1-1/+1
2018-01-26ssb: Do not disable PCI host on non-MipsSven Joachim1-1/+1
2018-01-26spi: dw: Remove unused members from struct chip_dataJarkko Nikula1-2/+0
2018-01-26regulator: add PM suspend and resume hooksChunyan Zhang2-30/+239
2018-01-26regulator: empty the old suspend functionsChunyan Zhang1-74/+0
2018-01-26regulator: leave one item to record whether regulator is enabledChunyan Zhang2-10/+10
2018-01-26regulator: make regulator voltage be an array to support more statesChunyan Zhang2-30/+51
2018-01-26staging: rtlwifi: remove redundant initialization of 'cfg_cmd'Colin Ian King1-1/+1
2018-01-26staging: rtl8723bs: remove a couple of redundant initializationsColin Ian King2-2/+2
2018-01-26staging: comedi: reformat lines to 80 chars or lessEujon Sellers1-4/+8
2018-01-26staging: lustre: separate a connection destroy from free struct kib_connDmitry Eremin3-7/+8
2018-01-26s390/sclp: expose the GISA format facilityMichael Mueller1-1/+2
2018-01-26drm/i915/lrc: Remove superfluous WARN_ONChris Wilson1-7/+7
2018-01-26spi: orion: Fix a resource leak if the optional "axi" clk is deferredChristophe Jaillet1-5/+8
2018-01-26drm/dp: Add HBR3 support in existing DRM DP helpersManasi Navare2-0/+7
2018-01-26nvme: add tracepoint for nvme_complete_rqJohannes Thumshirn2-0/+27
2018-01-26nvme: add tracepoint for nvme_setup_cmdJohannes Thumshirn4-0/+281
2018-01-26can: migrate documentation to restructured textRobert Schwebel2-2/+2
2018-01-26mt76: validate rx CCMP PNFelix Fietkau5-15/+124
2018-01-26mt76: pass the per-vif wcid to the core for multicast rxFelix Fietkau3-3/+14
2018-01-26mt76: split mt76_rx_completeFelix Fietkau4-16/+23
2018-01-26mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau7-4/+319
2018-01-26mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau5-3/+38
2018-01-26mt76: add an intermediate struct for rx status informationFelix Fietkau3-3/+43
2018-01-26mt76: fix TSF value in probe responsesFelix Fietkau1-1/+5
2018-01-26mt76: retry rx polling as long as there is budget leftFelix Fietkau1-3/+7
2018-01-26nvme-pci: introduce RECONNECTING state to mark initializing procedureJianchao Wang2-3/+18
2018-01-26Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-15/+31