summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-01-17net: sfp: fix high power modules without diagnostic monitoringRussell King (Oracle)1-4/+21
2022-01-17net: ocelot: Fix the call to switchdev_bridge_port_offloadHoratiu Vultur1-3/+3
2022-01-17devtmpfs regression fix: reconfigure on each mountNeilBrown1-0/+7
2022-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds12-85/+392
2022-01-17Merge tag 'i3c/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds7-98/+260
2022-01-17Merge tag 'ntb-5.17' of git://github.com/jonmason/ntbLinus Torvalds3-15/+16
2022-01-17Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds14-448/+1228
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-17/+17
2022-01-17bonding: Fix extraction of ports from the packet headersMoshe Tal1-2/+2
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds8-28/+191
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds74-1575/+2334
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds56-357/+495
2022-01-16net: wwan: Fix MRU mismatch issue which may lead to data connection lostSlark Xiao1-2/+2
2022-01-16net: phy: marvell: add Marvell specific PHY loopbackMohammad Athari Bin Ismail1-1/+55
2022-01-16net: ethernet: sun4i-emac: Fix an error handling path in emac_probe()Christophe JAILLET1-0/+1
2022-01-16net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config()Tom Rix1-1/+1
2022-01-16net: mscc: ocelot: don't dereference NULL pointers with shared tc filtersVladimir Oltean1-1/+28
2022-01-15Merge branch 'next' into for-linusDmitry Torokhov9078-335935/+893615
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-64/+119
2022-01-15zram: use ATTRIBUTE_GROUPSLuis Chamberlain1-9/+2
2022-01-15device-dax: compound devmap supportJoao Martins1-0/+9
2022-01-15device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()Joao Martins1-17/+19
2022-01-15device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()Joao Martins1-6/+6
2022-01-15device-dax: factor out page mapping initializationJoao Martins1-22/+23
2022-01-15device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins3-8/+54
2022-01-15device-dax: use struct_size()Joao Martins1-2/+3
2022-01-15device-dax: use ALIGN() for determining pgoffJoao Martins1-2/+2
2022-01-15mm: kmemleak: alloc gray object for reserved region with direct mapCalvin Zhang1-1/+5
2022-01-15RDMA/siw: make use of the helper function kthread_run_on_cpu()Cai Huoqing1-4/+3
2022-01-15vdpa/mlx5: Fix tracking of current number of VQsEli Cohen1-4/+8
2022-01-15vdpa/mlx5: Fix is_index_valid() to refer to featuresEli Cohen1-3/+7
2022-01-15vdpa: Protect vdpa reset with cf_mutexEli Cohen1-1/+1
2022-01-15vdpa: Avoid taking cf_mutex lock on get statusEli Cohen2-13/+3
2022-01-15vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen1-0/+1
2022-01-15vdpa: Use BIT_ULL for bit operationsEli Cohen1-6/+6
2022-01-15vdpa/vdpa_sim: Configure max supported virtqueuesEli Cohen1-0/+1
2022-01-15vdpa/mlx5: Report max device capabilitiesEli Cohen1-12/+23
2022-01-15vdpa: Support reporting max device capabilitiesEli Cohen1-0/+10
2022-01-15vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps()Eli Cohen1-1/+3
2022-01-15vdpa: Add support for returning device configuration informationEli Cohen1-0/+3
2022-01-15vdpa/mlx5: Support configuring max data virtqueueEli Cohen1-14/+40
2022-01-15vdpa/mlx5: Fix config_attr_mask assignmentEli Cohen1-1/+1
2022-01-15vdpa: Allow to configure max data virtqueuesEli Cohen3-4/+15
2022-01-15vdpa: Read device configuration only if FEATURES_OKEli Cohen1-12/+33
2022-01-15vdpa: Sync calls set/get config/status with cf_mutexEli Cohen3-6/+23
2022-01-15vdpa/mlx5: Distribute RX virtqueues in RQT objectEli Cohen1-23/+7
2022-01-15vdpa: Provide interface to read driver featuresEli Cohen9-29/+78
2022-01-15vdpa: clean up get_config_size ret value handlingLaura Abbott1-1/+1
2022-01-15virtio_ring: mark ring unused on errorMichael S. Tsirkin1-1/+3
2022-01-15vhost/test: fix memory leak of vhost virtqueuesXianting Tian1-0/+1