aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-22Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-2/+23
2022-05-21Merge tag 'input-for-v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-12/+8
2022-05-21Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 3-32/+43
2022-05-21drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersGravatar Piyush Malgujar 1-0/+1
2022-05-21i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingGravatar Mika Westerberg 1-0/+14
2022-05-21i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()Gravatar Yang Yingliang 1-2/+8
2022-05-20Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-15/+22
2022-05-20Merge tag 'drm-fixes-2022-05-21' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 13-17/+100
2022-05-21Merge tag 'drm-intel-fixes-2022-05-20' of git://anongit.freedesktop.org/drm/d...Gravatar Dave Airlie 8-16/+74
2022-05-21Merge tag 'drm-misc-fixes-2022-05-20' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 2-0/+9
2022-05-20Merge tag 'gpio-fixes-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+9
2022-05-20Merge tag 'mmc-v5.18-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2022-05-20gpio: mvebu/pwm: Refuse requests with inverted polarityGravatar Uwe Kleine-König 1-0/+3
2022-05-20gpio: gpio-vf610: do not touch other bits when set the target bitGravatar Haibo Chen 1-2/+6
2022-05-19Merge tag 'v5.18-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+1
2022-05-19scsi: ufs: core: Fix referencing invalid rsp fieldGravatar Daejun Park 1-12/+7
2022-05-19Merge tag 'pinctrl-v5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-4/+6
2022-05-19Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 34-240/+399
2022-05-19mmc: core: Fix busy polling for MMC_SEND_OP_COND againGravatar Ulf Hansson 1-1/+1
2022-05-19drm/i915: Use i915_gem_object_ggtt_pin_ww for reloc_iomapGravatar Maarten Lankhorst 1-4/+2
2022-05-18ptp: ocp: change sysfs attr group handlingGravatar Jonathan Lemon 1-15/+42
2022-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfGravatar Jakub Kicinski 1-0/+1
2022-05-18Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 1-9/+8
2022-05-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-8/+7
2022-05-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-40/+21
2022-05-18Input: ili210x - use one common reset implementationGravatar Marek Vasut 1-12/+8
2022-05-18Input: ili210x - fix reset timingGravatar Marek Vasut 1-2/+2
2022-05-18drm/amd: Don't reset dGPUs if the system is going to s2idleGravatar Mario Limonciello 3-1/+17
2022-05-18Fix double fget() in vhost_net_set_backend()Gravatar Al Viro 1-8/+7
2022-05-18vdpa/mlx5: Use consistent RQT sizeGravatar Eli Cohen 1-40/+21
2022-05-18net: ftgmac100: Disable hardware checksum on AST2600Gravatar Joel Stanley 1-0/+5
2022-05-18igb: skip phy status check where unavailableGravatar Kevin Mitchell 1-1/+2
2022-05-18nfc: pn533: Fix buggy cleanup orderGravatar Lin Ma 1-2/+3
2022-05-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Gravatar David S. Miller 4-18/+35
2022-05-17net/mlx5: Drain fw_reset when removing deviceGravatar Shay Drory 3-3/+27
2022-05-17net/mlx5e: CT: Fix setting flow_source for smfs ct tuplesGravatar Paul Blakey 1-1/+1
2022-05-17net/mlx5e: CT: Fix support for GRE tuplesGravatar Paul Blakey 1-24/+32
2022-05-17net/mlx5e: Remove HW-GRO from reported featuresGravatar Gal Pressman 1-4/+0
2022-05-17net/mlx5e: Properly block HW GRO when XDP is enabledGravatar Maxim Mikityanskiy 1-0/+12
2022-05-17net/mlx5e: Properly block LRO when XDP is enabledGravatar Maxim Mikityanskiy 1-0/+7
2022-05-17net/mlx5e: Block rx-gro-hw feature in switchdev modeGravatar Aya Levin 1-0/+4
2022-05-17net/mlx5e: Wrap mlx5e_trap_napi_poll into rcu_read_lockGravatar Maxim Mikityanskiy 1-3/+10
2022-05-17net/mlx5: DR, Ignore modify TTL on RX if device doesn't support itGravatar Yevgeny Kliteynik 2-21/+48
2022-05-17net/mlx5: Initialize flow steering during driver probeGravatar Shay Drory 3-61/+91
2022-05-17net/mlx5: DR, Fix missing flow_source when creating multi-destination FW tableGravatar Maor Dickman 5-6/+14
2022-05-17scsi: target: Fix incorrect use of cpumask_tGravatar Mingzhe Zou 2-20/+36
2022-05-17net/qla3xxx: Fix a test in ql_reset_work()Gravatar Christophe JAILLET 1-1/+2
2022-05-17Merge tag 'pci-v5.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-27/+38
2022-05-17Merge tag 'thermal-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-16/+32
2022-05-17drm/dp/mst: fix a possible memory leak in fetch_monitor_name()Gravatar Hangyu Hua 1-0/+1