summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-22iio: light: veml6030: fix ALS sensor resolutionJavier Carrasco1-1/+1
2024-10-22iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency()Christophe JAILLET1-1/+1
2024-10-22iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+2
2024-10-22iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in KconfigJavier Carrasco1-0/+1
2024-10-22iio: dac: ltc1660: add missing select REGMAP_SPI in KconfigJavier Carrasco1-0/+1
2024-10-22iio: dac: ad5770r: add missing select REGMAP_SPI in KconfigJavier Carrasco1-0/+1
2024-10-22drm/amdgpu: prevent BO_HANDLES error from being overwrittenMohammed Anees1-1/+1
2024-10-22drm/amdgpu/swsmu: Only force workload setup on initAlex Deucher1-3/+3
2024-10-22drm/vmwgfx: Handle surface check failure correctlyNikolay Kuratov1-0/+1
2024-10-22drm/radeon: Fix encoder->possible_clonesVille Syrjälä1-1/+1
2024-10-22scsi: ufs: core: Fix the issue of ICU failurePeter Wang1-7/+8
2024-10-22scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut downSeunghwan Baek1-1/+3
2024-10-22Input: xpad - add support for MSI Claw A1MJohn Edwards1-0/+2
2024-10-22selftest: hid: add the missing tests directoryYun Lu1-0/+1
2024-10-22ublk: don't allow user copy for unprivileged deviceMing Lei2-2/+17
2024-10-22io_uring/sqpoll: close race on waiting for sqring entriesJens Axboe1-1/+8
2024-10-22blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function raceOmar Sandoval1-1/+1
2024-10-22x86/bugs: Do not use UNTRAIN_RET with IBPB on entryJohannes Wikner1-0/+17
2024-10-22x86/bugs: Skip RSB fill at VMEXITJohannes Wikner1-0/+15
2024-10-22x86/entry: Have entry_ibpb() invalidate return predictionsJohannes Wikner1-0/+5
2024-10-22x86/cpufeatures: Add a IBPB_NO_RET BUG flagJohannes Wikner2-0/+4
2024-10-22x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RETJim Mattson1-1/+2
2024-10-22KVM: s390: Change virtual to physical address access in diag 0x258 handlerMichael Mueller1-1/+1
2024-10-22KVM: s390: gaccess: Check if guest address is in memslotNico Boehr2-6/+12
2024-10-22s390/sclp_vt220: Convert newlines to CRLF instead of LFCRThomas Weißschuh1-2/+2
2024-10-22s390/sclp: Deactivate sclp after all its usersThomas Weißschuh1-1/+2
2024-10-22iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devicesLu Baolu1-1/+3
2024-10-22mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni5-0/+15
2024-10-22net: fec: Remove duplicated codeCsókás, Bence1-7/+1
2024-10-22net: fec: Move `fec_ptp_read()` to the top of the fileCsókás, Bence1-25/+25
2024-10-22maple_tree: correct tree corruption on spanning storeLorenzo Stoakes1-6/+6
2024-10-22xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong2-26/+39
2024-10-22xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong1-5/+18
2024-10-22xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig4-20/+28
2024-10-22xfs: fix unlink vs cluster buffer instantiation raceDave Chinner1-4/+19
2024-10-22xfs: make sure sb_fdblocks is non-negativeWengang Wang1-3/+4
2024-10-22xfs: allow symlinks with short remote targetsDarrick J. Wong1-4/+24
2024-10-22xfs: convert delayed extents to unwritten when zeroing post eof blocksZhang Yi1-0/+29
2024-10-22xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi2-42/+46
2024-10-22xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi1-2/+4
2024-10-22xfs: match lock mode in xfs_buffered_write_iomap_begin()Zhang Yi1-5/+5
2024-10-22xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong2-9/+10
2024-10-22xfs: revert commit 44af6c7e59b12Darrick J. Wong1-8/+5
2024-10-22xfs: enforce one namespace per attributeDarrick J. Wong6-15/+39
2024-10-22xfs: validate recovered name buffers when recovering xattr itemsDarrick J. Wong1-11/+47
2024-10-22xfs: check shortform attr entry flags specificallyDarrick J. Wong1-0/+9
2024-10-22xfs: fix missing check for invalid attr flagsDarrick J. Wong2-4/+14
2024-10-22xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2Darrick J. Wong1-0/+27
2024-10-22xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recoveryDarrick J. Wong1-2/+3
2024-10-22xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extentChristoph Hellwig1-6/+0