summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-38/+73
2026-01-24xfs: check for deleted cursors when revalidating two btreesDarrick J. Wong-3/+32
2026-01-24xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong-2/+5
2026-01-24xfs: check return value of xchk_scrub_create_subordDarrick J. Wong-1/+7
2026-01-24xfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong-9/+24
2026-01-24reset: spacemit: Add SpacemiT K3 reset driverGuodong Xu-0/+245
2026-01-24reset: spacemit: Extract common K1 reset codeGuodong Xu-101/+144
2026-01-24reset: Create subdirectory for SpacemiT driversGuodong Xu-11/+19
2026-01-24dt-bindings: soc: spacemit: Add K3 reset support and IDsGuodong Xu-1/+178
2026-01-24Merge tag 'spacemit-clkrst-v6.20-3' into reset/nextPhilipp Zabel-12/+296
2026-01-24reset: canaan: k230: drop OF dependency and enable by defaultJunhui Liu-1/+1
2026-01-24reset: rzg2l-usbphy-ctrl: Add suspend/resume supportClaudiu Beznea-15/+84
2026-01-24reset: rzg2l-usbphy-ctrl: Propagate the return value of regmap_field_update_b...Claudiu Beznea-4/+7
2026-01-24io_uring/zcrx: implement large rx buffer supportPavel Begunkov-6/+34
2026-01-24reset: gpio: check the return value of gpiod_set_value_cansleep()Bartosz Golaszewski-6/+2
2026-01-24reset: imx8mp-audiomix: Support i.MX8ULP SIM LPAVLaurentiu Mihalcea-0/+45
2026-01-24reset: imx8mp-audiomix: Extend the driver usageLaurentiu Mihalcea-2/+19
2026-01-24reset: imx8mp-audiomix: Switch to using regmap APILaurentiu Mihalcea-35/+57
2026-01-24reset: imx8mp-audiomix: Drop unneeded macrosLaurentiu Mihalcea-7/+4
2026-01-24Merge tag 'at24-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Wolfram Sang-13/+11
2026-01-24Merge tag 'i2c-host-fixes-6.19-rc7' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang-1/+1
2026-01-24rust: samples: dma: remove redundant `.as_ref()` for `dev_*` printGary Guo-5/+8
2026-01-24ALSA: hda/realtek: Really fix headset mic for TongFang X6AR55xU.Werner Sembach-4/+1
2026-01-24pinctrl: intel: Add code name documentationRaag Jadav-6/+15
2026-01-24alpha: fix user-space corruption during memory compactionMagnus Lindholm-3/+148
2026-01-24x86/entry/vdso32: Omit '.cfi_offset eflags' for LLVM < 16Nathan Chancellor-0/+10
2026-01-24Merge tag 'kvmarm-fixes-6.19-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-38/+73
2026-01-23scsi: ufs: amd-versal2: Fix PHY initialization in HCE enable notifyAjay Neeli-1/+1
2026-01-23scsi: firewire: sbp-target: Fix overflow in sbp_make_tpg()Kery Qi-2/+2
2026-01-23scsi: be2iscsi: Fix a memory leak in beiscsi_boot_get_sinfo()Haoxiang Li-0/+1
2026-01-23scsi: qla2xxx: edif: Fix dma_free_coherent() sizeThomas Fourier-1/+1
2026-01-23Merge patch series "Add WQ_PERCPU to alloc_workqueue() users"Martin K. Petersen-3/+3
2026-01-23scsi: qla2xxx: target: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-1/+1
2026-01-23scsi: qla2xxx: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-1/+1
2026-01-23scsi: qla4xxx: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-1/+1
2026-01-23Merge patch series "mpi3mr: Enhancements for mpi3mr"Martin K. Petersen-40/+478
2026-01-23scsi: mpi3mr: Driver version update to 8.17.0.3.50Ranjan Kumar-2/+2
2026-01-23scsi: mpi3mr: Fixed the W=1 compilation warningRanjan Kumar-5/+7
2026-01-23scsi: mpi3mr: Record and report controller firmware faultsRanjan Kumar-0/+135
2026-01-23scsi: mpi3mr: Update MPI Headers to revision 39Ranjan Kumar-12/+197
2026-01-23scsi: mpi3mr: Use negotiated link rate from DevicePage0Ranjan Kumar-12/+111
2026-01-23scsi: mpi3mr: Avoid redundant diag-fault resetsRanjan Kumar-3/+10
2026-01-23scsi: mpi3mr: Rename log data save helper to reflect threaded/BH contextRanjan Kumar-4/+9
2026-01-23scsi: mpi3mr: Add module parameter to control threaded IRQ pollingRanjan Kumar-2/+7
2026-01-23Merge patch series "ufs: ufs-qcom: Add support firmware managed platforms"Martin K. Petersen-3/+216
2026-01-23scsi: ufs: ufs-qcom: Add support for firmware-managed resource abstractionRam Kumar Dwivedi-1/+156
2026-01-23scsi: ufs: core: Enforce minimum PM level for sysfs configurationRam Kumar Dwivedi-1/+3
2026-01-23scsi: ufs: dt-bindings: Document bindings for SA8255P UFS Host ControllerRam Kumar Dwivedi-0/+56
2026-01-23scsi: MAINTAINERS: Broaden UFS Qualcomm binding file patternRam Kumar Dwivedi-1/+1
2026-01-23Merge patch series "Change the return type of the .queuecommand() callback"Martin K. Petersen-207/+267