All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-24 10:32:59 to 2026-07-24 11:05:42 UTC [more...]

[PATCH v7 00/19] dmaengine: ti: Add support for BCDMA v2 and PKTDMA v2
 2026-07-24 11:05 UTC  (29+ messages)
` [PATCH v7 01/19] dmaengine: ti: k3-udma: Fix sporadic crash on AM62x
` [PATCH v7 05/19] dmaengine: ti: k3-udma: move descriptor management to k3-udma-common.c
` [PATCH v7 06/19] dmaengine: ti: k3-udma: move ring management functions "
` [PATCH v7 07/19] dmaengine: ti: k3-udma: Add variant-specific function pointers to udma_dev
` [PATCH v7 08/19] dmaengine: ti: k3-udma: move udma utility functions to k3-udma-common.c
` [PATCH v7 09/19] dmaengine: ti: k3-udma: move resource management "
` [PATCH v7 10/19] dmaengine: ti: k3-udma: refactor resource setup functions
` [PATCH v7 12/19] drivers: soc: ti: k3-ringacc: handle absence of tisci
` [PATCH v7 14/19] dt-bindings: dma: ti: Add K3 PKTDMA V2
` [PATCH v7 15/19] dmaengine: ti: k3-psil-am62l: Add AM62Lx PSIL and PDMA data
` [PATCH v7 16/19] dmaengine: ti: k3-udma-v2: New driver for K3 BCDMA_V2
` [PATCH v7 17/19] dmaengine: ti: k3-udma-v2: Add support for PKTDMA V2
` [PATCH v7 18/19] dmaengine: ti: k3-udma-v2: Update glue layer to support "
` [PATCH v7 19/19] dmaengine: ti: k3-udma: Validate resource ID and fix logging in reservation

[PATCH v3 0/2] Improve DIAG 9c observability
 2026-07-24 11:05 UTC  (4+ messages)
` [PATCH v3 1/2] s390/kvm: Refactor __diag_time_slice_end_directed for single exit point
` [PATCH v3 2/2] s390/kvm: Add tracepoint for DIAG 9c directed yield operations

[PATCH 0/5] x86/boot: Early boot cleanups
 2026-07-24 11:04 UTC  (3+ messages)
` [PATCH 2/5] x86/boot/64: Clear BSS as early as possible

[PATCH RFC 00/15] vhost-user: isolated memory
 2026-07-24 10:56 UTC  (3+ messages)
` [PATCH RFC 02/15] vhost-user: Add memory-isolation qdev property to vhost-user devices

[PATCH nf v3] netfilter: ip6tables: set hotdrop for malformed extension header matches
 2026-07-24 11:01 UTC 

[PATCH v3 00/10] mpi3mr: Few Enhancements and minor fixes
 2026-07-24 11:02 UTC  (15+ messages)
` [PATCH v3 01/10] mpi3mr: Skip device shutdown during unload per controller configuration
` [PATCH v3 04/10] mpi3mr: Fix NVMe page size caching for non-operational devices
` [PATCH v3 05/10] mpi3mr: Fix performance regression caused by extended IRQ poll sleep
` [PATCH v3 06/10] mpi3mr: Fix memory leak on operational queue creation failure
` [PATCH v3 07/10] mpi3mr: Fix firmware event reference leak during cleanup
` [PATCH v3 08/10] mpi3mr: Fix SAS port allocation and registration error handling
` [PATCH v3 09/10] mpi3mr: Fix SAS PHY cleanup in host addition error paths
` [PATCH v3 10/10] mpi3mr: Driver version update to 8.18.0.8.50

