aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds79-798/+1340
2024-05-20Merge tag 'pinctrl-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds30-390/+679
2024-05-20Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-27/+29
2024-05-20rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni1-1/+5
2024-05-20NFS: Don't enable NFS v2 by defaultAnna Schumaker1-2/+2
2024-05-20NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUSAnna Schumaker1-1/+1
2024-05-20sunrpc: fix NFSACL RPC retry on soft mountDan Aloni1-0/+1
2024-05-20SUNRPC: fix handling expired GSS contextOlga Kornievskaia1-1/+12
2024-05-20nfs: keep server info for remountsMartin Kaiser1-3/+6
2024-05-20NFSv4: Fixup smatch warning for ambiguous returnBenjamin Coddington1-7/+5
2024-05-20NFS: make sure lock/nolock overriding local_lock mount optionChen Hanxiao3-0/+19
2024-05-20NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly.NeilBrown4-3/+56
2024-05-20pNFS/filelayout: Specify the layout segment range in LAYOUTGETAnna Schumaker1-4/+4
2024-05-20pNFS/filelayout: Remove the whole file layout requirementAnna Schumaker1-8/+0
2024-05-20ASoC: tas2781: Fix wrong loading calibrated data sequenceShenghao Ding3-82/+32
2024-05-20ASoC: tas2552: Add TX path for capturing AUDIO-OUT dataShenghao Ding1-2/+13
2024-05-20Revert "selftests/cgroup: Drop define _GNU_SOURCE"Shuah Khan7-0/+15
2024-05-20Revert "selftests/sgx: Include KHDR_INCLUDES in Makefile"Shuah Khan2-1/+2
2024-05-20Revert "selftests: Compile kselftest headers with -D_GNU_SOURCE"Shuah Khan3-4/+4
2024-05-20block: t10-pi: add MODULE_DESCRIPTION()Jeff Johnson1-1/+1
2024-05-20nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka1-1/+14
2024-05-20selftests: net: kill smcrouted in the cleanup logic in amt.shTaehee Yoo1-1/+7
2024-05-20ipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer1-5/+6
2024-05-20net: Always descend into dsa/ folder with CONFIG_NET_DSA enabledFlorian Fainelli1-1/+3
2024-05-20bcachefs: Check for subvolues with bogus snapshot/inode fieldsKent Overstreet2-1/+12
2024-05-20bcachefs: bch2_checksum() returns 0 for unknown checksum typeKent Overstreet1-2/+2
2024-05-20bcachefs: Fix bch2_alloc_ciphers()Kent Overstreet1-12/+13
2024-05-20bcachefs: Add missing guard in bch2_snapshot_has_children()Kent Overstreet1-5/+2
2024-05-20bcachefs: Fix missing parens in drop_locks_do()Kent Overstreet1-1/+1
2024-05-20bcachefs: Improve bch2_assert_pos_locked()Kent Overstreet1-0/+2
2024-05-20bcachefs: Fix shift overflows in replicas.cKent Overstreet1-8/+21
2024-05-20bcachefs: Fix shift overflow in btree_lost_data()Kent Overstreet2-0/+9
2024-05-20bcachefs: Fix ref in trans_mark_dev_sbs() error pathKent Overstreet1-1/+1
2024-05-20bcachefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodYouling Tang1-1/+2
2024-05-20bcachefs: Fix rcu splat in check_fix_ptrs()Kent Overstreet1-5/+6
2024-05-20x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=yMasahiro Yamada1-4/+1
2024-05-19dt-bindings: mailbox: qcom-ipcc: Document the SDX75 IPCCRohit Agarwal1-0/+1
2024-05-19dt-bindings: mailbox: qcom: Add MSM8974 APCS compatibleLuca Weiss1-0/+1
2024-05-19mailbox: Convert from tasklet to BH workqueueAllen Pais2-18/+19
2024-05-19mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdownJason-JH.Lin1-1/+1
2024-05-19mailbox: mtk-cmdq-mailbox: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-05-19mailbox: zynqmp: handle SGI for shared IPITanmay Shah1-7/+152
2024-05-19mailbox: arm_mhuv3: Add driverCristian Marussi4-0/+1126
2024-05-19dt-bindings: mailbox: arm,mhuv3: Add bindingsCristian Marussi2-0/+237
2024-05-19mailbox: omap: Remove kernel FIFO message queuingAndrew Davis2-111/+5
2024-05-19mailbox: omap: Reverse FIFO busy check logicAndrew Davis1-17/+16
2024-05-19mailbox: omap: Remove mbox_chan_to_omap_mbox()Andrew Davis1-11/+3
2024-05-19mailbox: omap: Use mbox_controller channel list directlyAndrew Davis1-31/+11
2024-05-19mailbox: omap: Use function local struct mbox_controllerAndrew Davis1-9/+12
2024-05-19mailbox: omap: Merge mailbox child node setup loopsAndrew Davis1-73/+46