summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds51-429/+797
2022-03-22Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds84-1026/+433
2022-03-22net: dsa: mv88e6xxx: Fill in STU support for all supported chipsTobias Waldekranz1-0/+48
2022-03-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds70-306/+1173
2022-03-22net: dsa: felix: allow PHY_INTERFACE_MODE_INTERNAL on port 5Vladimir Oltean1-0/+1
2022-03-22net: dsa: mv88e6xxx: Ensure STU support in VLAN MSTI callbackTobias Waldekranz1-0/+3
2022-03-22net: dsa: mv88e6xxx: Require ops be implemented to claim STU supportTobias Waldekranz1-1/+3
2022-03-22Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-1683/+1313
2022-03-22Merge tag 'pnp-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-2/+2
2022-03-22Merge tag 'thermal-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-109/+860
2022-03-22Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds31-173/+925
2022-03-22net: bcmgenet: Use stronger register read/writes to assure orderingJeremy Linton1-2/+2
2022-03-22Merge tag 'acpi-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds34-243/+729
2022-03-21Merge tag 'for-5.18/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+43
2022-03-21Merge tag 'irq-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds31-385/+1233
2022-03-21Merge tag 'timers-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-39/+48
2022-03-21Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-86/+27
2022-03-21Merge tag 'x86_cpu_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+12
2022-03-21Merge tag 'edac_updates_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-51/+183
2022-03-21Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-70/+7
2022-03-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds13-49/+1464
2022-03-21Merge tag 'tpmdd-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-48/+91
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2-0/+2
2022-03-21Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai3-1/+33
2022-03-21media: nxp: Restrict VIDEO_IMX_MIPI_CSIS to ARCH_MXC or COMPILE_TESTLaurent Pinchart1-0/+1
2022-03-21devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski4-45/+54
2022-03-21netdevsim: replace vfs_lock with devlink instance lockJakub Kicinski2-18/+20
2022-03-21netdevsim: replace port_list_lock with devlink instance lockJakub Kicinski2-21/+20
2022-03-21bnxt: use the devlink instance lock to protect sriovJakub Kicinski4-11/+4
2022-03-21mISDN: fix typo "frame to short" -> "frame too short"Tong Zhang2-3/+3
2022-03-21i825xx: fix typo "Frame to short" -> "Frame too short"Tong Zhang1-1/+1
2022-03-21s390/ctcm: fix typo "length to short" -> "length too short"Tong Zhang1-1/+1
2022-03-21ar5523: fix typo "to short" -> "too short"Tong Zhang1-1/+1
2022-03-21net: sparx5: Add mdb handlersCasper Andersson3-10/+136
2022-03-21net: sparx5: Add arbiter for managing PGID tableCasper Andersson4-1/+85
2022-03-21nfp: nfdk: implement xdp tx path for NFDKYinjun Zhang2-5/+208
2022-03-21nfp: add support for NFDK data pathJakub Kicinski9-6/+1715
2022-03-21nfp: choose data path based on versionJakub Kicinski6-19/+41
2022-03-21nfp: add per-data path feature maskJakub Kicinski3-0/+20
2022-03-21nfp: use TX ring pointer write backJakub Kicinski6-7/+56
2022-03-21nfp: move tx_ring->qcidx into cold dataJakub Kicinski1-2/+5
2022-03-21nfp: prepare for multi-part descriptorsJakub Kicinski4-5/+10
2022-03-21nfp: use callbacks for slow path ring related functionsJakub Kicinski8-114/+148
2022-03-21nfp: move the fast path code to separate filesJakub Kicinski12-2552/+2758
2022-03-21nfp: calculate ring masks without conditionalsJakub Kicinski1-4/+4
2022-03-21net: sparx5: Use vid 1 when bridge default vid 0 to avoid collisionCasper Andersson1-3/+23
2022-03-21qed: remove unnecessary memset in qed_init_fw_funcsWan Jiabing1-2/+0
2022-03-21Merge branch 'edac-amd64' into edac-updates-for-v5.18Borislav Petkov509-2787/+5339
2022-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-15/+39
2022-03-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-9/+9