summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-09-06usb: core: Use le16_to_cpu() to read __le16 value in usb_parse_endpoint()Sakari Ailus
2025-09-06usb: typec: ucsi: Add check for UCSI versionVenkat Jayaraman
2025-09-06usb: cdns3: gadget: Use-after-free during failed initialization and exit of c...Chen Yufeng
2025-09-06usb: cdns3: cdnsp-pci: remove redundant pci_disable_device() callMiaoqian Lin
2025-09-06usb: host: xhci-tegra: Remove redundant ternary operatorsLiao Yuanhong
2025-09-06cdnsp: Remove unused tracepointsSteven Rostedt
2025-09-06cdns3: Remove unused tracepointsSteven Rostedt
2025-09-06cdns2: Remove unused tracepointsSteven Rostedt
2025-09-06usb: usb251xb: support usage case without I2C controlJisheng Zhang
2025-09-06usb: usb251xb: use modern PM macrosJisheng Zhang
2025-09-06usb: ohci: s3c2410: Drop support for S3C2410 systemsKrzysztof Kozlowski
2025-09-06usb: gadget: f_hid: Fix zero length packet transferWilliam Wu
2025-09-06usb: gadget: configfs: Correctly set use_os_string at bindWilliam Wu
2025-09-06usb: musb: dsps: use platform_get_irq_byname_optional() for vbus IRQMatthias Schiffer
2025-09-06usb: dwc3: Refactor dwc3_mode_showKuen-Han Tsai
2025-09-06usb: dwc3: Add trace event for dwc3_set_prtcapKuen-Han Tsai
2025-09-06usb: phy: twl6030: Fix incorrect type for retXichao Zhao
2025-09-06usb: storage: realtek_cr: Simplify residue calculation in rts51x_bulk_transpo...Thorsten Blum
2025-09-06usb: misc: Update link to EHSET pdf docPetr Vorel
2025-09-06usb: usblp: Use min_t() to improve usblp_read()Thorsten Blum
2025-09-06usb: ucsi: stm32: Use min() to improve ucsi_stm32g0_fw_cb()Thorsten Blum
2025-09-06driver core: faux: Set power.no_pm for faux devicesRafael J. Wysocki
2025-09-06powerpc/ps3: Use str_write_read() in ps3stor_read_write_sectors()Thorsten Blum
2025-09-06gpu: nova-core: take advantage of pci::Device::unbind()Danilo Krummrich
2025-09-06gpio: mpc5200: Drop legacy-of-mm-gpiochip.h headerChristophe Leroy
2025-09-06md/md-llbitmap: introduce new lockless bitmapYu Kuai
2025-09-06md/md-bitmap: make method bitmap_ops->daemon_work optionalYu Kuai
2025-09-06md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVERYu Kuai
2025-09-06md/md-bitmap: add a new method blocks_synced() in bitmap_operationsYu Kuai
2025-09-06md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operationsYu Kuai
2025-09-06md/md-bitmap: delay registration of bitmap_ops until creating bitmapYu Kuai
2025-09-06md/md-bitmap: add a new sysfs api bitmap_typeYu Kuai
2025-09-06md: add a new mddev field 'bitmap_id'Yu Kuai
2025-09-06md/md-bitmap: support discard for bitmap opsYu Kuai
2025-09-06md: factor out a helper raid_is_456()Yu Kuai
2025-09-06md: add a new parameter 'offset' to md_super_write()Yu Kuai
2025-09-06md/md-bitmap: introduce CONFIG_MD_BITMAPYu Kuai
2025-09-06md: check before referencing mddev->bitmap_opsYu Kuai
2025-09-06md/dm-raid: check before referencing mddev->bitmap_opsYu Kuai
2025-09-06md/raid5: check before referencing mddev->bitmap_opsYu Kuai
2025-09-06md/raid10: check before referencing mddev->bitmap_opsYu Kuai
2025-09-06md/raid1: check before referencing mddev->bitmap_opsYu Kuai
2025-09-06md/raid1: check bitmap before behind writeYu Kuai
2025-09-06md/md-bitmap: handle the case bitmap is not enabled before end_sync()Yu Kuai
2025-09-06md/md-bitmap: handle the case bitmap is not enabled before start_sync()Yu Kuai
2025-09-06md/md-bitmap: add md_bitmap_registered/enabled() helperYu Kuai
2025-09-06md/md-bitmap: add a new parameter 'flush' to bitmap_ops->enabledYu Kuai
2025-09-06md/md-bitmap: merge md_bitmap_group into bitmap_operationsYu Kuai
2025-09-06md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()Yu Kuai
2025-09-06nvme: apple: Add Apple A11 supportNick Chan