summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-27scsi: ufs: ufs-pci: Add support for Intel Panther LakeAdrian Hunter1-0/+1
2024-06-27scsi: ufs: qcom: Add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-27scsi: lpfc: Fix a possible null pointer dereferenceHuai-Yuan Liu1-0/+5
2024-06-13scsi: core: Fix an incorrect commentBart Van Assche1-6/+5
2024-06-12scsi: Add missing MODULE_DESCRIPTION() macrosJeff Johnson15-0/+17
2024-06-05Merge patch series "Declare local functions static"Martin K. Petersen4-8/+7
2024-06-05scsi: powertec: Declare local function staticBart Van Assche1-1/+1
2024-06-05scsi: eesox: Declare local function staticBart Van Assche1-1/+1
2024-06-05scsi: cumana: Declare local function staticBart Van Assche1-1/+1
2024-06-05scsi: acornscsi: Declare local functions staticBart Van Assche1-5/+4
2024-06-05Merge patch series "ufs: pci: Add support UFSHCI 4.0 MCQ"Martin K. Petersen3-1/+71
2024-06-05scsi: ufs: mcq: Prevent no I/O queue case for MCQMinwoo Im1-0/+9
2024-06-05scsi: ufs: pci: Add support MCQ for QEMU-based UFSMinwoo Im3-1/+62
2024-05-31scsi: ufs: mcq: Convert MCQ_CFG_n to an inline functionMinwoo Im2-15/+17
2024-05-31scsi: ufs: mcq: Fix missing argument 'hba' in MCQ_OPR_OFFSET_nMinwoo Im2-6/+10
2024-05-31Merge patch series "scsi: ufs: Allow RTT negotiation"Martin K. Petersen8-7/+132
2024-05-31scsi: ufs: sysfs: Make max_number_of_rtt read-writeAvri Altman2-7/+80
2024-05-31scsi: ufs: core: Maximum RTT supported by the host driverAvri Altman4-1/+10
2024-05-31scsi: ufs: core: Allow RTT negotiationAvri Altman4-0/+43
2024-05-31scsi: qla2xxx: Remove unused struct 'scsi_dif_tuple'Dr. David Alan Gilbert1-6/+0
2024-05-31scsi: bsg: Pass dev to blk_mq_alloc_queue()John Garry1-2/+1
2024-05-31scsi: core: Pass sdev to blk_mq_alloc_queue()John Garry1-2/+1
2024-05-27Linux 6.10-rc1v6.10-rc1Linus Torvalds1-3/+3
2024-05-27mm: percpu: Include smp.h in alloc_tag.hKent Overstreet1-0/+1
2024-05-26Merge tag 'perf-tools-fixes-for-v6.10-1-2024-05-26' of git://git.kernel.org/p...Linus Torvalds4-103/+68
2024-05-26Revert "perf parse-events: Prefer sysfs/JSON hardware events over legacy"Arnaldo Carvalho de Melo4-103/+68
2024-05-26Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-6/+34
2024-05-26Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds13-69/+187
2024-05-26Merge tag 'irq-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-12/+18
2024-05-26Merge tag 'x86-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-18/+67
2024-05-26Merge tag 'for-linus-6.10-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds10-45/+35
2024-05-26Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds6-19/+434
2024-05-26Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds13-154/+98
2024-05-26Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-9/+18
2024-05-25Merge tag 'rtc-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds29-250/+702
2024-05-25Merge tag 'i3c/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds5-17/+80
2024-05-25Merge tag 'jffs2-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-35/+26
2024-05-25Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds54-129/+136
2024-05-25Merge tag 'drm-next-2024-05-25' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds27-98/+215
2024-05-25cifs: Fix missing set of remote_i_sizeDavid Howells2-3/+4
2024-05-25cifs: Fix smb3_insert_range() to move the zero_pointDavid Howells1-0/+1
2024-05-24Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds33-3/+2732
2024-05-24mm/ksm: fix possible UAF of stable_nodeChengming Zhou1-1/+2
2024-05-24mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin1-2/+2
2024-05-24mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong1-2/+7
2024-05-24nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi1-3/+18
2024-05-24nilfs2: fix unexpected freezing of nilfs_segctor_sync()Ryusuke Konishi1-4/+13
2024-05-24nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi1-6/+19
2024-05-24selftests/mm: fix build warnings on ppc64Michael Ellerman2-0/+2
2024-05-24arm64: patching: fix handling of execmem addressesWill Deacon1-1/+1