[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
 2026-07-24 11:00 UTC  (49+ messages)
` [PATCH v4 01/48] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v4 02/48] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v4 03/48] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
` [PATCH v4 04/48] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH v4 05/48] arm64/sysreg: Add GICv5 GIC VDPEND encoding
` [PATCH v4 06/48] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v4 07/48] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH v4 08/48] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v4 09/48] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v4 10/48] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v4 11/48] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v4 12/48] KVM: arm64: gic-v5: Keep GICv5 vCPU limit model-specific
` [PATCH v4 13/48] KVM: arm64: gic-v5: Implement VPE IRS MMIO Ops
` [PATCH v4 14/48] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v4 15/48] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH v4 16/48] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v4 17/48] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH v4 18/48] KVM: arm64: gic-v5: Add IRS IODEV support to MMIO handlers
` [PATCH v4 19/48] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v4 20/48] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v4 21/48] KVM: arm64: gic-v5: Initialise per-VM IRS state
` [PATCH v4 22/48] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v4 23/48] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH v4 24/48] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH v4 25/48] KVM: arm64: gic-v5: Add GIC VDPEND hyp call
` [PATCH v4 26/48] KVM: arm64: gic: Introduce set_pending_state() to irq_op
` [PATCH v4 27/48] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v4 28/48] Documentation: KVM: Extend VGICv5 device attribute docs
` [PATCH v4 29/48] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v4 30/48] KVM: arm64: gic-v5: Mask per-vcpu PPI state in vgic_v5_finalize_ppi_state()
` [PATCH v4 31/48] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v4 32/48] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v4 33/48] KVM: arm64: gic-v5: Add CoreSight MMIO regs to IRS
` [PATCH v4 34/48] KVM: arm64: gic-v5: Add VGICv5 IST save/restore UAPI
` [PATCH v4 35/48] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v4 36/48] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH v4 37/48] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v4 38/48] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
` [PATCH v4 39/48] Documentation: KVM: Add the VGICv5 IRS save/restore sequences
` [PATCH v4 40/48] KVM: selftests: Add VGICv5 IRS address attribute tests
` [PATCH v4 41/48] KVM: selftests: Add VGICv5 NR_IRQS "
` [PATCH v4 42/48] KVM: selftests: Add VGICv5 IRS_REGS "
` [PATCH v4 43/48] KVM: selftests: Add VGICv5 IST "
` [PATCH v4 44/48] KVM: selftests: Add VGICv5 USERSPACE_PPIS tests
` [PATCH v4 45/48] KVM: selftests: Add VGICv5 CPU sysreg attribute tests
` [PATCH v4 46/48] KVM: selftests: Add VGICv5 SPI injection tests
` [PATCH v4 47/48] KVM: selftests: Add VGICv5 LPI delivery tests
` [PATCH v4 48/48] KVM: selftests: Add VGICv5 IST save/restore coverage

[PATCH] thermal: qcom-spmi-adc-tm5: drop IIO_VAL_INT check in adc_tm5_get_temp
 2026-07-24 11:00 UTC 

[PATCH v3 0/4] clk: qcom: Add Audio Core clock controller support on Qualcomm Shikra SoC
 2026-07-24 11:00 UTC  (6+ messages)
` [PATCH v3 1/4] clk: qcom: common: Register reset controller only when resets are present
` [PATCH v3 3/4] clk: qcom: Add Audio Core clock controller support on Qualcomm Shikra SoC

[PATCH] drm/xe/pt: check no-DMA huge-pte cases before DMA segment test
 2026-07-24 10:58 UTC  (2+ messages)

[syzbot] [fuse?] INFO: task hung in fuse_chan_send
 2026-07-24 10:59 UTC  (2+ messages)
` Forwarded: [PATCH] fuse: allow fatal signals to interrupt forced requests

[PATCH v6 0/3] drm/xe: make CTX_TIMESTAMP TOCTOU-safe and handle sentinels
 2026-07-24 10:58 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe: make CTX_TIMESTAMP TOCTOU-safe and handle sentinels (rev6)

[PATCH] vmstate: fix type confusion in vmstate_size() for VMSTATE_VBUFFER_UINT64
 2026-07-24 10:57 UTC 

[PATCH] ceph: fix mds random selection readiness predicate
 2026-07-24 10:49 UTC 

[PATCH] ACPI: CPPC: Skip writes to unsupported performance controls
 2026-07-24 10:57 UTC  (2+ messages)

