aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-06-17Merge tag 'block-5.19-2022-06-16' of git://git.kernel.dk/linux-blockLinus Torvalds7-16/+82
2022-06-17Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+2
2022-06-17Merge tag 'for-5.19/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds2-9/+18
2022-06-17Merge tag 'hwmon-for-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds2-1/+6
2022-06-17Merge tag 'linux-watchdog-5.19-rc3' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-0/+1
2022-06-17Merge tag 'at91-reset-sama7g5-signed' into psy-nextSebastian Reichel1-15/+169
2022-06-17power: reset: at91-reset: add support for SAMA7G5Claudiu Beznea1-0/+13
2022-06-17power: reset: at91-reset: add reset_controller_dev supportClaudiu Beznea1-4/+102
2022-06-17power: reset: at91-reset: add at91_reset_dataClaudiu Beznea1-11/+34
2022-06-17power: reset: at91-reset: document structures and enumsClaudiu Beznea1-0/+20
2022-06-17thunderbolt: Fix typo in commentXiang Wangx1-1/+1
2022-06-17drm/i915/gt: Cleanup interface for MCR operationsMatt Roper8-142/+185
2022-06-17power: reset: pwr-mlxbf: add BlueField SoC power control driverAsmaa Mnebhi3-0/+104
2022-06-17drm/i915/gt: Move multicast register handling to a dedicated fileMatt Roper14-433/+495
2022-06-17Merge tag 'char-misc-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-42/+55
2022-06-17Merge tag 'staging-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-19/+11
2022-06-17Merge tag 'tty-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-5/+11
2022-06-17Merge tag 'usb-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds12-54/+80
2022-06-17soc: mediatek: mutex: add functions that operate registers by CMDQMoudy Ho1-1/+44
2022-06-17soc: mediatek: mutex: add 8183 MUTEX MOD settings for MDPMoudy Ho1-0/+21
2022-06-17soc: mediatek: mutex: add common interface for modules settingMoudy Ho1-0/+53
2022-06-17soc: mediatek: pm-domains: Add support always on flagChunfeng Yun3-1/+6
2022-06-17gpiolib: cdev: Fix kernel doc for struct lineAndy Shevchenko1-0/+4
2022-06-17net: macb: fix negative max_mtu size for sama5d3Oleksij Rempel1-2/+2
2022-06-17hamradio: 6pack: fix array-index-out-of-bounds in decode_std_command()Xu Jia1-1/+8
2022-06-17veth: Add updating of trans_startJay Vosburgh1-0/+4
2022-06-17hinic: Replace memcpy() with direct assignmentKees Cook1-3/+1
2022-06-17soc: mediatek: mt8365-mmsys: add DPI/HDMI display pathFabien Parent1-0/+22
2022-06-17soc: mediatek: mutex: add MT8365 supportFabien Parent1-0/+40
2022-06-17net: ag71xx: fix discards 'const' qualifier warningOleksij Rempel1-1/+1
2022-06-17net: stmmac: make mdio register skips PHY scanning for fixed-linkOng Boon Leong2-5/+21
2022-06-17stmmac: intel: add phy-mode and fixed-link ACPI _DSD setting supportOng Boon Leong1-0/+30
2022-06-17net: pcs: xpcs: add CL37 1000BASE-X AN supportOng Boon Leong2-1/+170
2022-06-17stmmac: intel: prepare to support 1000BASE-X phy interface settingOng Boon Leong1-2/+2
2022-06-17net: make xpcs_do_config to accept advertising for pcs-xpcs and sja1105Ong Boon Leong2-4/+4
2022-06-17mlxsw: Add a resource describing number of RIFsPetr Machata3-0/+42
2022-06-17mlxsw: Keep track of number of allocated RIFsPetr Machata2-0/+7
2022-06-17mlxsw: Trap ARP packets at layer 3 instead of layer 2Amit Cohen2-6/+6
2022-06-17crypto: hisilicon/sec - only HW V2 needs to change the BD err detectionKai Ye1-7/+8
2022-06-17crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov1-0/+1
2022-06-17crypto: hisilicon/qm - modify event irq processingWeili Qian1-50/+92
2022-06-17crypto: hisilicon/qm - move alloc qm->wq to qm.cWeili Qian3-49/+27
2022-06-17crypto: hisilicon/qm - add functions for releasing resourcesWeili Qian1-12/+16
2022-06-17crypto: hisilicon/trng - fix local variable typeWeili Qian1-1/+1
2022-06-17drm/i915/display: some struct drm_i915_private *i915 conversionsJani Nikula1-30/+30
2022-06-17drm/i915/display: rename dev_priv -> i915 in crtc state dumpJani Nikula1-40/+40
2022-06-17drm/i915/display: change who adds [] around crtc state dump context stringJani Nikula3-6/+6
2022-06-17drm/i915/display: split out crtc state dump to a separate fileJani Nikula6-314/+340
2022-06-17drm/i915/display: split out modeset verification codeJani Nikula5-235/+284
2022-06-17drm/i915/mpllb: move mpllb state check to intel_snps_phy.cJani Nikula3-46/+48