messages from 2026-07-13 12:42:37 to 2026-07-13 13:08:10 UTC [more...]
[PATCH v21 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2026-07-13 13:01 UTC (13+ messages)
` [PATCH v21 03/14] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v21 04/14] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v21 05/14] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v21 06/14] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v21 07/14] crypto: qce - Cancel work on device detach
` [PATCH v21 08/14] crypto: qce - Include algapi.h in the core.h header
` [PATCH v21 09/14] crypto: qce - Remove unused ignore_buf
` [PATCH v21 10/14] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v21 11/14] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v21 12/14] crypto: qce - Map crypto memory for DMA
` [PATCH v21 13/14] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v21 14/14] crypto: qce - Communicate the base physical address to the dmaengine
[PATCH v4 0/6] Improve U-Boot's TPM handling in the non-EFI case
2026-07-13 13:07 UTC (7+ messages)
` [PATCH v4 2/6] tpm: print all PCRs from pcr_read
` [PATCH v4 4/6] tpm: unify the tcg2 eventlog structures
` [PATCH v4 6/6] Fix tcg2_measurement_init call
[PATCH v2] drivers/crypto: Mark QCE as BROKEN
2026-07-13 13:07 UTC (3+ messages)
[PATCH 00/11] drm/amdgpu/gfx6: Use GFX IP block soft reset on GFX6
2026-07-13 13:07 UTC (12+ messages)
` [PATCH 01/11] drm/amdgpu/gfx6: Improve emit_cntxcntl()
` [PATCH 02/11] drm/amdgpu/gfx6: Fixup emitting SWITCH_BUFFER packets
` [PATCH 03/11] drm/amdgpu/gfx6: Use PFP on the compute queues too
` [PATCH 04/11] drm/amdgpu/gfx6: Initialize compute rings before CP start
` [PATCH 05/11] drm/amdgpu/gfx6: Clean up rings during reset
` [PATCH 06/11] drm/amdgpu/gfx6: Execute CLEAR_STATE when initializing compute rings
` [PATCH 07/11] drm/amdgpu/gfx6: Properly enable/disable priv_req and priv_inst interrupts
` [PATCH 08/11] drm/amdgpu/gfx6: Adjust how harvested TCCs are set up
` [PATCH 09/11] drm/amdgpu/gfx6: Use COND_EXEC
` [PATCH 10/11] drm/amdgpu/gfx6: Add IP block soft reset implementation
` [PATCH 11/11] drm/amdgpu/gfx6: Enable IP block soft reset as a GPU recovery method
[PATCH] mmc: bcm2835: DMA mapping improvements
2026-07-13 13:07 UTC (5+ messages)
[PATCH v3 00/10] drm/mediatek: Add DSC, WDMA, MT8189/96 DSI support
2026-07-13 13:07 UTC (12+ messages)
` [PATCH v3 01/10] dt-bindings: display: mediatek: dsc: Add MT8196 compatible
` [PATCH v3 02/10] drm/mediatek: Implement Display Stream Compression support
` [PATCH v3 03/10] dt-bindings: display: mediatek: dsi: Document MT8189 and MT8196
` [PATCH v3 04/10] drm/mediatek: mtk_dsi: Enable interrupt at component bind time
` [PATCH v3 05/10] drm/mediatek: mtk_dsi: Transfer register offsets to per-SoC const
` [PATCH v3 06/10] drm/mediatek: mtk_dsi: Add support for MT8189
` [PATCH v3 07/10] drm/mediatek: mtk_dsi: Add support for MT8196
` [PATCH v3 08/10] drm/mediatek: mtk_dsi: Enable PM Runtime on probe
` [PATCH v3 09/10] dt-bindings: display: mediatek: wdma: Add compatibles for more SoCs
` [PATCH v3 10/10] drm/mediatek: Add Write DMA (WDMA) Engine for Writeback support
[PATCH] regcache: disable cache_only before rewriting paging registers
2026-07-13 13:07 UTC (3+ messages)
[PATCH 0/2] efi/runtime-wrappers: fix linker warnings
2026-07-13 13:06 UTC (3+ messages)
` [PATCH 1/2] efi/runtime-wrappers: mark efi_rts_park_worker() as __noreturn
` [PATCH 2/2] efi/runtime-wrappers: mark efi_runtime_lock_owner as __used
[Bug 221073] New: xHCI host controller dies on resume from s2idle on AMD Strix Halo [1022:1587]
2026-07-13 13:06 UTC (2+ messages)
` [Bug 221073] "
[PATCH v5 00/17] i3c: renesas: Suspend to RAM with power loss and runtime PM
2026-07-13 13:05 UTC (36+ messages)
` [PATCH v5 01/17] i3c: renesas: Check that the transfer is valid before accessing it
` [PATCH v5 02/17] i3c: renesas: Restore STDBR and EXTBR registers on resume
` [PATCH v5 03/17] i3c: renesas: Follow the reset deassert order used in probe
` [PATCH v5 04/17] i3c: renesas: Reconfigure the DATBAS register on re-attach
` [PATCH v5 05/17] i3c: renesas: Reset the controller on resume
` [PATCH v5 06/17] i3c: renesas: Perform Dynamic Address Assignment "
` [PATCH v5 07/17] i3c: renesas: Clean DATBAS register on detach
` [PATCH v5 08/17] i3c: renesas: Fix out-of-bounds access for newdevs mask
` [PATCH v5 09/17] i3c: renesas: Use reset_control_bulk_{assert, deassert}()
` [PATCH v5 10/17] i3c: renesas: Return immediately if there is no transfer
` [PATCH v5 11/17] i3c: renesas: Follow a unified pattern for transfer and command initialization
` [PATCH v5 12/17] i3c: renesas: Drop the explicit memset() call
` [PATCH v5 13/17] i3c: renesas: Update HW registers after SW computations are done
` [PATCH v5 14/17] i3c: renesas: Organize structures to avoid unnecessary padding
` [PATCH v5 15/17] i3c: renesas: Use the "dev_name:irq_name" format for the interrupt name
` [PATCH v5 16/17] i3c: renesas: Drop unnecessary tab
` [PATCH v5 17/17] i3c: renesas: Add runtime PM support
[PATCH v7 00/19] media: meson: vdec: Fix lifecycles, race conditions, and stability bugs
2026-07-13 13:06 UTC (37+ messages)
` [PATCH v7 08/19] media: meson: vdec: Fix concurrent execution races and unsafe teardown
` [PATCH v7 09/19] media: meson: vdec: Fix vp9 header update failure on invalid payloads
` [PATCH v7 10/19] media: meson: vdec: Fix race conditions and leaks in esparser pipeline
` [PATCH v7 11/19] media: meson: vdec: Update core m2m stream state during transitions
` [PATCH v7 12/19] media: meson: vdec: Coordinate m2m task execution inside async loop
` [PATCH v7 13/19] media: meson: vdec: Fix race conditions in job abort sequence
` [PATCH v7 14/19] media: meson: vdec: Correct atomic counter placement in dst_buf_done
` [PATCH v7 15/19] media: meson: vdec: Fix concurrent firmware loading race and hardware timeout
` [PATCH v7 16/19] media: meson: vdec: Configure DMA mask and segment size in probe
` [PATCH v7 17/19] media: meson: canvas: Fix Use-After-Free by linking canvas provider device
` [PATCH v7 18/19] media: meson: vdec: Increase VIFIFO buffer size to 32 MiB
` [PATCH v7 19/19] gpu: drm: meson: Fix DMA segment size limits and maximize allocation boundaries
[PATCH] kunit: configs: enable GPIO kunit test cases in all_tests.config
2026-07-13 13:05 UTC (2+ messages)
[PATCH v4 0/7] media: qcom: camss: CAMSS Offline Processing Engine support
2026-07-13 13:05 UTC (3+ messages)
` [PATCH v4 6/7] media: qcom: camss: Add CAMSS Offline Processing Engine driver
[PATCH v4 0/6] Some Minor fixes and cleanups to irqchip/gic-v3-its
2026-07-13 13:05 UTC (6+ messages)
` [PATCH v4 3/6] irqchip/gic-v3-its: Fix leak in its_vpe_irq_domain_alloc()
[PATCH] libbpf: fix double-free of distilled base BTF on .BTF.ext parse error
2026-07-13 13:04 UTC (3+ messages)
` [PATCH v2] libbpf: initialize btf_ext out-parameter early in btf_parse_elf()
[PATCH nf] netfilter: ipset: skip extension destroy on hash resize replay
2026-07-13 12:59 UTC (2+ messages)
[PATCH v1] mtd: nand: raw: rockchip_nfc: fix ecc setup
2026-07-13 13:04 UTC (2+ messages)
[PATCH] os-release: set BUILD_ID vardepsexclude with weak assignment
2026-07-13 13:04 UTC (4+ messages)
` [OE-core] "
[PATCH v3 0/2] spi: Introduce initial EEPROM driver mode support
2026-07-13 13:03 UTC (4+ messages)
` [PATCH v4 "
` [PATCH v4 1/2] "
[PATCH v2 00/11] Enable CMRR in fixed-RR VRR path
2026-07-13 13:01 UTC (4+ messages)
` [PATCH v2 02/11] drm/i915/vrr: compute CMRR fractional timings generically
[GIT PULL] Please pull RDMA subsystem changes
2026-07-13 13:01 UTC
[PATCH v2 0/3] hw/riscv/riscv-iommu.c: additional PTE checks
2026-07-13 13:00 UTC (4+ messages)
` [PATCH v2 2/3] hw/riscv/riscv-iommu.c: fault when !PTE_U and no priv access
[PATCH v2] drm/virtio: fix deadlock in display_info_cb by removing hotplug from dequeue worker
2026-07-13 13:01 UTC
[PATCH 00/14] qapi: convert to explicit intro section syntax
2026-07-13 12:59 UTC (2+ messages)
[Buildroot] [PATCH] package/python-click: bump to version 8.4.2
2026-07-13 12:59 UTC
[PATCH 0/2] perf: Support Arm Bus Monitor Unit
2026-07-13 12:59 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: perf: Add "
[PATCH] lib/oe/patch: avoid duplicated "From:" in generated patches
2026-07-13 12:59 UTC (2+ messages)
` [OE-core] "
[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
2026-07-13 12:58 UTC (3+ messages)
` [PATCH v5 1/5] vfio: cache KVM VM file references instead of raw struct kvm pointers
Question regarding CC list for pt_BR translation patches
2026-07-13 12:58 UTC
[PATCH 0/9] drm/amdgpu/gfx7: Use GFX IP block soft reset on GFX7
2026-07-13 12:58 UTC (10+ messages)
` [PATCH 1/9] drm/amdgpu/gfx7: Make amdgpu_gfx_mqd_sw_init() usable "
` [PATCH 2/9] drm/amdgpu/gfx7: Refactor MQD initialization and finalization
` [PATCH 3/9] drm/amdgpu/gfx7: Return error code when compute ring tests fail
` [PATCH 4/9] drm/amdgpu/gfx7: Return error code when failing to start GFX ring
` [PATCH 5/9] drm/amdgpu/gfx7: Fixup emitting SWITCH_BUFFER packets
` [PATCH 6/9] drm/amdgpu/gfx7: Clean up gfx ring during reset
` [PATCH 7/9] drm/amdgpu/gfx7: Use COND_EXEC
` [PATCH 8/9] drm/amdgpu/gfx7: Fixup IP block soft reset
` [PATCH 9/9] drm/amdgpu/gfx7: Enable IP block soft reset as a GPU recovery method
[PATCH] Gitlab CI: Switch to git.u-boot-project.org
2026-07-13 12:58 UTC (2+ messages)
[PATCH] arm64: dts: qcom: eliza: Fix DSI1 phy reference clock rate
2026-07-13 12:58 UTC
[PATCH v3] RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REG
2026-07-13 12:57 UTC (4+ messages)
[PATCH] mm/migrate_device: avoid overflowing migrate_vma collection arrays
2026-07-13 12:57 UTC (8+ messages)
[PATCH] dt-bindings: pinctrl: ti,dra7-iodelay: Convert to DT schema
2026-07-13 12:57 UTC (2+ messages)
[PATCH v3 0/2] drivers/perf: hisi: Updates for HiSilicon uncore PMUs
2026-07-13 12:56 UTC (3+ messages)
` [PATCH v3 1/2] drivers/perf: hisi: Support uncore ITS PMU
` [PATCH v3 2/2] drivers/perf: hisi: Add new function for HiSilicon MN PMU driver
[PATCH v2] scripts: headers_install.sh: Normalize __ASSEMBLER__ to __ASSEMBLY__
2026-07-13 12:56 UTC (2+ messages)
[PATCH] hw/display/virtio-gpu: fix dmabuf_fd leak on remap failure
2026-07-13 12:56 UTC
[PATCH 0/6] k3-binman ergonomics
2026-07-13 12:56 UTC (6+ messages)
` [PATCH 6/6] k3-binman.dtsi: insert keyfile and distinguished name templates in all ti-secure(-rom) nodes
` [0/6] k3-binman ergonomics
[RFC PATCH v3 0/6] Add support for AMD IOMMU GAPPI
2026-07-13 12:56 UTC (4+ messages)
` [RFC PATCH v3 5/6] KVM: SVM: Add support for AMD IOMMU Guest APIC Physical Processor Interrupt (GAPPI)
[PATCH] hw/display/virtio-gpu: validate iov_cnt in migration load
2026-07-13 12:55 UTC
[PATCH v3 1/1] mm: let node_reclaim() return the number of pages reclaimed
2026-07-13 12:55 UTC (3+ messages)
[PATCH] scsi: ufs: Add support for the aggregated read query opcode
2026-07-13 12:55 UTC (4+ messages)
[PATCH] vhost-user-gpu: validate command buffer size in submit_3d
2026-07-13 12:54 UTC
[PATCH] arm64: irqflags: Fix Pseudo-NMI state assertion failure during vpanic
2026-07-13 12:54 UTC (3+ messages)
[PATCH] hw/display/virtio-gpu: validate command buffer size in submit_3d
2026-07-13 12:54 UTC
[PATCH net-next v3 07/15] net: macb: introduce macb_context struct for buffer management
2026-07-13 12:53 UTC (3+ messages)
[PATCH 0/2] jbd2: bound j_list_lock hold time in the checkpoint shrinker
2026-07-13 12:53 UTC (2+ messages)
[PATCH v12 00/29] KVM: arm64: Implement support for SME
2026-07-13 12:53 UTC (4+ messages)
` [PATCH v12 04/29] arm64/sve: Factor virtualizable VL discovery out of SVE specific code
[PATCH nf v2] selftests: netfilter: nft_flowtable.sh: fix offload counter verification for tunnel tests
2026-07-13 12:53 UTC
[PATCH i-g-t] tests/kms_force_connector_basic: re-baseline connector state before comparing
2026-07-13 12:52 UTC (2+ messages)
` ✓ i915.CI.BAT: success for tests/kms_force_connector_basic: re-baseline connector state before comparing (rev2)
[PATCH 1/2] drm/amd/display: Fix preferred link rate for NUTMEG
2026-07-13 12:44 UTC (4+ messages)
[PATCH 0/4] mm: kmemleak: reduce transient false positives by confirming leaks
2026-07-13 12:52 UTC (4+ messages)
` [PATCH 1/4] mm: kmemleak: confirm suspected leaks with a second scan
[PATCH] hw/display/vhost-user-gpu: validate message payload sizes
2026-07-13 12:51 UTC
[PATCH 0/3] pinctrl: mediatek: Add MT6858 support
2026-07-13 12:51 UTC (4+ messages)
` [PATCH 2/3] pinctrl: mediatek: Add driver for MT6858
[PATCH v3] docs: pt_BR: process: Translate stable kernel rules guide
2026-07-13 12:51 UTC
[PATCH] io_uring/kbuf: fix use-after-free of new iovec on bundle grow
2026-07-13 12:51 UTC
[PATCH bpf v2 0/2] bpf: Fix tracing of kfuncs with implicit args
2026-07-13 12:51 UTC (3+ messages)
` [PATCH bpf v2 1/2] "
[PATCH v2 0/5] drm/panel: refcounting panel lookups and references
2026-07-13 12:50 UTC (4+ messages)
` [PATCH v2 4/5] drm/panel: find_panel_by_fwnode() return a counted reference
[PATCH rdma-rc 0/2] RDMA/ionic: Fix NULL pointer dereferences
2026-07-13 12:50 UTC (8+ messages)
[PATCH] Bluetooth: btbcm: bound local name logging
2026-07-13 12:50 UTC
[PATCH] PCI: starfive: Fix unchecked pm_runtime_get_sync() in probe
2026-07-13 12:48 UTC (2+ messages)
[PATCH 0/2] bus: Remove redundant error messages on IRQ request failure
2026-07-13 12:48 UTC (3+ messages)
` [PATCH 1/2] bus: fsl-mc: Remove redundant dev_err()
[RESEND][SECURITY] block: double unpin in bounced direct reads
2026-07-13 12:47 UTC (4+ messages)
[PATCH 0/7] rockchip: fix boot from SDMMC on RK3576
2026-07-13 12:47 UTC (3+ messages)
[PATCH] ASoC: dt-bindings: ti,omap4-dmic: Convert to DT schema
2026-07-13 12:47 UTC
[PATCH nf-next v6 0/6] Add IPv4 over IPv6 and SIT flowtable SW acceleration
2026-07-13 12:46 UTC (7+ messages)
` [PATCH nf-next v6 1/6] net: netfilter: add ether_type to net_device_path_ctx
` [PATCH nf-next v6 2/6] net: netfilter: add encap_proto to flow_offload_tunnel
` [PATCH nf-next v6 3/6] net: netfilter: add IPv4 over IPv6 tunnel flowtable acceleration
` [PATCH nf-next v6 4/6] selftests: netfilter: nft_flowtable.sh: add IPv4 over IPv6 flowtable selftest
` [PATCH nf-next v6 5/6] net: netfilter: add SIT tunnel flowtable acceleration
` [PATCH nf-next v6 6/6] selftests: netfilter: nft_flowtable.sh: add SIT flowtable selftest
[LTP] [PATCH v4 0/4] Reproducer for cve-2026-46331
2026-07-13 12:37 UTC (2+ messages)
` [LTP] [PATCH v4 4/4] cve: Add act_pedit page-cache corruption test
[PATCH v3 0/4] add versioned symbols for recently stabilized APIs
2026-07-13 12:46 UTC (5+ messages)
` [PATCH v4 "
[PATCH v3 0/2] hwspinlock: convert to XArray and add summary in debugfs
2026-07-13 12:46 UTC (3+ messages)
` [PATCH v3 1/2] hwspinlock: Convert to XArray
` [PATCH v3 2/2] hwspinlock: add list of mailboxes to debugfs
[RFC net-next] llc: jumbo frame support
2026-07-13 12:43 UTC (3+ messages)
` [RFC PATCH net-next 1/2] llc: add 802.1AC (jumbo frames) support
` [RFC PATCH net-next 2/2] selftests/net: selftest for AF_LLC jumbo frames
[PATCH v3] hardening: Default randstruct off with rust for better allmodconfig support
2026-07-13 12:45 UTC (2+ messages)
[PATCH v2 0/4] xfs: consolidate metadir creation code
2026-07-13 12:42 UTC (5+ messages)
` [PATCH v2 1/4] xfs: add xfs_metadir_create_file helper
` [PATCH v2 2/4] xfs: create quota metadir inodes using xfs_metadir_create_file
` [PATCH v2 3/4] xfs: create rtgroup "
` [PATCH v2 4/4] xfs: mark internal metadir file creation helpers static
[PATCH v2] firmware: stratix10-rsu: Add synchronous fallback for async SVC operations
2026-07-13 12:44 UTC (2+ messages)
[LTP] [PATCH v1] pipe13: Scale child reap window with LTP_TIMEOUT_MUL
2026-07-13 12:43 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.