summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-03soc: fsl: cpm1: qmc: Introduce qmc_init_resource() and its CPM1 versionHerve Codina
2024-09-03soc: fsl: cpm1: qmc: Re-order probe() operationsHerve Codina
2024-09-03soc: fsl: cpm1: qmc: Introduce qmc_data structureHerve Codina
2024-09-03dt-bindings: soc: fsl: cpm_qe: Add QUICC Engine (QE) QMC controllerHerve Codina
2024-09-03soc: fsl: cpm1: qmc: Add missing spinlock commentHerve Codina
2024-09-03soc: fsl: cpm1: qmc: Fix 'transmiter' typoHerve Codina
2024-09-03soc: fsl: cpm1: qmc: Remove unneeded parenthesisHerve Codina
2024-09-03soc: fsl: cpm1: qmc: Fix blank line and spacesHerve Codina
2024-09-03soc: fsl: cpm1: qmc: Use BIT(), GENMASK() and FIELD_PREP() macrosHerve Codina
2024-09-03soc: fsl: cpm1: qmc: Rename QMC_TSA_MASKHerve Codina
2024-09-03soc: fsl: cpm1: tsa: Introduce tsa_serial_get_num()Herve Codina
2024-09-03MAINTAINERS: Add QE files related to the Freescale TSA controllerHerve Codina
2024-09-03soc: fsl: cpm1: tsa: Add support for QUICC Engine (QE) implementationHerve Codina
2024-09-03soc: fsl: cpm1: tsa: Introduce tsa_versionHerve Codina
2024-09-03soc: fsl: cpm1: tsa: Isolate specific CPM1 part from tsa_serial_{dis}connect()Herve Codina
2024-09-03soc: fsl: cpm1: tsa: Introduce tsa_setup() and its CPM1 compatible versionHerve Codina
2024-09-03soc: fsl: cpm1: tsa: Make SIRAM entries specific to CPM1Herve Codina
2024-09-03soc: fsl: cpm1: tsa: Use ARRAY_SIZE() instead of hardcoded integer valuesHerve Codina
2024-09-03soc: fsl: cpm1: tsa: Remove unused registers offset definitionHerve Codina
2024-09-03dt-bindings: soc: fsl: cpm_qe: Add QUICC Engine (QE) TSA controllerHerve Codina
2024-09-03soc: fsl: cpm1: tsa: Add missing spinlock commentHerve Codina
2024-09-03soc: fsl: cpm1: tsa: Fix blank line and spacesHerve Codina
2024-09-03soc: fsl: cpm1: tsa: Use BIT(), GENMASK() and FIELD_PREP() macrosHerve Codina
2024-09-03soc: fsl: cpm1: tsa: Fix tsa_write8()Herve Codina
2024-09-03soc: fsl: cpm1: qmc: Enable TRNSYNC only when neededHerve Codina
2024-09-03soc: fsl: cpm1: qmc: Update TRNSYNC only in transparent modeHerve Codina
2024-09-03Merge 6.11-rc6 into usb-nextGreg Kroah-Hartman
2024-09-03mm, slub: avoid zeroing kmalloc redzonePeng Fan
2024-09-03drm/i915/display: Increase Fast Wake Sync length as a quirkJouni Högander
2024-09-03drm/i915/display: Add mechanism to use sink model when applying quirkJouni Högander
2024-09-03xfs: ensure st_blocks never goes to zero during COW writesChristoph Hellwig
2024-09-03xfs: use xas_for_each_marked in xfs_reclaim_inodes_countChristoph Hellwig
2024-09-03xfs: convert perag lookup to xarrayChristoph Hellwig
2024-09-03xfs: simplify tagged perag iterationChristoph Hellwig
2024-09-03xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig
2024-09-03xfs: use kfree_rcu_mightsleep to free the perag structuresChristoph Hellwig
2024-09-03xfs: use LIST_HEAD() to simplify codeHongbo Li
2024-09-03xfs: Remove duplicate xfs_trans_priv.h headerJiapeng Chong
2024-09-03xfs: remove unnecessary checkDan Carpenter
2024-09-03xfs: Use xfs set and clear mp state helpersJohn Garry
2024-09-03xfs: reclaim speculative preallocations for append only filesChristoph Hellwig
2024-09-03xfs: simplify extent lookup in xfs_can_free_eofblocksChristoph Hellwig
2024-09-03xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocksChristoph Hellwig
2024-09-03xfs: only free posteof blocks on first closeDarrick J. Wong
2024-09-03xfs: don't free post-EOF blocks on read closeDave Chinner
2024-09-03xfs: skip all of xfs_file_release when shut downChristoph Hellwig
2024-09-03xfs: don't bother returning errors from xfs_file_releaseChristoph Hellwig
2024-09-03xfs: refactor f_op->release handlingChristoph Hellwig
2024-09-03xfs: remove the i_mode check in xfs_releaseChristoph Hellwig
2024-09-03Merge tag 'btree-cleanups-6.12_2024-09-02' of https://git.kernel.org/pub/scm/...Chandan Babu R