summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-27nvmem: imx-ocotp-ele: fix MAC address byte orderSascha Hauer1-0/+22
2025-02-27nvmem: Move and rename ->fixup_cell_info()Miquel Raynal5-24/+15
2025-02-27nvmem: Simplify the ->add_cells() hookMiquel Raynal4-10/+6
2025-02-27nvmem: Create a header for internal sharingMiquel Raynal2-23/+36
2025-02-27media: uvcvideo: Remove dangling pointersRicardo Ribalda3-3/+67
2025-02-27media: uvcvideo: Only save async fh if successRicardo Ribalda1-7/+11
2025-02-27media: uvcvideo: Refactor iteratorsRicardo Ribalda1-11/+13
2025-02-27soc: mediatek: mtk-devapc: Fix leaking IO map on driver removeKrzysztof Kozlowski1-0/+1
2025-02-27soc/mediatek: mtk-devapc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2025-02-27arm64: dts: qcom: sm8550: Fix ADSP memory base and lengthKrzysztof Kozlowski1-131/+131
2025-02-27arm64: dts: qcom: sm8550: add missing qcom,non-secure-domain propertyNeil Armstrong1-0/+2
2025-02-27arm64: dts: qcom: sm8550: Add dma-coherent propertyLing Xu1-0/+13
2025-02-27arm64: dts: qcom: sm8450: Fix ADSP memory base and lengthKrzysztof Kozlowski1-106/+106
2025-02-27arm64: dts: qcom: sm8450: add missing qcom,non-secure-domain propertyNeil Armstrong1-0/+3
2025-02-27scsi: core: Do not retry I/Os during depopulationIgor Pylypiv1-2/+7
2025-02-27scsi: core: Handle depopulation and restoration in progressDouglas Gilbert2-0/+5
2025-02-27firmware: qcom: scm: Fix missing read barrier in qcom_scm_is_available()Krzysztof Kozlowski1-2/+3
2025-02-27ASoC: renesas: rz-ssi: Add a check for negative sample_spaceDan Carpenter1-0/+2
2025-02-27Input: synaptics - fix crash when enabling pass-through portDmitry Torokhov2-14/+43
2025-02-27Input: serio - define serio_pause_rx guard to pause and resume serio portsDmitry Torokhov1-0/+3
2025-02-27Bluetooth: qca: Fix poor RF performance for WCN6855Zijun Hu1-2/+3
2025-02-27Bluetooth: qca: Update firmware-name to support board specific nvmCheng Jiang1-28/+85
2025-02-27Bluetooth: qca: Support downloading board id specific NVM for WCN7850Zijun Hu1-3/+15
2025-02-27cpufreq: fix using cpufreq-dt as moduleAndreas Kemnade2-3/+1
2025-02-27cpufreq: dt-platdev: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2025-02-27memcg: fix soft lockup in the OOM processChen Ridong2-2/+13
2025-02-27mm: update mark_victim tracepoints fieldsCarlos Galo2-5/+37
2025-02-27md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetimeYu Kuai2-1/+9
2025-02-27md/md-bitmap: add 'sync_size' into struct md_bitmap_statsYu Kuai3-14/+27
2025-02-27md/md-cluster: fix spares warnings for __le64Yu Kuai1-3/+3
2025-02-27md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()Yu Kuai3-21/+41
2025-02-27md: simplify md_seq_opsYu Kuai1-78/+22
2025-02-27md: factor out a helper from mddev_put()Yu Kuai1-12/+17
2025-02-27md: use separate work_struct for md_start_sync()Yu Kuai2-5/+10
2025-02-27xfs: don't over-report free space or inodes in statvfsDarrick J. Wong1-10/+17
2025-02-27xfs: report realtime block quota limits on realtime directoriesDarrick J. Wong2-12/+17
2025-02-27xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo3-3/+8
2025-02-27xfs: streamline xfs_filestream_pick_agChristoph Hellwig1-50/+46
2025-02-27xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling1-1/+1
2025-02-27xfs: update the pag for the last AG at recovery timeChristoph Hellwig3-3/+34
2025-02-27xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig1-1/+1
2025-02-27xfs: error out when a superblock buffer update reduces the agcountChristoph Hellwig1-0/+5
2025-02-27xfs: update the file system geometry after recoverying superblock buffersChristoph Hellwig2-8/+52
2025-02-27xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig5-38/+22
2025-02-27xfs: Remove empty declartion in header fileZhang Zekun1-1/+0
2025-02-27xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak1-7/+4
2025-02-27xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig1-1/+7
2025-02-27xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig1-48/+13
2025-02-27xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig3-14/+3
2025-02-27xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig1-45/+28