summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-10m68k: defconfig: Update defconfigs for v7.2-rc1Geert Uytterhoeven12-60/+0
2026-08-10m68k: amiga: Remove redundant amiga_reset() prototypeThorsten Blum1-3/+1
2026-08-10drm/connector/hdmi: Fix out of bounds memory readJohn Harrison1-1/+2
2026-08-10Documentation/process: maintainer-soc: Mention expectation about dt-check-styleKrzysztof Kozlowski1-0/+4
2026-08-10MAINTAINERS: update tree for DMA MAPPING HELPERSMarek Szyprowski1-2/+1
2026-08-10media: rzg2l-cru: Align bytesperline to hardware DMA stride requirementTommaso Merciai1-0/+5
2026-08-10media: intel/ipu6: fix async notifier cleanup leak on parse errorCong Nguyen1-0/+1
2026-08-10media: staging/ipu7: fix async notifier UAF on probe error pathCong Nguyen1-0/+1
2026-08-10s390/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITSHeiko Carstens3-27/+30
2026-08-10arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITSBoqun Feng1-0/+1
2026-08-10preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITSBoqun Feng9-37/+115
2026-08-10sched: Avoid signed comparison of preempt_count() in __cant_migrate()Boqun Feng1-1/+1
2026-08-10sched: Remove the unused preempt_offset parameter of __cant_sleep()Boqun Feng2-4/+4
2026-08-10locking: Switch to _irq_{disable,enable}() variants in cleanup guardsBoqun Feng2-20/+18
2026-08-10irq: Add KUnit test for refcounted interrupt enable/disableLyude Paul2-0/+110
2026-08-10irq,spin_lock: Add counted interrupt disabling/enablingBoqun Feng8-2/+240
2026-08-10media: amd: isp4: fix self-deadlock in isp4sd_pwron_and_init() error pathYifei Gao1-6/+22
2026-08-10media: amd: isp4: release partial allocations in isp4if_alloc_fw_gpumem()Yifei Gao1-4/+2
2026-08-10Merge tag 'omap-for-v7.3/soc-signed' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-10/+21
2026-08-10Merge tag 'zynqmp-soc-for-7.3' of https://github.com/Xilinx/linux-xlnx into s...Arnd Bergmann3-20/+103
2026-08-10crypto: af_alg - Stop after finding name in allowlistEric Biggers1-4/+7
2026-08-10crypto: af_alg - Replace 'bool privileged' with flagsEric Biggers5-31/+36
2026-08-10crypto: af_alg - Make cbc(paes) privileged-onlyEric Biggers1-1/+1
2026-08-10hwrng: imx-rngc - Disable clock on registration failureYuho Choi1-1/+3
2026-08-10crypto: qat - remove dead ADF_HEX codeAhsan Atta2-4/+0
2026-08-10crypto: qce - simplify qce_handle_requestThorsten Blum1-6/+4
2026-08-10crypto: qce - simplify devm_qce_register_algsThorsten Blum1-3/+3
2026-08-10crypto: caam - simplify probe resource and IRQ handlingRosen Penev1-34/+12
2026-08-10crypto: amcc - fix racy teardown with devm_request_irqRosen Penev1-8/+15
2026-08-10crypto: cesa - clear cesa_dev on _removeRosen Penev1-0/+2
2026-08-10crypto: ecdsa - Fix typo in function documentationPaul Louvel1-2/+2
2026-08-10crypto: ccp - don't abuse kernel-doc comment formatRandy Dunlap1-2/+2
2026-08-10crypto: qce - Add runtime PM and interconnect bandwidth scaling supportUdit Tiwari1-7/+92
2026-08-10crypto: talitos - Use platform_get_irq() to retrieve interruptRosen Penev1-17/+13
2026-08-10crypto: atmel-ecc - drop redundant return variableThorsten Blum1-3/+2
2026-08-10crypto: atmel-ecc - simplify control flow in atmel_ecdh_set_secretThorsten Blum1-7/+4
2026-08-10dt-bindings: crypto: qcom,inline-crypto-engine: Add x1e80100 supportWenjia Zhang1-0/+1
2026-08-10Merge tag 'soc_fsl-7.3-1' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann21-165/+809
2026-08-10fprobe: Simplify fprobe_remove_ips() by reusing existing helpersMasami Hiramatsu (Google)1-9/+2
2026-08-10futex: Sanitize and document task_struct::futex::state transitionsThomas Gleixner2-40/+73
2026-08-10futex/pi: Reject cross-mm private futex ownersKyle Zeng1-0/+20
2026-08-10Merge tag 'apple-soc-drivers-7.3' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann6-2/+246
2026-08-10iommu/vt-d: Flush context cache with correct SID when tearing down aliasesLu Baolu3-5/+8
2026-08-10iommu/vt-d: Tear down scalable-mode context on probe failureLu Baolu1-0/+1
2026-08-10iommu/vt-d: Fix iopf_refcount leak on RID domain replacementLu Baolu1-5/+8
2026-08-10iommu/vt-d: Clear Present bit before tearing down copied context entryLu Baolu1-1/+5
2026-08-10iommu/vt-d: Fix copied_tables bitmap leak on error in copy_translation_tablesZhaoJinming1-6/+13
2026-08-10iommu/vt-d: Cache max domain ID to avoid redundant calculationLu Baolu3-5/+7
2026-08-10iommu/vt-d: Support the new DMA_REMAP_OPT_OUT flag bitKevin Tian3-10/+29
2026-08-10iommu/vt-d: Remove dmar_disabledKevin Tian3-9/+3