summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_utils.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-12test/vsock: vsock_perf utilityArseniy Krasnov3-1/+463
2023-01-12test/vsock: add big message testArseniy Krasnov1-0/+69
2023-01-12test/vsock: rework message bounds testArseniy Krasnov5-15/+157
2023-01-12vsock: return errors other than -ENOMEM to socketBobby Eshleman1-1/+2
2023-01-12net: ethernet: mtk_wed: get rid of queue lock for rx queueLorenzo Bianconi1-4/+0
2023-01-12net: stmmac: add aux timestamps fifo clearance waitNoor Azura Ahmad Tarmizi1-1/+4
2023-01-12devlink: keep the instance mutex alive until references are goneJakub Kicinski2-4/+15
2023-01-12bnxt: make sure we return pages to the poolJakub Kicinski1-2/+2
2023-01-12net: hns3: fix wrong use of rss size during VF rss configJie Wang1-1/+1
2023-01-12r8169: disable ASPM in case of tx timeoutHeiner Kallweit1-1/+13
2023-01-11s390: update defconfigsHeiko Carstens3-6/+9
2023-01-11dt-bindings: net: convert mdio-mux-meson-g12a.txt to dt-schemaNeil Armstrong2-48/+80
2023-01-11perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter1-1/+1
2023-01-11KVM: s390: interrupt: use READ_ONCE() before cmpxchg()Heiko Carstens1-4/+8
2023-01-11s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()Heiko Carstens1-1/+1
2023-01-11s390/cpum_sf: add READ_ONCE() semantics to compare and swap loopsHeiko Carstens2-55/+77
2023-01-11spi: spidev: remove debug messages that access spidev->spi without lockingBartosz Golaszewski1-2/+0
2023-01-11spi: spidev: fix a race condition when accessing spidev->spiBartosz Golaszewski1-16/+18
2023-01-11ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu1-0/+4
2023-01-11drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHYPiergiorgio Beruto4-0/+186
2023-01-11drivers/net/phy: add helpers to get/set PLCA configurationPiergiorgio Beruto4-0/+246
2023-01-11drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto3-0/+202
2023-01-11drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto6-2/+48
2023-01-11net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto9-1/+551
2023-01-11net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()Clément Léger1-0/+3
2023-01-11net/mlx5e: Use kzalloc() in mlx5e_accel_fs_tcp_create()YueHaibing1-3/+3
2023-01-11net/mlx5: remove redundant ret variablezhang songyi1-4/+1
2023-01-11net/mlx5e: Replace 0-length array with flexible arrayKees Cook1-1/+1
2023-01-11net/mlx5e: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-01-11net/mlx5: Prevent high-rate FW commands from populating all slotsTariq Toukan2-1/+30
2023-01-11net/mlx5: Introduce and use opcode getter in command interfaceTariq Toukan1-46/+42
2023-01-11net/mlx5: Enable management PF initializationShay Drory4-1/+20
2023-01-11net/mlx5e: Add hairpin debugfs filesGal Pressman1-0/+117
2023-01-11net/mlx5e: Add flow steering debugfs directoryGal Pressman5-7/+35
2023-01-11net/mlx5e: Add hairpin params structureGal Pressman1-15/+37
2023-01-11net/mlx5e: kTLS, Add debugfsTariq Toukan3-0/+52
2023-01-11net/mlx5e: Add Ethernet driver debugfsGal Pressman2-0/+7
2023-01-11net/mlx5e: Update shared buffer along with device buffer changesMaher Sanalla2-4/+219
2023-01-11net/mlx5e: Add API to query/modify SBPR and SBCM registersMaher Sanalla2-0/+78
2023-01-11net/mlx5: Expose shared buffer registers bits and structsMaher Sanalla2-0/+63
2023-01-11net: sched: disallow noqueue for qdisc classesFrederick Lawler1-0/+5
2023-01-11qed: fix a typo in commentDai Shixin1-1/+1
2023-01-11net: dsa: mv88e6xxx: Separate C22 and C45 transactionsAndrew Lunn7-85/+225
2023-01-11net: mdio: add mdiobus_c45_read/write_nested helpersAndrew Lunn2-0/+59
2023-01-11net: fec: Separate C22 and C45 transactionsAndrew Lunn1-50/+103
2023-01-11net: mdio: xgmac_mdio: Separate C22 and C45 transactionsAndrew Lunn1-40/+108
2023-01-11net: mdio: mvmdio: Convert XSMI bus to new APIAndrew Lunn1-16/+8
2023-01-11net: mdio: mdio-bitbang: Separate C22 and C45 transactionsAndrew Lunn4-40/+130
2023-01-11net: mdio: Move mdiobus_c45_addr() next to usersAndrew Lunn2-5/+5
2023-01-11net: mdio: C22 is now optional, EOPNOTSUPP if not providedAndrew Lunn1-2/+8