summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2023-04-21hte: Use of_property_present() for testing DT property presenceRob Herring-1/+1
2023-04-21w1: w1-gpio: Use of_property_read_bool() for boolean propertiesRob Herring-1/+1
2023-04-21virt: fsl: Use of_property_present() for testing DT property presenceRob Herring-1/+1
2023-04-21soc: fsl: Use of_property_present() for testing DT property presenceRob Herring-4/+4
2023-04-21sbus: display7seg: Use of_property_read_bool() for boolean propertiesRob Herring-3/+2
2023-04-21spi: tegra210-quad: Enable TPM wait pollingKrishna Yarlagadda-0/+14
2023-04-21Merge branch irq/misc-6.4 into irq/irqchip-nextMarc Zyngier-21/+97
2023-04-21Merge branch irq/loongarch-fixes-6.4 into irq/irqchip-nextMarc Zyngier-11/+27
2023-04-21Merge branch irq/riscv-ipi into irq/irqchip-nextMarc Zyngier-43/+94
2023-04-21Merge branch irq/gic-6.4 into irq/irqchip-nextMarc Zyngier-91/+175
2023-04-21spi: bcm63xx: remove PM_SLEEP based conditional compilationDhruva Gole-2/+0
2023-04-21Merge branch 'v6.3-rc7'Peter Zijlstra-2276/+4301
2023-04-21net/mlx5e: Refactor duplicated code in mlx5e_ipsec_init_macsLeon Romanovsky-24/+21
2023-04-21net/mlx5e: Properly release work data structureLeon Romanovsky-2/+4
2023-04-21net/mlx5e: Compare all fields in IPv6 addressLeon Romanovsky-1/+1
2023-04-21net/mlx5e: Don't overwrite extack message returned from IPsec SA validatorLeon Romanovsky-1/+1
2023-04-21net/mlx5e: Fix FW error while setting IPsec policy block actionLeon Romanovsky-8/+8
2023-04-21net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA portsYan Wang-3/+9
2023-04-21pinctrl-bcm2835.c: fix race condition when setting gpio dirHans Verkuil-4/+15
2023-04-21pinctrl: qcom: spmi-gpio: Add PMI632 supportLuca Weiss-0/+1
2023-04-21pinctrl: wpcm450: select MFD_SYSCONJonathan Neuschäfer-0/+1
2023-04-21pds_core: Kconfig and pds_core.rstShannon Nelson-0/+13
2023-04-21pds_core: publish events to the clientsShannon Nelson-0/+37
2023-04-21pds_core: add the aux client APIShannon Nelson-1/+150
2023-04-21pds_core: devlink params for enabling VIF supportShannon Nelson-6/+108
2023-04-21pds_core: add auxiliary_bus devicesShannon Nelson-2/+156
2023-04-21pds_core: add initial VF device handlingShannon Nelson-1/+56
2023-04-21pds_core: set up the VIF definitions and defaultsShannon Nelson-0/+83
2023-04-21pds_core: add FW update feature to devlinkShannon Nelson-1/+211
2023-04-21pds_core: Add adminq processing and commandsShannon Nelson-11/+289
2023-04-21pds_core: set up device and adminqShannon Nelson-4/+733
2023-04-21pds_core: add devlink health facilitiesShannon Nelson-1/+76
2023-04-21pds_core: health timer and workqueueShannon Nelson-0/+103
2023-04-21pds_core: add devcmd device interfacesShannon Nelson-3/+506
2023-04-21pds_core: initial framework for pds_core PF driverShannon Nelson-0/+372
2023-04-21macsec: Don't rely solely on the dst MAC address to identify destination MACs...Emeel Hakim-2/+12
2023-04-21net/mlx5: Consider VLAN interface in MACsec TX steering rulesEmeel Hakim-0/+7
2023-04-21net/mlx5: Support MACsec over VLANEmeel Hakim-16/+26
2023-04-21net/mlx5: Enable MACsec offload feature for VLAN interfaceEmeel Hakim-0/+1
2023-04-21vhost_vdpa: fix unmap process in no-batch modeCindy Lu-7/+1
2023-04-21vdpa_sim_blk: support shared backendStefano Garzarella-7/+50
2023-04-21vdpa_sim: move buffer allocation in the devicesStefano Garzarella-21/+57
2023-04-21vdpa/snet: use likely/unlikely macros in hot functionsAlvaro Karsz-3/+3
2023-04-21vdpa/snet: implement kick_vq_with_data callbackAlvaro Karsz-0/+13
2023-04-21virtio-vdpa: add VIRTIO_F_NOTIFICATION_DATA feature supportAlvaro Karsz-2/+21
2023-04-21virtio: add VIRTIO_F_NOTIFICATION_DATA feature supportViktor Prutyanov-5/+71
2023-04-21vdpa/snet: support the suspend vDPA callbackAlvaro Karsz-0/+22
2023-04-21vdpa/snet: support getting and setting VQ stateAlvaro Karsz-71/+387
2023-04-21virtio_ring: don't update event idx on get_bufAlbert Huang-6/+16
2023-04-21vdpa_sim: add support for user VAStefano Garzarella-8/+90