index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-06
scsi: bfa: Fix use-after-free in bfad_im_module_exit()
Ye Bin
1
-2
/
+1
2024-11-06
scsi: esas2r: Remove unused esas2r_build_cli_req()
Dr. David Alan Gilbert
2
-21
/
+0
2024-11-06
scsi: target: Fix incorrect function name in pscsi_create_type_disk()
Baolin Liu
1
-1
/
+1
2024-11-06
scsi: ufs: Replace deprecated PCI functions
Philipp Stanner
2
-10
/
+6
2024-11-06
scsi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
16
-20
/
+20
2024-11-06
scsi: pm8001: Increase request sg length to support 4MiB requests
Igor Pylypiv
2
-2
/
+6
2024-11-06
scsi: pm8001: Initialize devices in pm8001_alloc_dev()
Igor Pylypiv
2
-8
/
+12
2024-11-06
scsi: pm8001: Use module param to set pcs event log severity
Salomon Dushimirimana
3
-1
/
+8
2024-11-06
scsi: ufs: ufs-mediatek: Configure individual LU queue flags
Ed Tsai
3
-0
/
+14
2024-11-06
scsi: MAINTAINERS: Update UFS Exynos entry
Peter Griffin
1
-0
/
+2
2024-11-02
scsi: lpfc: Copyright updates for 14.4.0.6 patches
Justin Tee
2
-2
/
+2
2024-11-02
scsi: lpfc: Update lpfc version to 14.4.0.6
Justin Tee
1
-1
/
+1
2024-11-02
scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmask
Justin Tee
13
-661
/
+476
2024-11-02
scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structure
Justin Tee
6
-127
/
+44
2024-11-02
scsi: lpfc: Prevent NDLP reference count underflow in dev_loss_tmo callback
Justin Tee
1
-12
/
+24
2024-11-02
scsi: lpfc: Add cleanup of nvmels_wq after HBA reset
Justin Tee
3
-2
/
+51
2024-11-02
scsi: lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting follow up FDMI
Justin Tee
1
-7
/
+14
2024-11-02
scsi: lpfc: Update lpfc_els_flush_cmd() to check for SLI_ACTIVE before BSG flag
Justin Tee
1
-6
/
+16
2024-11-02
scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod paths
Justin Tee
2
-5
/
+38
2024-11-02
scsi: lpfc: Check devloss callbk done flag for potential stale NDLP ptrs
Justin Tee
1
-0
/
+6
2024-11-02
scsi: lpfc: Modify CGN warning signal calculation based on EDC response
Justin Tee
1
-2
/
+4
2024-11-02
scsi: ufs: exynos: gs101: Enable clock gating with hibern8
Peter Griffin
1
-20
/
+4
2024-11-02
scsi: ufs: exynos: Fix hibern8 notify callbacks
Peter Griffin
1
-8
/
+8
2024-11-02
scsi: ufs: exynos: Set ACG to be controlled by UFS_ACG_DISABLE
Peter Griffin
1
-0
/
+9
2024-11-02
scsi: ufs: exynos: Enable write line unique transactions on gs101
Peter Griffin
1
-0
/
+8
2024-11-02
scsi: ufs: exynos: Add gs101_ufs_drv_init() hook and enable WriteBooster
Peter Griffin
1
-2
/
+17
2024-11-02
scsi: ufs: exynos: remove tx_dif_p_nsec from exynosauto_ufs_drv_init()
Peter Griffin
1
-4
/
+0
2024-11-02
scsi: ufs: exynos: gs101: Remove unused phy attribute fields
Peter Griffin
1
-20
/
+0
2024-11-02
scsi: ufs: exynos: Add EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR check
Peter Griffin
1
-0
/
+3
2024-11-02
scsi: ufs: exynos: gs101: Remove EXYNOS_UFS_OPT_BROKEN_AUTO_CLK_CTRL
Peter Griffin
1
-2
/
+1
2024-11-02
scsi: ufs: exynos: Add check inside exynos_ufs_config_smu()
Peter Griffin
1
-2
/
+5
2024-11-02
scsi: ufs: exynos: Allow UFS Gear 4
Peter Griffin
1
-0
/
+19
2024-11-02
scsi: ufs: exynos: Remove superfluous function parameter
Tudor Ambarus
2
-3
/
+3
2024-11-02
scsi: ufs: exynos: Remove empty drv_init method
Tudor Ambarus
1
-6
/
+0
2024-10-25
scsi: ufs: core: Move code out of an if-statement
Bart Van Assche
1
-19
/
+13
2024-10-25
scsi: ufs: core: Move the MCQ scsi_add_host() call
Bart Van Assche
1
-22
/
+19
2024-10-25
scsi: ufs: core: Remove code that is no longer needed
Bart Van Assche
1
-22
/
+4
2024-10-25
scsi: ufs: core: Expand the ufshcd_device_init(hba, true) call
Bart Van Assche
1
-1
/
+55
2024-10-25
scsi: ufs: core: Move the ufshcd_device_init(hba, true) call
Bart Van Assche
1
-4
/
+8
2024-10-25
scsi: ufs: core: Move the ufshcd_device_init() calls
Bart Van Assche
1
-13
/
+18
2024-10-25
scsi: ufs: core: Convert a comment into an explicit check
Bart Van Assche
1
-2
/
+3
2024-10-25
scsi: ufs: core: Introduce ufshcd_process_probe_result()
Bart Van Assche
1
-11
/
+24
2024-10-25
scsi: ufs: core: Call ufshcd_add_scsi_host() later
Bart Van Assche
1
-11
/
+5
2024-10-25
scsi: ufs: core: Introduce ufshcd_post_device_init()
Bart Van Assche
1
-27
/
+35
2024-10-25
scsi: ufs: core: Introduce ufshcd_add_scsi_host()
Bart Van Assche
1
-37
/
+59
2024-10-25
scsi: ufs: core: Remove redundant host_lock calls around UTRLCLR.
Avri Altman
1
-3
/
+0
2024-10-25
scsi: ufs: core: Remove redundant host_lock calls around UTMRLCLR
Avri Altman
1
-3
/
+0
2024-10-25
scsi: ufs: core: Remove redundant host_lock calls around UTMRLDBR
Avri Altman
1
-8
/
+6
2024-10-25
scsi: ufs: core: Improve ufshcd_mcq_sq_cleanup()
Bart Van Assche
1
-4
/
+8
2024-10-25
scsi: ufs: core: Simplify ufshcd_err_handling_prepare()
Bart Van Assche
2
-18
/
+3
[next]