[PATCH] fuse: skip destination updates for zero-byte copy
 2026-07-24 10:55 UTC  (2+ messages)

[PATCH] ubifs: fix out-of-bounds read in signature length check
 2026-07-24 10:55 UTC  (3+ messages)

[RFC PATCH] drm/bridge: adv7511: use cache_only during power down
 2026-07-24 10:56 UTC  (3+ messages)

[PATCH net v1] net/smc: fix socket use-after-free during link group termination
 2026-07-24 10:56 UTC  (2+ messages)

[PATCH] bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()
 2026-07-24 10:56 UTC  (10+ messages)
` [PATCH v3] bpf, sockmap: Fix cork ownership "
          ` [PATCH bpf v4] bpf, sockmap: Fix cork use-after-free "

[PATCH v3 0/6] clk: qcom: Add Nord multimedia clock controller support
 2026-07-24 10:55 UTC  (7+ messages)
` [PATCH v3 1/6] clk: qcom: gcc-nord: mark PCIe link clocks as critical
` [PATCH v3 2/6] clk: qcom: negcc-nord: keep GPU2 CFG clock enabled via critical CBCR
` [PATCH v3 3/6] dt-bindings: clock: qcom: Document Nord display clock controller
` [PATCH v3 4/6] clk: qcom: Add Nord display clock controller support
` [PATCH v3 5/6] dt-bindings: clock: qcom: Document Nord GPU clock controllers
` [PATCH v3 6/6] clk: qcom: gpucc: Add Nord graphics clock controller support

[PATCH GSoC v20 00/13] cat-file: add remote-object-info to batch-command
 2026-07-24 10:54 UTC  (15+ messages)
` [PATCH GSoC v21 "
  ` [PATCH GSoC v21 01/13] transport-helper: fix memory leak of helper on disconnect
  ` [PATCH GSoC v21 02/13] cat-file: declare loop counter inside for()
  ` [PATCH GSoC v21 03/13] t1006: extract helper functions into new 'lib-cat-file.sh'
  ` [PATCH GSoC v21 04/13] fetch-pack: drop the static advertise_sid variable
  ` [PATCH GSoC v21 05/13] fetch-pack: use unsigned int for hash_algo variable
  ` [PATCH GSoC v21 06/13] fetch-pack: move write_fetch_command_and_capabilities() to connect.c
  ` [PATCH GSoC v21 07/13] connect: make write_fetch_command_and_capabilities() more generic
  ` [PATCH GSoC v21 08/13] fetch-pack: move fetch initialization
  ` [PATCH GSoC v21 09/13] protocol-caps: check object existence regardless of the attributes requested
  ` [PATCH GSoC v21 10/13] serve: advertise object-info feature
  ` [PATCH GSoC v21 11/13] transport: add client support for object-info
  ` [PATCH GSoC v21 12/13] cat-file: add remote-object-info to batch-command
  ` [PATCH GSoC v21 13/13] cat-file: make remote-object-info allow-list adapt to the server

[PATCH] PCI: Disable NoSnoop and Relaxed ordering for Intel wireless BE200
 2026-07-24 10:54 UTC  (4+ messages)

[nf-next PATCH v3 0/4] Address Sashiko review of NAT hook dump code
 2026-07-24 10:54 UTC  (3+ messages)

