aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-07-13Merge tag 'i2c-host-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang309-1715/+3076
2024-07-13Merge tag 'i2c-host-fixes-6.10-rc8' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang1-6/+21
2024-07-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski13-1392/+1666
2024-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski40-175/+602
2024-07-12eth: bnxt: use the indir table from ethtool contextJakub Kicinski3-37/+29
2024-07-12eth: bnxt: bump the entry size in indir tables to u32Jakub Kicinski3-9/+9
2024-07-12eth: bnxt: pad out the correct indirection tableJakub Kicinski1-1/+1
2024-07-12eth: bnxt: use the RSS context XArray instead of the local listJakub Kicinski3-50/+26
2024-07-12eth: bnxt: use context priv for struct bnxt_rss_ctxJakub Kicinski3-30/+9
2024-07-12eth: bnxt: depend on core cleaning up RSS contextsJakub Kicinski3-9/+6
2024-07-12eth: bnxt: remove rss_ctx_bmapJakub Kicinski3-18/+2
2024-07-12eth: bnxt: move from .set_rxfh to .create_rxfh_context and friendsJakub Kicinski2-45/+75
2024-07-12eth: bnxt: allow deleting RSS contexts when the device is downJakub Kicinski2-6/+10
2024-07-12Merge tag 'net-6.10-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds6-18/+34
2024-07-12bnxt_en: Fix crash in bnxt_get_max_rss_ctx_ring()Michael Chan1-0/+3
2024-07-12Input: yealink - simplify locking in sysfs attribute handlingDmitry Torokhov1-52/+20
2024-07-12Input: yealink - use driver core to instantiate device attributesDmitry Torokhov1-8/+3
2024-07-12Input: ati-remote2 - use driver core to instantiate device attributesDmitry Torokhov1-33/+17
2024-07-12Input: omap-keypad - use driver core to instantiate device attributesDmitry Torokhov1-10/+11
2024-07-12Input: atmel_mxt_ts - use driver core to instantiate device attributesDmitry Torokhov1-14/+2
2024-07-13hwrng: core - remove (un)register_miscdev()Masahiro Yamada1-12/+2
2024-07-13crypto: mxs-dcp - Ensure payload is zero when using key slotDavid Gstir1-1/+2
2024-07-13hwrng: Kconfig - Do not enable by default CN10K driverFrancesco Dolcini1-1/+0
2024-07-12drm/xe/xe2: Add Wa_15015404425Tejas Upadhyay1-0/+23
2024-07-12memory tier: consolidate the initialization of memory tiersHo-Ren (Jack) Chuang1-4/+1
2024-07-12udmabuf: pin the pages using memfd_pin_folios() APIVivek Kasireddy1-75/+80
2024-07-12udmabuf: convert udmabuf driver to use foliosVivek Kasireddy1-56/+83
2024-07-12udmabuf: add back support for mapping hugetlb pagesVivek Kasireddy1-21/+101
2024-07-12udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmapVivek Kasireddy1-3/+5
2024-07-12udmabuf: add CONFIG_MMU dependencyArnd Bergmann1-0/+1
2024-07-12PCI: Extend ACS configurabilityVidya Sagar1-58/+90
2024-07-12PCI: Add missing bridge lock to pci_bus_lock()Dan Williams1-14/+21
2024-07-12drm/xe/pf: Limit fair VF LMEM provisioningMichal Wajdeczko1-0/+1
2024-07-12ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan1-3/+4
2024-07-12ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang2-3/+3
2024-07-12mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings1-1/+4
2024-07-12mtd: ubi: avoid expensive do_div() on 32-bit machinesArnd Bergmann1-3/+3
2024-07-12mtd: ubi: make ubi_class constantRicardo B. Marliere2-2/+2
2024-07-12ubi: eba: properly rollback inside self_check_ebaFedor Pchelkin1-1/+2
2024-07-12drm/nouveau: Improve variable name in nouveau_sched_init()Philipp Stanner1-2/+2
2024-07-12Merge tag 'pmdomain-v6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2024-07-12Merge tag 'mmc-v6.10-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+18
2024-07-12dm: introduce the target flag mempool_needs_integrityMikulas Patocka1-2/+5
2024-07-12HID: hid-steam: Fix typo in goto labelThorsten Blum1-2/+2
2024-07-12HID: mcp2221: Remove unnecessary semicolonChen Ni1-1/+1
2024-07-12HID: Fix spelling mistakes "Kensigton" -> "Kensington"Colin Ian King1-2/+2
2024-07-12kunit: Rename KUNIT_ASSERT_FAILURE to KUNIT_FAIL_AND_ABORT for readabilityEric Chan1-1/+1
2024-07-12Merge tag 'arm-fixes-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2024-07-12Merge branch 'iommu/iommufd/paging-domain-alloc' into iommu/nextWill Deacon8-25/+48
2024-07-12Merge branch 'iommu/iommufd/attach-handles' into iommu/nextWill Deacon5-84/+217