aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-09-06usb: phy: twl6030: Fix incorrect type for retXichao Zhao1-2/+1
2025-09-06usb: storage: realtek_cr: Simplify residue calculation in rts51x_bulk_transport()Thorsten Blum1-2/+2
2025-09-06usb: misc: Update link to EHSET pdf docPetr Vorel1-2/+2
2025-09-06usb: usblp: Use min_t() to improve usblp_read()Thorsten Blum1-1/+2
2025-09-06usb: ucsi: stm32: Use min() to improve ucsi_stm32g0_fw_cb()Thorsten Blum1-5/+2
2025-09-06driver core: faux: Set power.no_pm for faux devicesRafael J. Wysocki1-0/+1
2025-09-06powerpc/ps3: Use str_write_read() in ps3stor_read_write_sectors()Thorsten Blum1-1/+2
2025-09-06gpu: nova-core: take advantage of pci::Device::unbind()Danilo Krummrich2-10/+16
2025-09-06gpio: mpc5200: Drop legacy-of-mm-gpiochip.h headerChristophe Leroy2-36/+43
2025-09-06md/md-llbitmap: introduce new lockless bitmapYu Kuai7-12/+1676
2025-09-06md/md-bitmap: make method bitmap_ops->daemon_work optionalYu Kuai1-1/+1
2025-09-06md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVERYu Kuai3-5/+63
2025-09-06md/md-bitmap: add a new method blocks_synced() in bitmap_operationsYu Kuai2-4/+12
2025-09-06md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operationsYu Kuai2-0/+8
2025-09-06md/md-bitmap: delay registration of bitmap_ops until creating bitmapYu Kuai1-37/+53
2025-09-06md/md-bitmap: add a new sysfs api bitmap_typeYu Kuai1-0/+81
2025-09-06md: add a new mddev field 'bitmap_id'Yu Kuai2-6/+33
2025-09-06md/md-bitmap: support discard for bitmap opsYu Kuai4-8/+23
2025-09-06md: factor out a helper raid_is_456()Yu Kuai2-8/+7
2025-09-06md: add a new parameter 'offset' to md_super_write()Yu Kuai3-23/+35
2025-09-06md/md-bitmap: introduce CONFIG_MD_BITMAPYu Kuai6-19/+85
2025-09-06md: check before referencing mddev->bitmap_opsYu Kuai1-20/+48
2025-09-06md/dm-raid: check before referencing mddev->bitmap_opsYu Kuai1-7/+11
2025-09-06md/raid5: check before referencing mddev->bitmap_opsYu Kuai1-7/+12
2025-09-06md/raid10: check before referencing mddev->bitmap_opsYu Kuai1-7/+13
2025-09-06md/raid1: check before referencing mddev->bitmap_opsYu Kuai1-9/+13
2025-09-06md/raid1: check bitmap before behind writeYu Kuai2-23/+28
2025-09-06md/md-bitmap: handle the case bitmap is not enabled before end_sync()Yu Kuai5-14/+19
2025-09-06md/md-bitmap: handle the case bitmap is not enabled before start_sync()Yu Kuai5-24/+24
2025-09-06md/md-bitmap: add md_bitmap_registered/enabled() helperYu Kuai3-14/+23
2025-09-06md/md-bitmap: add a new parameter 'flush' to bitmap_ops->enabledYu Kuai3-8/+15
2025-09-06md/md-bitmap: merge md_bitmap_group into bitmap_operationsYu Kuai4-3/+11
2025-09-06md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()Yu Kuai7-13/+11
2025-09-06nvme: apple: Add Apple A11 supportNick Chan1-60/+137
2025-09-06soc: apple: sart: Add SARTv0 supportNick Chan1-0/+49
2025-09-06soc: apple: sart: Make allow flags SART version dependentNick Chan1-4/+9
2025-09-06crypto: hisilicon/zip - add hashjoin, gather, and UDMA data move featuresZhushuai Yin2-9/+31
2025-09-06crypto: hisilicon/zip - add lz4 and lz77_only to algorithm sysfsChenghai Huang1-0/+7
2025-09-06crypto: ti - Enable compile testing for dthev2Herbert Xu2-2/+2
2025-09-06crypto: hisilicon/sec2 - Fix false-positive warning of uninitialised qp_ctxHerbert Xu1-5/+3
2025-09-06crypto: caam - switch to use devm_kmemdup_array()Zhang Enpei1-3/+3
2025-09-06crypto: xilinx - Add TRNG driver for VersalHarsh Jain3-0/+418
2025-09-05net: phy: aquantia: support phy-mode = "10g-qxgmii" on NXP SPF-30841 (AQR412C)Vladimir Oltean2-12/+44
2025-09-05net: phy: aquantia: create and store a 64-bit firmware image fingerprintVladimir Oltean2-7/+55
2025-09-05net: phy: aquantia: report and configure in-band autoneg capabilitiesVladimir Oltean2-0/+78
2025-09-05net: phy: aquantia: print global syscfg registersVladimir Oltean1-0/+8
2025-09-05net: dsa: felix: support phy-mode = "10g-qxgmii"Vladimir Oltean3-2/+8
2025-09-05net: pcs: lynx: support phy-mode = "10g-qxgmii"Vladimir Oltean1-2/+9
2025-09-05net: stmmac: intel: only populate plat->crosststamp when supportedRussell King (Oracle)1-4/+3
2025-09-05net: stmmac: ptp: conditionally populate getcrosststamp() methodRussell King (Oracle)1-6/+4