summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-18crypto: qat - enable telemetry for GEN6 devicesVijay Sundar Selvamani4-0/+348
2025-07-18crypto: qat - add decompression service to telemetryVijay Sundar Selvamani1-0/+3
2025-07-18crypto: krb5 - Fix memory leak in krb5_test_one_prf()Eric Biggers1-0/+1
2025-07-18crypto: acomp - Fix CFI failure due to type punningEric Biggers3-6/+13
2025-07-18crypto: x86/aegis - Add missing error checksEric Biggers1-11/+25
2025-07-18crypto: x86/aegis - Fix sleeping when disallowed on PREEMPT_RTEric Biggers1-2/+6
2025-07-18crypto: qat - enable power management debugfs for GEN6 devicesGeorge Abraham P5-2/+160
2025-07-18crypto: qat - relocate power management debugfs helper APIsGeorge Abraham P4-86/+108
2025-07-18crypto: qat - fix virtual channel configuration for GEN6 devicesSuman Kumar Chakraborty2-6/+6
2025-07-18crypto: drivers - Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus8-8/+0
2025-07-18hwrng: drivers - Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus7-9/+0
2025-07-18crypto: caam - avoid option aliasing with the CONFIG_CAAM_QI build optionLukas Bulwahn5-11/+7
2025-07-18crypto: qat - add live migration enablers for GEN6 devicesMałgorzata Mielnik3-0/+13
2025-07-18crypto: qat - relocate and rename bank state structure definitionSuman Kumar Chakraborty4-45/+47
2025-07-18crypto: qat - relocate bank state helper functionsMałgorzata Mielnik6-209/+258
2025-07-18crypto: qat - replace CHECK_STAT macro with static inline functionSuman Kumar Chakraborty1-14/+19
2025-07-18crypto: qat - use pr_fmt() in adf_gen4_hw_data.cSuman Kumar Chakraborty1-4/+6
2025-07-18crypto: cryptd - Use nested-BH locking for cryptd_cpu_queueSebastian Andrzej Siewior1-0/+6
2025-07-18crypto: qat - disable ZUC-256 capability for QAT GEN5Bairavi Alagappan1-8/+1
2025-07-18crypto: img-hash - Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1
2025-07-18crypto: keembay - Fix dma_unmap_sg() nents valueThomas Fourier1-1/+7
2025-07-18hwrng: mtk - handle devm_pm_runtime_enable errorsOvidiu Panait1-1/+3
2025-07-18Merge tag 'local-lock-for-net' of git://git.kernel.org/pub/scm/linux/kernel/g...Herbert Xu2-25/+25
2025-07-18remoteproc: imx_rproc: detect and attach to pre-booted remote coresHiago De Franco1-6/+35
2025-07-18efivarfs: Fix memory leak of efivarfs_fs_info in fs_context error pathsBreno Leitao1-0/+6
2025-07-18Merge tag 'drm-xe-next-2025-07-15' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie60-765/+1501
2025-07-18Merge patch series "ovl: narrow regions protected by i_rw_sem"Christian Brauner8-199/+235
2025-07-18ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()NeilBrown6-25/+25
2025-07-18ovl: change ovl_create_real() to receive dentry parentNeilBrown3-6/+6
2025-07-18ovl: narrow locking in ovl_check_rename_whiteout()NeilBrown1-8/+7
2025-07-18ovl: narrow locking in ovl_whiteout()NeilBrown3-20/+27
2025-07-18ovl: change ovl_cleanup_and_whiteout() to take rename lock as neededNeilBrown3-26/+12
2025-07-18ovl: narrow locking on ovl_remove_and_whiteout()NeilBrown1-13/+10
2025-07-18ovl: change ovl_workdir_cleanup() to take dir lock as needed.NeilBrown3-29/+15
2025-07-18ovl: narrow locking in ovl_workdir_cleanup_recurse()NeilBrown1-5/+9
2025-07-18ovl: narrow locking in ovl_indexdir_cleanup()NeilBrown1-7/+13
2025-07-18ovl: narrow locking in ovl_workdir_create()NeilBrown1-11/+14
2025-07-18ovl: narrow locking in ovl_cleanup_index()NeilBrown1-8/+8
2025-07-18ovl: narrow locking in ovl_cleanup_whiteouts()NeilBrown1-4/+2
2025-07-18ovl: narrow locking in ovl_rename()NeilBrown1-4/+7
2025-07-18ovl: simplify gotos in ovl_rename()NeilBrown1-27/+27
2025-07-18ovl: narrow locking in ovl_create_over_whiteout()NeilBrown1-7/+6
2025-07-18ovl: narrow locking in ovl_clear_empty()NeilBrown1-4/+3
2025-07-18ovl: narrow locking in ovl_create_upper()NeilBrown1-7/+5
2025-07-18ovl: narrow the locked region in ovl_copy_up_workdir()NeilBrown1-2/+2
2025-07-18ovl: Call ovl_create_temp() without lock held.NeilBrown5-38/+52
2025-07-18ovl: change ovl_create_index() to take dir locksNeilBrown1-9/+13
2025-07-18ovl: simplify an error path in ovl_copy_up_workdir()NeilBrown4-9/+42
2025-07-18ovl: support layers on case-folding capable filesystemsAmir Goldstein4-13/+49
2025-07-18Merge patch series "backing_file accessors cleanup"Christian Brauner5-11/+15