index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2025-11-08
scsi: sd: Add manage_restart device attribute to scsi_disk
Markus Probst
-1
/
+33
2025-11-08
Merge patch series "Update lpfc to revision 14.4.0.12"
Martin K. Petersen
-110
/
+327
2025-11-08
scsi: lpfc: Update lpfc version to 14.4.0.12
Justin Tee
-1
/
+1
2025-11-08
scsi: lpfc: Add capability to register Platform Name ID to fabric
Justin Tee
-8
/
+150
2025-11-08
scsi: lpfc: Allow support for BB credit recovery in point-to-point topology
Justin Tee
-2
/
+4
2025-11-08
scsi: lpfc: Fix reusing an ndlp that is marked NLP_DROPPED during FLOGI
Justin Tee
-8
/
+32
2025-11-08
scsi: lpfc: Modify kref handling for Fabric Controller ndlps
Justin Tee
-36
/
+67
2025-11-08
scsi: lpfc: Fix leaked ndlp krefs when in point-to-point topology
Justin Tee
-20
/
+49
2025-11-08
scsi: lpfc: Ensure unregistration of rpis for received PLOGIs
Justin Tee
-14
/
+5
2025-11-08
scsi: lpfc: Remove redundant NULL ptr assignment in lpfc_els_free_iocb()
Justin Tee
-2
/
+0
2025-11-08
scsi: lpfc: Revise discovery related function headers and comments
Justin Tee
-13
/
+13
2025-11-08
scsi: lpfc: Update various NPIV diagnostic log messaging
Justin Tee
-6
/
+6
2025-11-08
Merge patch series "smartpqi updates"
Martin K. Petersen
-3
/
+43
2025-11-08
scsi: smartpqi: Update version to 2.1.36-026
Don Brace
-3
/
+3
2025-11-08
scsi: smartpqi: Add support for Hurray Data new controller PCI device
David Strahan
-0
/
+4
2025-11-08
scsi: smartpqi: Fix device resources accessed after device removal
Mike McGowen
-0
/
+19
2025-11-08
scsi: smartpqi: Add timeout value to RAID path requests to physical devices
Mike McGowen
-0
/
+17
2025-11-08
scsi: ufs: ti-j721e: Add suspend-resume support
Thomas Richard (TI.com)
-8
/
+29
2025-11-08
scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_address_show()
Hamza Mahfooz
-0
/
+3
2025-11-08
scsi: fcoe: Add WQ_PERCPU to alloc_workqueue() users
Marco Crivellari
-1
/
+1
2025-11-08
scsi: st: Skip buffer flush for information ioctls
David Jeffery
-18
/
+22
2025-11-08
scsi: st: Separate st-unique ioctl handling from SCSI common ioctl handling
David Jeffery
-23
/
+62
2025-11-08
scsi: stex: Fix reboot_notifier leak in probe error path
Haotian Zhang
-0
/
+1
2025-11-08
nbd: defer config put in recv_work
Zheng Qixing
-1
/
+1
2025-11-08
kbuild: Rename Makefile.extrawarn to Makefile.warn
Nathan Chancellor
-1
/
+1
2025-11-08
PM: wakeup: Delete timer before removing wakeup source from list
Kaushlendra Kumar
-7
/
+1
2025-11-08
Merge tag 'kbuild-ms-extensions-6.19' into kbuild-next
Nicolas Schier
-2
/
+2
2025-11-08
clk: lan966x: remove unused dt-bindings include
Robert Marko
-2
/
+0
2025-11-08
md/raid5: remove redundant __GFP_NOWARN
Huiwen He
-1
/
+1
2025-11-08
md: avoid repeated calls to del_gendisk
Xiao Ni
-1
/
+3
2025-11-08
Revert "drm/nouveau: set DMA mask before creating the flush page"
Dave Airlie
-12
/
+12
2025-11-08
md/md-llbitmap: Remove unneeded semicolon
Chen Ni
-1
/
+1
2025-11-08
md/md-linear: Enable atomic writes
John Garry
-0
/
+1
2025-11-08
Factor out code into md_should_do_recovery()
Wu Guanghao
-12
/
+47
2025-11-08
md: fix rcu protection in md_wakeup_thread
Yun Zhou
-9
/
+13
2025-11-08
md: delete mddev kobj before deleting gendisk kobj
Xiao Ni
-1
/
+3
2025-11-07
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
-137
/
+2027
2025-11-07
net: stmmac: sti: use ->set_phy_intf_sel()
Russell King (Oracle)
-16
/
+9
2025-11-07
net: stmmac: sti: use stmmac_get_phy_intf_sel()
Russell King (Oracle)
-13
/
+9
2025-11-07
net: stmmac: sti: use PHY_INTF_SEL_x directly
Russell King (Oracle)
-15
/
+12
2025-11-07
net: stmmac: sti: use PHY_INTF_SEL_x to select PHY interface
Russell King (Oracle)
-5
/
+7
2025-11-07
net: stmmac: lpc18xx: use ->set_phy_intf_sel()
Russell King (Oracle)
-14
/
+22
2025-11-07
net: stmmac: lpc18xx: validate phy_intf_sel
Russell King (Oracle)
-4
/
+3
2025-11-07
net: stmmac: lpc18xx: use stmmac_get_phy_intf_sel()
Russell King (Oracle)
-5
/
+4
2025-11-07
net: stmmac: lpc18xx: use PHY_INTF_SEL_x directly
Russell King (Oracle)
-5
/
+3
2025-11-07
net: stmmac: lpc18xx: convert to PHY_INTF_SEL_x
Russell King (Oracle)
-2
/
+2
2025-11-07
net: phy: micrel: lan8814 fix reset of the QSGMII interface
Horatiu Vultur
-6
/
+6
2025-11-07
net: fec: correct rx_bytes statistic for the case SHIFT16 is set
Wei Fang
-0
/
+2
2025-11-07
netdevsim: implement psp device stats
Daniel Zahka
-0
/
+32
2025-11-07
net/mlx5e: Add PSP stats support for Rx/Tx flows
Jakub Kicinski
-15
/
+240
[prev]
[next]