summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* fs: new infrastructure for writeback error handling and reportingJeff Layton2017-07-061-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-263-15/+18
|\
| * Input: elan_i2c - ignore signals when finishing updating firmwareKT Liao2017-05-251-13/+8
| * Input: elan_i2c - clear INT before resetting controllerKT Liao2017-05-251-1/+8
| * Input: atmel_mxt_ts - add T100 as a readable objectMaxime Roussin-Bélanger2017-05-221-0/+1
| * Input: edt-ft5x06 - increase allowed data range for threshold parameterMartin Kepplinger2017-05-221-1/+1
* | Merge tag 'led_fixes_for_4-12-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-261-1/+1
|\ \
| * | leds: pca955x: Correct I2C FunctionalityTin Huynh2017-05-221-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-2616-79/+197
|\ \ \
| * | | net: ethernet: ax88796: don't call free_irq without request_irq firstUwe Kleine-König2017-05-261-5/+2
| * | | bonding: Don't update slave->link until ready to commitNithin Sujir2017-05-251-2/+9
| * | | net: fix potential null pointer dereferenceGustavo A. R. Silva2017-05-251-1/+1
| * | | geneve: fix fill_info when using collect_metadataEric Garver2017-05-251-3/+5
| * | | virtio-net: enable TSO/checksum offloads for Q-in-Q vlansVlad Yasevich2017-05-241-0/+1
| * | | be2net: Fix offload features for Q-in-Q packetsVlad Yasevich2017-05-241-1/+3
| * | | net: phy: marvell: Limit errata to 88m1101Andrew Lunn2017-05-241-29/+37
| * | | net/phy: fix mdio-octeon dependency and buildRandy Dunlap2017-05-241-1/+1
| * | | Merge tag 'mlx5-fixes-2017-05-23' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-05-246-29/+99
| |\ \ \
| | * | | net/mlx5: Tolerate irq_set_affinity_hint() failuresTariq Toukan2017-05-231-11/+4
| | * | | net/mlx5: Avoid using pending command interface slotsMohamad Haj Yahia2017-05-233-7/+38
| | * | | net/mlx5e: IPoIB, handle RX packet correctlyErez Shitrit2017-05-231-1/+7
| | * | | net/mlx5e: Fix warnings around parsing of TC pedit actionsOr Gerlitz2017-05-231-7/+7
| | * | | net/mlx5e: Properly enforce disallowing of partial field re-write offloadOr Gerlitz2017-05-231-2/+3
| | * | | net/mlx5e: Allow TC csum offload if applied together with pedit actionOr Gerlitz2017-05-231-0/+39
| | * | | net/mlx5e: Use the correct delete call on offloaded TC encap entry detachOr Gerlitz2017-05-231-1/+1
| * | | | net: fec: add post PHY reset delay DT propertyQuentin Schulz2017-05-241-1/+15
| * | | | cdc-ether: divorce initialisation with a filter reset and a generic methodOliver Neukum2017-05-231-7/+24
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-266-123/+130
|\ \ \ \
| * | | | nvme: Quirk APST on Intel 600P/P3100 devicesAndy Lutomirski2017-05-261-0/+2
| * | | | nvme: only setup block integrity if supported by the driverChristoph Hellwig2017-05-263-19/+33
| * | | | nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig2017-05-265-5/+6
| * | | | nvme-pci: consistencly use ctrl->device for loggingChristoph Hellwig2017-05-261-6/+6
| * | | | nvme_fc: remove extra controller reference taken on reconnectJames Smart2017-05-221-3/+2
| * | | | nvme_fc: correct nvme status set on abortJames Smart2017-05-221-2/+2
| * | | | nvme_fc: set logging level on resets/deletesJames Smart2017-05-221-10/+4
| * | | | nvme_fc: revise comment on teardownJames Smart2017-05-221-4/+4
| * | | | nvme_fc: Support ctrl_loss_tmoJames Smart2017-05-221-67/+49
| * | | | nvme_fc: get rid of local reconnect_delayJames Smart2017-05-221-6/+4
| * | | | nvme: avoid to use blk_mq_abort_requeue_list()Ming Lei2017-05-221-2/+3
| * | | | nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()Ming Lei2017-05-221-1/+7
| * | | | nvme-rdma: support devices with queue size < 32Marta Rybczynska2017-05-221-4/+14
* | | | | Merge tag 'pci-v4.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-264-14/+39
|\ \ \ \ \
| * | | | | PCI/PM: Add needs_resume flag to avoid suspend complete optimizationImre Deak2017-05-231-1/+2
| * | | | | PCI: imx6: Fix config read timeout handlingLucas Stach2017-05-221-3/+30
| * | | | | switchtec: Fix minor bug with partition ID registerLogan Gunthorpe2017-05-221-1/+4
| * | | | | switchtec: Use new cdev_device_add() helper functionLogan Gunthorpe2017-05-221-9/+2
| * | | | | PCI: endpoint: Make PCI_ENDPOINT depend on HAS_DMAGeert Uytterhoeven2017-05-221-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'mmc-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2017-05-261-0/+7
|\ \ \ \ \
| * | | | | mmc: pwrseq_simple: Parse DTS for the power-off-delay-us propertyUlf Hansson2017-05-231-0/+7
| | |/ / / | |/| | |
* | | | | Merge tag 'drm-fixes-for-v4.12-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-05-2619-80/+102
|\ \ \ \ \