[PATCH v24 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-07-24 10:53 UTC  (4+ messages)
` [PATCH v24 06/14] dmaengine: qcom: bam_dma: add support for BAM locking

[PATCH v3] platform: int3472: discrete: Support multiple HIDs per GPIO map entry
 2026-07-24 10:53 UTC 

[PATCH] macvlan: inherit needed_headroom/needed_tailroom from lower device
 2026-07-24 10:53 UTC  (2+ messages)

[RFC cip-dev][isar-cip-core][PATCH 0/4] switch to rootless build
 2026-07-24 10:51 UTC  (5+ messages)
` [RFC cip-dev][isar-cip-core][PATCH 1/4] update to kas 5.4
` [RFC cip-dev][isar-cip-core][PATCH 2/4] update Isar to contain rootless changes
` [RFC cip-dev][isar-cip-core][PATCH 3/4] use run_priviledged instead of sudo
` [RFC cip-dev][isar-cip-core][PATCH 4/4] switch to isar-rootless

[syzbot] [fuse?] INFO: task hung in fuse_chan_send
 2026-07-24 10:50 UTC 

[PATCH net-next 0/7] Netfilter/IPVS updates for net-next
 2026-07-24 10:49 UTC  (8+ messages)
` [PATCH net-next 1/7] ipvs: Move defense_work and est_reload_work to system_dfl_long_wq
` [PATCH net-next 2/7] netfilter: xt_tcpmss: extend checkentry to ipv6
` [PATCH net-next 3/7] netfilter: nf_nat_sip: rewind offset when NAT shrinks the packet
` [PATCH net-next 4/7] netfilter: flowtable: tear down flow entries with stale dst from GC
` [PATCH net-next 5/7] netfilter: conntrack_helper: pass master conntrack to helper functions
` [PATCH net-next 6/7] netfilter: nf_conntrack_expect: store event cache in expectation
` [PATCH net-next 7/7] ipvs: use type-safe allocation helpers in ip_vs_rht_alloc

[PATCH v2 0/3] Add ADSP and CDSP support for Nord SoC
 2026-07-24 10:48 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: soc: qcom,aoss-qmp: Document Nord AOSS side channel
` [PATCH v2 2/3] dt-bindings: remoteproc: qcom,nord-pas: Document Nord PAS
` [PATCH v2 3/3] remoteproc: qcom: pas: Add Nord ADSP and CDSP support

[PATCH net] xfrm: enforce hard byte lifetime in xfrm_input()
 2026-07-24 10:45 UTC 

[PATCH iwl-next] ice: detect duplicates in ACL
 2026-07-24  9:44 UTC  (2+ messages)
` [Intel-wired-lan] "

linux-integrity@vger.kernel.org
 2026-07-24 10:44 UTC 

[PATCH i-g-t v4] lib/igt_kms: Fix plane type check in igt_crtc_get_plane_type
 2026-07-24 10:43 UTC  (3+ messages)
` [PATCH i-g-t v5] lib/igt_kms: Add plane type verification "

[PATCH net-next v3] MAINTAINERS: Update SHARED MEMORY COMMUNICATIONS (SMC) maintainer entries
 2026-07-24 10:43 UTC  (2+ messages)

[PATCH v2 net] vlan: fix skb_under_panic and races when toggling HW VLAN offload
 2026-07-24 10:43 UTC  (7+ messages)

[PATCH v5 0/4] regulator: qcom-rpmh: Support RPMH address reads and use it for rpmh-regulators
 2026-07-24 10:43 UTC  (4+ messages)
` [PATCH v5 3/4] regulator: qcom-rpmh: readback voltage/bypass/mode/status set during bootup

[PATCH v2 0/2] regulator: fp9931: fix voltage mapping and runtime PM issues
 2026-07-24 10:41 UTC  (5+ messages)
` [PATCH v2 1/2] regulator: fp9931: Fix VPOS/VNEG voltage selector table
` [PATCH v2 2/2] regulator: fp9931: Fix Runtime PM usage count underflow in v3p3 ops

[PATCH 00/15] smb: add native security and trusted xattrs
 2026-07-24 10:40 UTC  (16+ messages)
` [PATCH 01/15] ksmbd: extract SMB EA backing xattr name mapping
` [PATCH 02/15] ksmbd: extract SMB EA response name handling
` [PATCH 03/15] ksmbd: match SMB2 EA names by exact length
` [PATCH 04/15] ksmbd: handle empty and disappearing EAs
` [PATCH 05/15] ksmbd: take mount write access for CREATE EAs
` [PATCH 06/15] ksmbd: bound SMB2 EA name debug output
` [PATCH 07/15] ksmbd: query security.capability on POSIX EA handles
` [PATCH 08/15] ksmbd: set "
` [PATCH 09/15] ksmbd: support security.xfstests "
` [PATCH 10/15] ksmbd: support trusted xattrs "
` [PATCH 11/15] smb: client: prepare EA opens for inode lease reuse
` [PATCH 12/15] smb: client: avoid batch oplocks for reentrant POSIX EAs
` [PATCH 13/15] smb: client: gate security.capability EA on POSIX mounts
` [PATCH 14/15] smb: client: support security.xfstests "
` [PATCH 15/15] smb: client: support trusted EAs "

[PATCH v3 0/5] mm/rmap: Refactor try_to_unmap_one
 2026-07-24 10:39 UTC  (3+ messages)
` [PATCH v3 2/5] mm/rmap: Add try_to_unmap_hugetlb_one

Looking for a sensor driver to contribute
 2026-07-24 10:39 UTC  (2+ messages)

[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-24 10:38 UTC  (5+ messages)
` [PATCH RFC v2 08/20] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()

[PATCH v2 00/44] qapi: convert trivial intro sections
 2026-07-24 10:37 UTC  (3+ messages)
` [PATCH v2 43/44] qapi: convert trivial intro sections for machine.json

[PATCH 0/3] scripts/qapi: non-Rust-specific preparatory patches
 2026-07-24 10:36 UTC 

Thread for updating minor properties of tracked regressions [consider ignoring it!]
 2026-07-24 10:37 UTC  (2+ messages)

[PATCH v4] fs/dax: check zero or empty entry before converting xarray entry
 2026-07-24 10:37 UTC 

[bluez/bluez] 31c0e0: bap: Start BIG sync after receiving BIGInfo
 2026-07-24 10:37 UTC 

[PATCH wireless-next] wifi: nxpwifi: reject zero-length extension elements in beacon IEs
 2026-07-24 10:36 UTC 

[PATCH tty v9 0/2] Convert 8250 to NBCON, take 2
 2026-07-24 10:36 UTC  (3+ messages)
` [PATCH tty v9 1/2] serial: 8250: Switch to nbcon console, "
` [PATCH tty v9 2/2] Revert "serial: 8250: drop lockdep annotation from serial8250_clear_IER()"

[PATCH v20 0/7] branch: delete-merged
 2026-07-24 10:36 UTC  (9+ messages)
` [PATCH v21 "
  ` [PATCH v21 1/7] branch: add --forked filter for --list mode
  ` [PATCH v21 2/7] branch: convert delete_branches() to a flags argument
  ` [PATCH v21 3/7] branch: let delete_branches skip unmerged branches on bulk refusal
  ` [PATCH v21 4/7] branch: prepare delete_branches for a bulk caller
  ` [PATCH v21 5/7] branch: add --delete-merged <branch>
  ` [PATCH v21 6/7] branch: add branch.<name>.deleteMerged opt-out
  ` [PATCH v21 7/7] branch: add --dry-run for --delete-merged

[PATCH v6 0/3] media: qcom: iris: add multi slice support
 2026-07-24 10:35 UTC  (4+ messages)
` [PATCH v6 1/3] media: iris: cache work mode after computing it in iris_set_stage
` [PATCH v6 2/3] media: iris: force stage 1 work mode for CBR RC on encoder
` [PATCH v6 3/3] media: iris: add support for multi_slice in iris encoder

mm: opaque hardware page-table entry handles
 2026-07-24 10:34 UTC  (11+ messages)

[PATCH v6 0/9] Enable CMRR in fixed-RR VRR path
 2026-07-24 10:33 UTC  (5+ messages)
` [PATCH v6 1/9] drm/i915/vrr: Return from PSR2 compute config in case of CMRR enabled

[PATCH v3 0/2] Improve code in zcrypt msg type 6 handling
 2026-07-24 10:33 UTC  (3+ messages)
` [PATCH v3 1/2] s390/zcrypt: Improve CCA CPRB length and overflow checks


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.